@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.presentation {
  background-color: #F9FAFF;
  padding: 120px 0 130px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
body main section.presentation .contenu h2 {
  color: #0F2DBF;
  font-family: 'Futura LT', sans-serif;
  font-weight: 500;
  font-size: 40px;
  text-align: center;
  display: table;
  margin: 0 auto 70px;
  max-width: 530px;
  width: 100%;
  line-height: 1.2;
}
body main section.presentation .contenu .content {
  align-items: center;
}
body main section.presentation .contenu .visuel {
  position: relative;
}
body main section.presentation .contenu .visuel .encart {
  background-color: #0F2DBF;
  padding: 50px 20px;
  border-radius: 3px;
  max-width: 170px;
  min-height: 175px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 150px;
  left: 0;
  z-index: 1;
}
body main section.presentation .contenu .visuel .encart p {
  color: #ffffff;
  font-family: 'Futura LT', sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
  text-align: center;
}
body main section.presentation .contenu .visuel img {
  width: 100%;
  max-width: 390px;
  display: table;
  margin: 0 0 0 auto;
  border-radius: 3px;
}
body main section.presentation .contenu .visuel .motif3 {
  position: absolute;
  top: 66px;
  left: 40px;
  z-index: -1;
}
body main section.presentation .contenu .bloc {
  padding-left: 40px;
}
body main section.presentation .contenu .bloc p {
  color: #505050;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 30px;
  text-align: justify;
}
body main section.presentation .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.presentation .contenu .bloc .bouton:hover {
  background-color: transparent;
  border: 1px solid #0F2DBF;
  color: #0F2DBF;
}
body main section.presentation .motif1 {
  position: absolute;
  bottom: 235px;
  left: -30px;
  z-index: -1;
}
body main section.presentation .motif2 {
  position: absolute;
  bottom: 40px;
  right: -70px;
  z-index: -1;
  -webkit-animation: rotating 12s linear infinite;
  -moz-animation: rotating 12s linear infinite;
  -ms-animation: rotating 12s linear infinite;
  -o-animation: rotating 12s linear infinite;
  animation: rotating 12s linear infinite;
}
@media (min-width: 1651px) and (max-width: 1760px) {
  body main section.presentation .motif1 {
    left: -110px;
  }
}
@media (min-width: 1501px) and (max-width: 1650px) {
  body main section.presentation .motif1 {
    left: -170px;
  }
}
@media (min-width: 1361px) and (max-width: 1500px) {
  body main section.presentation {
    padding: 100px 0 110px;
  }
  body main section.presentation .contenu h2 {
    font-size: 36px;
    margin: 0 auto 65px;
    max-width: 510px;
  }
  body main section.presentation .contenu .visuel .encart {
    padding: 50px 20px;
    border-radius: 3px;
    max-width: 170px;
    min-height: 175px;
    bottom: 150px;
  }
  body main section.presentation .contenu .visuel .encart p {
    font-size: 19px;
  }
  body main section.presentation .contenu .visuel img {
    max-width: 390px;
  }
  body main section.presentation .contenu .bloc {
    padding-left: 40px;
  }
  body main section.presentation .contenu .bloc p {
    font-size: 18px;
  }
  body main section.presentation .motif1 {
    bottom: 215px;
    left: -210px;
  }
}
@media (min-width: 1200px) and (max-width: 1360px) {
  body main section.presentation {
    padding: 90px 0 100px;
  }
  body main section.presentation .contenu h2 {
    font-size: 32px;
    margin: 0 auto 60px;
    max-width: 490px;
  }
  body main section.presentation .contenu .visuel .encart {
    padding: 50px 20px;
    border-radius: 3px;
    max-width: 170px;
    min-height: 175px;
    bottom: 150px;
  }
  body main section.presentation .contenu .visuel .encart p {
    font-size: 18px;
  }
  body main section.presentation .contenu .visuel img {
    max-width: 390px;
  }
  body main section.presentation .contenu .bloc {
    padding-left: 40px;
  }
  body main section.presentation .contenu .bloc p {
    font-size: 17px;
  }
  body main section.presentation .motif1 {
    bottom: 125px;
    left: -210px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body main section.presentation {
    padding: 80px 0;
  }
  body main section.presentation .contenu h2 {
    font-size: 32px;
    margin: 0 auto 60px;
    max-width: 490px;
  }
  body main section.presentation .contenu .visuel .encart {
    padding: 50px 20px;
    border-radius: 3px;
    max-width: 170px;
    min-height: 175px;
    bottom: 150px;
  }
  body main section.presentation .contenu .visuel .encart p {
    font-size: 18px;
  }
  body main section.presentation .contenu .visuel img {
    max-width: 300px;
  }
  body main section.presentation .contenu .bloc {
    padding-left: 40px;
  }
  body main section.presentation .contenu .bloc p {
    font-size: 17px;
  }
  body main section.presentation .motif1 {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body main section.presentation {
    padding: 60px 0;
  }
  body main section.presentation .contenu h2 {
    font-size: 28px;
    margin: 0 auto 50px;
    max-width: 450px;
  }
  body main section.presentation .contenu .visuel {
    max-width: 430px;
    width: 100%;
    margin: 0 auto 50px;
  }
  body main section.presentation .contenu .visuel .encart {
    padding: 50px 20px;
    border-radius: 3px;
    max-width: 170px;
    min-height: 175px;
    bottom: 150px;
  }
  body main section.presentation .contenu .visuel .encart p {
    font-size: 18px;
  }
  body main section.presentation .contenu .visuel img {
    max-width: 350px;
  }
  body main section.presentation .contenu .bloc {
    padding-left: 0;
    max-width: 620px;
    width: 100%;
    margin: auto;
  }
  body main section.presentation .contenu .bloc p {
    font-size: 17px;
    text-align: center;
    margin-bottom: 25px;
    line-height: 1.6;
  }
  body main section.presentation .contenu .bloc .bouton {
    margin: 40px auto 0;
  }
  body main section.presentation .motif1 {
    display: none;
  }
}
@media (max-width: 767.98px) {
  body main section.presentation {
    padding: 40px 0;
  }
  body main section.presentation .contenu h2 {
    font-size: 25px;
    margin: 0 auto 40px;
    max-width: 100%;
  }
  body main section.presentation .contenu .visuel {
    max-width: 430px;
    width: 100%;
    margin: 0 auto 30px;
  }
  body main section.presentation .contenu .visuel .encart {
    padding: 20px;
    border-radius: 0;
    max-width: 100%;
    min-height: auto;
    bottom: auto;
    position: relative;
  }
  body main section.presentation .contenu .visuel .encart p {
    font-size: 16px;
  }
  body main section.presentation .contenu .visuel .motif3 {
    display: none;
  }
  body main section.presentation .contenu .visuel img {
    max-width: 350px;
  }
  body main section.presentation .contenu .bloc {
    padding-left: 0;
    max-width: 620px;
    width: 100%;
    margin: auto;
  }
  body main section.presentation .contenu .bloc p {
    font-size: 17px;
    text-align: center;
    margin-bottom: 15px;
    line-height: 1.4;
  }
  body main section.presentation .contenu .bloc .bouton {
    margin: 40px auto 0;
  }
  body main section.presentation .motif1 {
    display: none;
  }
  body main section.presentation .motif2 {
    bottom: -40px;
  }
}
