.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
body main section.informations {
  position: relative;
  padding: 110px 0 0;
  overflow: hidden;
}
body main section.informations .contenu .container {
  max-width: 1260px;
}
body main section.informations .contenu .liste {
  background-color: #003160;
}
body main section.informations .contenu .liste:nth-of-type(2n) .titre:before {
  right: auto;
  left: 100%;
}
body main section.informations .contenu .titre {
  text-align: center;
  margin: auto;
  background-color: #006CB7;
  padding: 50px 0 45px;
  position: relative;
  margin-top: -110px;
}
body main section.informations .contenu .titre:before {
  content: "";
  background-color: #006CB7;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1000px;
  right: 100%;
}
body main section.informations .contenu .titre img {
  margin-bottom: 15px;
}
body main section.informations .contenu .titre p {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 3.6px;
  color: #fff;
}
body main section.informations .contenu .titre .titreP {
  color: #fff;
  margin-bottom: 0;
}
body main section.informations .contenu .owl-carousel {
  padding: 110px 0;
}
body main section.informations .contenu .owl-carousel .owl-dots {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 60px;
}
body main section.informations .contenu .owl-carousel .owl-dots.disabled {
  display: none;
}
body main section.informations .contenu .owl-carousel .owl-dot {
  position: relative;
  display: block;
  counter-increment: slide-number;
}
body main section.informations .contenu .owl-carousel .owl-dot:focus {
  outline: none;
}
body main section.informations .contenu .owl-carousel .owl-dot:after {
  content: "" counter(slide-number) "";
  color: #fff;
  font-family: 'Poppins', sans-serif;
  display: inline-block;
  font-size: 28px;
  font-weight: 500;
  padding-right: 25px;
  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.informations .contenu .owl-carousel .owl-dot:hover:after {
  font-size: 28px;
  color: #04A6FF;
}
body main section.informations .contenu .owl-carousel .owl-dot:hover:before {
  content: "";
  opacity: 1;
}
body main section.informations .contenu .owl-carousel .owl-dot.active:after {
  font-size: 28px;
  color: #04A6FF;
}
body main section.informations .contenu .owl-carousel .owl-dot.active:before {
  content: "";
  opacity: 1;
}
body main section.informations .contenu .fond {
  position: relative;
  width: 100%;
  height: 300px;
}
body main section.informations .contenu .fond img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body main section.informations .contenu .visuel {
  width: 100%;
  height: 100%;
  position: relative;
}
body main section.informations .contenu .visuel img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body main section.informations .contenu .bloc {
  max-width: 605px;
  width: 100%;
  margin: auto;
}
body main section.informations .contenu .bloc h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: .42px;
  margin-bottom: 25px;
}
body main section.informations .contenu .bloc p {
  color: #fff;
  margin-bottom: 20px;
}
body main section.informations .contenu .bloc p strong {
  font-weight: 600;
}
body main section.informations .contenu .bloc ul li {
  color: #fff;
  font-weight: 500;
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}
body main section.informations .contenu .bloc ul li:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  background: url(../../../../img/puces.png) no-repeat;
  background-size: 100%;
  width: 15px;
  height: 15px;
}
body main section.informations .contenu .bloc ul li:last-child {
  margin-bottom: 0;
}
@media (min-width: 1361px) and (max-width: 1500px) {
  body main section.informations {
    padding: 110px 0 0;
  }
  body main section.informations .contenu .titre {
    padding: 50px 0 45px;
    margin-top: -110px;
  }
  body main section.informations .contenu .titre p {
    font-size: 17px;
  }
  body main section.informations .contenu .owl-carousel {
    padding: 90px 0;
  }
  body main section.informations .contenu .owl-carousel .owl-dots {
    margin-top: 50px;
  }
  body main section.informations .contenu .owl-carousel .owl-dot:after {
    font-size: 26px;
  }
  body main section.informations .contenu .owl-carousel .owl-dot:hover:after {
    font-size: 26px;
  }
  body main section.informations .contenu .owl-carousel .owl-dot.active:after {
    font-size: 26px;
  }
  body main section.informations .contenu .fond {
    height: 280px;
  }
  body main section.informations .contenu .bloc {
    max-width: 605px;
  }
  body main section.informations .contenu .bloc h3 {
    font-size: 26px;
  }
}
@media (min-width: 1200px) and (max-width: 1360px) {
  body main section.informations {
    padding: 100px 0 0;
  }
  body main section.informations .contenu .titre {
    padding: 45px 0 40px;
    margin-top: -100px;
  }
  body main section.informations .contenu .titre p {
    font-size: 16px;
  }
  body main section.informations .contenu .owl-carousel {
    padding: 80px 0;
  }
  body main section.informations .contenu .owl-carousel .owl-dots {
    margin-top: 50px;
  }
  body main section.informations .contenu .owl-carousel .owl-dot:after {
    font-size: 24px;
  }
  body main section.informations .contenu .owl-carousel .owl-dot:hover:after {
    font-size: 24px;
  }
  body main section.informations .contenu .owl-carousel .owl-dot.active:after {
    font-size: 24px;
  }
  body main section.informations .contenu .fond {
    height: 260px;
  }
  body main section.informations .contenu .bloc {
    max-width: 605px;
  }
  body main section.informations .contenu .bloc h3 {
    font-size: 24px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body main section.informations {
    padding: 100px 0 0;
  }
  body main section.informations .contenu .titre {
    padding: 40px 0 35px;
    margin-top: -100px;
  }
  body main section.informations .contenu .titre p {
    font-size: 16px;
  }
  body main section.informations .contenu .owl-carousel {
    padding: 80px 0;
  }
  body main section.informations .contenu .owl-carousel .owl-dots {
    margin-top: 50px;
  }
  body main section.informations .contenu .owl-carousel .owl-dot:after {
    font-size: 24px;
  }
  body main section.informations .contenu .owl-carousel .owl-dot:hover:after {
    font-size: 24px;
  }
  body main section.informations .contenu .owl-carousel .owl-dot.active:after {
    font-size: 24px;
  }
  body main section.informations .contenu .fond {
    height: 260px;
  }
  body main section.informations .contenu .bloc {
    max-width: 605px;
  }
  body main section.informations .contenu .bloc h3 {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body main section.informations {
    padding: 90px 0 0;
  }
  body main section.informations .contenu .titre {
    padding: 40px 0 35px;
    margin-top: -90px;
  }
  body main section.informations .contenu .titre p {
    font-size: 15px;
  }
  body main section.informations .contenu .owl-carousel {
    padding: 60px 0;
  }
  body main section.informations .contenu .owl-carousel .owl-dots {
    margin-top: 30px;
    justify-content: center;
  }
  body main section.informations .contenu .owl-carousel .owl-dot {
    padding: 0 10px;
  }
  body main section.informations .contenu .owl-carousel .owl-dot:after {
    font-size: 22px;
  }
  body main section.informations .contenu .owl-carousel .owl-dot:hover:after {
    font-size: 22px;
  }
  body main section.informations .contenu .owl-carousel .owl-dot.active:after {
    font-size: 22px;
  }
  body main section.informations .contenu .fond {
    height: 220px;
  }
  body main section.informations .contenu .content {
    flex-direction: column-reverse;
  }
  body main section.informations .contenu .visuel {
    height: 350px;
    width: 100%;
    max-width: 605px;
    margin: auto;
    display: table;
  }
  body main section.informations .contenu .bloc {
    max-width: 605px;
    text-align: center;
    margin-bottom: 50px;
  }
  body main section.informations .contenu .bloc h3 {
    font-size: 22px;
  }
  body main section.informations .contenu .bloc ul li {
    display: table;
    margin: 0 auto 10px;
  }
}
@media (max-width: 767.98px) {
  body main section.informations {
    padding: 0;
  }
  body main section.informations .contenu .liste:nth-of-type(2n) .titre:after {
    left: auto;
    right: 100%;
  }
  body main section.informations .contenu .titre {
    padding: 30px 0 25px;
    margin-top: 0;
  }
  body main section.informations .contenu .titre:after {
    content: "";
    background-color: #006CB7;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1000px;
    left: 100%;
  }
  body main section.informations .contenu .titre p {
    font-size: 14px;
  }
  body main section.informations .contenu .owl-carousel {
    padding: 40px 0;
  }
  body main section.informations .contenu .owl-carousel .owl-dots {
    margin-top: 30px;
    justify-content: center;
  }
  body main section.informations .contenu .owl-carousel .owl-dot {
    padding: 0 7px;
  }
  body main section.informations .contenu .owl-carousel .owl-dot:after {
    font-size: 22px;
  }
  body main section.informations .contenu .owl-carousel .owl-dot:hover:after {
    font-size: 22px;
  }
  body main section.informations .contenu .owl-carousel .owl-dot.active:after {
    font-size: 22px;
  }
  body main section.informations .contenu .fond {
    height: 220px;
  }
  body main section.informations .contenu .content {
    flex-direction: column-reverse;
  }
  body main section.informations .contenu .visuel {
    height: 300px;
    width: 100%;
    max-width: 605px;
    margin: auto;
    display: table;
  }
  body main section.informations .contenu .bloc {
    max-width: 605px;
    text-align: center;
    margin-bottom: 50px;
  }
  body main section.informations .contenu .bloc h3 {
    font-size: 20px;
  }
  body main section.informations .contenu .bloc ul li {
    display: table;
    margin: 0 0 10px;
    text-align: left;
  }
}
