@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.bandeau-principal {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
body main section.bandeau-principal .motif1 {
  position: absolute;
  top: -70px;
  left: -80px;
  z-index: -1;
}
body main section.bandeau-principal .motif2 {
  position: absolute;
  top: -168px;
  right: -141px;
  z-index: -1;
}
body main section.bandeau-principal .motif3 {
  position: absolute;
  bottom: 30px;
  left: 50px;
  top: 155px;
  right: 310px;
  z-index: -1;
  margin: auto;
  display: table;
}
body main section.bandeau-principal .motif3 .obj1 {
  position: absolute;
  bottom: 22px;
  left: 0;
  -webkit-animation: rotating 6s linear infinite;
  -moz-animation: rotating 6s linear infinite;
  -ms-animation: rotating 6s linear infinite;
  -o-animation: rotating 6s linear infinite;
  animation: rotating 6s linear infinite;
}
body main section.bandeau-principal .motif3 .obj2 {
  margin-left: 40px;
}
body main section.bandeau-principal .motif3 .obj3 {
  position: absolute;
  top: -35px;
  right: 97px;
  -webkit-animation: rotating 6s linear infinite;
  -moz-animation: rotating 6s linear infinite;
  -ms-animation: rotating 6s linear infinite;
  -o-animation: rotating 6s linear infinite;
  animation: rotating 6s linear infinite;
}
body main section.bandeau-principal .contenu {
  height: 100%;
}
body main section.bandeau-principal .contenu .container {
  height: 100%;
}
body main section.bandeau-principal .contenu .container.container2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  padding: 0;
}
body main section.bandeau-principal .contenu .container >.row {
  align-items: center;
  height: 100%;
  padding-bottom: 40px;
}
body main section.bandeau-principal .contenu .container >.row.active {
  padding-bottom: 0;
}
body main section.bandeau-principal .contenu .container >.row.active .bloc {
  margin-top: 60px;
}
body main section.bandeau-principal .contenu .bloc {
  position: relative;
  z-index: 2;
}
body main section.bandeau-principal .contenu .bloc p {
  font-size: 30px;
  font-family: 'Futura LT', sans-serif;
  font-weight: 500;
  color: #0F2DBF;
  display: table;
}
body main section.bandeau-principal .contenu .bloc h1 {
  font-weight: 800;
  font-size: 50px;
  line-height: 1.2;
  margin-bottom: 0;
}
body main section.bandeau-principal .contenu .bloc h1 strong {
  color: #0F2DBF;
  font-weight: 800;
}
body main section.bandeau-principal .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: 40px;
}
body main section.bandeau-principal .contenu .bloc .bouton:hover {
  background-color: #ffffff;
  border: 1px solid #0F2DBF;
  color: #0F2DBF;
}
body main section.bandeau-principal .contenu .bloc .motif4 {
  position: absolute;
  top: -150px;
  right: 100px;
}
body main section.bandeau-principal .contenu .bloc .motif5 {
  position: absolute;
  top: -120px;
  right: 100%;
  -webkit-animation: rotating 6s linear infinite;
  -moz-animation: rotating 6s linear infinite;
  -ms-animation: rotating 6s linear infinite;
  -o-animation: rotating 6s linear infinite;
  animation: rotating 6s linear infinite;
}
body main section.bandeau-principal .contenu .video {
  margin-top: 140px;
  padding-left: 20px;
}
body main section.bandeau-principal .contenu .video iframe {
  width: 100%;
  height: 500px;
}
@media (min-width: 2200px) {
  body main section.bandeau-principal .motif3 .obj1 {
    bottom: 110px;
  }
  body main section.bandeau-principal .motif3 .obj2 {
    width: 2000px;
    height: 1090px;
  }
  body main section.bandeau-principal .motif3 .obj3 {
    top: 10px;
    right: 137px;
  }
  body main section.bandeau-principal .contenu .video iframe {
    height: 740px;
  }
  body main section.bandeau-principal .contenu .bloc .motif4 {
    top: -290px;
  }
  body main section.bandeau-principal .contenu .bloc .motif5 {
    top: -222px;
  }
}
@media (min-width: 1361px) and (max-width: 1500px) {
  body main section.bandeau-principal .motif1 {
    top: -80px;
    left: -90px;
  }
  body main section.bandeau-principal .motif2 {
    top: -178px;
    right: -151px;
  }
  body main section.bandeau-principal .motif3 {
    bottom: 30px;
    left: 50px;
    top: 195px;
    right: 310px;
  }
  body main section.bandeau-principal .motif3 .obj1 {
    position: absolute;
    bottom: 88px;
    left: 0;
    width: 65px;
    height: 65px;
  }
  body main section.bandeau-principal .motif3 .obj2 {
    margin-left: 40px;
    width: 1210px;
  }
  body main section.bandeau-principal .motif3 .obj3 {
    top: 42px;
    right: 81px;
    width: 25px;
    height: 25px;
  }
  body main section.bandeau-principal .contenu .container >.row {
    padding-bottom: 40px;
  }
  body main section.bandeau-principal .contenu .container >.row.active {
    padding-bottom: 0;
  }
  body main section.bandeau-principal .contenu .container >.row.active .bloc {
    margin-top: 60px;
  }
  body main section.bandeau-principal .contenu .bloc p {
    font-size: 25px;
  }
  body main section.bandeau-principal .contenu .bloc h1 {
    font-size: 46px;
  }
  body main section.bandeau-principal .contenu .bloc .bouton {
    font-size: 16px;
  }
  body main section.bandeau-principal .contenu .video {
    margin-top: 140px;
    padding-left: 0;
  }
  body main section.bandeau-principal .contenu .video iframe {
    width: 100%;
    height: 480px;
  }
}
@media (min-width: 1361px) and (max-width: 1500px) and (max-height: 670px) {
  body main section.bandeau-principal {
    height: auto;
    padding: 270px 0 120px;
  }
  body main section.bandeau-principal .contenu .container >.row.active .bloc {
    margin-top: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1360px) {
  body main section.bandeau-principal .motif1 {
    top: -130px;
    left: -140px;
  }
  body main section.bandeau-principal .motif2 {
    top: -178px;
    right: -151px;
  }
  body main section.bandeau-principal .motif3 {
    bottom: 30px;
    left: 50px;
    top: 195px;
    right: 310px;
  }
  body main section.bandeau-principal .motif3 .obj1 {
    position: absolute;
    bottom: 88px;
    left: 0;
    width: 65px;
    height: 65px;
  }
  body main section.bandeau-principal .motif3 .obj2 {
    margin-left: 40px;
    width: 1210px;
  }
  body main section.bandeau-principal .motif3 .obj3 {
    top: 42px;
    right: 81px;
    width: 25px;
    height: 25px;
  }
  body main section.bandeau-principal .contenu .container >.row {
    padding-bottom: 40px;
  }
  body main section.bandeau-principal .contenu .container >.row.active {
    padding-bottom: 0;
  }
  body main section.bandeau-principal .contenu .container >.row.active .bloc {
    margin-top: 60px;
  }
  body main section.bandeau-principal .contenu .bloc p {
    font-size: 23px;
  }
  body main section.bandeau-principal .contenu .bloc h1 {
    font-size: 42px;
  }
  body main section.bandeau-principal .contenu .bloc .bouton {
    font-size: 16px;
  }
  body main section.bandeau-principal .contenu .video {
    margin-top: 140px;
    padding-left: 0;
  }
  body main section.bandeau-principal .contenu .video iframe {
    width: 100%;
    height: 440px;
  }
}
@media (min-width: 1200px) and (max-width: 1360px) and (max-height: 640px) {
  body main section.bandeau-principal {
    height: auto;
    padding: 270px 0 120px;
  }
  body main section.bandeau-principal .contenu .container >.row.active .bloc {
    margin-top: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body main section.bandeau-principal {
    height: auto;
    padding: 200px 0 140px;
  }
  body main section.bandeau-principal .motif1 {
    top: -130px;
    left: -140px;
  }
  body main section.bandeau-principal .motif2 {
    top: -178px;
    right: -151px;
  }
  body main section.bandeau-principal .motif3 {
    bottom: 30px;
    left: 50px;
    top: 195px;
    right: 310px;
  }
  body main section.bandeau-principal .motif3 .obj1 {
    position: absolute;
    bottom: 88px;
    left: 0;
    width: 65px;
    height: 65px;
  }
  body main section.bandeau-principal .motif3 .obj2 {
    margin-left: 40px;
    width: 1210px;
  }
  body main section.bandeau-principal .motif3 .obj3 {
    top: 42px;
    right: 81px;
    width: 25px;
    height: 25px;
  }
  body main section.bandeau-principal .contenu .container >.row {
    padding-bottom: 40px;
  }
  body main section.bandeau-principal .contenu .container >.row.active {
    padding-bottom: 0;
  }
  body main section.bandeau-principal .contenu .container >.row.active .bloc {
    margin-top: 60px;
  }
  body main section.bandeau-principal .contenu .bloc p {
    font-size: 22px;
  }
  body main section.bandeau-principal .contenu .bloc h1 {
    font-size: 38px;
  }
  body main section.bandeau-principal .contenu .bloc .bouton {
    font-size: 16px;
  }
  body main section.bandeau-principal .contenu .video {
    margin-top: 140px;
    padding-left: 0;
  }
  body main section.bandeau-principal .contenu .video iframe {
    width: 100%;
    height: 440px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body main section.bandeau-principal {
    height: auto;
    padding: 120px 0 60px;
  }
  body main section.bandeau-principal .motif1 {
    top: -130px;
    left: -140px;
  }
  body main section.bandeau-principal .motif2 {
    top: -178px;
    right: -151px;
  }
  body main section.bandeau-principal .motif3 {
    bottom: 30px;
    left: 50px;
    top: 195px;
    right: 310px;
  }
  body main section.bandeau-principal .motif3 .obj1 {
    position: absolute;
    bottom: 88px;
    left: 0;
    width: 65px;
    height: 65px;
  }
  body main section.bandeau-principal .motif3 .obj2 {
    margin-left: 40px;
    width: 1210px;
  }
  body main section.bandeau-principal .motif3 .obj3 {
    top: 42px;
    right: 81px;
    width: 25px;
    height: 25px;
  }
  body main section.bandeau-principal .contenu .container.container2 {
    position: relative;
    padding: 0 30px;
  }
  body main section.bandeau-principal .contenu .container >.row {
    padding-bottom: 0;
  }
  body main section.bandeau-principal .contenu .container >.row.active {
    padding-bottom: 0;
  }
  body main section.bandeau-principal .contenu .container >.row.active .bloc {
    margin-top: 60px;
  }
  body main section.bandeau-principal .contenu .bloc {
    margin: auto;
    text-align: center;
    margin-top: 0 !important;
  }
  body main section.bandeau-principal .contenu .bloc p {
    font-size: 20px;
    margin: 0 auto 15px;
  }
  body main section.bandeau-principal .contenu .bloc h1 {
    font-size: 32px;
  }
  body main section.bandeau-principal .contenu .bloc .bouton {
    margin: 40px auto 0;
    font-size: 16px;
  }
  body main section.bandeau-principal .contenu .bloc .motif4 {
    top: -20px;
  }
  body main section.bandeau-principal .contenu .bloc .motif5 {
    top: 20px;
    right: auto;
    left: 20px;
  }
  body main section.bandeau-principal .contenu .video {
    margin-top: 50px;
    padding-left: 0;
  }
  body main section.bandeau-principal .contenu .video iframe {
    width: 100%;
    height: 440px;
  }
}
@media (max-width: 767.98px) {
  body main section.bandeau-principal {
    height: auto;
    padding: 140px 0 40px;
  }
  body main section.bandeau-principal .motif1 {
    top: -140px;
    left: -150px;
  }
  body main section.bandeau-principal .motif2 {
    top: -178px;
    right: -151px;
  }
  body main section.bandeau-principal .motif3 {
    bottom: 30px;
    left: 50px;
    top: 195px;
    right: 310px;
  }
  body main section.bandeau-principal .motif3 .obj1 {
    position: absolute;
    bottom: 88px;
    left: 0;
    width: 65px;
    height: 65px;
  }
  body main section.bandeau-principal .motif3 .obj2 {
    margin-left: 40px;
    width: 1210px;
  }
  body main section.bandeau-principal .motif3 .obj3 {
    top: 42px;
    right: 81px;
    width: 25px;
    height: 25px;
  }
  body main section.bandeau-principal .contenu .container.container2 {
    position: relative;
    padding: 0 30px;
  }
  body main section.bandeau-principal .contenu .container >.row {
    padding-bottom: 0;
  }
  body main section.bandeau-principal .contenu .container >.row.active {
    padding-bottom: 0;
  }
  body main section.bandeau-principal .contenu .container >.row.active .bloc {
    margin-top: 60px;
  }
  body main section.bandeau-principal .contenu .bloc {
    margin: auto;
    text-align: center;
    margin-top: 0 !important;
  }
  body main section.bandeau-principal .contenu .bloc p {
    font-size: 18px;
    margin: 0 auto 10px;
  }
  body main section.bandeau-principal .contenu .bloc h1 {
    font-size: 25px;
  }
  body main section.bandeau-principal .contenu .bloc .bouton {
    margin: 30px auto 0;
    font-size: 16px;
  }
  body main section.bandeau-principal .contenu .bloc .motif4 {
    top: -40px;
  }
  body main section.bandeau-principal .contenu .bloc .motif5 {
    top: 20px;
    right: auto;
    left: -30px;
  }
  body main section.bandeau-principal .contenu .video {
    margin-top: 40px;
    padding-left: 0;
  }
  body main section.bandeau-principal .contenu .video iframe {
    width: 100%;
    height: 220px;
  }
}
