@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.temoignages {
  padding: 90px 0 60px;
  position: relative;
  overflow: hidden;
}
body main section.temoignages .contenu .global {
  align-items: center;
}
body main section.temoignages .contenu .global .content {
  position: relative;
}
body main section.temoignages .contenu .global .content .motif3 {
  position: absolute;
  top: -120px;
  left: 35px;
  z-index: -1;
  -webkit-animation: rotating 7s linear infinite;
  -moz-animation: rotating 7s linear infinite;
  -ms-animation: rotating 7s linear infinite;
  -o-animation: rotating 7s linear infinite;
  animation: rotating 7s linear infinite;
}
body main section.temoignages .contenu .encart-mobile {
  display: none !important;
}
body main section.temoignages .contenu .encart,
body main section.temoignages .contenu .encart-mobile {
  max-width: 270px;
  width: 100%;
}
body main section.temoignages .contenu .encart p,
body main section.temoignages .contenu .encart-mobile p {
  font-size: 20px;
  color: #505050;
  margin-bottom: 7px;
}
body main section.temoignages .contenu .encart h2,
body main section.temoignages .contenu .encart-mobile h2 {
  color: #0F2DBF;
  font-family: 'Futura LT', sans-serif;
  font-weight: 500;
  font-size: 40px;
  margin-bottom: 0;
  line-height: 1.2;
}
body main section.temoignages .contenu .list {
  position: relative;
  margin-top: 50px;
}
body main section.temoignages .contenu .list .motif1 {
  background: url(../../../img/pave-points.svg) no-repeat;
  background-size: 100%;
  width: 292px;
  height: 301px;
  position: absolute;
  top: -100px;
  left: -120px;
  z-index: -1;
}
body main section.temoignages .contenu .list .motif2 {
  position: absolute;
  left: -105px;
  top: 270px;
  z-index: -1;
  -webkit-animation: rotating 17s linear infinite;
  -moz-animation: rotating 17s linear infinite;
  -ms-animation: rotating 17s linear infinite;
  -o-animation: rotating 17s linear infinite;
  animation: rotating 17s linear infinite;
}
body main section.temoignages .contenu .bloc {
  position: relative;
  width: 620px;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 10px 60px rgba(15,45,191,0.13);
  padding: 85px 70px 75px;
  z-index: 3;
}
body main section.temoignages .contenu .bloc:before {
  content: "";
  background-color: #0F2DBF;
  width: 385px;
  height: 5px;
  position: absolute;
  top: 0;
  left: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
body main section.temoignages .contenu .bloc ul li {
  display: table;
  font-size: 18px;
  color: #505050;
  margin-bottom: 12px;
  cursor: pointer;
  transition: all .3s ease-in-out !important;
  -webkit-transition: all .3s ease-in-out !important;
  -moz-transition: all .3s ease-in-out !important;
  -o-transition: all .3s ease-in-out !important;
}
body main section.temoignages .contenu .bloc ul li svg {
  margin-top: -6px;
  margin-right: 12px;
}
body main section.temoignages .contenu .bloc ul li strong {
  font-family: 'Futura LT', sans-serif;
  font-weight: 700;
}
body main section.temoignages .contenu .bloc ul li:hover {
  transform: translateX(10px);
}
body main section.temoignages .contenu .bloc .motif6 {
  position: absolute;
  bottom: 0;
  right: 100px;
  z-index: -1;
}
body main section.temoignages .contenu .videos {
  position: relative;
}
body main section.temoignages .contenu .videos:before {
  content: "";
  background: url('../../../img/telephone.png') no-repeat;
  background-size: 100%;
  width: 591px;
  height: 1103px;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -70px;
}
body main section.temoignages .contenu .videos .owl-carousel {
  position: relative;
}
body main section.temoignages .contenu .videos .owl-carousel .owl-stage-outer {
  mask: url(../../../img/mask.svg) no-repeat;
  -webkit-mask: url(../../../img/mask.svg) no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  width: 448px;
  height: 1090px;
}
body main section.temoignages .contenu .videos .owl-carousel iframe {
  height: 1032px;
  width: 448px;
  padding-top: 60px;
}
body main section.temoignages .contenu .videos .owl-carousel .owl-nav {
  position: absolute;
  bottom: 120px;
  z-index: 1;
  left: 46.5%;
  width: 614px;
  transform: translateX(-50%);
}
body main section.temoignages .contenu .videos .owl-carousel .owl-nav button {
  position: absolute;
}
body main section.temoignages .contenu .videos .owl-carousel .owl-nav button:focus {
  outline: none;
}
body main section.temoignages .contenu .videos .owl-carousel .owl-nav button:hover svg {
  opacity: 1;
}
body main section.temoignages .contenu .videos .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.temoignages .contenu .videos .owl-carousel .owl-nav button.owl-prev {
  top: 0;
  left: 0;
}
body main section.temoignages .contenu .videos .owl-carousel .owl-nav button.owl-next {
  top: 0;
  right: 0;
}
body main section.temoignages .contenu .videos .motif4 {
  position: absolute;
  top: 90px;
  left: 100%;
  margin-left: 125px;
  z-index: -1;
  -webkit-animation: rotating 7s linear infinite;
  -moz-animation: rotating 7s linear infinite;
  -ms-animation: rotating 7s linear infinite;
  -o-animation: rotating 7s linear infinite;
  animation: rotating 7s linear infinite;
}
body main section.temoignages .contenu .videos .motif5 {
  position: absolute;
  bottom: 375px;
  left: 100%;
  margin-left: 160px;
  z-index: -1;
}
@media (min-width: 1361px) and (max-width: 1500px) {
  body main section.temoignages {
    padding: 80px 0 50px;
  }
  body main section.temoignages .contenu .global .content .motif3 {
    position: absolute;
    top: -120px;
    left: 35px;
    z-index: -1;
  }
  body main section.temoignages .contenu .encart,
  body main section.temoignages .contenu .encart-mobile {
    max-width: 270px;
  }
  body main section.temoignages .contenu .encart p,
  body main section.temoignages .contenu .encart-mobile p {
    font-size: 19px;
  }
  body main section.temoignages .contenu .encart h2,
  body main section.temoignages .contenu .encart-mobile h2 {
    font-size: 36px;
  }
  body main section.temoignages .contenu .list {
    margin-top: 50px;
  }
  body main section.temoignages .contenu .list .motif1 {
    background: url(../../../img/pave-points.svg) no-repeat;
    background-size: 100%;
    width: 292px;
    height: 301px;
    position: absolute;
    top: -100px;
    left: -120px;
    z-index: -1;
  }
  body main section.temoignages .contenu .list .motif2 {
    position: absolute;
    left: -105px;
    top: 270px;
    z-index: -1;
  }
  body main section.temoignages .contenu .bloc {
    width: 600px;
    padding: 75px 70px 65px;
  }
  body main section.temoignages .contenu .bloc:before {
    width: 385px;
  }
  body main section.temoignages .contenu .bloc ul li {
    font-size: 17px;
  }
  body main section.temoignages .contenu .bloc .motif6 {
    right: 100px;
  }
  body main section.temoignages .contenu .bloc .motif6 svg {
    width: 80px;
    height: 82px;
  }
  body main section.temoignages .contenu .videos {
    display: table;
    margin: 0 0 0 auto;
  }
  body main section.temoignages .contenu .videos:before {
    width: 554px;
    height: 1043px;
    top: 0;
    left: 0;
    margin-left: -66px;
  }
  body main section.temoignages .contenu .videos .owl-carousel .owl-stage-outer {
    width: 418px;
    height: 1030px;
  }
  body main section.temoignages .contenu .videos .owl-carousel iframe {
    height: 969px;
    width: 418px;
    padding-top: 60px;
  }
  body main section.temoignages .contenu .videos .owl-carousel .owl-nav {
    bottom: 120px;
    z-index: 1;
    left: 48.5%;
    width: 604px;
    transform: translateX(-50%);
  }
  body main section.temoignages .contenu .videos .motif4 {
    top: 90px;
    margin-left: 45px;
  }
  body main section.temoignages .contenu .videos .motif5 {
    bottom: 375px;
    margin-left: 80px;
  }
}
@media (min-width: 1200px) and (max-width: 1360px) {
  body main section.temoignages {
    padding: 60px 0 30px;
  }
  body main section.temoignages .contenu .global .content .motif3 {
    position: absolute;
    top: -120px;
    left: 35px;
    z-index: -1;
  }
  body main section.temoignages .contenu .encart,
  body main section.temoignages .contenu .encart-mobile {
    max-width: 240px;
  }
  body main section.temoignages .contenu .encart p,
  body main section.temoignages .contenu .encart-mobile p {
    font-size: 18px;
  }
  body main section.temoignages .contenu .encart h2,
  body main section.temoignages .contenu .encart-mobile h2 {
    font-size: 32px;
  }
  body main section.temoignages .contenu .list {
    margin-top: 50px;
  }
  body main section.temoignages .contenu .list .motif1 {
    background: url(../../../img/pave-points.svg) no-repeat;
    background-size: 100%;
    width: 292px;
    height: 301px;
    position: absolute;
    top: -100px;
    left: -120px;
    z-index: -1;
  }
  body main section.temoignages .contenu .list .motif2 {
    position: absolute;
    left: -105px;
    top: 270px;
    z-index: -1;
  }
  body main section.temoignages .contenu .bloc {
    width: 600px;
    padding: 75px 70px 65px;
  }
  body main section.temoignages .contenu .bloc:before {
    width: 385px;
  }
  body main section.temoignages .contenu .bloc ul li {
    font-size: 17px;
  }
  body main section.temoignages .contenu .bloc .motif6 {
    right: 100px;
  }
  body main section.temoignages .contenu .bloc .motif6 svg {
    width: 70px;
    height: 72px;
  }
  body main section.temoignages .contenu .videos {
    display: table;
    margin: 0 0 0 auto;
  }
  body main section.temoignages .contenu .videos:before {
    width: 528px;
    height: 1003px;
    top: 0;
    left: 0;
    margin-left: -64px;
  }
  body main section.temoignages .contenu .videos .owl-carousel .owl-stage-outer {
    width: 398px;
    height: 980px;
  }
  body main section.temoignages .contenu .videos .owl-carousel iframe {
    height: 923px;
    width: 398px;
    padding-top: 60px;
  }
  body main section.temoignages .contenu .videos .owl-carousel .owl-nav {
    bottom: 120px;
    z-index: 1;
    left: auto;
    right: 100%;
    margin-right: 50px;
    width: 64px;
    transform: translateX(-50%);
  }
  body main section.temoignages .contenu .videos .motif4 {
    top: 90px;
    margin-left: 45px;
  }
  body main section.temoignages .contenu .videos .motif5 {
    bottom: 375px;
    margin-left: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body main section.temoignages {
    padding: 50px 0 20px;
  }
  body main section.temoignages .contenu .global .content .motif3 {
    position: absolute;
    top: -120px;
    left: 35px;
    z-index: -1;
  }
  body main section.temoignages .contenu .encart,
  body main section.temoignages .contenu .encart-mobile {
    max-width: 240px;
  }
  body main section.temoignages .contenu .encart p,
  body main section.temoignages .contenu .encart-mobile p {
    font-size: 18px;
  }
  body main section.temoignages .contenu .encart h2,
  body main section.temoignages .contenu .encart-mobile h2 {
    font-size: 32px;
  }
  body main section.temoignages .contenu .list {
    margin-top: 50px;
  }
  body main section.temoignages .contenu .list .motif1 {
    background: url(../../../img/pave-points.svg) no-repeat;
    background-size: 100%;
    width: 292px;
    height: 301px;
    position: absolute;
    top: -100px;
    left: -120px;
    z-index: -1;
  }
  body main section.temoignages .contenu .list .motif2 {
    position: absolute;
    left: -105px;
    top: 270px;
    z-index: -1;
  }
  body main section.temoignages .contenu .bloc {
    width: 600px;
    padding: 65px 60px 55px;
  }
  body main section.temoignages .contenu .bloc:before {
    width: 385px;
  }
  body main section.temoignages .contenu .bloc ul li {
    font-size: 17px;
  }
  body main section.temoignages .contenu .bloc .motif6 {
    right: 60px;
  }
  body main section.temoignages .contenu .bloc .motif6 svg {
    width: 70px;
    height: 72px;
  }
  body main section.temoignages .contenu .videos {
    display: table;
    margin: 0 0 0 auto;
  }
  body main section.temoignages .contenu .videos:before {
    width: 528px;
    height: 1003px;
    top: 0;
    left: 0;
    margin-left: -64px;
  }
  body main section.temoignages .contenu .videos .owl-carousel .owl-stage-outer {
    width: 398px;
    height: 980px;
  }
  body main section.temoignages .contenu .videos .owl-carousel iframe {
    height: 923px;
    width: 398px;
    padding-top: 60px;
  }
  body main section.temoignages .contenu .videos .owl-carousel .owl-nav {
    bottom: 120px;
    z-index: 1;
    left: auto;
    right: 100%;
    margin-right: 50px;
    width: 64px;
    transform: translateX(-50%);
  }
  body main section.temoignages .contenu .videos .motif4 {
    top: 90px;
    margin-left: 45px;
  }
  body main section.temoignages .contenu .videos .motif5 {
    bottom: 375px;
    margin-left: 80px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body main section.temoignages {
    padding: 60px 0 30px;
  }
  body main section.temoignages .contenu .global .content .motif3 {
    position: absolute;
    top: -120px;
    left: 35px;
    z-index: -1;
  }
  body main section.temoignages .contenu .encart,
  body main section.temoignages .contenu .encart-mobile {
    max-width: 240px;
    margin: auto;
    display: table;
    text-align: center;
  }
  body main section.temoignages .contenu .encart p,
  body main section.temoignages .contenu .encart-mobile p {
    font-size: 17px;
  }
  body main section.temoignages .contenu .encart h2,
  body main section.temoignages .contenu .encart-mobile h2 {
    font-size: 28px;
  }
  body main section.temoignages .contenu .list {
    margin-top: 40px;
  }
  body main section.temoignages .contenu .list .motif1 {
    background: url(../../../img/pave-points.svg) no-repeat;
    background-size: 100%;
    width: 292px;
    height: 301px;
    position: absolute;
    top: -100px;
    left: -120px;
    z-index: -1;
  }
  body main section.temoignages .contenu .list .motif2 {
    position: absolute;
    left: -105px;
    top: 270px;
    z-index: -1;
  }
  body main section.temoignages .contenu .bloc {
    display: table;
    margin: auto;
    width: auto;
    padding: 55px 50px 55px;
  }
  body main section.temoignages .contenu .bloc:before {
    width: 385px;
  }
  body main section.temoignages .contenu .bloc ul li {
    font-size: 16px;
  }
  body main section.temoignages .contenu .bloc .motif6 {
    right: 60px;
  }
  body main section.temoignages .contenu .bloc .motif6 svg {
    width: 60px;
    height: 62px;
  }
  body main section.temoignages .contenu .videos {
    display: table;
    margin: 20px auto 0;
  }
  body main section.temoignages .contenu .videos:before {
    width: 528px;
    height: 1003px;
    top: 0;
    left: 0;
    margin-left: -64px;
  }
  body main section.temoignages .contenu .videos .owl-carousel .owl-stage-outer {
    width: 398px;
    height: 980px;
  }
  body main section.temoignages .contenu .videos .owl-carousel iframe {
    height: 923px;
    width: 398px;
    padding-top: 60px;
  }
  body main section.temoignages .contenu .videos .owl-carousel .owl-nav {
    bottom: auto;
    z-index: 1;
    left: auto;
    right: auto;
    width: 64px;
    transform: none;
    position: relative;
    display: table;
    margin: 0 auto 10px;
  }
  body main section.temoignages .contenu .videos .motif4 {
    top: 90px;
    margin-left: 45px;
  }
  body main section.temoignages .contenu .videos .motif5 {
    bottom: 375px;
    margin-left: 80px;
  }
}
@media (max-width: 767.98px) {
  body main section.temoignages {
    padding: 40px 0;
  }
  body main section.temoignages .contenu .global {
    flex-direction: column-reverse;
  }
  body main section.temoignages .contenu .global .content .motif3 {
    position: absolute;
    top: -120px;
    left: 35px;
    z-index: -1;
  }
  body main section.temoignages .contenu .encart-mobile {
    display: block !important;
  }
  body main section.temoignages .contenu .encart {
    display: none !important;
  }
  body main section.temoignages .contenu .encart,
  body main section.temoignages .contenu .encart-mobile {
    max-width: 100%;
    margin: auto;
    display: table;
    text-align: center;
  }
  body main section.temoignages .contenu .encart p,
  body main section.temoignages .contenu .encart-mobile p {
    font-size: 17px;
  }
  body main section.temoignages .contenu .encart h2,
  body main section.temoignages .contenu .encart-mobile h2 {
    font-size: 25px;
  }
  body main section.temoignages .contenu .list {
    margin-top: 30px;
  }
  body main section.temoignages .contenu .list .motif1 {
    top: -40px;
    left: -222px;
  }
  body main section.temoignages .contenu .list .motif2 {
    top: 320px;
  }
  body main section.temoignages .contenu .bloc {
    display: table;
    margin: auto;
    width: auto;
    padding: 40px 20px 20px;
  }
  body main section.temoignages .contenu .bloc:before {
    width: 100%;
  }
  body main section.temoignages .contenu .bloc ul li {
    font-size: 16px;
    margin: 0 auto 20px;
    text-align: center;
  }
  body main section.temoignages .contenu .bloc ul li strong {
    display: table;
    margin: auto;
  }
  body main section.temoignages .contenu .bloc ul li svg {
    display: table;
    margin: 0 auto 5px;
  }
  body main section.temoignages .contenu .bloc .motif6 {
    display: none;
  }
  body main section.temoignages .contenu .bloc .motif6 svg {
    width: 60px;
    height: 62px;
  }
  body main section.temoignages .contenu .videos {
    display: table;
    margin: 20px auto;
  }
  body main section.temoignages .contenu .videos:before {
    width: 350px;
    height: 673px;
    top: 0;
    left: 0;
    margin-left: -40px;
  }
  body main section.temoignages .contenu .videos .owl-carousel .owl-stage-outer {
    width: 266px;
    height: 649px !important;
  }
  body main section.temoignages .contenu .videos .owl-carousel iframe {
    height: 620px;
    width: 268px;
    padding-top: 36px;
  }
  body main section.temoignages .contenu .videos .owl-carousel .owl-nav {
    bottom: auto;
    z-index: 1;
    left: auto;
    right: auto;
    width: 64px;
    transform: none;
    position: relative;
    display: table;
    margin: 0 auto 10px;
  }
  body main section.temoignages .contenu .videos .motif4 {
    top: 90px;
    margin-left: 45px;
  }
  body main section.temoignages .contenu .videos .motif5 {
    bottom: 375px;
    margin-left: 80px;
  }
}
