@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.contact {
  background-color: #0F2DBF;
  padding: 95px 0 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
body main section.contact:before {
  content: "";
  background-color: #ffffff;
  height: 195px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
body main section.contact .contenu {
  position: relative;
  z-index: 1;
}
body main section.contact .contenu .content {
  position: relative;
}
body main section.contact .contenu .content .motif1 {
  position: absolute;
  top: 195px;
  left: -70px;
  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.contact .contenu .content .motif2 {
  position: absolute;
  top: 245px;
  right: -165px;
  z-index: -1;
}
body main section.contact .contenu .bloc {
  position: relative;
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: 0 10px 60px rgba(36,0,100,0.13);
  padding: 80px 100px;
  z-index: 1;
}
body main section.contact .contenu .bloc h2 {
  font-family: 'Futura LT', sans-serif;
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 60px;
  text-align: center;
}
body main section.contact .contenu .bloc .nf-response-msg p {
  margin-bottom: 0;
  font-size: 18px;
  color: #505050;
  text-align: center;
}
body main section.contact .contenu .bloc form .nf-form-fields-required {
  display: none;
}
body main section.contact .contenu .bloc form .nf-field-container {
  margin-bottom: 30px;
}
body main section.contact .contenu .bloc form .nf-row {
  margin: 0 -15px;
}
body main section.contact .contenu .bloc form .nf-row .nf-cell {
  padding: 0 15px;
}
body main section.contact .contenu .bloc form .nf-form-content {
  padding: 0;
}
body main section.contact .contenu .bloc form input {
  height: 60px;
  border-radius: 3px;
  border: 1px solid #0F2DBF;
  background-color: #ffffff;
  font-family: 'Futura LT', sans-serif;
  font-size: 18px;
  color: #505050;
  padding: 0 30px;
}
body main section.contact .contenu .bloc form textarea {
  padding: 20px 30px;
  height: 150px;
  border-radius: 3px;
  border: 1px solid #0F2DBF;
  background-color: #ffffff;
  font-family: 'Futura LT', sans-serif;
  font-size: 18px;
  color: #505050;
}
body main section.contact .contenu .bloc form #nf-field-6-wrap label {
  font-size: 15px;
  font-family: 'Futura LT', sans-serif;
  font-weight: 500;
  color: #252525;
  cursor: pointer;
}
body main section.contact .contenu .bloc form #nf-field-6-wrap label .ninja-forms-req-symbol {
  color: #252525;
}
body main section.contact .contenu .bloc form .checkbox-wrap .nf-field-label label:after {
  background-color: #ffffff;
  border: 1px solid #0F2DBF;
  border-radius: 3px;
}
body main section.contact .contenu .bloc form #nf-field-4-container {
  margin-bottom: 0;
}
body main section.contact .contenu .bloc form #nf-field-4 {
  height: 50px;
  padding: 0 40px;
  color: #ffffff;
  background-color: #0F2DBF;
  font-size: 16px;
  font-family: 'Futura LT', sans-serif;
  font-weight: 500;
  text-align: center;
  margin: auto;
  display: table;
  border: 1px solid #0F2DBF;
  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.contact .contenu .bloc form #nf-field-4:hover {
  border: 1px solid #0F2DBF;
  background-color: #ffffff;
  color: #0F2DBF;
}
body main section.contact .contenu .bloc .motif3 {
  background: url(../../../img/pave-points2.svg) no-repeat;
  background-size: 100%;
  width: 292px;
  height: 301px;
  position: absolute;
  bottom: -145px;
  right: -133px;
  z-index: -1;
}
body main section.contact .contenu .bloc .motif4 {
  position: absolute;
  top: 30px;
  right: 70px;
  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.contact .contenu .bloc .motif5 {
  position: absolute;
  bottom: 100px;
  right: 290px;
  z-index: -1;
}
body main section.contact .motif6 {
  position: absolute;
  top: 235px;
  right: 30px;
  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.contact .motif7 {
  position: absolute;
  top: 260px;
  left: 45px;
  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;
}
@media (min-width: 1361px) and (max-width: 1500px) {
  body main section.contact {
    padding: 80px 0 20px;
  }
  body main section.contact:before {
    height: 180px;
  }
  body main section.contact .contenu .content .motif1 {
    top: 195px;
    left: -70px;
  }
  body main section.contact .contenu .content .motif2 {
    top: 245px;
    right: -165px;
  }
  body main section.contact .contenu .bloc {
    padding: 80px 100px;
  }
  body main section.contact .contenu .bloc h2 {
    font-size: 36px;
    margin-bottom: 55px;
  }
  body main section.contact .contenu .bloc form .nf-field-container {
    margin-bottom: 30px;
  }
  body main section.contact .contenu .bloc form input {
    height: 60px;
    font-size: 18px;
    padding: 0 30px;
  }
  body main section.contact .contenu .bloc form textarea {
    padding: 20px 30px;
    height: 150px;
    font-size: 18px;
  }
  body main section.contact .contenu .bloc form #nf-field-6-wrap label {
    font-size: 15px;
  }
  body main section.contact .contenu .bloc form #nf-field-4 {
    height: 50px;
    padding: 0 40px;
    font-size: 16px;
  }
  body main section.contact .contenu .bloc .motif3 {
    bottom: -165px;
    right: -133px;
  }
  body main section.contact .contenu .bloc .motif4 {
    top: 30px;
    right: 70px;
  }
  body main section.contact .contenu .bloc .motif5 {
    bottom: 100px;
    right: 290px;
  }
  body main section.contact .motif6 {
    top: 235px;
    right: 30px;
  }
  body main section.contact .motif7 {
    top: 260px;
    left: 45px;
  }
}
@media (min-width: 1200px) and (max-width: 1360px) {
  body main section.contact {
    padding: 70px 0 20px;
  }
  body main section.contact:before {
    height: 170px;
  }
  body main section.contact .contenu .content .motif1 {
    top: 195px;
    left: -70px;
  }
  body main section.contact .contenu .content .motif2 {
    top: 245px;
    right: -165px;
  }
  body main section.contact .contenu .bloc {
    padding: 70px 80px;
  }
  body main section.contact .contenu .bloc h2 {
    font-size: 32px;
    margin-bottom: 50px;
  }
  body main section.contact .contenu .bloc form .nf-field-container {
    margin-bottom: 30px;
  }
  body main section.contact .contenu .bloc form input {
    height: 60px;
    font-size: 17px;
    padding: 0 30px;
  }
  body main section.contact .contenu .bloc form textarea {
    padding: 20px 30px;
    height: 150px;
    font-size: 17px;
  }
  body main section.contact .contenu .bloc form #nf-field-6-wrap label {
    font-size: 15px;
  }
  body main section.contact .contenu .bloc form #nf-field-4 {
    height: 50px;
    padding: 0 40px;
    font-size: 16px;
  }
  body main section.contact .contenu .bloc .motif3 {
    bottom: -165px;
    right: -133px;
  }
  body main section.contact .contenu .bloc .motif4 {
    top: 30px;
    right: 70px;
  }
  body main section.contact .contenu .bloc .motif5 {
    bottom: 100px;
    right: 290px;
  }
  body main section.contact .motif6 {
    top: 235px;
    right: 30px;
  }
  body main section.contact .motif7 {
    top: 260px;
    left: 45px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body main section.contact {
    padding: 70px 0 20px;
  }
  body main section.contact:before {
    height: 170px;
  }
  body main section.contact .contenu .content .motif1 {
    top: 195px;
    left: -70px;
  }
  body main section.contact .contenu .content .motif2 {
    top: 245px;
    right: -165px;
  }
  body main section.contact .contenu .bloc {
    padding: 70px 80px;
  }
  body main section.contact .contenu .bloc h2 {
    font-size: 32px;
    margin-bottom: 50px;
  }
  body main section.contact .contenu .bloc form .nf-field-container {
    margin-bottom: 30px;
  }
  body main section.contact .contenu .bloc form input {
    height: 60px;
    font-size: 17px;
    padding: 0 30px;
  }
  body main section.contact .contenu .bloc form textarea {
    padding: 20px 30px;
    height: 150px;
    font-size: 17px;
  }
  body main section.contact .contenu .bloc form #nf-field-6-wrap label {
    font-size: 15px;
  }
  body main section.contact .contenu .bloc form #nf-field-4 {
    height: 50px;
    padding: 0 40px;
    font-size: 16px;
  }
  body main section.contact .contenu .bloc .motif3 {
    bottom: -165px;
    right: -133px;
  }
  body main section.contact .contenu .bloc .motif4 {
    top: 30px;
    right: 70px;
  }
  body main section.contact .contenu .bloc .motif5 {
    bottom: 100px;
    right: 290px;
  }
  body main section.contact .motif6 {
    top: 235px;
    right: 30px;
  }
  body main section.contact .motif7 {
    top: 260px;
    left: 45px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body main section.contact {
    padding: 70px 0 20px;
  }
  body main section.contact:before {
    height: 170px;
  }
  body main section.contact .contenu .content .motif1 {
    top: 195px;
    left: -70px;
  }
  body main section.contact .contenu .content .motif2 {
    top: 245px;
    right: -165px;
  }
  body main section.contact .contenu .bloc {
    padding: 50px;
  }
  body main section.contact .contenu .bloc h2 {
    font-size: 28px;
    margin-bottom: 50px;
  }
  body main section.contact .contenu .bloc form .nf-field-container {
    margin-bottom: 20px;
  }
  body main section.contact .contenu .bloc form input {
    height: 60px;
    font-size: 17px;
    padding: 0 30px;
  }
  body main section.contact .contenu .bloc form textarea {
    padding: 20px 30px;
    height: 150px;
    font-size: 17px;
  }
  body main section.contact .contenu .bloc form #nf-field-6-wrap label {
    font-size: 15px;
  }
  body main section.contact .contenu .bloc form #nf-field-4 {
    height: 50px;
    padding: 0 40px;
    font-size: 16px;
  }
  body main section.contact .contenu .bloc .motif3 {
    bottom: -165px;
    right: -133px;
  }
  body main section.contact .contenu .bloc .motif4 {
    top: 30px;
    right: 70px;
  }
  body main section.contact .contenu .bloc .motif5 {
    bottom: 100px;
    right: 290px;
  }
  body main section.contact .motif6 {
    top: 235px;
    right: 30px;
  }
  body main section.contact .motif7 {
    top: 260px;
    left: 45px;
  }
}
@media (max-width: 767.98px) {
  body main section.contact {
    padding: 30px 0 20px;
  }
  body main section.contact:before {
    height: 130px;
  }
  body main section.contact .contenu .content .motif1 {
    top: 195px;
    left: -70px;
  }
  body main section.contact .contenu .content .motif2 {
    top: 245px;
    right: -165px;
  }
  body main section.contact .contenu .bloc {
    padding: 40px 20px 20px;
  }
  body main section.contact .contenu .bloc h2 {
    font-size: 25px;
    width: 100%;
    max-width: 220px;
    margin: 0 auto 20px;
  }
  body main section.contact .contenu .bloc form .nf-field-container {
    margin-bottom: 10px;
  }
  body main section.contact .contenu .bloc form input {
    height: 60px;
    font-size: 17px;
    padding: 0 20px;
  }
  body main section.contact .contenu .bloc form textarea {
    padding: 20px;
    height: 200px;
    font-size: 17px;
  }
  body main section.contact .contenu .bloc form #nf-field-6-wrap label {
    font-size: 14px;
  }
  body main section.contact .contenu .bloc form #nf-field-4 {
    height: 50px;
    padding: 0 40px;
    font-size: 16px;
  }
  body main section.contact .contenu .bloc .motif3 {
    display: none;
  }
  body main section.contact .contenu .bloc .motif4 {
    display: none;
  }
  body main section.contact .contenu .bloc .motif5 {
    bottom: 100px;
    right: 290px;
  }
  body main section.contact .motif6 {
    top: 235px;
    right: 30px;
  }
  body main section.contact .motif7 {
    top: 260px;
    left: 45px;
  }
}
