@keyframes frag-one {
  0% {
    transform: translateY(-1000px);
    background-position: 0% 50%;
  }
  33% {
    transform: translateY(0);
    background-position: 0% 50%;
  }
  90% {
    transform: rotateY(0);
  }
  100% {
    background-position: 152% 50%;
    transform: rotateY(180deg);
  }
}
@keyframes frag-two {
  0% {
    transform: translateY(1000px);
    background-position: -100% 50%;
  }
  33% {
    transform: translateY(0);
    background-position: -100% 50%;
  }
  90% {
    transform: rotateY(0);
  }
  100% {
    background-position: 52% 50%;
    transform: rotateY(180deg);
  }
}
@keyframes frag-three {
  0% {
    transform: translateY(-1000px);
    background-position: -200% 50%;
  }
  33% {
    transform: translateY(0);
    background-position: -200% 50%;
  }
  90% {
    transform: rotateY(0);
  }
  100% {
    background-position: -48% 50%;
    transform: rotateY(180deg);
  }
}
@keyframes frag-bis-one {
  0% {
    transform: rotateY(180deg);
    background-position: 0% 50%;
  }
  10% {
    transform: rotateY(0);
  }
  40% {
    background-position: 0% 50%;
  }
  80% {
    background-position: -150% 50%;
  }
  89% {
    transform: translateY(0);
  }
  99% {
    transform: translateY(1000px);
    background-position: -150% 50%;
  }
  100% {
    display: none;
  }
}
@keyframes frag-bis-two {
  0% {
    transform: rotateY(180deg);
    background-position: -100% 50%;
  }
  10% {
    transform: rotateY(0);
  }
  40% {
    background-position: -100% 50%;
  }
  80% {
    background-position: -250% 50%;
  }
  89% {
    transform: translateY(0);
  }
  99% {
    transform: translateY(-1000px);
    background-position: -250% 50%;
  }
  100% {
    display: none;
  }
}
@keyframes frag-bis-three {
  0% {
    transform: rotateY(180deg);
    background-position: -200% 50%;
  }
  10% {
    transform: rotateY(0);
  }
  40% {
    background-position: -200% 50%;
  }
  80% {
    background-position: -350% 50%;
  }
  89% {
    transform: translateY(0);
  }
  99% {
    transform: translateY(1000px);
    background-position: -350% 50%;
  }
  100% {
    display: none;
  }
}
@keyframes wow-ovale {
  0% {
    transform: rotateZ(0deg);
    border-color: #000000;
    animation-timing-function: linear;
  }
  100% {
    transform: rotateZ(360deg);
    animation-timing-function: linear;
  }
}
@keyframes wow-rectangle {
  0% {
    transform: rotateZ(0deg);
    animation-timing-function: linear;
  }
  100% {
    transform: rotateZ(-360deg);
    animation-timing-function: linear;
  }
}
.style-section-24 .border-blockquote {
  width: 5px;
  height: 20px;
}
.style-section-43 .material-icons {
  font-size: 36px;
}
.style-section-128 .border-radius-30 a {
  border-radius: 30px;
}
.style-section-142 .rond-absolute {
  margin-top: -100px;
}
.style-section-144 .oblique {
  width: 55%;
}
.style-section-144 .section-oblique .opacity,
.style-section-144 .section-oblique .caption {
  display: none;
}
.style-section-144 .oblique:hover .opacity,
.style-section-144 .oblique:hover .caption {
  display: flex;
  z-index: 998;
}
.style-section-144 .section-oblique > div:first-child {
  -webkit-clip-path: polygon(0 100%,0 0,100% 0,80% 100%);
  clip-path: polygon(0 100%,0 0,100% 0,80% 100%);
}
.style-section-144 .section-oblique > div:nth-child(2) {
  -webkit-clip-path: polygon(0 106%,21% 0,99% 0,79% 101%);
  clip-path: polygon(0 106%,21% 0,99% 0,79% 101%);
  margin-right: -7%;
  margin-left: -7%;
  border-right: 3px solid white;
  border-left: 3px solid white;
  z-index: 33;
}
.style-section-144 .section-oblique > div:last-child {
  -webkit-clip-path: polygon(0 100%,20% 0,100% 0,100% 100%);
  clip-path: polygon(0 100%,20% 0,100% 0,100% 100%);
}
.style-section-145 .talkbubble {
  width: 100%;
  border-radius: 10px;
}
.style-section-145 .talkbubble:before {
  content: "";
  position: absolute;
  right: 49%;
  top: 100%;
  border-right: 15px solid transparent;
  border-top: 23px solid #43555b;
  border-left: 15px solid transparent;
}
.style-section-149 .section {
  padding: 0;
}
.style-section-149 .edit_content.section {
  padding: 20px;
}
.style-section-164 .hover-univers {
  display: none;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
}
.style-section-164 .hover-univers .caption {
  padding: 0;
}
.style-section-164 .hover-univers a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.style-section-164 .hover-univers a span {
  display: flex;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: black;
}
.style-section-164 .image-univers:hover .hover-univers {
  display: flex;
}
.style-section-164 .border-radius-5px .card-image-bg {
  border-radius: 5px;
}
.style-section-164 .edit_content .hover-univers {
  height: 90% !important;
}
.style-section-173 .caption {
  padding: 0 50px;
}
.style-section-175 li a {
  display: flex;
  flex-direction: column;
}
.style-section-175 .tabs .tab a.active,
.style-section-175 .tabs .tab a.active:hover {
  color: white;
  background-color: #039be5;
  font-weight: 400;
}
.style-section-175 .tabs .tab a:hover {
  color: #19b4ff;
}
.style-section-175 .tabs .tab {
  height: inherit;
  display: flex;
  line-height: 0;
}
.style-section-175 .row + .row {
  margin-top: 0;
}
.style-section-177 .image-pointe-gauche,
.style-section-177 .image-pointe-gauche .card-image-bg {
  -webkit-clip-path: polygon(0% 0%,75% 0%,100% 50%,75% 100%,0% 100%);
  clip-path: polygon(0% 0%,75% 0%,100% 50%,75% 100%,0% 100%);
}
.style-section-179 .caption {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.style-section-181 .image-perspective {
  box-shadow: 10px 10px 16px 0px rgba(72,79,87,0.4);
  margin-top: -40px !important;
  margin-right: -20px !important;
  margin-bottom: 40px !important;
  z-index: 300;
}
.style-section-181 .row.section-perspective.flex {
  margin-top: 50px;
}
.style-section-185 .flex.height-300px {
  margin-top: -80px;
}
.style-section-185 .losange {
  transform: rotate(45deg);
  clip-path: none;
  -webkit-clip-path: none;
  z-index: 3;
  transition-duration: 1s;
  margin-right: -10px;
  box-shadow: 0 8px 5px 0 rgba(0,0,0,0.12), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
}
.style-section-185 .losange:hover {
  transform: scale(1.3,1.3) rotate(45deg);
  clip-path: none;
  -webkit-clip-path: none;
}
.style-section-185 .losange:last-child {
  margin-right: 0;
}
.style-section-185 .losange:nth-child(2),
.style-section-185 .losange:nth-child(4) {
  align-self: flex-end;
}
.style-section-185 a,
.style-section-185 .ajax_update {
  color: white;
  transform: rotate(315deg);
}
.style-section-248 .marg-neg-top-53px,
.style-section-248 .section.marg-neg-top-53px {
  margin-top: -53px;
}
.style-section-249 .rond-absolute {
  margin-top: -100px;
}
.style-section-250 .slider-baseline {
  font-size: 1.4rem;
}
.style-section-262 .caption {
  padding-left: 50px;
  padding-right: 50px;
}
.style-section-271 p {
  line-height: 1.5rem;
}
.style-section-271 p:first-child::first-letter {
  float: left;
  margin-top: 8px;
  margin-right: 8px;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 4rem;
}
.style-section-274 .rond-date {
  margin-top: -50px;
}
.style-section-294 p {
  line-height: 1.5rem;
}
.style-section-294 p:first-child::first-letter {
  float: left;
  margin-top: 8px;
  margin-right: 8px;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 4rem;
}
.style-section-309 div.contact-simple form.contact-simple {
  max-width: 100%;
}
.style-section-327 .image-pointe-droite,
.style-section-327 .image-pointe-droite .card-image-bg {
  -webkit-clip-path: polygon(25% 0%,100% 1%,100% 100%,25% 100%,0% 50%);
  clip-path: polygon(25% 0%,100% 0%,100% 100%,25% 100%,0% 50%);
}
.style-section-329 .rond-absolute {
  margin-top: -100px;
}
.style-section-331 .tweet-frame {
  max-height: 800px;
  overflow-y: scroll;
}
.style-section-332 .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
}
.style-section-333 .shadow-marg-bot {
  margin-bottom: -20px;
}
.style-section-333 .shadow-spacer {
  box-shadow: 0 0 30px #000000;
}
.style-section-335 .countdownsection span[class*="countdown-"] {
  font-size: 2.5rem;
}
.style-section-336 .images_accordeon_3 .plus,
.style-section-336 .images_accordeon_3 .moins {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 998;
  cursor: pointer;
}
.style-section-336 .images_accordeon_3 > div {
  transition: width 1s;
}
.style-section-337 .b-left {
  border-left: 1px solid white;
}
.style-section-337 .b-right {
  border-right: 1px solid white;
}
.style-section-337 .pad-20 {
  padding: 20px !important;
}
.style-section-338 .shadow-marg-top {
  margin-top: -20px;
}
.style-section-338 .shadow-spacer {
  box-shadow: 0 0 30px #000000;
}
.style-section-343 .card-image-bg {
  width: 100%;
  height: 100%;
  background-attachment: fixed !important;
  background-position: center center;
  background-size: cover;
}
.style-section-343 .texte-paragraphe {
  font-size: 1.2rem;
}
.style-section-343 .relative.no-pad {
  padding: 0 !important;
}
.style-section-349 h4 {
  font-size: 3rem;
}
.style-section-353 .images_accordeon_2 .moins {
  position: absolute;
  top: 25px;
  right: 1%;
  z-index: 999;
  cursor: pointer;
}
.style-section-353 .images_accordeon_2 .plus {
  cursor: pointer;
}
.style-section-353 .images_accordeon_2 > div {
  transition: width 1s;
}
.style-section-354 .card-image-bg {
  width: 100%;
  height: 100%;
  background-attachment: fixed !important;
  background-position: center center;
  background-size: cover;
}
.style-section-354 .texte-paragraphe {
  font-size: 1.2rem;
}
.style-section-354 .relative.no-pad {
  padding: 0 !important;
}
.style-section-356 .container-card-rotation-3d {
  top: 0;
  left: 0;
  transform-style: preserve-3d;
  text-align: center;
  line-height: 20px;
  transition: all 3s ease;
}
.style-section-356 .container-card-rotation-3d > .card-image-bg {
  backface-visibility: hidden;
}
.style-section-356 .caption {
  padding: 10px;
}
.style-section-356 .material-icons {
  color: black;
}
.style-section-356 .btn-click {
  position: absolute;
  bottom: 10px;
  right: calc(50% - 20px);
  background-color: white;
}
.style-section-356 .animation {
  transform: rotateY(.5turn);
}
.style-section-356 .face {
  transform: translateZ(3rem);
  backface-visibility: hidden;
}
.style-section-356 .face:last-child {
  transform: rotateY(.5turn);
}
.style-section-356 .edit_content .verso {
  display: initial !important;
  position: relative;
  left: 200px;
  z-index: 1000;
  color: black;
  padding: 20px;
  background-color: #F5F5F5;
}
.style-section-358 .container-3d-mirror .card-image-bg {
  width: 50%;
}
.style-section-358 .edit_content .container-3d-mirror .edit-mirror {
  display: flex !important;
  width: 100%;
  height: 100%;
}
.style-section-358 .container-3d-mirror .edit-mirror .card-image-bg {
  height: 100% !important;
}
.style-section-358 .edit_content .container-3d-mirror .col-mirror {
  display: none !important;
}
.style-section-358 .mirror-3d-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}
.style-section-358 .edit_content .mirror-3d-text {
  height: 90%;
}
.style-section-358 .col-mirror {
  position: absolute;
  width: calc(100% / 3);
  height: 100%;
  backface-visibility: hidden;
  perspective: 1000px;
  transform-style: preserve-3d;
}
.style-section-358 .frag,
.style-section-358 .frag-bis {
  background-size: 300%;
}
.style-section-358 .frag-one {
  left: calc((100% / 3) * 0);
  animation: frag-one 8s;
  animation-fill-mode: forwards;
}
.style-section-358 .frag-two {
  left: calc((100% / 3) * 1);
  animation: frag-two 8s;
  animation-fill-mode: forwards;
}
.style-section-358 .frag-three {
  left: calc((100% / 3) * 2);
  animation: frag-three 8s;
  animation-fill-mode: forwards;
}
.style-section-358 .frag-bis-one {
  left: calc((100% / 3) * 0);
  animation: frag-bis-one 8s;
  animation-delay: 8s;
}
.style-section-358 .frag-bis-two {
  left: calc((100% / 3) * 1);
  animation: frag-bis-two 8s;
  animation-delay: 8s;
  animation-fill-mode: forwards;
}
.style-section-358 .frag-bis-three {
  left: calc((100% / 3) * 2);
  animation: frag-bis-three 8s;
  animation-delay: 8s;
  animation-fill-mode: forwards;
}
.style-section-358 .frag-bis {
  transform: rotateY(180deg);
  z-index: 0;
}
.style-section-360 .images_3_agrandissement_hover > div {
  transition: width 1s;
}
.style-section-360 .shadow_images_3_agrandissement_hover {
  box-shadow: 0px 2px 36px 10px rgba(0,0,0,0.75);
}
.style-section-360 .zindex_images_3_agrandissement_hover {
  z-index: 99;
}
.style-section-360 .images_3_agrandissement_hover .material-icons {
  position: relative;
  bottom: 2px;
}
.style-section-361 .widget-newsletter .flex-c-stretch {
  justify-content: center;
  align-items: stretch;
}
.style-section-361 .widget-newsletter input,
.style-section-361 .widget-newsletter .select-dropdown,
.style-section-361 .widget-newsletter .select-wrapper input.select-dropdown {
  width: initial;
  background-color: white;
  border: 1px solid #f5f5f5;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 0;
}
.style-section-361 .widget-newsletter .select-dropdown {
  color: #d2d2d2;
}
.style-section-361 .widget-newsletter .select-wrapper {
  margin-top: 0;
}
.style-section-361 #add_pub_newsletter_mail {
  width: 500px;
}
.style-section-361 #add_pub_newsletter_nom,
.style-section-361 #add_pub_newsletter_prenom {
  display: none;
}
.style-section-361 .widget-newsletter .select-wrapper span.caret {
  right: 10px;
  color: black;
  z-index: 2;
}
.style-section-361 .widget-newsletter button.btn {
  height: initial;
  border-radius: initial;
}
.style-section-363 .anim-bouge.iteration-infinite {
  z-index: 1000;
}
.style-section-364 .oval {
  width: 400px;
  height: 400px;
  fill: grey;
  opacity: 0.5;
}
.style-section-364 .rectangle .card-image-bg {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
.style-section-364 .rectangle1 {
  left: -60px;
  top: 140px;
}
.style-section-364 .rectangle2 {
  left: -30px;
  top: -30px;
}
.style-section-364 .rectangle4 {
  right: -30px;
  top: -30px;
}
.style-section-364 .rectangle3 {
  right: 140px;
  top: -60px;
}
.style-section-364 .rectangle5 {
  right: -60px;
  bottom: 140px;
}
.style-section-364 .rectangle6 {
  right: -30px;
  bottom: -30px;
}
.style-section-364 .rectangle8 {
  left: -30px;
  bottom: -30px;
}
.style-section-364 .rectangle7 {
  left: 140px;
  bottom: -60px;
}
.style-section-364 .bb {
  width: 400px;
  height: 400px;
  animation: wow-ovale 10s linear 0s 1 normal forwards;
  animation-iteration-count: infinite;
}
.style-section-364 .bb > div {
  animation: wow-rectangle 10s linear 0s 1 normal forwards;
  animation-iteration-count: infinite;
}
.style-section-377 .hover-univers {
  display: none;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
}
.style-section-377 .image-univers:hover .hover-univers {
  display: flex;
}
.style-section-377 .border-radius-5px .card-image-bg {
  border-radius: 5px;
}
.style-section-377 .edit_content .hover-univers {
  height: 90% !important;
}
.style-section-380 .anim-bouge.iteration-infinite {
  z-index: 1000;
}
.style-section-382 .oblique {
  width: 55%;
}
.style-section-382 .section-oblique .opacity,
.style-section-382 .section-oblique .caption {
  display: none;
}
.style-section-382 .oblique:hover .opacity,
.style-section-382 .oblique:hover .caption {
  display: flex;
  z-index: 998;
}
.style-section-382 .section-oblique > div:first-child {
  -webkit-clip-path: polygon(0 100%,0 0,100% 0,80% 100%);
  clip-path: polygon(0 100%,0 0,100% 0,80% 100%);
}
.style-section-382 .section-oblique > div:nth-child(2) {
  -webkit-clip-path: polygon(0 106%,21% 0,99% 0,79% 101%);
  clip-path: polygon(0 106%,21% 0,99% 0,79% 101%);
  margin-right: -7%;
  margin-left: -7%;
  border-right: 3px solid white;
  border-left: 3px solid white;
  z-index: 33;
}
.style-section-382 .section-oblique > div:last-child {
  -webkit-clip-path: polygon(0 100%,20% 0,100% 0,100% 100%);
  clip-path: polygon(0 100%,20% 0,100% 0,100% 100%);
}
.style-section-384 .card {
  height: 35vh;
  width: 40%;
  position: absolute;
  top: 50%;
  right: 5%;
  z-index: 10;
}
.style-section-384 .card-image-bg {
  height: 100%;
}
.style-section-385 .material-icons {
  line-height: inital;
}
.style-section-386 .material-icons {
  line-height: initial;
}
@media screen and (min-width: 1025px) {
  .style-section-344 .height-50,
  .style-section-344 .height-50 .card-image-bg {
    height: calc(50vh - 42px) !important;
  }
  .style-section-344 .menu-transparent .accueil_1_grande_2_petites .height-50,
  .style-section-344 .menu-transparent .accueil_1_grande_2_petites .height-50 .card-image-bg {
    height: 50vh !important;
  }
  .style-section-344 .menu-transparent-old .accueil_1_grande_2_petites .height-50,
  .style-section-344 .menu-transparent-old .accueil_1_grande_2_petites .height-50 .card-image-bg {
    height: 50vh !important;
  }
  .style-section-384 .caption {
    width: 50%;
    padding-left: 7.5%;
  }
  .style-section-384 .line {
    line-height: 30px;
  }
  .style-section-384 .my-height {
    height: 60vh !important;
  }
  .style-section-385 .flex {
    height: 45px;
    padding-left: 7.5%;
    padding-right: 7.5%;
  }
  .style-section-386 .flex {
    height: 45px;
    padding-left: 7.5%;
    padding-right: 7.5%;
  }
}
@media screen and (max-width: 1024px) {
  .style-section-80 .card.horizontal .card-image {
    max-width: 100%;
  }
  .style-section-111 .row + .row {
    margin-top: 0;
  }
  .style-section-116 .photo {
    width: 100%;
  }
  .style-section-128 .border-radius-30 a {
    border-radius: 0;
  }
  .style-section-144 .section-oblique[class*="height-"] {
    height: auto !important;
  }
  .style-section-144 .section-oblique[class*="height-"] .card-image-bg {
    height: 40vh;
  }
  .style-section-144 div.section-oblique > div.oblique {
    clip-path: none;
    -webkit-clip-path: none;
  }
  .style-section-144 div.section-oblique > div.oblique + div.oblique {
    margin-top: 30px;
  }
  .style-section-144 .section-oblique .opacity {
    display: flex;
    position: initial;
    background-color: transparent;
  }
  .style-section-144 .oblique {
    width: 100%;
  }
  .style-section-144 .section-oblique .caption,
  .style-section-144 .section-oblique:hover .caption {
    position: initial;
    display: block;
    color: black !important;
    background-color: white !important;
  }
  .style-section-144 .section-oblique > div:nth-child(2) {
    margin: 0;
    border: none;
  }
  .style-section-150 .height-80,
  .style-section-150 .height-80 .card-image-bg {
    height: 60vh;
  }
  .style-section-150 .opacity {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
  }
  .style-section-151 .height-600px {
    height: 1480px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .style-section-151 .card-image-bg {
    display: none;
  }
  .style-section-151 .col + .col {
    margin-top: 40px;
  }
  .style-section-151 .caption {
    position: relative;
  }
  .style-section-151 .caption h3 {
    margin-top: 20px;
  }
  .style-section-167 .caption {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }
  .style-section-167 .border-radius-50 {
    margin: 0;
  }
  .style-section-167 h2 {
    margin-top: 20px;
  }
  .style-section-167 h2,
  .style-section-167 h2 + div {
    text-align: center;
  }
  .style-section-170 .border-angle-hg,
  .style-section-170 .border-angle-hg + div,
  .style-section-170 .border-angle-bd {
    max-width: 100%;
  }
  .style-section-172 .losange-1,
  .style-section-172 .losange-2,
  .style-section-172 .losange-3 {
    margin-bottom: 20px;
  }
  .style-section-175 div[id] {
    display: flex !important;
  }
  .style-section-175 div[id] + div[id] {
    margin-top: 20px;
  }
  .style-section-175 .row .marg-left-20 {
    margin-left: 0;
  }
  .style-section-177 .image-pointe-gauche,
  .style-section-177 .image-pointe-gauche .card-image-bg {
    clip-path: none;
    -webkit-clip-path: none;
    max-width: 100%;
  }
  .style-section-180 .height-60,
  .style-section-180 .height-80 {
    height: auto !important;
  }
  .style-section-180 .caption {
    position: relative;
  }
  .style-section-181 .section-perspective .border-lightgrey {
    padding-left: 20px;
  }
  .style-section-181 .row.section-perspective.flex {
    margin-top: 50px;
  }
  .style-section-185 .flex.height-300px {
    flex-direction: row;
    margin: 0;
  }
  .style-section-185 .losange {
    height: 65px;
    width: 65px;
  }
  .style-section-185 .losange:hover {
    transform: rotate(45deg);
  }
  .style-section-251 .border-angle-hg,
  .style-section-251 .border-angle-hg + div,
  .style-section-251 .border-angle-bd {
    max-width: 100%;
  }
  .style-section-296 h2 {
    text-align: center;
  }
  .style-section-327 .pointe-droite {
    flex-direction: column-reverse;
  }
  .style-section-327 .image-pointe-droite,
  .style-section-327 .image-pointe-droite .card-image-bg {
    -webkit-clip-path: none;
    clip-path: none;
    max-width: 100%;
  }
  .style-section-332 .row-on-mobile {
    flex-direction: row;
  }
  .style-section-337 .height-mobile-40 {
    height: auto !important;
  }
  .style-section-337 .marg-right-10 {
    margin-bottom: 50px;
  }
  .style-section-337 h4 {
    margin-bottom: 50px;
  }
  .style-section-343 .height-accueil {
    height: initial !important;
  }
  .style-section-343 .height-accueil .card-image-bg {
    height: 40vh !important;
  }
  .style-section-343 .height-accueil .col {
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px;
  }
  .style-section-343 .texte-paragraphe {
    font-size: 1rem;
  }
  .style-section-344 h2 {
    font-size: 1.7rem;
  }
  .style-section-344 .height-accueil {
    height: 120vh !important;
  }
  .style-section-344 .height-accueil .card-image-bg {
    height: 40vh !important;
  }
  .style-section-350 .flex.width-100 > div:first-child {
    margin-left: 0;
  }
  .style-section-350 .flex.width-100 > div + div {
    margin: 20px;
  }
  .style-section-353 .images_accordeon_2 [class*="height-"],
  .style-section-353 .images_accordeon_2 [class*="height-"] .card-image-bg {
    height: 100vh;
  }
  .style-section-353 .images_accordeon_2 .opacity {
    background-color: rgba(0,0,0,0.6);
  }
  .style-section-354 .height-accueil {
    height: initial !important;
  }
  .style-section-354 .height-accueil .card-image-bg {
    height: 40vh !important;
  }
  .style-section-354 .height-accueil .col {
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px;
  }
  .style-section-354 .texte-paragraphe {
    font-size: 1rem;
  }
  .style-section-358 .container-3d-mirror .col-mirror {
    display: none;
  }
  .style-section-360 .images_3_agrandissement_hover [class*="height-"],
  .style-section-360 .images_3_agrandissement_hover [class*="height-"] .card-image-bg {
    height: 100vh;
  }
  .style-section-360 .images_3_agrandissement_hover .hide {
    display: flex !important;
    flex-direction: column;
  }
  .style-section-360 .images_3_agrandissement_hover .opacity {
    background-color: rgba(0,0,0,0.6);
  }
  .style-section-361 #add_pub_newsletter_mail {
    width: 100%;
    box-sizing: border-box;
  }
  .style-section-361 .widget-newsletter button.btn {
    width: 100%;
  }
  .style-section-364 .wow {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .style-section-364 .rectangle .card-image-bg {
    width: 60px;
    height: 60px;
  }
  .style-section-364 .bb {
    width: 200px;
    height: 200px;
  }
  .style-section-364 .rectangle1 {
    top: 70px;
    left: -30px;
  }
  .style-section-364 .rectangle2 {
    left: -15px;
    top: -15px;
  }
  .style-section-364 .rectangle3 {
    right: 70px;
    top: -30px;
  }
  .style-section-364 .rectangle4 {
    right: -15px;
    top: -15px;
  }
  .style-section-364 .rectangle5 {
    bottom: 70px;
    right: -30px;
  }
  .style-section-364 .rectangle6 {
    right: -15px;
    bottom: -15px;
  }
  .style-section-364 .rectangle7 {
    left: 70px;
    bottom: -30px;
  }
  .style-section-364 .rectangle8 {
    left: -15px;
    bottom: -15px;
  }
  .style-section-368 h5 {
    text-align: center;
  }
  .style-section-368 .icone-ronde {
    margin-right: 0;
  }
  .style-section-371 .height-100px {
    height: auto !important;
  }
  .style-section-382 .section-oblique[class*="height-"] {
    height: auto !important;
  }
  .style-section-382 .section-oblique[class*="height-"] .card-image-bg {
    height: 40vh;
  }
  .style-section-382 div.section-oblique > div.oblique {
    clip-path: none;
    -webkit-clip-path: none;
  }
  .style-section-382 div.section-oblique > div.oblique + div.oblique {
    margin-top: 30px;
  }
  .style-section-382 .section-oblique .opacity {
    display: flex;
    position: initial;
    background-color: transparent;
  }
  .style-section-382 .oblique {
    width: 100%;
  }
  .style-section-382 .section-oblique .caption,
  .style-section-382 .section-oblique:hover .caption {
    position: initial;
    display: block;
    color: black !important;
    background-color: white !important;
  }
  .style-section-382 .section-oblique .caption a {
    color: white;
  }
  .style-section-382 .section-oblique > div:nth-child(2) {
    margin: 0;
    border: none;
  }
  .style-section-384 .caption {
    height: 100% !important;
  }
  .style-section-384 .line {
    line-height: 20px;
  }
  .style-section-385 .flex {
    flex-direction: row;
  }
  .style-section-386 .flex {
    flex-direction: row;
  }
  .style-section-387 .flex {
    flex-direction: row !important;
  }
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .style-section-384 .my-height {
    height: 40vh !important;
  }
}
@media screen and (max-width: 600px) {
  .style-section-384 .my-height {
    height: 60vh !important;
  }
}
