.section-texteetimage {
  overflow-x: clip;
}
.section-texteetimage .texteetimage__container {
  margin: 0;
  max-width: 1680px;
  padding: 0 40px;
}
.section-texteetimage .texteetimage__container.gauche {
  padding: 0 40px 0 0;
}
.section-texteetimage .texteetimage__container.gauche .col-image {
  order: -1;
}
.section-texteetimage .texteetimage__container.gauche .texteetimage__image img {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.section-texteetimage .texteetimage__container.droite {
  margin-left: auto;
  padding: 0 0 0 40px;
}
.section-texteetimage .texteetimage__container.droite .texteetimage__image img {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.section-texteetimage .texteetimage__container .texteetimage__image figure {
  position: relative;
  margin-bottom: 0;
}
.section-texteetimage .texteetimage__container .texteetimage__image figure figcaption {
  border-left: 4px solid #E62537;
  padding: 14px 0 0 16px;
  width: 65%;
  margin: 0 auto;
}
.section-texteetimage .texteetimage__container .texteetimage__image .imgCtn {
  position: relative;
}
.section-texteetimage .texteetimage__container .texteetimage__image .imgCtn img {
  height: auto;
  max-width: 100%;
}
.section-texteetimage .texteetimage__container .texteetimage__infos > *:last-child {
  margin-bottom: 0;
}
.section-texteetimage .texteetimage__container .texteetimage__infos p a {
  color: #E62537;
}
.section-texteetimage .texteetimage__container .texteetimage__infos p a:hover {
  text-decoration: underline;
}
.section-texteetimage .texteetimage__container .texteetimage__infos ul {
  list-style-type: square;
}
.section-texteetimage .texteetimage__container .texteetimage__infos ul li {
  margin-bottom: 0;
}
.section-texteetimage .texteetimage__container .texteetimage__infos ol li {
  margin-bottom: 0;
}
.section-texteetimage .texteetimage__container .texteetimage__infos div.special-list ul {
  list-style-type: none;
  padding: 0;
}
.section-texteetimage .texteetimage__container .texteetimage__infos div.special-list li {
  margin: 0;
  padding: 0 0 0 40px;
  position: relative;
}
.section-texteetimage .texteetimage__container .texteetimage__infos div.special-list li::before {
  position: absolute;
  top: 2px;
  left: 0;
  content: "\e913";
  font-family: 'icomoon';
  align-self: self-start;
  color: #164194;
  font-size: 20px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.section-texteetimage .texteetimage__container .texteetimage__infos p.special {
  font-weight: 900;
  color: #E62537;
  background-color: #fff;
  border-radius: 14px;
  padding: 20px 25px;
}
.section-texteetimage .texteetimage__container .texteetimage__boutons {
  margin-top: 40px;
  display: flex;
  align-items: center;
}
.section-texteetimage .texteetimage__container .bouton {
  margin-bottom: 16px;
}
.section-texteetimage .texteetimage__container .bouton:first-child {
  margin-right: 20px;
}
.section-texteetimage .texteetimage__container .bouton4 {
  border: 1px solid #E62537;
}
.section-texteetimage .texteetimage__container .bouton-underline {
  text-decoration: underline;
  font-family: 'Bebas Neue Pro Expanded', sans-serif;
  font-weight: 800;
  font-size: 1.8rem;
  text-transform: uppercase;
  display: flex;
  width: fit-content;
}
.section-texteetimage .texteetimage__container .bouton-underline:hover {
  color: #164194;
  text-decoration: none;
}
@media (max-width: 1199px) {
  .section-texteetimage .texteetimage__container {
    padding: 0 30px;
  }
  .section-texteetimage .texteetimage__container.gauche {
    padding: 0 30px 0 0;
  }
  .section-texteetimage .texteetimage__container.droite {
    padding: 0 0 0 30px;
  }
  .section-texteetimage .texteetimage__container .texteetimage__image figure figcaption {
    width: auto;
    margin: 0 30px;
  }
}
@media (max-width: 991px) {
  .section-texteetimage .texteetimage__container.gauche .texteetimage__infos {
    margin-left: 30px;
    width: calc(100% - 30px);
  }
  .section-texteetimage .texteetimage__container .col-image {
    order: 0 !important;
    margin: 0 0 40px !important;
  }
  .section-texteetimage .texteetimage__container .col-texte {
    order: 1 !important;
  }
  .section-texteetimage .texteetimage__container.droite .texteetimage__infos {
    margin-right: 30px;
    width: calc(100% - 30px);
  }
  .section-texteetimage .texteetimage__container .imgcropCtn {
    height: 380px;
  }
  .section-texteetimage .texteetimage__container .bouton-underline {
    font-size: 1.6rem;
  }
}
@media (max-width: 767.98px) {
  .section-texteetimage .texteetimage__container .imgcropCtn {
    height: 340px;
  }
  .section-texteetimage .texteetimage__container .texteetimage__boutons {
    flex-direction: column;
  }
  .section-texteetimage .texteetimage__container .bouton:first-child {
    margin-right: auto;
  }
  .section-texteetimage .texteetimage__container .bouton-underline {
    margin: 0 auto 16px;
  }
  .section-texteetimage .texteetimage__container .texteetimage__infos p.special {
    padding: 15px;
  }
}
@media (max-width: 575px) {
  .section-texteetimage .texteetimage__container .imgcropCtn {
    height: 60vw;
  }
}
@media (max-width: 399px) {
  .section-texteetimage .texteetimage__container {
    padding: 0 20px;
  }
  .section-texteetimage .texteetimage__container.gauche {
    padding: 0 20px 0 0;
  }
  .section-texteetimage .texteetimage__container.gauche .texteetimage__infos {
    margin-left: 20px;
    width: calc(100% - 20px);
  }
  .section-texteetimage .texteetimage__container.droite {
    padding: 0 0 0 20px;
  }
  .section-texteetimage .texteetimage__container.droite .texteetimage__infos {
    margin-right: 20px;
    width: calc(100% - 20px);
  }
}
