@import url("https://use.typekit.net/dbi8nbw.css");
html {
  background-color: #ec6607; }

.fw-bold {
  font-weight: bold; }

.secondary-text {
  color: #ec6607; }

.white-text {
  color: #fff !important; }

.bg-primary {
  background-color: #003b4b !important;
  color: #fff; }

.bg-dark {
  background-color: #003b4b !important; }

.bg-light {
  background-color: #ececec !important; }

.bg-secondary {
  background-color: #ec6607 !important; }

.small-cont {
  width: 650px;
  margin: auto;
  max-width: 100%; }

.container-md {
  padding-left: 7%;
  padding-right: 7%; }

body {
  font-family: century-gothic, sans-serif;
  color: #003b4b;
  max-width: 100%;
  margin: auto; }

header {
  background-color: #003b4b;
  text-align: center;
  color: #fff; }
  header h1 {
    margin-bottom: 2rem;
    text-transform: uppercase;
    color: #ec6607;
    font-weight: bold; }
  header p {
    width: 600px;
    margin: 1.5rem auto;
    font-size: 1.3rem; }
  @media (min-width: 768.98px) {
    header p {
      text-align: left !important; } }

main, footer {
  color: #003b4b; }
  main h2, footer h2 {
    text-align: center;
    margin-bottom: 2rem; }

.top-border {
  border-top: 2px solid;
  padding-top: 2rem;
  margin: 3rem auto;
  width: 650px;
  max-width: 100%; }

.block-2 p {
  width: 650px;
  margin: 1.5rem auto;
  max-width: 100%; }
@media (max-width: 992px) {
  .block-2 .col-12 {
    padding-right: 7% !important;
    padding-left: 7% !important; } }

.list-icone {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  text-align: center; }
  .list-icone li {
    display: inline-block; }
  .list-icone a {
    border-radius: 100%;
    border: 2px solid #ec6607;
    font-size: calc(0.95rem + .035vw);
    display: block;
    text-align: center;
    color: #fff !important;
    width: 35px;
    height: 35px;
    line-height: 35px; }
  .list-icone a svg {
    height: calc(35px - 60%);
    width: calc(35px - 60%);
    top: -3px;
    position: relative; }
  .list-icone a:hover, .list-icone a:focus, .list-icone a:active {
    background-color: #ec6607;
    color: #fff;
    border-color: #ec6607; }

a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none !important; }
  a:hover, a:focus, a:active, a:target {
    color: white !important;
    text-decoration: none !important; }
  a.active {
    color: white !important; }

.btn-primary {
  margin-bottom: 2rem;
  font-weight: bold;
  border-radius: 2rem;
  border: 2px solid #ec6607;
  text-transform: uppercase;
  color: #003b4b;
  background-color: transparent;
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0.75rem 1.2rem 0.65rem 1.2rem;
  line-height: 1rem;
  font-size: calc(0.95rem + .010vw); }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: #ec6607;
    color: #fff;
    border-color: #ec6607; }

.btn-arrow {
  margin-bottom: 1rem;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold; }
  .btn-arrow:hover, .btn-arrow:active, .btn-arrow:focus {
    color: #ec6607 !important; }

h4 {
  font-weight: bold; }

.btn-devis {
  font-size: 1.5rem;
  text-transform: uppercase;
  background-color: #32be36;
  color: #fff;
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0 solid transparent;
  padding: 1rem 1.5rem 1rem 1.5rem;
  line-height: 1;
  border-radius: 2rem;
  font-weight: bold; }

.btn-devis:hover, .btn-devis:focus, .btn-devis:active {
  background-color: #272727;
  color: #fff; }

.arrow-cont {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: 2px;
  border-radius: 100%;
  border-style: solid; }

.arrow-cont {
  position: relative;
  top: -2px;
  fill: #fff !important;
  border-color: #ec6607 !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.btn-arrow:hover .arrow-cont, .btn-arrow:focus .arrow-cont, .btn-arrow:active .arrow-cont {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px); }

.header {
  border-bottom: solid 4px #ec6607;
  background-image: url(../medias/bg-plan.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

/*# sourceMappingURL=style.css.map */
