@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
@font-face {
  font-family: 'Futura LT';
  font-style: normal;
  font-weight: light;
  src: url('../fonts/FuturaLT-Light.woff') format('woff'), url('../fonts/FuturaLT-Light.woff2') format('woff2');
}
@font-face {
  font-family: 'Futura LT';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/FuturaLT-Book.woff') format('woff'), url('../fonts/FuturaLT-Book.woff2') format('woff2');
}
@font-face {
  font-family: 'Futura LT';
  font-style: normal;
  font-weight: bold;
  src: url('../fonts/FuturaLT-Bold.woff') format('woff'), url('../fonts/FuturaLT-Bold.woff2') format('woff2');
}
b,
strong {
  font-weight: 700;
}
body main section.who {
  padding: 60px 0 95px;
}
body main section.who .contenu .row {
  align-items: center;
}
body main section.who .contenu .visuel {
  position: relative;
  width: 100%;
  height: 721px;
}
body main section.who .contenu .visuel img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body main section.who .contenu .left {
  position: relative;
}
body main section.who .contenu .left .motif1 {
  background: url(../../../img/pave-points.svg) no-repeat;
  background-size: 100%;
  width: 292px;
  height: 301px;
  position: absolute;
  bottom: 95px;
  left: -110px;
  z-index: -1;
}
body main section.who .contenu .owl-carousel {
  border: 1px solid rgba(0,0,0,0.1);
  position: relative;
}
body main section.who .contenu .owl-carousel .owl-nav {
  position: absolute;
  top: 100%;
  z-index: 1;
  left: 0;
  right: 0;
  margin: 35px auto 0;
  width: 56px;
}
body main section.who .contenu .owl-carousel .owl-nav button {
  position: absolute;
}
body main section.who .contenu .owl-carousel .owl-nav button:focus {
  outline: none;
}
body main section.who .contenu .owl-carousel .owl-nav button:hover svg {
  opacity: 1;
}
body main section.who .contenu .owl-carousel .owl-nav button svg {
  fill: #0F2DBF;
  opacity: .2;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body main section.who .contenu .owl-carousel .owl-nav button.owl-prev {
  top: 0;
  left: 0;
}
body main section.who .contenu .owl-carousel .owl-nav button.owl-next {
  top: 0;
  right: 0;
}
body main section.who .contenu .bloc {
  padding-left: 80px;
}
body main section.who .contenu .bloc .sur-titre {
  font-size: 20px;
  color: #505050;
  margin-bottom: 10px;
  display: table;
}
body main section.who .contenu .bloc h2 {
  color: #0F2DBF;
  font-family: 'Futura LT', sans-serif;
  font-weight: 500;
  font-size: 40px;
  margin-bottom: 0;
  line-height: 1.2;
  max-width: 378px;
  width: 100%;
  margin-bottom: 40px;
}
body main section.who .contenu .bloc .texte p {
  color: #505050;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 30px;
  text-align: justify;
}
body main section.who .contenu .bloc .bouton {
  display: table;
  background-color: #0F2DBF;
  border-radius: 3px;
  padding: 15px 30px;
  color: #ffffff;
  font-family: 'Futura LT', sans-serif;
  font-weight: 500;
  border: 1px solid #0F2DBF;
  font-size: 16px;
  margin-top: 50px;
}
body main section.who .contenu .bloc .bouton:hover {
  background-color: transparent;
  border: 1px solid #0F2DBF;
  color: #0F2DBF;
}
@media (min-width: 1361px) and (max-width: 1500px) {
  body main section.who {
    padding: 45px 0 85px;
  }
  body main section.who .contenu .visuel {
    height: 681px;
  }
  body main section.who .contenu .bloc {
    padding-left: 80px;
  }
  body main section.who .contenu .bloc .sur-titre {
    font-size: 19px;
  }
  body main section.who .contenu .bloc h2 {
    font-size: 36px;
  }
  body main section.who .contenu .bloc .texte p {
    font-size: 18px;
  }
}
@media (min-width: 1200px) and (max-width: 1360px) {
  body main section.who {
    padding: 35px 0 70px;
  }
  body main section.who .contenu .visuel {
    height: 660px;
  }
  body main section.who .contenu .bloc {
    padding-left: 60px;
  }
  body main section.who .contenu .bloc .sur-titre {
    font-size: 18px;
  }
  body main section.who .contenu .bloc h2 {
    font-size: 32px;
    max-width: 348px;
  }
  body main section.who .contenu .bloc .texte p {
    font-size: 17px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body main section.who {
    padding: 35px 0 70px;
  }
  body main section.who .contenu .visuel {
    height: 550px;
  }
  body main section.who .contenu .bloc {
    padding-left: 40px;
  }
  body main section.who .contenu .bloc .sur-titre {
    font-size: 18px;
  }
  body main section.who .contenu .bloc h2 {
    font-size: 32px;
    margin-bottom: 30px;
    max-width: 308px;
  }
  body main section.who .contenu .bloc .texte p {
    font-size: 17px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body main section.who {
    padding: 50px 0 90px;
  }
  body main section.who .contenu .visuel {
    height: 720px;
  }
  body main section.who .contenu .row {
    flex-direction: column-reverse;
  }
  body main section.who .contenu .owl-carousel {
    max-width: 480px;
    width: 100%;
    margin: auto;
  }
  body main section.who .contenu .bloc {
    padding-left: 0;
    text-align: center;
    max-width: 620px;
    width: 100%;
    margin: 0 auto 50px;
  }
  body main section.who .contenu .bloc .sur-titre {
    font-size: 17px;
    margin: 0 auto 10px;
  }
  body main section.who .contenu .bloc h2 {
    font-size: 28px;
    margin: 0 auto 30px;
    max-width: 278px;
  }
  body main section.who .contenu .bloc .texte p {
    font-size: 17px;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 25px;
  }
  body main section.who .contenu .bloc .bouton {
    margin: 30px auto 0;
  }
}
@media (max-width: 767.98px) {
  body main section.who {
    padding: 40px 0 60px;
  }
  body main section.who .contenu .visuel {
    height: 440px;
  }
  body main section.who .contenu .row {
    flex-direction: column-reverse;
  }
  body main section.who .contenu .owl-carousel {
    max-width: 280px;
    width: 100%;
    margin: auto;
  }
  body main section.who .contenu .owl-carousel .owl-nav {
    margin: 20px auto 0;
  }
  body main section.who .contenu .bloc {
    padding-left: 0;
    text-align: center;
    max-width: 620px;
    width: 100%;
    margin: 0 auto 50px;
  }
  body main section.who .contenu .bloc .sur-titre {
    font-size: 17px;
    margin: 0 auto 10px;
  }
  body main section.who .contenu .bloc h2 {
    font-size: 25px;
    margin: 0 auto 30px;
    max-width: 278px;
  }
  body main section.who .contenu .bloc .texte p {
    font-size: 17px;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 25px;
  }
  body main section.who .contenu .bloc .bouton {
    margin: 30px auto 0;
  }
}
