/* box sizing */
/* no wrap */
/* img autoheight */
/* img autowidth */
/* img fit */
/* clip path */
/* padding row */
/* columns */
/* videos */
/* 16/9 : 56.25% //// 4/3  : 75% */
/* svg icons */
/* calc */
/* transition */
/* multiple transitions */
/* box shadow */
/* text shadow */
/* blur */
/* appearance */
/* transform */
/* transform origin */
/* animation declaration */
/* animation doing */
html, body {
  color: black;
}

.maincolor {
  color: black;
}

.sndcolor {
  color: #747474;
}

.dark {
  color: #747474;
}

.white {
  color: #FFFFFF;
}

.orange {
  color: #EE8800;
}

.thirdcolor {
  color: #7B2A46;
}

.yellow {
  color: #FAE300;
}

.bgmain {
  background: black;
}

.bgwhite {
  background: #FFFFFF;
}

.bgsnd {
  background: #747474;
}

.bgdark {
  background: #747474;
}

.bgorange {
  background: #EE8800;
}

.bgthird {
  background: #7B2A46;
}

.bgyellow {
  background: #FAE300;
}

h1 {
  color: #FFFFFF;
}

h2 {
  color: black;
}

a {
  text-decoration: none;
  color: black;
  font-weight: inherit;
}

* {
  font-family: "Poppins", sans-serif;
}

html, body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  margin: 10px 0;
  font-weight: 400;
  font-style: normal;
  line-height: 25px;
}

.ttu {
  text-transform: uppercase;
}

.tac {
  text-align: center;
}

h1 {
  font-family: "Poppins", sans-serif;
  font-size: 35px;
  line-height: 54px;
  font-weight: 700;
  color: black;
}

h2 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
}
h2 span.light {
  font-weight: 500;
  color: #747474;
  display: block;
  line-height: 38px;
  font-size: 25px;
}
@media only screen and (max-width: 550px) {
  h2 {
    font-size: 35px;
  }
}

h3 {
  font-size: 30px;
  line-height: 30px;
  font-family: "Poppins", sans-serif;
  color: black;
  font-weight: 800;
  margin: 20px 0;
}

h4 {
  font-size: 18px;
  font-weight: 800;
  line-height: 22px;
}

h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
}

a {
  font-family: inherit;
  font-size: inherit;
}
a.none {
  text-decoration: none;
}
a:hover {
  color: #747474;
}
a.hover_snd:hover {
  color: #747474;
}
a.white_link:hover {
  color: #FFFFFF;
}

.content a {
  text-decoration: none;
  color: black;
}
.content a:hover {
  color: #7B2A46;
  text-decoration: underline;
}
.content p {
  margin: 25px 0;
}
.content p, .content li {
  text-align: inherit;
  color: inherit;
  font-size: 16px;
  line-height: 23px;
}
.content strong {
  font-weight: 700;
}
.content.last-center p {
  text-align-last: center;
}

p, address {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  margin: 10px 0;
  font-weight: 400;
  font-style: normal;
  line-height: 25px;
}

small {
  font-size: 12px;
}

.medium {
  font-weight: 500;
}

.semibold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.extrabold {
  font-weight: 800;
}

.light {
  font-weight: 300;
}

.blackfont {
  font-weight: 900;
}

.mainfont {
  font-family: "Poppins", sans-serif;
}

.titrefont {
  font-family: "Poppins", sans-serif;
}

.thirdfont {
  font-family: "Poppins", sans-serif;
}

.underline {
  text-decoration: underline;
}

.nosouligne {
  text-decoration: none;
}

.letterspace {
  letter-spacing: 1.5px;
}

.letterspacebig {
  letter-spacing: 3px;
}

.italic {
  font-style: italic;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

em {
  font-family: inherit;
  font-style: italic;
  font-size: inherit;
}

strong {
  font-weight: 700;
  font-family: inherit;
  font-size: inherit;
}

span {
  font-family: inherit;
  font-weight: inherit;
  font-family: inherit;
}

.uppercase {
  text-transform: uppercase;
}

.normal {
  text-transform: initial;
}

.capitalize {
  text-transform: capitalize;
}

.smallLineheight {
  line-height: 20px;
}

ul {
  padding-left: 20px;
}
ul li {
  padding-left: 3px;
  list-style-type: disc;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: inherit;
}
ul.none {
  padding-left: 0;
}
ul.none li {
  padding-left: 0;
  list-style-type: none;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

ol {
  padding-left: 20px;
}
ol li {
  padding-left: 3px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: inherit;
}
ol.none {
  padding-left: 0;
}
ol.none li {
  padding-left: 0;
  list-style-type: none;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

.border_text {
  color: transparent;
  -webkit-text-stroke: 1px black;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 60px;
}

.border_text.white_stroke {
  -webkit-text-stroke: 1px #FFFFFF;
}

hr {
  border: none;
  background: black;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
}
hr.white_hr {
  background: #FFFFFF;
  width: 100%;
}

.f11 {
  font-size: 11px;
}

.f12 {
  font-size: 12px;
}

.f13 {
  font-size: 13px;
}

.f14 {
  font-size: 14px;
}

.f15 {
  font-size: 15px;
}

.f16 {
  font-size: 16px;
}

.f18 {
  font-size: 18px;
}

.f20 {
  font-size: 20px;
}

.f22 {
  font-size: 22px;
}

.f25 {
  font-size: 25px;
}

.f30 {
  font-size: 30px;
}

.f32 {
  font-size: 32px;
}

.f35 {
  font-size: 35px;
}

.f40 {
  font-size: 40px;
}

.l43 {
  line-height: 43px;
}

.l35 {
  line-height: 35px;
}

.l30 {
  line-height: 30px;
}

.l25 {
  line-height: 25px;
}

.l22 {
  line-height: 22px;
}

.l18 {
  line-height: 19px;
}

.l18 {
  line-height: 18px;
}

.l16 {
  line-height: 16px;
}

.l20 {
  line-height: 20px;
}

.l15 {
  line-height: 15px;
}

label {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: black;
  display: block;
  margin-bottom: 6px;
}
label#msg_check {
  font-size: 12px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.6862745098);
}

input, textarea {
  background: #F4F4F4;
  border-radius: 5px;
  border: unset;
  height: 39px;
  width: 100%;
  margin-bottom: 30px;
  font-family: "Poppins", sans-serif;
  padding: 15px;
}

textarea {
  height: 165px;
}

.service_form {
  display: flex;
  justify-content: space-around;
  margin-bottom: 30px;
}
.service_form .sepa {
  height: 100px;
  width: 1px;
  background: #BDBDBD;
  margin: 0 !important;
}
.service_form .single_service {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.service_form .single_service label {
  cursor: pointer;
  text-transform: uppercase;
}
.service_form .single_service label.autre {
  text-align: right;
}
.service_form .single_service label img {
  filter: grayscale(1) brightness(2);
  margin-bottom: 17px;
}
.service_form .single_service label img.autre {
  margin-bottom: 28px;
  margin-top: 11px;
}
.service_form .single_service label:hover img {
  filter: unset;
}
.service_form .single_service input {
  display: none;
}
.service_form .single_service input:checked + label img {
  filter: unset;
}

.acceptance {
  display: flex;
  flex-direction: row;
  cursor: pointer;
}
.acceptance label {
  cursor: pointer;
}
.acceptance input {
  display: none;
}
.acceptance input + label {
  display: flex;
  flex-direction: row;
  position: relative;
}
.acceptance input + label::before {
  content: "";
  border: 2px solid #E4003A;
  border-radius: 50px;
  height: 17px;
  min-width: 17px;
  display: block;
  margin: 0px 6px -4px 2px;
}
.acceptance input:checked + label::after {
  content: "";
  background: #E4003A;
  border-radius: 50px;
  height: 7px;
  min-width: 7px;
  display: block;
  position: absolute;
  left: 7px;
  top: 5px;
}

p.required {
  font-size: 12px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.6862745098);
}

.form_done, .form_fail, .remplis_captcha {
  display: none;
}

@media (min-width: 992px) {
  #form_done div {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
#form_done .red {
  color: #E4003A;
}

#submit {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  background: linear-gradient(49.04deg, #80217F 22.76%, #DB0A3C 94.49%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  border: unset;
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
#submit img {
  margin-left: 11px;
}
#submit:hover img {
  transform: translateX(15px);
}

.leaflet-control-container {
  display: block !important;
}

#fonction_form {
  display: none;
}

.btn {
  font-size: 16px;
  text-align: center;
  line-height: 18px;
  font-family: "Poppins", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  z-index: 99;
  min-width: 150px;
  max-width: 200px;
  padding: 5px 10px;
  height: 33px;
  font-weight: bold;
  transition: all 0.3s;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .btn {
    font-size: 15px;
    width: 130px;
  }
}
@media screen and (max-width: 575px) {
  .btn {
    font-size: 13px;
    width: 120px;
  }
}
.btn:hover {
  text-decoration: none;
}
.btn.btn_main {
  background: black;
  color: white;
  border: 1px solid black;
}
.btn.btn_main svg {
  stroke: white;
}
.btn.btn_main:hover {
  background: transparent;
  color: black;
  border: 1px solid black;
}
.btn.btn_main:hover svg {
  stroke: black;
}
.btn.btn_main.hoverFull {
  background: black;
  color: white;
  border: none;
}
.btn.btn_main.hoverFull svg {
  stroke: white;
}
.btn.btn_main.hoverFull:hover {
  background: #7B2A46;
  color: black;
  border: none;
}
.btn.btn_main.hoverFull:hover svg {
  stroke: black;
}
.btn.btn_white {
  background: #FFFFFF;
  color: black;
}
.btn.btn_white svg {
  stroke: black;
}
.btn.btn_white:hover {
  background: #7B2A46;
  color: #FFFFFF;
}
.btn.btn_white:hover svg {
  stroke: #FFFFFF;
}
.btn.btn_outline_main {
  background: #FFFFFF;
  color: black;
  border: 1px solid black;
}
.btn.btn_outline_main svg {
  stroke: black;
}
.btn.btn_outline_main:hover {
  background: black;
  color: #FFFFFF;
  border: 1px solid black;
}
.btn.btn_outline_main:hover svg {
  stroke: #FFFFFF;
}
.btn.btn_outline_white {
  background: transparent;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.btn.btn_outline_white svg {
  stroke: black;
}
.btn.btn_outline_white:hover {
  background: #FFFFFF;
  color: #747474;
}
.btn.btn_outline_white:hover svg {
  stroke: #FFFFFF;
}
.btn.btn_outline_dark {
  background: #FFFFFF;
  color: #747474;
  border: 2px solid #747474;
}
.btn.btn_outline_dark svg {
  stroke: #747474;
  margin-left: 15px;
}
.btn.btn_outline_dark:hover {
  background: #747474;
  color: #FFFFFF;
  border: 2px solid #747474;
}
.btn.btn_outline_dark:hover svg {
  stroke: #FFFFFF;
}
.btn.btn_orange {
  background: #EE8800;
  color: #FFFFFF;
}
.btn.btn_orange svg {
  stroke: #FFFFFF;
  margin-left: 5px;
}
.btn.btn_orange:hover {
  background: #747474;
  color: #FFFFFF;
}
.btn.btn_orange:hover svg {
  stroke: #FFFFFF;
}
.btn.btn_thirdcolor {
  background: #7B2A46;
  color: #FFFFFF;
}
.btn.btn_thirdcolor svg {
  stroke: #FFFFFF;
  margin-left: 5px;
}
.btn.btn_thirdcolor:hover {
  background: #747474;
  color: #FFFFFF;
}
.btn.btn_thirdcolor:hover svg {
  stroke: #FFFFFF;
}
.btn.btn_yellow {
  background: #FAE300;
  color: #FFFFFF;
}
.btn.btn_yellow svg {
  stroke: #FFFFFF;
  margin-left: 5px;
}
.btn.btn_yellow:hover {
  background: #FAE300;
  color: #FFFFFF;
}
.btn.btn_yellow:hover svg {
  stroke: #FFFFFF;
}
.btn.btn_dark {
  background: #747474;
  color: #FFFFFF;
}
.btn.btn_dark svg {
  stroke: #FFFFFF;
  margin-left: 5px;
}
.btn.btn_dark:hover {
  background: #7B2A46;
  color: #FFFFFF;
}
.btn.btn_dark:hover svg {
  stroke: #FFFFFF;
}

.fancybox-skin {
  background: none;
  padding: 0 !important;
}
.fancybox-skin .fancybox-inner {
  width: 100% !important;
  background: #fff !important;
}

.m100 {
  max-width: 100%;
}

.m90 {
  max-width: 90%;
}

.m75 {
  max-width: 75%;
}

.m50 {
  max-width: 50%;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.index-999 {
  z-index: 999;
}

.vmiddle {
  vertical-align: middle;
}

@media screen and (min-width: 1439px) {
  .container_large {
    min-width: 1324px;
    padding-left: 70px;
    padding-right: 70px;
  }
}

.ariane {
  display: flex;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .ariane {
    display: none;
  }
}
.ariane li {
  list-style-type: none;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  line-height: 17px;
  color: #747474;
}
.ariane li::after {
  content: " > ";
  position: relative;
}
.ariane li:last-child::after {
  content: none;
}
.ariane li a {
  color: black;
  font-size: 12px;
  text-decoration: none;
}

.border-left-main {
  border-left: 1px solid black;
}

.border-right-snd {
  border-right: 10px solid #747474;
}
@media screen and (max-width: 767px) {
  .border-right-snd {
    border-right: 0;
  }
}

.animation.module {
  opacity: 0;
  transition: all 0.8s;
}
.animation.from_bottom.module {
  margin-top: 30px;
}
.animation.from_bottom.module.module-1 {
  margin-top: 50px;
}
.animation.from_bottom.module.module-2 {
  margin-top: 70px;
}
.animation.from_bottom.module.module-3 {
  margin-top: 90px;
}
.animation.from_bottom.module.module-4 {
  margin-top: 110px;
}
.animation.from_bottom.module.module-5 {
  margin-top: 130px;
}
.animation.from_bottom.module.module-6 {
  margin-top: 150px;
}
.animation.from_bottom.module.animate {
  margin-top: inherit;
  opacity: 1;
}
.animation.from_left.module {
  margin-left: 150px;
}
.animation.from_left.module.animate {
  margin-left: 0;
  opacity: 1;
}
.animation.from_right.module {
  margin-right: 150px;
}
.animation.from_right.module.animate {
  margin-right: 0;
  opacity: 1;
}

.my-marker-inner {
  background: url("../images/marker.svg") no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  z-index: 99999;
}

/*.leaflet-tile-container
 * position: relative
 * &::after
 * content: ""
 * position: absolute
 * top: -600px
 * background: rgba($maincolor, .8)
 * height: 2500px
 * left: -1200px
 * mix-blend-mode: multiply
 * width: 2500px
 * @media screen and ( max-width: $extrasmall )
 * left: -600px*/
.leaflet-control-container {
  display: none;
}

@media screen and (max-width: 767px) {
  .leaflet-map {
    max-height: 250px;
  }
}

header .tooltip {
  /* Red */
}
header .tooltip .arrow::before {
  border-bottom-color: #747474;
}
header .tooltip .tooltip-inner {
  background: #747474;
  border-radius: 50px;
  color: #FFFFFF;
  opacity: 1;
  font-size: 13px;
}

.choiceNombre .tooltip {
  max-width: 250px;
  position: absolute;
  font-size: 12px;
}

.single-post .flexible h1 {
  font-size: 30px;
  line-height: 35px;
}
.single-post .flexible a:not(.article) {
  text-decoration: underline;
}
.single-post .flexible h2:not(.titre_1) {
  font-style: italic;
  font-weight: 900;
  font-size: 27px;
  line-height: 30px;
  text-align: center;
  background: linear-gradient(52.27deg, #80217F 38.13%, #DB0A3C 87.32%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-top: 50px;
  text-fill-color: transparent;
  width: max-content;
  padding-right: 10px;
  max-width: 100%;
}
@media (min-width: 992px) {
  .single-post .flexible h2:not(.titre_1) {
    text-align: left;
    font-size: 40px;
    line-height: 45px;
  }
}
.single-post .flexible h2:not(.titre_1)::after {
  width: 114px;
  height: 1px;
  background: #e4003a;
  margin: 30px auto 38px auto;
  content: "";
  display: block;
}
@media (min-width: 992px) {
  .single-post .flexible h2:not(.titre_1)::after {
    margin-left: 0;
  }
}
.single-post .flexible h3 {
  font-weight: 700;
  margin: 40px 0 30px 0;
}
.single-post .flexible ul {
  padding-left: 0;
}
.single-post .flexible ul li {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 15px;
}
.single-post .flexible ul li::before {
  content: ">";
  margin-right: 3px;
}
.single-post .flexible .carou_article_container {
  margin-top: 0px;
}
@media (min-width: 992px) {
  .single-post .flexible h1 {
    font-size: 40px;
    line-height: 46px;
  }
  .single-post .flexible h2 {
    margin-top: 105px;
  }
  .single-post .flexible .deco_col::after {
    content: url(../images/deco.svg);
    position: absolute;
    left: 10px;
    bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .single-post .titre_0 {
    font-size: 65px;
    line-height: 69px;
  }
}

.woocommerce-info {
  border-top-color: black !important;
}
.woocommerce-info::before {
  color: black !important;
}

.woocommerce-error li {
  font-size: 15px !important;
}

.woocommerce-privacy-policy-text p {
  font-size: 15px !important;
}

.woocommerce-MyAccount-navigation {
  width: 27%;
}
.woocommerce-MyAccount-navigation ul li {
  margin-bottom: 10px;
  padding: 10px;
  background: #747474;
}
.woocommerce-MyAccount-navigation ul li a {
  color: black;
}

.woocommerce div.product div.images img {
  width: auto !important;
  margin: auto;
}

@media (min-width: 768px) {
  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding: 0 10px;
  }
}

.mt-gout {
  margin-top: 20px;
}

img {
  transition: 0.3s;
  display: block;
}

.tac {
  text-align: center;
}

.ttu {
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .ta-lg-l {
    text-align: left;
  }
}

@media (max-width: 768px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}

a.lightbox {
  display: block;
}

.bg_white {
  background: white;
}

* {
  position: relative;
}

strong, .mejs-inner, .mejs-layers {
  position: initial;
}

a.rsx {
  transition: 0.3s;
}
a.rsx:hover {
  transform: scale(1.15);
}

.stroke {
  -webkit-text-stroke: 2px #e4003a;
  color: rgba(255, 255, 255, 0);
}

.titre_0 {
  font-style: italic;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 46px;
}
@media (min-width: 992px) {
  .titre_0 {
    font-size: 75px;
    line-height: 70px;
  }
}
@media (min-width: 1200px) {
  .titre_0 {
    font-size: 95px;
    line-height: 89px;
  }
}

.titre_1 {
  font-style: italic;
  font-weight: 900;
  font-size: 34px;
  line-height: 42px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .titre_1 {
    font-size: 71px;
    line-height: 78px;
  }
}

.titre_2 {
  font-style: italic;
  font-weight: 900;
  font-size: 27px;
  line-height: 30px;
  text-align: center;
}
@media (min-width: 992px) {
  .titre_2 {
    text-align: left;
    font-size: 40px;
    line-height: 45px;
  }
}

.titre_3 {
  font-weight: 400;
  font-size: 25px;
  line-height: 28px;
}
@media (min-width: 992px) {
  .titre_3 {
    font-size: 35px;
    line-height: 38px;
  }
}

.titre_4 {
  font-weight: 400;
  font-size: 25px;
  line-height: 28px;
}
@media (min-width: 992px) {
  .titre_4 {
    font-size: 35px;
    line-height: 38px;
  }
}

.surtitre_1 {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  text-transform: uppercase;
}

.degrade_texte {
  background: linear-gradient(52.27deg, #80217F 38.13%, #DB0A3C 87.32%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.degrade_2 {
  background: linear-gradient(19.88deg, #80217F 6.55%, #DB0A3C 78.95%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transition: 0.3s;
  text-fill-color: transparent;
}

.title_bg {
  background: url(../images/fond_texte.jpg);
  background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-style: italic;
  font-size: 31px;
  line-height: 38px;
  text-transform: uppercase;
  letter-spacing: 2px;
  background-position: -312px 450px;
  background-size: 890px;
  padding-right: 20px;
  padding-top: 20px;
  display: block;
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .title_bg {
    font-size: 80px;
    line-height: 83px;
  }
}

.sepa {
  width: 114px;
  height: 1px;
  background: #E4003A;
  margin: 0 auto 38px auto;
}
@media (min-width: 992px) {
  .sepa {
    margin-left: 0;
  }
}

.chapo * {
  font-weight: 700;
  font-size: 17px;
  line-height: 27px;
  text-align: center;
}
@media (min-width: 992px) {
  .chapo * {
    font-size: 21px;
    line-height: 32px;
    text-align: left;
  }
}

a.url {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
a.url img {
  margin-left: 11px;
  transition: 0.3s;
}
a.url:hover img {
  transform: translateX(15px);
}
a.url.white {
  color: #FFFFFF;
}

.relative {
  position: relative;
}

#floating_rsx {
  position: fixed;
  display: none;
}
#floating_rsx .svg {
  height: 172px;
  width: 1px;
  background: #E4003A;
  margin: auto;
}
#floating_rsx a img {
  margin-top: 22px;
  margin-left: 2px;
}
#floating_rsx a:hover img {
  filter: grayscale(1) brightness(3.3);
}
@media (min-width: 1060px) {
  #floating_rsx {
    display: block;
    left: 13px;
    z-index: 10;
  }
}
@media (min-width: 1100px) {
  #floating_rsx {
    left: 20px;
  }
}
@media (min-width: 1200px) {
  #floating_rsx {
    left: 5px;
  }
}
@media (min-width: 1280px) {
  #floating_rsx {
    left: 26px;
  }
}
@media (min-width: 1300px) {
  #floating_rsx {
    left: 3.5vw;
  }
}
@media (min-width: 1440px) {
  #floating_rsx {
    left: 68px;
  }
}
@media (min-width: 1540px) {
  #floating_rsx {
    left: 118px;
  }
}

.swiper-pagination, .swiper-pagination_carou_article {
  bottom: -30px !important;
}
.swiper-pagination .swiper-pagination-bullet, .swiper-pagination_carou_article .swiper-pagination-bullet {
  width: 9px;
  background: unset;
  height: 9px;
  border: 1px solid #E4003A;
  margin-left: 7px;
  margin-right: 7px;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination_carou_article .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #E4003A;
}

.breadcrumb a, .breadcrumb span {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #BDBDBD;
  transition: 0.3s;
}
.breadcrumb a:hover {
  color: #939393;
}
.breadcrumb .last {
  font-weight: 700;
}

.floating_share {
  display: none;
  position: fixed;
  background: white;
  padding-bottom: 25px;
  width: 82px;
  z-index: 1000;
  top: 0px;
  height: 556px;
  z-index: 1000000000000;
}
@media (min-width: 1310px) {
  .floating_share {
    display: block;
  }
}
.floating_share p {
  transform: rotate(-90deg) translate(0, -5px);
  display: block;
  margin: 60px 0 60px 0;
  color: #E4003A;
  width: max-content;
}
.floating_share .links {
  display: flex;
  flex-direction: column;
}
.floating_share .links a {
  margin: 10px auto;
}
.floating_share .links a:hover img {
  transform: scale(1.15);
}
.floating_share .retour {
  margin: auto;
  position: relative;
  width: 100%;
  display: block;
}
.floating_share .retour:hover span {
  color: #E4003A;
  transform: rotate(-90deg) translate(0, 5px);
}
.floating_share .retour img {
  margin-left: 20px;
}
.floating_share .retour span {
  transform: rotate(-90deg);
  position: absolute;
  display: block;
  text-transform: uppercase;
  color: #9F9F9F;
  font-size: 14px;
  top: 85px;
  transition: 0.3s;
  left: 25px;
}

#loader {
  display: none;
}

@media (min-width: 1310px) {
  .partage_projet {
    display: none;
  }
}

iframe {
  max-width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  iframe {
    min-height: 600px;
  }
}

.wysiwyg h2 {
  line-height: 40px;
}

.yarpp-related {
  margin-bottom: 75px !important;
}

.wp-video video {
  height: auto;
}

.carou_yarp {
  overflow: visible !important;
  position: relative;
}
.carou_yarp::after {
  content: "";
  display: block;
  background: white;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 10;
  transform: translateX(-100%);
}

.google_reviews {
  padding-top: 40px;
}
.google_reviews .deco {
  position: absolute;
  top: -156px;
  left: 60px;
  z-index: -1;
}
.google_reviews .title_reviews {
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 991px) {
  .google_reviews .title_reviews {
    margin-bottom: 0px;
  }
}
.google_reviews .title_reviews::before {
  content: url(../images/deco.svg);
  position: absolute;
  right: calc(50% - 530px);
  top: 80px;
  transform: rotate(90deg) translateY(-50%);
}
.google_reviews .title_reviews h2, .google_reviews .title_reviews h2 .title_bg {
  font-style: italic;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 35px;
  line-height: 38px;
  padding-right: 10px;
  padding-top: 0;
  position: relative;
  width: max-content;
}
@media (min-width: 992px) {
  .google_reviews .title_reviews h2, .google_reviews .title_reviews h2 .title_bg {
    font-size: 60px;
    padding-top: 10px;
    line-height: 58px !important;
  }
}
.google_reviews .title_reviews h2 img, .google_reviews .title_reviews h2 .title_bg img {
  position: absolute;
  right: -30px;
  bottom: -30px;
}
.google_reviews .wprev-slider {
  width: calc(100% + 25vw);
}
@media screen and (max-width: 991px) {
  .google_reviews .wprev-slider {
    width: 100%;
  }
}
.google_reviews .wprev-slider .wpproslider_t6_DIV_1a {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
}
.google_reviews .wprev-slider .wpproslider_t6_DIV_2 {
  padding: 10px;
}
.google_reviews .wprev-slider .wpproslider_t6_DIV_3_logo {
  top: 10px;
  right: 10px;
}
@media screen and (max-width: 991px) {
  .google_reviews .wprs_unslider-nav {
    margin-bottom: 40px;
  }
}
.google_reviews .wprs_unslider-nav li {
  border-color: red;
}
.google_reviews .wprs_unslider-nav .wprs_unslider-active {
  background-color: #E4003A;
}

#carou_avis_foot .carou_avis {
  padding: 25px !important;
}
@media (min-width: 992px) {
  #carou_avis_foot .carou_avis {
    width: 130%;
  }
}
#carou_avis_foot .carou_avis .single_avis {
  background: white;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
  padding: 19px 24px 26px 26px;
}
#carou_avis_foot .carou_avis .single_avis .head {
  display: flex;
}
#carou_avis_foot .carou_avis .single_avis .head img.profil_pic {
  width: 60px;
  height: 60px;
  display: block;
  margin-right: 10px;
}
#carou_avis_foot .carou_avis .single_avis .head .data {
  max-width: 66%;
}
#carou_avis_foot .carou_avis .single_avis .head .data p.name {
  color: #555555;
  margin-top: 5px;
  font-size: medium;
  margin-bottom: 0px;
  padding-right: 30px;
  font-weight: 700;
}
#carou_avis_foot .carou_avis .single_avis .head .data .stars {
  display: flex;
}
#carou_avis_foot .carou_avis .single_avis .head .data .stars span {
  background: #FDD314;
  width: 18px;
  height: 18px;
  display: block;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}
#carou_avis_foot .carou_avis .single_avis .head .data p.date {
  margin-top: 0;
}
#carou_avis_foot .carou_avis .single_avis .head a {
  display: block;
  min-width: 32px;
}
#carou_avis_foot .carou_avis .single_avis .head a img {
  width: 32px;
  display: block;
  height: 32px;
}
#carou_avis_foot .carou_avis + .swiper-pagination_avis {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
#carou_avis_foot .carou_avis + .swiper-pagination_avis .swiper-pagination-bullet {
  background: unset;
  border: 1px solid #E4003A;
  width: 9px;
  height: 9px;
}
#carou_avis_foot .carou_avis + .swiper-pagination_avis .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #E4003A;
}

#headerv2.v2 #top_menu #menu .menu-nouveau-menu-principal-container {
  overflow: scroll;
  min-height: 750px;
  padding-bottom: 140px;
}
@media (width >= 992px) {
  #headerv2.v2 #top_menu #menu .menu-nouveau-menu-principal-container {
    min-height: unset;
    padding-bottom: 0;
    overflow: unset;
  }
}
#headerv2.v2 #top_menu #menu #menu-nouveau-menu-principal {
  display: flex;
  margin-top: 20px;
  flex-direction: column;
  padding: 25px;
  overflow: scroll;
  width: 100vw;
}
@media (width >= 992px) {
  #headerv2.v2 #top_menu #menu #menu-nouveau-menu-principal {
    padding: 0;
    margin-top: 0;
    width: unset;
    justify-content: flex-end;
    flex-direction: row;
    overflow: unset;
    margin-bottom: 0;
  }
}
#headerv2.v2 #top_menu #menu #menu-nouveau-menu-principal > li {
  position: relative;
  margin-bottom: 48px;
}
@media (width >= 992px) {
  #headerv2.v2 #top_menu #menu #menu-nouveau-menu-principal > li {
    position: unset;
    margin-bottom: 0;
    margin-left: 30px;
    height: 70px;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
#headerv2.v2 #top_menu #menu #menu-nouveau-menu-principal > li::before {
  background: #EDEDED;
  content: "";
  height: 1px;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: -24px;
}
@media (width >= 992px) {
  #headerv2.v2 #top_menu #menu #menu-nouveau-menu-principal > li::before {
    display: none;
  }
}
@media (width >= 992px) {
  #headerv2.v2 #top_menu #menu #menu-nouveau-menu-principal > li.menu-item-has-children:hover a span::after {
    opacity: 1;
  }
}
#headerv2.v2 #top_menu #menu #menu-nouveau-menu-principal > li.menu-item-has-children::after {
  display: block;
  content: url(../images/chevronMenusp.svg);
  position: absolute;
  right: 0;
  top: 46px;
  transform: translateY(-50%);
}
@media (width >= 992px) {
  #headerv2.v2 #top_menu #menu #menu-nouveau-menu-principal > li.menu-item-has-children::after {
    position: relative;
    content: url(../images/chevronMenu.svg);
    top: 18px;
  }
}
#headerv2.v2 #top_menu #menu #menu-nouveau-menu-principal > li > a {
  -webkit-text-stroke: 1.5px #e4003a;
  font-family: Poppins;
  font-size: 28px;
  color: rgba(255, 255, 255, 0);
  font-style: italic;
  font-weight: 900;
  line-height: 118.75%;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  display: block;
  max-width: 80%;
}
#headerv2.v2 #top_menu #menu #menu-nouveau-menu-principal > li > a:hover {
  background: var(--Dgrad-2, linear-gradient(20deg, #80217F 6.55%, #E4003A 78.95%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1.5px rgba(228, 0, 57, 0);
}
@media (width >= 992px) {
  #headerv2.v2 #top_menu #menu #menu-nouveau-menu-principal > li > a {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    -webkit-text-stroke: unset;
    color: black;
    max-width: unset;
  }
  #headerv2.v2 #top_menu #menu #menu-nouveau-menu-principal > li > a span {
    position: relative;
  }
  #headerv2.v2 #top_menu #menu #menu-nouveau-menu-principal > li > a span::after {
    content: url(../images/decoHover.svg);
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: -20px;
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    transition: all 0.1s;
  }
  #headerv2.v2 #top_menu #menu #menu-nouveau-menu-principal > li > a:hover {
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    -webkit-text-stroke: unset;
    color: black;
    background: unset;
  }
  #headerv2.v2 #top_menu #menu #menu-nouveau-menu-principal > li > a:hover span::after {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
#headerv2.v2 #top_menu #menu #menu-nouveau-menu-principal > li:last-of-type a {
  border-radius: 48px;
  padding: 8px 16px;
  margin-top: -8px;
  background: var(--dgrad-texte-horizontal, linear-gradient(52deg, #80217F 38.13%, #E4003A 87.32%));
  color: white;
  transition: all 0.3s;
}
#headerv2.v2 #top_menu #menu #menu-nouveau-menu-principal > li:last-of-type a span::after {
  display: none;
}
#headerv2.v2 #top_menu #menu #menu-nouveau-menu-principal > li:last-of-type a:hover {
  background: var(--dgrad-texte-horizontal, linear-gradient(52deg, #E4003A 0%, #E4003A 100%));
}
#headerv2.v2 #top_menu #menu #menu-nouveau-menu-principal > li.dropdown:hover .dropdown-menu {
  max-height: 100%;
  opacity: 1;
}
@media (width >= 992px) {
  #headerv2.v2 #top_menu #menu #menu-nouveau-menu-principal > li.dropdown:hover .dropdown-menu {
    max-height: 100dvh;
    min-height: 380px;
  }
}
#headerv2.v2 #top_menu #menu #menu-nouveau-menu-principal > li .dropdown-menu.depth_0 {
  max-height: 0px;
  transition: all 0.4s;
  overflow: hidden;
  width: 100%;
  margin: 0;
  opacity: 0;
  padding-left: 0;
}
#headerv2.v2 #top_menu #menu #menu-nouveau-menu-principal > li .dropdown-menu.depth_0.parentOpen {
  overflow: visible;
  max-height: unset;
}
@media (width >= 992px) {
  #headerv2.v2 #top_menu #menu #menu-nouveau-menu-principal > li .dropdown-menu.depth_0 {
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
    background: rgb(240, 240, 240);
    background: linear-gradient(90deg, rgb(242, 242, 242) 0%, rgb(242, 242, 242) 45%, rgb(255, 255, 255) 35%, rgb(255, 255, 255) 100%);
    left: -15px;
    top: 101px;
    position: absolute;
    padding-left: 20px;
  }
}
#headerv2.v2 #top_menu #menu #menu-nouveau-menu-principal > li .dropdown-menu.depth_0 > li {
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0);
  background: linear-gradient(91deg, rgba(9, 8, 8, 0) -17.19%, rgba(255, 255, 255, 0) 102.82%);
  margin-bottom: 23px;
  padding: 10px 16px 10px 16px;
  position: relative;
  transition: 0.8s;
}
#headerv2.v2 #top_menu #menu #menu-nouveau-menu-principal > li .dropdown-menu.depth_0 > li:first-child {
  margin-top: 22px;
}
@media (width >= 992px) {
  #headerv2.v2 #top_menu #menu #menu-nouveau-menu-principal > li .dropdown-menu.depth_0 > li.activ {
    opacity: 1;
    transition: 0.8s;
    border: 1px solid var(--dgrad-texte-horizontal, #80217F);
    background: linear-gradient(91deg, #FFF -17.19%, rgba(255, 255, 255, 0.4) 102.82%);
  }
}
#headerv2.v2 #top_menu #menu #menu-nouveau-menu-principal > li .dropdown-menu.depth_0 > li::after {
  content: url(../images/chevronMenuRight.svg);
  position: absolute;
  right: 5px;
  top: 37%;
}
#headerv2.v2 #top_menu #menu #menu-nouveau-menu-principal > li .dropdown-menu.depth_0 > li.conseil > a::before {
  content: url(../images/menuConseil.svg);
  position: absolute;
  left: 16px;
  transform: translateY(-50%);
  top: calc(50% + 6px);
}
#headerv2.v2 #top_menu #menu #menu-nouveau-menu-principal > li .dropdown-menu.depth_0 > li.creation > a::before {
  content: url(../images/menuCreation.svg);
  position: absolute;
  left: 16px;
  transform: translateY(-50%);
  top: calc(50% + 6px);
}
@media (width >= 992px) {
  #headerv2.v2 #top_menu #menu #menu-nouveau-menu-principal > li .dropdown-menu.depth_0 > li.creation ul {
    top: -100px;
  }
}
#headerv2.v2 #top_menu #menu #menu-nouveau-menu-principal > li .dropdown-menu.depth_0 > li.web > a::before {
  content: url(../images/menuWeb.svg);
  position: absolute;
  left: 16px;
  transform: translateY(-50%);
  top: calc(50% + 6px);
}
@media (width >= 992px) {
  #headerv2.v2 #top_menu #menu #menu-nouveau-menu-principal > li .dropdown-menu.depth_0 > li.web ul {
    top: -205px;
  }
}
@media (width >= 992px) {
  #headerv2.v2 #top_menu #menu #menu-nouveau-menu-principal > li .dropdown-menu.depth_0 > li {
    width: 40%;
  }
}
#headerv2.v2 #top_menu #menu #menu-nouveau-menu-principal > li .dropdown-menu.depth_0 > li a {
  color: #E4003A;
  font-family: Poppins;
  font-size: 30px;
  font-style: italic;
  font-weight: 900;
  line-height: 150%;
  text-transform: uppercase;
}
#headerv2.v2 #top_menu #menu #menu-nouveau-menu-principal > li .dropdown-menu.depth_0 > li .sub {
  display: block;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: -5px;
}
#headerv2.v2 #top_menu #menu #menu-nouveau-menu-principal > li .dropdown-menu.depth_0 .depth_1 {
  width: 700px;
  left: 110vw;
  display: flex;
  flex-direction: column;
  padding-left: 50px;
  transition: all 0.4s;
  margin: 0;
  position: fixed;
  padding: 50px 15px;
  top: 60px;
  min-height: calc(100dvh - 60px);
  height: auto;
}
@media (width >= 992px) {
  #headerv2.v2 #top_menu #menu #menu-nouveau-menu-principal > li .dropdown-menu.depth_0 .depth_1 {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 70px 25px 50px;
    opacity: 0;
    top: 0;
    left: 500px;
    position: absolute;
    height: unset;
    min-height: unset;
  }
}
#headerv2.v2 #top_menu #menu #menu-nouveau-menu-principal > li .dropdown-menu.depth_0 .depth_1.activ {
  transition: all 0.4s;
  opacity: 1;
  z-index: 10;
  left: 0px;
  background: white;
  overflow: scroll;
  width: 100vw;
  max-width: 100vw;
  padding-top: 30px;
  overflow-x: hidden;
}
@media (width >= 992px) {
  #headerv2.v2 #top_menu #menu #menu-nouveau-menu-principal > li .dropdown-menu.depth_0 .depth_1.activ {
    width: 700px;
    left: 500px;
    overflow: visible;
  }
}
#headerv2.v2 #top_menu #menu #menu-nouveau-menu-principal > li .dropdown-menu.depth_0 .depth_1 .returnButton {
  margin-bottom: 0;
}
@media (width >= 992px) {
  #headerv2.v2 #top_menu #menu #menu-nouveau-menu-principal > li .dropdown-menu.depth_0 .depth_1 .returnButton {
    display: none;
  }
}
#headerv2.v2 #top_menu #menu #menu-nouveau-menu-principal > li .dropdown-menu.depth_0 .depth_1 > li {
  width: 100%;
  margin-bottom: 35px;
}
@media (width >= 992px) {
  #headerv2.v2 #top_menu #menu #menu-nouveau-menu-principal > li .dropdown-menu.depth_0 .depth_1 > li {
    margin-bottom: 15px;
  }
  #headerv2.v2 #top_menu #menu #menu-nouveau-menu-principal > li .dropdown-menu.depth_0 .depth_1 > li:hover > ul {
    max-height: 100dvh !important;
  }
}
#headerv2.v2 #top_menu #menu #menu-nouveau-menu-principal > li .dropdown-menu.depth_0 .depth_1 > li.separation {
  display: none;
}
@media (width >= 992px) {
  #headerv2.v2 #top_menu #menu #menu-nouveau-menu-principal > li .dropdown-menu.depth_0 .depth_1 > li.separation {
    content: "";
    display: block;
    background: #BDBDBD;
    height: 1px;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 50px;
  }
  #headerv2.v2 #top_menu #menu #menu-nouveau-menu-principal > li .dropdown-menu.depth_0 .depth_1 > li.separation span {
    display: none;
  }
}
#headerv2.v2 #top_menu #menu #menu-nouveau-menu-principal > li .dropdown-menu.depth_0 .depth_1 > li:not.snd {
  padding-right: 160px;
}
@media (width >= 992px) {
  #headerv2.v2 #top_menu #menu #menu-nouveau-menu-principal > li .dropdown-menu.depth_0 .depth_1 > li.snd {
    width: 50%;
    display: block;
    padding-right: 30px;
  }
  #headerv2.v2 #top_menu #menu #menu-nouveau-menu-principal > li .dropdown-menu.depth_0 .depth_1 > li.snd a {
    color: #BDBDBD;
  }
  #headerv2.v2 #top_menu #menu #menu-nouveau-menu-principal > li .dropdown-menu.depth_0 .depth_1 > li.snd a span {
    color: #BDBDBD;
    background: unset;
    -webkit-text-fill-color: #BDBDBD;
    text-fill-color: #BDBDBD;
    -webkit-background-clip: unset;
    background-clip: unset;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
    width: max-content;
  }
  #headerv2.v2 #top_menu #menu #menu-nouveau-menu-principal > li .dropdown-menu.depth_0 .depth_1 > li.snd a span::after {
    right: -30px;
  }
}
@media (width < 992px) {
  #headerv2.v2 #top_menu #menu #menu-nouveau-menu-principal > li .dropdown-menu.depth_0 .depth_1 > li:first-child a {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
  }
  #headerv2.v2 #top_menu #menu #menu-nouveau-menu-principal > li .dropdown-menu.depth_0 .depth_1 > li:first-child a::before {
    content: url(../images/arrowReturn.svg);
    display: block;
    margin-right: 5px;
    margin-bottom: 2px;
    margin-top: -2px;
  }
}
#headerv2.v2 #top_menu #menu #menu-nouveau-menu-principal > li .dropdown-menu.depth_0 .depth_1 > li a span {
  background: linear-gradient(52.27deg, #80217F 38.13%, #DB0A3C 87.32%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  width: 100%;
  position: relative;
  display: block;
}
@media (width > 991px) {
  #headerv2.v2 #top_menu #menu #menu-nouveau-menu-principal > li .dropdown-menu.depth_0 .depth_1 > li a span {
    color: black;
    background: unset;
    -webkit-text-fill-color: black;
    text-fill-color: black;
  }
}
#headerv2.v2 #top_menu #menu #menu-nouveau-menu-principal > li .dropdown-menu.depth_0 .depth_1 > li a span::after {
  top: 0;
  right: -30px;
  position: absolute;
  content: url(../images/rainbowArrow.svg);
  opacity: 0;
  transition: 0.3s;
}
#headerv2.v2 #top_menu #menu #menu-nouveau-menu-principal > li .dropdown-menu.depth_0 .depth_1 > li a span.sub {
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#headerv2.v2 #top_menu #menu #menu-nouveau-menu-principal > li .dropdown-menu.depth_0 .depth_1 > li a:hover span {
  background: linear-gradient(52.27deg, #80217F 38.13%, #DB0A3C 87.32%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
#headerv2.v2 #top_menu #menu #menu-nouveau-menu-principal > li .dropdown-menu.depth_0 .depth_1 > li a:hover span::after {
  opacity: 1;
}
#headerv2.v2 #top_menu #menu #menu-nouveau-menu-principal > li .dropdown-menu.depth_0 .depth_1 > li ul {
  padding-left: 0;
}
@media (width > 991px) {
  #headerv2.v2 #top_menu #menu #menu-nouveau-menu-principal > li .dropdown-menu.depth_0 .depth_1 > li ul {
    max-height: 0px !important;
    min-height: unset;
    transition: 0.5s;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 0;
  }
}
#headerv2.v2 #top_menu #menu #menu-nouveau-menu-principal > li .dropdown-menu.depth_0 .depth_1 > li ul li {
  padding-left: 0;
  margin-bottom: 20px;
}
@media (width > 991px) {
  #headerv2.v2 #top_menu #menu #menu-nouveau-menu-principal > li .dropdown-menu.depth_0 .depth_1 > li ul li:first-child {
    margin-top: 15px;
  }
}
#headerv2.v2 #top_menu #menu #menu-nouveau-menu-principal > li .dropdown-menu.depth_0 .depth_1 > li ul li a {
  margin-bottom: 15px;
}
#headerv2.v2 #top_menu #menu #menu-nouveau-menu-principal > li .dropdown-menu.depth_0 .depth_1 > li ul li a span {
  font-size: 15px;
  background: linear-gradient(52.27deg, #80217F 38.13%, #DB0A3C 87.32%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media (width > 991px) {
  #headerv2.v2 #top_menu #menu #menu-nouveau-menu-principal > li .dropdown-menu.depth_0 .depth_1 > li ul li a span {
    color: black;
    background: unset;
    -webkit-text-fill-color: black;
    text-fill-color: black;
  }
  #headerv2.v2 #top_menu #menu #menu-nouveau-menu-principal > li .dropdown-menu.depth_0 .depth_1 > li ul li a span:hover {
    background: linear-gradient(52.27deg, #80217F 38.13%, #DB0A3C 87.32%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
}
#headerv2.v2 #top_menu #menu #menu-nouveau-menu-principal > li .dropdown-menu.depth_0 .depth_1 > li ul li span.sub {
  margin-top: 0;
}
#headerv2.v2 #top_menu #menu #menu-nouveau-menu-principal > li .dropdown-menu.depth_0 .depth_1 .depth_2 {
  max-height: 0px;
  overflow: hidden;
  transition: 1s;
  margin: 0;
  padding-left: 15px;
}
#headerv2.v2 #top_menu #menu #menu-nouveau-menu-principal > li .dropdown-menu.depth_0 .depth_1 .depth_2.open {
  transition: 1s;
  padding-top: 20px;
  max-height: 1000px;
}

@media (width >= 992px) {
  #headerv2.v2 #top_menu.fixed #menu #menu-nouveau-menu-principal > li .dropdown-menu.depth_0 {
    top: 91px;
  }
}
@media (width >= 992px) {
  #headerv2.v2 #top_menu #menu #menu-nouveau-menu-principal > li .dropdown-menu.depth_0::after {
    content: url(../images/double_vague.svg);
    position: absolute;
    bottom: 75px;
    right: 20px;
    z-index: 1000000;
  }
}

@media (width >= 992px) {
  #headerv2.v2 #top_menu #menu #menu-nouveau-menu-principal > li.dropdown.sndParent:hover .dropdown-menu {
    min-height: unset;
  }
}
html {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  max-width: 100vw;
}

body {
  max-width: 100vw;
  margin: 0;
  overflow-x: hidden;
  padding: 0;
  word-wrap: break-word;
}
body.menu_open {
  height: 100dvh;
  overflow: hidden;
}

#head.home {
  max-width: 1920px;
  margin: auto;
}
#head.home .title_img {
  z-index: 10;
  max-width: 80%;
  margin: auto;
}
#head.home .title_img .title_souple {
  max-width: 240px;
  margin: auto;
}
#head.home .title_img p {
  color: #E4003A;
  margin-top: 30px;
}
#head.home .title_img a {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#head.home .title_img a img {
  margin-left: 11px;
}
#head.home .title_img a:hover {
  color: black;
}
#head.home .title_img a:hover img {
  transform: translateX(10px);
}
#head.home #banner {
  margin-top: -70px;
  position: relative;
}
#head.home #banner::before {
  content: "";
  width: 25px;
  height: 100%;
  background: white;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#head.home #banner::after {
  z-index: 10;
  content: "";
  width: 25px;
  height: 100%;
  background: white;
  position: absolute;
  right: 0;
  top: 0;
}
#head.home #banner .bg_video, #head.home #banner #banner_video {
  left: 50%;
  transform: translateX(-51%);
  min-width: 770px;
}
#head.home #banner .bg_video {
  clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 80px), 0% calc(100% - 80px));
}
#head.home #banner #banner_video {
  clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 60px), 0% calc(100% - 60px));
  height: calc(100% - 61px);
  position: absolute;
  top: 20px;
}
#head.home #banner #banner_video::after {
  z-index: 10;
  content: "";
  width: 25px;
  height: 100%;
  background: white;
  position: absolute;
  right: 0;
  top: 0;
}
#head.home #banner .texte.small {
  margin-top: -93px;
}
#head.home #banner .texte.small p {
  color: #E4003A;
  margin-top: 30px;
  text-align: center;
}
#head.home #banner .texte.small a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#head.home #banner .texte.small a img {
  margin-left: 11px;
}
#head.home #banner .texte.small a:hover {
  color: black;
}
#head.home #banner .texte.small a:hover img {
  transform: translateX(10px);
}
@media (min-width: 768px) {
  #head.home {
    padding-top: 25px;
  }
  #head.home::before {
    content: "";
    background: white;
    position: absolute;
    display: block;
    width: 60px;
    height: 110%;
    top: -40px;
    left: 0;
    z-index: 10;
  }
  #head.home #banner {
    height: 630px;
    position: absolute;
    left: 60px;
    top: -32px;
    width: 1146px;
    margin-top: 0;
    transform: unset;
    max-width: 60vw;
  }
  #head.home #banner::before, #head.home #banner::after {
    display: none;
  }
  #head.home #banner #banner_video {
    object-fit: cover;
    width: 100%;
    top: 0;
    height: 100%;
    clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 2px), 0% calc(100% - 2px));
  }
  #head.home #banner .bg_video {
    clip-path: unset;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  #head.home #banner .bg_video {
    position: absolute;
    left: 0;
    max-width: 1147px;
  }
}
@media (min-width: 768px) {
  #head.home .title_img {
    margin-right: 0;
    height: 630px;
    padding-top: 20px;
    max-width: unset;
  }
  #head.home .title_img .texte {
    margin-left: auto;
    width: 240px;
    margin-top: 100px;
  }
  #head.home .title_img .texte * {
    width: max-content;
  }
}
@media (min-width: 992px) {
  #head.home #banner, #head.home .title_img {
    height: 776px;
  }
  #head.home #banner img:not(.fleche) {
    left: 50%;
  }
  #head.home .title_img .title_souple {
    max-width: 340px;
  }
  #head.home .title_img .texte {
    width: max-content;
  }
  #head.home .rsx_nav {
    position: fixed;
    left: 16px;
    z-index: 100000;
  }
  #head.home .rsx_nav #line {
    margin: 0 auto 20px auto;
    height: 277px;
    width: 1px;
    background: #E4003A;
  }
  #head.home .rsx_nav a {
    margin-bottom: 12px;
    display: block;
  }
}
@media (min-width: 1200px) {
  #head.home .title_img .title_souple {
    max-width: 330px;
    margin-left: -140px;
  }
  #head.home .rsx_nav {
    left: 90px;
  }
}
@media (min-width: 1500px) {
  #head.home .title_img {
    padding-top: 50px;
  }
  #head.home .title_img .title_souple {
    max-width: unset;
    margin-left: 0;
  }
  #head.home .title_img .texte {
    margin-top: 150px;
  }
  #head.home .rsx_nav {
    left: 118px;
  }
}
@media (min-width: 1900px) {
  #head.home .rsx_nav {
    left: calc(50% - 842px);
  }
}

#intro {
  max-width: 1920px;
  margin: auto;
}
#intro .deco {
  position: absolute;
  top: 0;
}
#intro h1 {
  font-weight: 300;
  margin-top: 75px;
  background: linear-gradient(52.27deg, #80217F 38.13%, #DB0A3C 87.32%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 30px;
  line-height: 33px;
  margin-bottom: 30px;
  text-align: center;
}
#intro h1 span {
  font-weight: 900;
}
#intro .sepa {
  width: 1px;
  position: absolute;
  background: #EDEDED;
  height: 154px;
  bottom: -40px;
}
#intro .sepa.first {
  left: 33.333%;
}
#intro .sepa.last {
  left: 66.66%;
}
#intro .competence {
  display: flex;
  flex-direction: column;
  margin-top: 35px;
}
#intro .competence a:hover .button img {
  transform: translateX(15px);
}
#intro .competence img {
  margin-bottom: 21px;
}
#intro .competence .titre_3 {
  color: black;
  margin-top: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 31px;
  margin-bottom: 20px;
}
#intro .competence p {
  max-width: 275px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}
#intro .competence .button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  line-height: 24px;
  text-transform: uppercase;
  background: linear-gradient(49.04deg, #80217F 22.76%, #DB0A3C 94.49%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 10px;
}
#intro .competence .button span {
  line-height: 24px;
  text-transform: uppercase;
  background: linear-gradient(49.04deg, #80217F 22.76%, #DB0A3C 94.49%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
#intro .competence .button img {
  margin: auto 15px;
}
@media (min-width: 992px) {
  #intro {
    margin-top: -23px;
  }
  #intro h1 {
    margin-bottom: 67px;
  }
  #intro .competence {
    margin-top: 0;
  }
  #intro .deco {
    top: -27px;
    left: 60px;
  }
  #intro .competence .titre_3 {
    font-size: 25px;
    line-height: 31px;
  }
  #intro .competence a {
    margin-bottom: 25px;
  }
  #intro .competence img {
    margin-bottom: 41px;
  }
  #intro .sepa {
    height: 414px;
    bottom: -10px;
  }
  #intro .sepa.first {
    left: 43%;
  }
  #intro .sepa.last {
    left: 73.5%;
  }
}
@media (min-width: 992px) {
  #intro .deco {
    top: -34px;
  }
}

#projet {
  margin-top: 64px;
}
#projet::before {
  content: "";
  background: #E4003A;
  width: 60%;
  height: 1px;
  display: block;
  margin: auto;
  margin: -6px auto 55px auto;
}
#projet .projet_title {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  font-size: 31px;
  line-height: 38px;
  justify-content: center;
  text-transform: uppercase;
  font-style: italic;
  margin: 13px auto 9px auto;
}
@media (min-width: 992px) {
  #projet .projet_title {
    width: max-content;
  }
}
#projet .projet_title span {
  padding-top: 0;
}
@media (min-width: 992px) {
  #projet .projet_title {
    margin: -15px auto 215px auto;
    font-size: 80px;
    line-height: 83px;
  }
}
@media (min-width: 992px) {
  #projet #link_trigger {
    position: absolute;
    height: 70px;
    width: 410px;
    display: block;
    top: 190px;
    cursor: pointer;
  }
}
#projet .deco {
  display: flex;
  flex-direction: row;
}
#projet .deco #sepa_svg_test {
  stroke-dashoffset: 500;
  stroke-dasharray: 500;
  transition: 3s;
}
#projet .deco #corner {
  transition: 3s;
  margin-left: auto;
  display: block;
  margin-top: 10px;
  stroke-dashoffset: 230;
  stroke-dasharray: 190;
}
#projet a.ref {
  display: block;
  margin-bottom: 20px;
}
#projet a.ref .text {
  color: black;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 34px;
  width: 100%;
  margin: 5px 0 20px 0;
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  #projet a.ref .text {
    align-items: flex-start;
    width: 500px;
  }
}
#projet a.ref .text * {
  text-align: center;
}
@media (min-width: 992px) {
  #projet a.ref .text * {
    text-align: left;
  }
}
#projet a.ref .text .intitule {
  display: flex;
  align-items: center;
}
#projet a.ref .text .intitule img {
  margin-left: 36px;
  transition: 0.3s;
}
#projet a.ref.three {
  flex-direction: column;
}
#projet a.ref .img {
  overflow: hidden;
  width: 100%;
  height: 250px;
  margin: auto;
}
@media (min-width: 380px) {
  #projet a.ref .img {
    width: 320px;
    height: 320px;
  }
}
@media (min-width: 575px) {
  #projet a.ref .img {
    width: 450px;
    height: 450px;
  }
}
@media (min-width: 992px) {
  #projet a.ref .img {
    margin: 0;
    width: unset;
    height: unset;
  }
}
#projet a.ref .img img {
  transition: 0.3s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  #projet a.ref .img img {
    width: unset;
    height: unset;
  }
}
#projet a.ref:hover img.fleche {
  transform: translateX(15px);
}
#projet a.ref:hover .img img {
  transform: scale(1.05);
}
#projet a.btn {
  display: flex;
  flex-direction: column-reverse;
  align-content: center;
  margin: auto;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: black;
  text-transform: uppercase;
  width: unset;
  max-width: unset;
}
#projet a.btn img {
  transform: rotate(90deg);
  margin-bottom: 20px;
}
#projet .svg_container {
  margin: 49px auto 0px -10px;
  height: 273px;
  width: 1px;
  background: #E4003A;
}
@media (min-width: 992px) {
  #projet::before {
    display: none;
  }
  #projet::after {
    content: url(../images/deco_vert.svg);
    position: absolute;
    left: calc(50% + 710px);
    top: 385px;
  }
  #projet .right {
    margin-bottom: 140px;
  }
  #projet .img_titre {
    margin: 60px auto 209px auto;
    max-width: unset;
  }
  #projet a.ref .text {
    position: absolute;
    margin: 0;
    font-size: 30px;
    line-height: 39px;
  }
  #projet a.ref.one .text {
    top: 95px;
    left: calc(100% + 20px);
  }
  #projet a.ref.two .text {
    right: 0;
    bottom: -16px;
    top: calc(100% + 13px);
  }
  #projet a.ref.three {
    flex-direction: column;
  }
  #projet a.ref.three .text {
    left: calc(100% + 20px);
    bottom: 0;
  }
  #projet a.btn {
    margin-left: 16.666%;
    margin-top: 21px;
    flex-direction: row;
  }
  #projet a.btn img {
    transform: unset;
    margin-left: 12px;
    margin-bottom: 0;
  }
  #projet a.btn:hover img {
    transform: translateX(15px);
  }
  #projet .hover img.fleche {
    transform: translateX(15px);
  }
  #projet .hover .img img {
    transform: scale(1.05);
  }
}

#touche_a_tout {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  #touche_a_tout {
    margin-bottom: 200px;
  }
}
#touche_a_tout .deco_1 {
  position: absolute;
  top: 0;
  right: 0;
}
#touche_a_tout .deco_2 {
  position: absolute;
  left: 0;
  top: 80px;
}
#touche_a_tout .deco_3 {
  position: absolute;
  left: -60px;
  top: 350px;
}
#touche_a_tout h2 {
  color: #E4003A;
  margin-bottom: 137px;
  z-index: 100;
}
#touche_a_tout h2 img {
  position: absolute;
  right: -40px;
  bottom: -30px;
  transform: scale(0.6);
}
@media (min-width: 992px) {
  #touche_a_tout h2 img {
    left: 558px;
    bottom: -25px;
    right: unset;
    transform: scale(1);
  }
}
#touche_a_tout h2 span {
  display: block;
}
#touche_a_tout .m_minus {
  margin-top: -110px;
}
#touche_a_tout .texte {
  padding: 103px 30px 204px 30px;
  background: linear-gradient(262.45deg, #F5B5D2 -39.39%, #FCF4F8 56.77%);
  margin-top: -70px;
  width: 100%;
}
@media (min-width: 992px) {
  #touche_a_tout .texte {
    padding: 23px 30px 284px 30px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
  }
}
#touche_a_tout .texte ul {
  padding-left: 0;
}
#touche_a_tout .texte ul li {
  list-style-type: none;
  padding-left: 0;
  font-weight: 700;
  font-size: 23px;
  line-height: 31px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  display: flex;
  color: #E4003A;
}
#touche_a_tout .texte ul li::before {
  content: url(../images/arrow_red_small.svg);
  display: block;
  width: 18px;
  margin-right: 11px;
  margin-top: -3px;
}
#touche_a_tout .texte ul li a {
  color: #E4003A;
  transition: 0.5s;
}
#touche_a_tout .texte ul li a:hover {
  transform: translateX(10px);
}
#touche_a_tout .texte p {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
#touche_a_tout .texte p, #touche_a_tout .texte ul {
  margin-bottom: 49px;
}
#touche_a_tout .texte p:last-child, #touche_a_tout .texte ul:last-child {
  margin-bottom: 0;
}
#touche_a_tout .carou {
  padding-left: 30px;
  margin-top: 70px;
}
#touche_a_tout .carou img {
  width: 300px;
  margin: -250px auto 0 auto;
}
#touche_a_tout .deco {
  position: absolute;
  bottom: 0;
  right: 15px;
  z-index: -1;
}
#touche_a_tout .deco img {
  width: 187px;
  height: auto;
}
@media (min-width: 768px) {
  #touche_a_tout .deco {
    right: 10px;
    bottom: -20px;
  }
  #touche_a_tout .deco img {
    width: auto;
    height: auto;
  }
}
@media (min-width: 992px) {
  #touche_a_tout {
    margin-top: -20px;
  }
  #touche_a_tout .texte {
    padding: 73px 50px 84px 70px;
    background: unset;
  }
  #touche_a_tout .texte p {
    text-align: left;
  }
  #touche_a_tout .deco {
    position: relative;
    bottom: unset;
    right: unset;
  }
  #touche_a_tout .deco::before {
    content: "";
    position: absolute;
    height: 898px;
    width: calc(50vw - 50px);
    background: linear-gradient(262.45deg, #F5B5D2 -39.39%, #FCF4F8 56.77%);
    bottom: 100%;
    z-index: -1;
  }
  #touche_a_tout .carou {
    margin-bottom: 111px;
  }
  #touche_a_tout .carou img {
    width: unset;
    margin: -10px auto -40px auto;
  }
}

#equipe {
  margin: auto;
  max-width: 540px;
}
#equipe h2 {
  position: absolute;
  z-index: 100;
  color: #fff;
  margin: auto 0 auto 8.333333%;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-size: 30px;
  line-height: 33px;
}
#equipe h2 span.esper {
  position: absolute;
  -webkit-text-stroke: 2px #fff;
  color: rgba(255, 255, 255, 0);
  font-size: 70px;
  position: absolute;
  transform: translateX(-100%);
  top: 18px;
  left: -5px;
}
#equipe h2 span.snd_line img {
  position: absolute;
  bottom: -14px;
  left: 2px;
  transform: translateX(-100%);
}
#equipe h2 span.snd_line span {
  margin-left: 10px;
}
#equipe a {
  z-index: 10;
  position: absolute;
  bottom: 45px;
  right: 50%;
  width: max-content;
  transform: translateX(50%);
}
@media (min-width: 992px) {
  #equipe {
    max-width: 100vw;
    overflow: hidden;
  }
  #equipe .team {
    max-width: unset;
    left: 0;
  }
  #equipe .team_page {
    max-width: unset;
    right: 0;
    transform: translateX(568px);
  }
  #equipe h2 {
    font-size: 70px;
    line-height: 63px;
    left: 16.6%;
    transform: translate(0, -50%);
  }
  #equipe h2 span.esper {
    font-size: 140px;
    top: 37px;
  }
  #equipe h2 span.snd_line br {
    display: none;
  }
  #equipe h2 span.snd_line img {
    bottom: -14px;
    left: 322px;
    transform: translateX(-100%) scale(2.3);
  }
  #equipe a {
    font-size: 16px;
    line-height: 24px;
    right: 50px;
  }
}
@media (min-width: 1200px) {
  #equipe .team_page {
    transform: translateX(-388px);
  }
}

#equipe.team-home {
  position: relative;
  max-width: unset;
}
@media screen and (min-width: 992px) {
  #equipe.team-home {
    min-height: 840px;
  }
}
#equipe.team-home .container-fluid {
  position: static;
}
@media screen and (min-width: 992px) {
  #equipe.team-home .team-home__img {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
#equipe.team-home .team-home__titre {
  position: relative;
  padding-block: 90px 40px;
  padding-right: 40px;
  gap: 60px;
  z-index: 99;
}
@media screen and (min-width: 992px) {
  #equipe.team-home .team-home__titre {
    padding-inline: 120px 40px;
  }
}
@media screen and (min-width: 1400px) {
  #equipe.team-home .team-home__titre {
    padding-inline: 0px 60px;
  }
}
#equipe.team-home .team-home__titre h2.titre_1 {
  position: relative;
  top: unset;
  left: unset;
  color: #E4003A;
  font-size: 40px;
  line-height: 32px;
  padding-left: 62px;
  letter-spacing: normal;
  transform: none;
}
@media screen and (min-width: 400px) {
  #equipe.team-home .team-home__titre h2.titre_1 {
    padding-left: 95px;
  }
}
@media screen and (min-width: 768px) {
  #equipe.team-home .team-home__titre h2.titre_1 {
    transform: translateX(-30px);
    font-size: 48px;
    line-height: 46px;
  }
}
@media screen and (min-width: 1400px) {
  #equipe.team-home .team-home__titre h2.titre_1 {
    font-size: 53px;
    line-height: 52px;
    padding-left: 90px;
  }
}
#equipe.team-home .team-home__titre h2.titre_1 .esper {
  -webkit-text-stroke: 2px #E4003A;
  margin-right: 0;
  font-size: 80px;
  transform: none;
}
@media screen and (min-width: 400px) {
  #equipe.team-home .team-home__titre h2.titre_1 .esper {
    font-size: 100px;
  }
}
#equipe.team-home .team-home__titre .url.red {
  color: #E4003A;
  position: static;
  transform: none;
  margin-right: 35px;
}

#popup_video {
  display: none;
  background: rgba(0, 0, 0, 0.8509803922);
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 1000000000;
  top: 0;
}
#popup_video #quit_popup_video {
  margin: 25px 35px auto auto;
  width: 33px;
  cursor: pointer;
  height: 33px;
}
#popup_video #quit_popup_video span {
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  background-color: red;
  border-radius: 1px;
  transform: rotate(45deg);
  top: 16px;
}
#popup_video #quit_popup_video span:last-of-type {
  transform: rotate(-45deg);
  bottom: 5px;
}
#popup_video .flex_container {
  display: flex;
  height: 100%;
  width: 80vw;
  margin: auto;
  justify-content: center;
}
#popup_video #content_popup {
  width: 100%;
  display: flex;
}
#popup_video #content_popup iframe {
  margin: auto;
  display: block;
  width: 100%;
}
#popup_video #loader_popup {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#projets_page {
  margin-top: 50px;
}
#projets_page img.titre {
  max-width: 60%;
}
#projets_page h1 {
  text-align: center;
  margin: 35px 0;
}
#projets_page nav {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 992px) {
  #projets_page nav {
    flex-direction: row;
  }
}
#projets_page nav a {
  width: 50%;
  display: block;
  flex-direction: row;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #BDBDBD;
  width: max-content;
}
#projets_page nav a img {
  margin-left: 11px;
  transition: 0.3s;
  position: absolute;
  filter: grayscale(1) brightness(3.3);
  top: 30%;
  right: -30px;
}
#projets_page nav a:hover {
  background: linear-gradient(52.27deg, #80217F 38.13%, #DB0A3C 87.32%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
#projets_page nav a:hover img {
  transform: translateX(15px);
  filter: grayscale(0);
}
#projets_page nav a.active {
  background: linear-gradient(52.27deg, #80217F 38.13%, #DB0A3C 87.32%);
  background-image: linear-gradient(52.27deg, #80217F 38.13%, #DB0A3C 87.32%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
#projets_page nav a.active img {
  filter: grayscale(0);
}
#projets_page #list_projet .single_projet {
  z-index: 100000;
  display: block;
}
#projets_page #list_projet .single_projet .img {
  overflow: hidden;
}
#projets_page #list_projet .single_projet .img img {
  display: block;
  transition: 0.5s;
}
#projets_page #list_projet .single_projet.filter .img img {
  filter: grayscale(0.8);
  opacity: 0.5;
}
#projets_page #list_projet .single_projet:hover .img img {
  transform: scale(1.05);
}
#projets_page #list_projet .single_projet .texte {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 30%;
  background: rgba(0, 0, 0, 0.462745098);
  padding: 15px 20px;
}
#projets_page #list_projet .single_projet .texte p {
  text-transform: uppercase;
  color: #FFFFFF;
}
#projets_page #list_projet .single_projet .texte p.cat {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 0;
}
#projets_page #list_projet .single_projet .texte p.nom {
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0.06em;
  display: flex;
}
#projets_page #list_projet .single_projet .texte p.nom img {
  margin-bottom: 1px;
  margin-left: 11px;
}
#projets_page #list_projet a.link_to_contact {
  background: url(../images/bg_contact_link.jpg);
  background-size: 100% 100%;
  display: block;
  height: 100%;
  width: 100%;
  padding: 25px 14px 75px 33px;
  transition: 0.5s;
}
#projets_page #list_projet a.link_to_contact p {
  font-style: italic;
  font-weight: 900;
  font-size: 25px;
  line-height: 33px;
  text-transform: uppercase;
  color: #FFFFFF;
}
#projets_page #list_projet a.link_to_contact p.arrow {
  margin-top: 50px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}
#projets_page #list_projet a.link_to_contact p.arrow img {
  margin-left: 11px;
}
#projets_page #list_projet a.link_to_contact:hover {
  background-size: 110% 110%;
}
#projets_page #list_projet a.link_to_contact:hover p.arrow img {
  transform: translateX(15px);
}
#projets_page #list_projet a.link_team {
  background: #F5F5F5;
  display: block;
  height: 100%;
  width: 100%;
  padding: 29px 43px 71px 33px;
}
#projets_page #list_projet a.link_team p {
  font-style: italic;
  font-weight: 900;
  font-size: 28px;
  line-height: 37px;
  text-transform: uppercase;
  color: #000000;
}
@media (min-width: 992px) {
  #projets_page #list_projet a.link_team p {
    font-size: 35px;
    line-height: 43px;
  }
}
#projets_page #list_projet a.link_team p.team {
  background: linear-gradient(49.04deg, #80217F 22.76%, #DB0A3C 94.49%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  display: block;
  width: max-content;
  margin-left: auto;
  margin-top: 17px;
  transition: 0.3s;
}
#projets_page #list_projet a.link_team p.team::after {
  content: url(../images/arrow_red_small.svg);
  transition: 0.3s;
  margin-left: 11px;
}
#projets_page #list_projet a.link_team:hover p.team {
  transform: translateX(10px);
}
@media (min-width: 992px) {
  #projets_page #loader {
    margin-top: 450px;
  }
  #projets_page .mb-100-pc {
    margin-bottom: -100%;
    z-index: 100;
  }
  #projets_page .offset {
    margin-left: 20%;
  }
  #projets_page .offset h1 {
    text-align: left;
    margin-top: 46px;
  }
  #projets_page .offset #filter_cat {
    flex-direction: column;
  }
  #projets_page .deco_1 {
    position: absolute;
    left: calc(50% + 670px);
    top: 70%;
  }
  #projets_page .deco_2 {
    position: absolute;
    right: calc(50% + 670px);
    top: 30%;
  }
  #projets_page .deco_2 {
    position: absolute;
  }
  #projets_page .mb-lg-85 {
    margin-bottom: 45px;
  }
  #projets_page .deco {
    position: absolute;
    max-width: unset;
    max-height: 100%;
    left: calc(100% - 95px);
  }
  #projets_page .deco.snd {
    transform: rotate(180deg);
    right: calc(100% - 25px);
    left: unset;
  }
  #projets_page .single_projet {
    height: 100%;
  }
  #projets_page .single_projet .img {
    height: 100%;
  }
  #projets_page .single_projet .img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
  #projets_page .single_projet .texte {
    padding: 33px 42px;
    height: 100%;
    opacity: 0;
    display: flex;
    flex-direction: column;
    transition: 0.3s;
  }
  #projets_page .single_projet .texte p.cat {
    font-size: 18px;
    line-height: 27px;
    margin-top: auto;
  }
  #projets_page .single_projet .texte p.nom {
    font-size: 30px;
    line-height: 39px;
    margin-top: 0;
  }
  #projets_page .single_projet .texte p.nom img {
    margin-bottom: 0;
  }
  #projets_page .single_projet:hover .texte {
    opacity: 1;
  }
  #projets_page a.link_to_contact {
    padding: 50px 28px 150px 66px;
  }
  #projets_page a.link_to_contact p {
    font-size: 35px;
    line-height: 43px;
  }
}
@media (min-width: 1200px) {
  #projets_page .mb-lg-85 {
    margin-bottom: 85px;
  }
}

#contact .title_img {
  margin-top: 50px;
  max-width: 80%;
}
#contact #form {
  margin-top: 74px;
}
#contact .links {
  position: absolute;
  top: 630px;
  right: 50%;
}
#contact .links a {
  margin-bottom: 20px;
  display: block;
}
#contact .links a:hover img {
  transform: scale(1.15);
}
#contact .carte {
  height: 500px;
}
#contact .carte iframe {
  height: 500px;
}
@media (min-width: 992px) {
  #contact .carte {
    margin-top: 182px;
    height: 800px;
  }
  #contact .carte iframe {
    height: 800px;
  }
  #contact .links {
    top: 950px;
  }
}
@media (min-width: 1200px) {
  #contact .carte {
    width: calc(50vw - 105px);
    margin-top: 30px;
  }
  #contact .carte .deco {
    position: absolute;
    right: 0;
    bottom: -268px;
  }
  #contact .carte img {
    max-width: unset;
  }
}

.page-template-template-equipe .deco_1 {
  position: absolute;
  left: calc(50% - 710px);
  top: 2481px;
}
.page-template-template-equipe .deco_2 {
  top: 1621px;
  position: absolute;
  right: calc(50% - 806px);
}

#equipe_page .title_img {
  margin-top: 75px;
}
#equipe_page .intro {
  margin-top: 73px;
  margin-bottom: 120px;
}
@media (min-width: 992px) {
  #equipe_page .deco_container::after {
    content: url(../images/deco_title_team.svg);
    position: absolute;
    right: -15px;
    bottom: 0;
    transform: translateX(100%);
  }
}
@media (min-width: 1200px) {
  #equipe_page .img_team img:not(.deco_3) {
    max-width: unset;
    margin-left: -395px;
  }
  #equipe_page .img_team .deco_3 {
    position: absolute;
    right: -261px;
    top: -247px;
  }
}

#liste_team {
  margin-top: 171px;
}
#liste_team .single_team {
  display: block;
  margin-bottom: 120px;
}
#liste_team .single_team .img {
  overflow: hidden;
  width: 369px;
  max-width: 100%;
}
#liste_team .single_team .img img, #liste_team .single_team .img video {
  max-width: 100%;
}
#liste_team .single_team .text p {
  font-size: 16px;
  line-height: 24px;
}
#liste_team .single_team .text p.name {
  margin-top: 27px;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: linear-gradient(52.27deg, #80217F 38.13%, #DB0A3C 87.32%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  max-width: 100%;
  width: max-content;
}
#liste_team .single_team .text p.fonction {
  margin-bottom: 22px;
}

#single_member {
  max-width: 2000px;
  margin: auto;
}
#single_member h1 {
  font-style: italic;
  font-weight: 900;
  font-size: 51px;
  line-height: 56px;
  text-transform: uppercase;
  background-clip: text;
  text-fill-color: transparent;
  color: rgba(255, 255, 255, 0);
  background: unset;
  -webkit-text-stroke: 2px #e4003a;
  text-align: center;
}
#single_member h1 .bg {
  padding-right: 15px;
  background: linear-gradient(19.88deg, #80217F 6.55%, #DB0A3C 78.95%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0px;
}
#single_member h2 {
  display: flex;
  align-items: center;
}
#single_member h2::before {
  width: 98px;
  display: block;
  content: "";
  background: #E4003A;
  margin-right: 25px;
  height: 1px;
}
#single_member p {
  text-align: center;
}
#single_member a {
  display: flex;
  align-items: center;
  width: max-content;
  margin: 50px auto;
}
#single_member a p {
  background: linear-gradient(49.04deg, #80217F 22.76%, #DB0A3C 94.49%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-transform: uppercase;
}
#single_member a .svg {
  margin-right: 11px;
  transition: 0.3s;
}
#single_member a .svg svg {
  margin-bottom: 2px;
}
#single_member a:hover .svg {
  transform: translateX(-10px);
}
#single_member .img {
  margin: 25px 0;
}
#single_member .img #video_single_membre {
  max-width: 100%;
  clip-path: polygon(1px 1px, calc(100% - 1px) 1px, calc(100% - 1px) calc(100% - 1px), 1px calc(100% - 1px));
}
@media (max-width: 992px) {
  #single_member .main_img {
    transition: clip-path 1s;
    animation-name: main_img;
    animation-duration: 10s;
    animation-iteration-count: 1000;
  }
  #single_member .main_img.hover {
    animation-name: hover_img;
    animation-duration: 10s;
    animation-iteration-count: 1000;
    position: absolute;
    top: 0;
  }
}
@media (min-width: 992px) {
  #single_member h1 {
    font-size: 80px;
    line-height: 75px;
    text-align: left;
    margin-top: 0;
  }
  #single_member p {
    text-align: left;
  }
  #single_member a {
    margin-left: 0;
  }
  #single_member .img {
    margin: 8px 0 0 0;
  }
  #single_member .img.bottom {
    position: absolute;
    bottom: -116px;
    width: 45vw;
    left: 0;
  }
  #single_member .img.bottom #video_single_membre, #single_member .img.bottom .main_img {
    position: relative;
    left: 1px;
    top: 0;
  }
  #single_member .img.bottom .hover {
    left: 1px;
    top: 0;
    position: absolute;
  }
  #single_member .img #video_single_membre, #single_member .img .main_img {
    position: fixed;
    left: 55%;
    width: 45vw;
    top: 108px;
    object-fit: cover;
    max-width: 810px;
    height: calc(100vh - 108px);
    min-height: 810px;
    max-height: 940px;
    transition: 0s !important;
    object-position: top;
  }
  #single_member .img .main_img {
    transition: clip-path 1s;
    animation-name: main_img;
    animation-duration: 10s;
    animation-iteration-count: 1000;
  }
  #single_member .img .main_img.hover {
    animation-name: hover_img;
    animation-duration: 10s;
    animation-iteration-count: 1000;
  }
}
@media (min-width: 1200px) {
  #single_member h1 {
    font-size: 90px;
    line-height: 89px;
  }
  #single_member .img #video_single_membre, #single_member .img .main_img {
    max-width: 870px;
  }
}
@media (min-width: 1920px) {
  #single_member .img .main_img, #single_member .img .hover {
    left: calc(50% + 95px);
  }
}

@keyframes main_img {
  0% {
    z-index: -1;
    clip-path: circle(100%);
  }
  30% {
    z-index: -1;
    clip-path: circle(100%);
  }
  31% {
    z-index: 1;
    clip-path: circle(1%);
  }
  70% {
    clip-path: circle(1%);
  }
  90% {
    clip-path: circle(100%);
    z-index: 1;
  }
  100% {
    z-index: -1;
  }
}
@keyframes hover_img {
  0% {
    z-index: 1;
    clip-path: circle(0%);
  }
  10% {
    clip-path: circle(0%);
  }
  30% {
    clip-path: circle(100%);
    z-index: 1;
  }
  80% {
    clip-path: circle(100%);
    z-index: -1;
  }
  81% {
    clip-path: circle(0%);
    z-index: -1;
  }
  100% {
    clip-path: circle(0%);
    z-index: -1;
  }
}
#liste_actu .deco_1 {
  position: absolute;
  right: calc(50% - 646px);
  top: 1617px;
}
#liste_actu h1 {
  font-style: italic;
  font-weight: 900;
  font-size: 32px;
  line-height: 38px;
  text-transform: uppercase;
  background-clip: text;
  text-fill-color: transparent;
  color: rgba(255, 255, 255, 0);
  background: unset;
  -webkit-text-stroke: 2px #e4003a;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
#liste_actu h1 .bg {
  padding-right: 15px;
  background: linear-gradient(19.88deg, #80217F 6.55%, #DB0A3C 78.95%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0px;
  display: block;
}
#liste_actu h1 .titre_4 {
  -webkit-text-stroke: 0px;
  color: black;
  font-size: 25px;
  line-height: 32px;
  display: block;
  text-transform: initial;
}
#liste_actu #content_liste_actu .single_actu {
  display: block;
  margin-bottom: 75px;
}
#liste_actu #content_liste_actu .single_actu .img {
  overflow: hidden;
}
#liste_actu #content_liste_actu .single_actu .arrow {
  margin-top: 20px;
}
#liste_actu #content_liste_actu .single_actu:hover .img img {
  transform: scale(1.05);
}
#liste_actu #content_liste_actu .single_actu:hover .arrow {
  transform: translateX(15px);
}
#liste_actu #content_liste_actu .single_actu h2 {
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-top: 27px;
  margin-bottom: 0;
}
#liste_actu #content_liste_actu .single_actu p {
  color: #BDBDBD;
}
#liste_actu #content_liste_actu .ad {
  display: block;
  padding: 10px;
  margin-bottom: 75px;
  overflow: hidden;
}
#liste_actu #content_liste_actu .ad:hover img.arrow {
  transform: translateX(15px);
}
#liste_actu #content_liste_actu .ad:hover img.bg {
  transform: scale(1.05) translateX(-50%);
}
#liste_actu #content_liste_actu .ad img.arrow {
  width: 20px;
}
#liste_actu #content_liste_actu .ad .bg {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  min-height: 100%;
  width: auto;
  z-index: -1;
}
#liste_actu #content_liste_actu .ad h2 {
  font-style: italic;
  font-weight: 900;
  font-size: 30px;
  line-height: 35px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0;
}
#liste_actu #content_liste_actu .ad p {
  color: white;
  display: flex;
  align-items: center;
}
#liste_actu #content_liste_actu .ad p img {
  margin-left: 11px;
}
@media (min-width: 992px) {
  #liste_actu h1 {
    text-align: left;
    font-size: 75px;
    line-height: 69px;
    margin-bottom: 116px;
  }
  #liste_actu h1 .bg {
    padding-top: 20px;
  }
  #liste_actu h1 .titre_4 {
    margin-top: 30px;
    padding-left: 8.3333%;
    font-size: 28px;
    line-height: 38px;
  }
  #liste_actu #content_liste_actu .single_actu {
    margin-bottom: 180px;
  }
  #liste_actu #content_liste_actu .single_actu.big .texte {
    padding-right: 10%;
  }
  #liste_actu #content_liste_actu .single_actu.deco_right .deco_actu {
    position: absolute;
    top: 0;
    height: 316px;
    transform: rotate(180deg);
    left: calc(100% - 151px);
  }
  #liste_actu #content_liste_actu .single_actu.deco_left .deco_actu {
    position: absolute;
    top: 0;
    height: 313px;
    right: calc(100% - 37px);
    max-width: unset;
  }
  #liste_actu #content_liste_actu .ad {
    height: 100%;
    height: 313px;
    padding: 50px 77px 98px 66px;
  }
  #liste_actu #content_liste_actu .ad h2 {
    font-size: 45px;
    line-height: 46px;
    margin-bottom: 36px;
  }
  #liste_actu #content_liste_actu .ad .deco {
    position: absolute;
  }
  #liste_actu #content_liste_actu .deco_rencontre::after {
    content: url(../images/deco.svg);
    position: absolute;
    left: 10px;
  }
}
@media (min-width: 1200px) {
  #liste_actu h1 {
    font-size: 95px;
    line-height: 89px;
  }
  #liste_actu h1 .titre_4 {
    font-size: 35px;
  }
  #liste_actu #content_liste_actu .single_actu.big .texte {
    padding-right: 25%;
  }
  #liste_actu #content_liste_actu .single_actu.deco_right .deco_actu {
    max-width: unset;
    height: 377px;
    left: calc(100% - 4px);
  }
  #liste_actu #content_liste_actu .single_actu.deco_left .deco_actu {
    height: 376px;
    right: calc(100% - 5px);
  }
  #liste_actu #content_liste_actu .ad {
    height: 375px;
  }
  #liste_actu #content_liste_actu .ad h2 {
    font-size: 55px;
    line-height: 56px;
  }
}

.deco_titre_one {
  text-align: center;
  margin: 25px 0;
}
@media (min-width: 992px) {
  .deco_titre_one {
    text-align: left;
    margin-bottom: 90px;
  }
  .deco_titre_one::after {
    content: url(../images/deco.svg);
    position: absolute;
    right: calc(50% - 430px);
    bottom: -70px;
  }
}

.intro_vignette .img img {
  display: block;
}
.intro_vignette .resume {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
  padding: 20px;
  margin-bottom: 25px;
}
.intro_vignette .resume p, .intro_vignette .resume a {
  text-align: center;
}
.intro_vignette .resume p .strong, .intro_vignette .resume a .strong {
  font-weight: 600;
}
.intro_vignette .resume a {
  width: 100%;
  background: linear-gradient(19.88deg, #80217F 6.55%, #DB0A3C 78.95%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transition: 0.3s;
  text-fill-color: transparent;
  display: flex;
  margin: auto;
  width: max-content;
  max-width: 100%;
}
.intro_vignette .resume a img {
  padding-left: 5px;
}
.intro_vignette .resume a:hover img {
  transform: translateX(10px);
}
@media (min-width: 992px) {
  .intro_vignette .img {
    height: 756px;
  }
  .intro_vignette .img img {
    max-width: unset;
    position: absolute;
    right: 0;
    transform: translateX(0);
    height: 100%;
    width: auto;
  }
  .intro_vignette .resume {
    padding: 40px 45px 30px 45px;
  }
  .intro_vignette .resume::after {
    content: url(../images/deco_client2.svg);
    position: absolute;
    bottom: -254px;
    left: 297px;
  }
  .intro_vignette .resume::before {
    content: url(../images/square.svg);
    position: absolute;
    bottom: 54px;
    right: -193px;
  }
  .intro_vignette .resume p, .intro_vignette .resume a {
    text-align: left;
  }
  .intro_vignette .resume p .strong, .intro_vignette .resume a .strong {
    display: block;
  }
  .intro_vignette .resume a {
    margin-left: 0;
  }
  .intro_vignette .chapo {
    margin-bottom: 0px;
    padding-left: 20px;
  }
  .intro_vignette .chapo p, .intro_vignette .chapo strong, .intro_vignette .chapo sup, .intro_vignette .chapo sub, .intro_vignette .chapo a {
    font-size: 16px;
    line-height: 25px;
  }
  .intro_vignette .chapo p a, .intro_vignette .chapo strong a, .intro_vignette .chapo sup a, .intro_vignette .chapo sub a, .intro_vignette .chapo a a {
    font-size: 16px;
    line-height: 25px;
  }
}
@media (min-width: 1200px) {
  .intro_vignette .img {
    height: 856px;
  }
  .intro_vignette .resume {
    max-width: 90%;
  }
  .intro_vignette .resume::after {
    left: 320px;
  }
  .intro_vignette .chapo {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (min-width: 1500px) {
  .intro_vignette .img img {
    max-width: unset;
    position: absolute;
    right: 0;
    transform: translateX(0);
  }
}

.texte_photo h2 {
  margin-top: 0;
  background: linear-gradient(52.27deg, #80217F 38.13%, #DB0A3C 87.32%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-style: italic;
  font-weight: 900;
  font-size: 27px;
  line-height: 30px;
  text-align: center;
}
.texte_photo h2::after {
  width: 114px;
  height: 1px;
  background: #e4003a;
  margin: 40px auto 38px auto;
  content: "";
  display: block;
}
.texte_photo h3 {
  font-weight: 700;
  margin: 40px 0 30px 0;
  text-transform: uppercase;
}
.texte_photo ul {
  padding-left: 0;
}
.texte_photo ul li {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 15px;
}
.texte_photo ul li::before {
  content: ">";
  margin-right: 3px;
}
.texte_photo a.lightbox {
  overflow: hidden;
  display: block;
}
.texte_photo a.lightbox:hover img {
  transform: scale(1.05);
}
@media (min-width: 992px) {
  .texte_photo {
    margin-top: 160px;
  }
  .texte_photo h2 {
    text-align: left;
    font-size: 40px;
    line-height: 45px;
  }
  .texte_photo h2::after {
    margin-left: 0;
  }
  .texte_photo div.deco::after {
    content: url(../images/group_logos.svg);
    position: absolute;
    top: 410px;
    left: -3px;
  }
  .texte_photo div.deco::before {
    content: url(../images/deco_text_photo_alt.svg);
    position: absolute;
    left: -374px;
  }
  .texte_photo .sepa {
    margin-left: 0;
  }
  .texte_photo.deco_h3 h3::after {
    content: url(../images/deco.svg);
    position: absolute;
    right: -10px;
    bottom: -10px;
  }
}
@media (min-width: 1200px) {
  .texte_photo h3.deco::after {
    right: -100px;
  }
}

.mosaique_triptique {
  margin-top: 105px;
}
.mosaique_triptique a {
  display: block;
  margin-bottom: 20px;
  overflow: hidden;
}
.mosaique_triptique a.zoom {
  cursor: -moz-zoom-in;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.mosaique_triptique a:hover img {
  transform: scale(1.05);
}
.mosaique_triptique a .title {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.6) 100%;
}
.mosaique_triptique a .title p {
  color: white;
  margin: 35px;
}

.titre_texte_colonnes a {
  text-decoration: underline;
}
.titre_texte_colonnes h2:not(.titre_2) {
  font-style: italic;
  text-shadow: 0px 0px rgba(0, 0, 0, 0);
  font-weight: 900;
  font-size: 27px;
  line-height: 30px;
  text-align: center;
  background: linear-gradient(52.27deg, #80217F 38.13%, #DB0A3C 87.32%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-top: 30px;
  text-fill-color: transparent;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .titre_texte_colonnes h2:not(.titre_2) {
    text-align: left;
    font-size: 40px;
    line-height: 45px;
  }
}
.titre_texte_colonnes h2:not(.titre_2)::after {
  width: 114px;
  height: 1px;
  background: #e4003a;
  margin: 30px auto 38px auto;
  content: "";
  display: block;
}
@media (min-width: 992px) {
  .titre_texte_colonnes h2:not(.titre_2)::after {
    margin-left: 0;
  }
}
.titre_texte_colonnes h3 {
  font-weight: 700;
  margin: 40px 0 30px 0;
}
.titre_texte_colonnes ul {
  padding-left: 0;
  width: 100%;
}
.titre_texte_colonnes ul li {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 15px;
}
.titre_texte_colonnes ul li::before {
  content: ">";
  margin-right: 3px;
}
@media (min-width: 992px) {
  .titre_texte_colonnes h2 {
    margin-top: 105px;
  }
  .titre_texte_colonnes .deco_col::after {
    content: url(../images/deco.svg);
    position: absolute;
    left: 10px;
    bottom: 20px;
  }
}

.partage {
  margin-bottom: 75px;
}
.partage .sepa {
  margin: 17px auto 25px 0;
}
.partage a {
  margin-right: 15px;
}
.partage a:hover img {
  transform: scale(1.15);
}

.carousel_projet {
  margin-top: 50px;
  padding-bottom: 75px;
}
.carousel_projet::before {
  content: "";
  width: 1441px;
  height: 425px;
  max-width: 100%;
  background: linear-gradient(89.95deg, #EDEDED -24.82%, rgba(237, 237, 237, 0) 156.19%);
  position: absolute;
  top: 75px;
  left: 0;
}
.carousel_projet h2, .carousel_projet h2 .title_bg {
  font-style: italic;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  padding-right: 10px;
  padding-top: 0;
}
@media (min-width: 992px) {
  .carousel_projet h2, .carousel_projet h2 .title_bg {
    font-size: 60px;
    padding-top: 20px;
    line-height: 58px !important;
  }
}
.carousel_projet a.ref {
  display: block;
}
.carousel_projet a.ref .text {
  color: black;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  width: max-content;
  max-width: 100%;
  z-index: 100;
}
.carousel_projet a.ref .text .surtitre {
  font-size: 10px;
  line-height: 20px;
}
.carousel_projet a.ref .text .intitule {
  display: flex;
  align-items: center;
}
.carousel_projet a.ref .text .intitule img {
  margin-left: 36px;
  transition: 0.3s;
}
.carousel_projet a.ref .img {
  overflow: hidden;
  margin-bottom: 26px;
}
.carousel_projet a.ref .img img {
  transition: 0.3s;
}
.carousel_projet a.ref:hover img.fleche {
  transform: translateX(-15px);
}
.carousel_projet a.ref:hover .img img {
  transform: scale(1.05);
}
.carousel_projet .swiper-pagination {
  margin-top: 20px;
}
.carousel_projet .carou_autre_projet {
  padding-right: 30px;
  overflow: visible;
}
@media (min-width: 992px) {
  .carousel_projet::after {
    content: url(../images/deco_autres_projets.svg);
    position: absolute;
    top: 263px;
    left: calc(50% - 990px);
    z-index: 10;
  }
  .carousel_projet h2, .carousel_projet h2 .title_bg {
    font-size: 71px;
    text-align: left;
    line-height: 78px;
    margin-bottom: 90px;
  }
  .carousel_projet .swiper-pagination {
    display: none;
  }
  .carousel_projet .carou_autre_projet {
    overflow: visible;
  }
  .carousel_projet .carou_autre_projet::after {
    content: "";
    background: rgb(237, 237, 237);
    background: linear-gradient(180deg, #f0f0f0 0%, #f0f0f0 292px, #ffffff 292px, #ffffff 100%);
    width: 33vw;
    height: 100%;
    display: block;
    z-index: 10;
    top: 0;
    left: 0;
    position: absolute;
    transform: translateX(-100%);
  }
  .carousel_projet a.ref .text {
    font-size: 30px;
    line-height: 39px;
  }
}

.carou_article_container::after {
  content: url(../images/double_vague_reverse.svg);
  position: absolute;
  left: calc(50% - 696px);
  top: 400px;
  z-index: 100;
}
.carou_article_container h2 {
  color: #E4003A;
  text-align: center;
  font-size: 47px;
  line-height: 53px;
  text-align: center;
}
.carou_article_container h2 span {
  display: block;
}
.carou_article_container h2 img {
  position: absolute;
  left: calc(50% + 86px);
  bottom: -25px;
}
.carou_article_container .carou_article {
  margin-bottom: 50px;
}
.carou_article_container .carou_article a.article {
  max-width: 318px;
  display: block;
  margin: auto;
}
.carou_article_container .carou_article a.article .img {
  overflow: hidden;
}
.carou_article_container .carou_article a.article .text p {
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: linear-gradient(52.27deg, #80217F 38.13%, #DB0A3C 87.32%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-top: 26px;
}
.carou_article_container .carou_article a.article:hover .img img {
  transform: scale(1.05);
}
.carou_article_container .carou_article a.article:hover .fleche {
  transform: translateX(10px);
}
.carou_article_container .all_posts {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: auto auto 50px auto;
}
.carou_article_container .all_posts img {
  margin-left: 11px;
}
@media (min-width: 992px) {
  .carou_article_container {
    margin-top: 200px;
  }
  .carou_article_container .all_posts {
    margin-right: 0;
  }
  .carou_article_container .svg_container {
    transform: rotate(180deg);
    position: absolute;
    right: calc(50% + 670px);
    top: 66%;
    z-index: 10;
  }
  .carou_article_container .svg_container .svg_animate {
    stroke-dashoffset: 500;
    stroke-dasharray: 500;
    transition: 3s;
  }
  .carou_article_container h2 {
    text-align: left;
  }
  .carou_article_container h2 img {
    left: 278px;
  }
  .carou_article_container .col-lg-strange {
    max-width: 890px;
  }
  .carou_article_container .col-lg-strange .carou_article {
    overflow: visible;
  }
  .carou_article_container .col-lg-strange .carou_article::after {
    content: "";
    background: white;
    width: 33vw;
    height: 100%;
    display: block;
    z-index: 10;
    top: 0;
    left: 0;
    position: absolute;
    transform: translateX(-100%);
  }
  .carou_article_container .col-lg-strange .carou_article::before {
    content: url(../images/deco_actu_2.svg);
    position: absolute;
    right: calc(50% - 606px);
    top: -72px;
    z-index: 100;
  }
}
@media (min-width: 1200px) {
  .carou_article_container {
    overflow: visible;
  }
  .carou_article_container .col-lg-strange {
    max-width: 982px;
  }
}

.titre_img::after {
  position: absolute;
  top: -29px;
  right: -29px;
  display: block;
  z-index: -1;
  transform: scale(0.5);
}
@media (min-width: 992px) {
  .titre_img::after {
    top: 29px;
    transform: scale(1);
    right: 0;
  }
}
.titre_img.creation::after {
  content: url(../images/crea_big.svg);
}
.titre_img.web::after {
  content: url(../images/web_big.svg);
}
.titre_img.conseil::after {
  content: url(../images/conseil_big.svg);
}
.titre_img .stroke {
  font-size: 31px;
  line-height: 38px;
  font-style: italic;
  display: block;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .titre_img .stroke {
    font-size: 80px;
    line-height: 83px;
    margin-top: -15px;
  }
}

.intitule_logo {
  margin: 50px 0;
}
.intitule_logo p {
  text-align: center;
}
.intitule_logo .svg_line {
  margin: auto;
  width: 172px;
  height: 1px;
  background: #E4003A;
}
@media (min-width: 992px) {
  .intitule_logo p {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .intitule_logo .svg_line {
    margin-left: 0;
  }
}

.container_illu_texte::before {
  content: url(../images/deco_illu.svg);
  position: absolute;
  top: -100px;
  left: -300px;
  z-index: -1;
  transform: scale(0.5);
}
.container_illu_texte .illu_texte .svg_absolute {
  position: absolute;
  right: calc(50% - 630px);
  top: 230px;
}
.container_illu_texte .illu_texte h3 {
  font-weight: 400;
  font-size: 27px;
  line-height: 29px;
}
.container_illu_texte .illu_texte .sepa {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .container_illu_texte::before {
    top: 90px;
    left: 0px;
    transform: scale(1);
  }
  .container_illu_texte p.offset {
    margin-left: 20%;
    margin-right: 20%;
    font-size: 18px;
    line-height: 27px;
  }
  .container_illu_texte .wysiwyg * {
    text-align: left;
  }
  .container_illu_texte .wysiwyg h2 {
    font-weight: 400;
    font-size: 35px;
    line-height: 38px;
  }
  .container_illu_texte h3 {
    font-size: 35px;
    line-height: 38px;
  }
}
@media (min-width: 1200px) {
  .container_illu_texte p.offset {
    margin-left: 25%;
    margin-right: 25%;
  }
}

.carou_presta {
  margin-top: 50px;
  margin-bottom: 25px;
}
.carou_presta .degrade_texte.titre_2 {
  padding-right: 5px;
}
.carou_presta .presta_swiper {
  padding: 1rem;
}
.carou_presta .presta_swiper .swiper-slide {
  height: auto !important;
}
.carou_presta .presta_swiper .presta {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
  display: block;
  padding: 38px 39px 30px 39px;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: white;
}
.carou_presta .presta_swiper .presta p.titre {
  color: #E4003A;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.carou_presta .presta_swiper .presta .link {
  margin-top: auto;
  display: flex;
  background: linear-gradient(49.04deg, #80217F 22.76%, #DB0A3C 94.49%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.carou_presta .presta_swiper .presta .link img {
  margin-left: 11px;
}
.carou_presta .presta_swiper .presta:hover .link img {
  transform: translateX(10px);
}
@media (min-width: 992px) {
  .carou_presta {
    margin-top: 150px;
  }
  .carou_presta::before {
    content: url(../images/bg_carou_presta_tiny.jpg);
    position: absolute;
    left: calc(50% - 140px);
    top: -100px;
  }
  .carou_presta .col-lg-strange {
    max-width: 980px;
  }
  .carou_presta .presta_swiper {
    overflow: visible;
  }
  .carou_presta .presta_swiper::before {
    content: "";
    background: white;
    display: block;
    height: 130%;
    width: 30vw;
    position: absolute;
    top: 0;
    left: -10px;
    z-index: 10;
    transform: translate(-100%, -30px);
  }
  .carou_presta .presta_swiper::after {
    content: url(../images/deco_carou_presta.svg);
    position: absolute;
    left: 0;
    top: 7px;
    z-index: 20;
    transform: translate(-100%, -100%);
  }
  .carou_presta .titre_2 {
    margin-bottom: 110px;
  }
  .carou_presta .titre_2::after {
    content: url(../images/deco.svg);
    position: absolute;
    left: 210%;
    top: -4px;
  }
}

.page-template-template-agence .deco_titre_one::after {
  display: none;
}
@media (min-width: 992px) {
  .page-template-template-agence .intro_vignette .img::after {
    content: url(../images/deco_agence.svg);
    position: absolute;
    top: 662px;
    right: 0;
    z-index: 10;
    transform: translateX(100%);
  }
}
.page-template-template-agence .intro_vignette .chapo {
  margin-top: 10px;
  font-weight: 700;
  font-size: 21px;
  line-height: 32px;
}
.page-template-template-agence .titre_texte_colonnes {
  margin-top: 25px;
}
.page-template-template-agence .titre_illu h2 {
  color: #E4003A;
  margin-bottom: 60px;
}
.page-template-template-agence .titre_illu h2 span {
  display: block;
}
.page-template-template-agence .titre_illu h2 img {
  position: absolute;
  right: calc(50% - 160px);
  bottom: -47px;
}
.page-template-template-agence .titre_illu .img {
  margin-bottom: 150px;
}
.page-template-template-agence .titre_illu .img::before {
  background: linear-gradient(262.45deg, #F5B5D2 -39.39%, #FCF4F8 56.77%);
  position: absolute;
  display: block;
  width: 100%;
  content: "";
  z-index: -1;
  height: 100%;
}
.page-template-template-agence .titre_illu .img .deco {
  position: absolute;
  max-width: 118px;
  right: 0;
}
.page-template-template-agence .titre_illu .img img:not(:first-child) {
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
}
.page-template-template-agence .titre_illu .texte_photo {
  margin-top: 0;
}
.page-template-template-agence .titre_illu .texte_photo h2.snd {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  letter-spacing: 0.06em;
  color: black !important;
  background: unset !important;
  text-transform: uppercase;
  -webkit-text-fill-color: unset;
}
.page-template-template-agence .titre_illu.snd .img {
  padding-top: 150px;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .page-template-template-agence .titre_illu.snd .img {
    margin-bottom: 150px;
    padding-top: 0;
  }
}
.page-template-template-agence .titre_illu.snd .img::before {
  transform: matrix(-1, 0, 0, 1, 0, 0);
  top: 0;
}
.page-template-template-agence .titre_illu.snd .img img {
  top: 0;
  transform: unset;
}
.page-template-template-agence .titre_illu.snd .img img:last-child {
  bottom: 0;
  top: unset;
}
.page-template-template-agence .texte_photo {
  margin-bottom: 75px;
}
.page-template-template-agence .texte_photo h3 {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.page-template-template-agence .texte_photo a:not(.lightbox) {
  transition: 0.3s;
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
}
.page-template-template-agence .texte_photo a:not(.lightbox) + br {
  margin-top: 3px;
  display: block;
}
.page-template-template-agence .texte_photo a:not(.lightbox)::after {
  content: url(../images/arrow_red_small.svg);
  filter: saturate(0%) brightness(70%) contrast(1000%);
  transition: 0.3s;
  margin-left: 11px;
}
.page-template-template-agence .texte_photo a:not(.lightbox):hover {
  background: linear-gradient(52.27deg, #80217F 38.13%, #DB0A3C 87.32%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  transition: 0s;
}
.page-template-template-agence .texte_photo a:not(.lightbox):hover::after {
  filter: unset;
  margin-left: 25px;
}
.page-template-template-agence .competence_container .illu {
  margin-top: -60px;
  z-index: -1;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
}
.page-template-template-agence .competence_container .button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  background: linear-gradient(49.04deg, #80217F 22.76%, #DB0A3C 94.49%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 25px;
}
.page-template-template-agence .competence_container .button img {
  margin: auto 15px;
}
.page-template-template-agence .competence_container a:hover .button img {
  transform: translateX(10px);
}
.page-template-template-agence .carou_article_container {
  margin-top: 80px;
}
@media (min-width: 992px) {
  .page-template-template-agence h1 {
    margin-top: 50px;
  }
  .page-template-template-agence .titre_illu {
    margin-top: 150px;
  }
  .page-template-template-agence .titre_illu .titre_1 img {
    bottom: -40px;
    right: unset;
    left: 50px;
  }
  .page-template-template-agence .titre_illu .img {
    margin-right: -160px;
    margin-top: -750px;
  }
  .page-template-template-agence .titre_illu .img::before {
    width: 902px;
  }
  .page-template-template-agence .titre_illu .img img {
    max-width: unset;
  }
  .page-template-template-agence .titre_illu .img .deco {
    right: unset;
    left: 0;
    max-width: unset;
  }
  .page-template-template-agence .titre_illu h2 img {
    bottom: -40px;
    right: unset;
    left: 50px;
  }
  .page-template-template-agence .titre_illu.snd h2 img {
    right: 120px;
    bottom: -47px;
    left: unset;
  }
  .page-template-template-agence .titre_illu.snd .img {
    height: 726px;
    margin-top: 0px;
  }
  .page-template-template-agence .titre_illu.snd .img::before {
    height: 602px;
    width: 877px;
    bottom: 0;
    right: 0;
  }
  .page-template-template-agence .titre_illu.snd .img img:not(.deco) {
    position: absolute;
    right: 0;
  }
  .page-template-template-agence .titre_illu.snd .img .deco {
    left: unset;
    right: 0;
    bottom: 0;
    transform: translate(100%, 100%);
  }
  .page-template-template-agence .titre_texte_colonnes {
    margin-bottom: 200px;
  }
  .page-template-template-agence .titre_texte_colonnes::after {
    content: url(../images/double_vague_reverse.svg);
    position: absolute;
    right: calc(50% - 646px);
    bottom: -40px;
  }
  .page-template-template-agence .texte_photo {
    margin-top: 290px;
  }
  .page-template-template-agence .competence_container {
    margin-top: 125px;
  }
  .page-template-template-agence .competence_container::after {
    content: url(../images/deco_competence_agence.svg);
    position: absolute;
    z-index: -1;
    right: 0%;
    transform: translateX(100%);
  }
  .page-template-template-agence .competence_container::before {
    content: url(../images/deco.svg);
    position: absolute;
    left: -264px;
    bottom: 120px;
  }
  .page-template-template-agence .competence_container .sepa {
    height: 827px;
    width: 1px;
    margin: auto -0.5px 0 -0.5px;
    background: #EDEDED;
    padding: 0;
  }
  .page-template-template-agence .competence_container a:not(.lightbox) {
    font-size: 16px;
    line-height: 24px;
  }
  .page-template-template-agence .competence_container h2 {
    text-align: center;
  }
  .page-template-template-agence .competence_container .competence {
    display: flex;
    flex-direction: column;
  }
  .page-template-template-agence .competence_container .competence.first .illu {
    margin-top: 18px;
    margin-bottom: 7px;
  }
  .page-template-template-agence .competence_container .competence .illu {
    margin-top: 0;
  }
  .page-template-template-agence .competence_container .competence p {
    max-width: 275px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 992px) {
  .flexible h1 {
    margin-top: 50px;
  }
}

#liste_team .single_team img {
  position: absolute;
  z-index: 10;
}
#liste_team .single_team video {
  max-width: 100%;
}
#liste_team .single_team:hover img, #liste_team .single_team:focus img {
  transform: scale(1) !important;
  opacity: 1;
}
#liste_team .single_team img.main_vignette {
  position: relative;
}
#liste_team .single_team img.hover_vignette {
  position: absolute;
  top: 0;
  clip-path: circle(0%);
  z-index: 10;
  transition: clip-path 0.9s;
}
#liste_team .single_team:hover img.hover_vignette {
  clip-path: circle(100%);
}

@media (min-width: 1200px) {
  .single-projet h1.titre_0 {
    font-size: 75px;
    line-height: 77px;
  }
}
.single-projet .titre_texte_colonnes {
  margin-top: 50px;
}
.single-projet .titre_texte_colonnes h2 {
  margin-bottom: 10px;
  width: max-content;
}
@media (min-width: 992px) {
  .single-projet .titre_texte_colonnes h2 {
    margin-bottom: -10px;
  }
}

.gutenberg_content h2:not(.titre_1) {
  font-style: italic;
  font-weight: 900;
  font-size: 27px;
  line-height: 30px;
  text-align: center;
  background: linear-gradient(19.88deg, #80217F 6.55%, #DB0A3C 78.95%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transition: 0.3s;
  text-fill-color: transparent;
  margin-top: 50px;
  width: max-content;
  max-width: 100%;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .gutenberg_content h2:not(.titre_1) {
    font-size: 40px;
    margin-top: 80px;
    line-height: 45px;
    text-align: left;
  }
}

#loadMore_projet, #loadMore_actu {
  background: linear-gradient(52.27deg, #80217F 38.13%, #DB0A3C 87.32%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 400;
}
#loadMore_projet::after, #loadMore_actu::after {
  content: "";
  background: linear-gradient(52.27deg, #80217F 38.13%, #DB0A3C 87.32%);
  width: 0;
  transition: 0.5s;
  position: absolute;
  bottom: 0;
  height: 1px;
  display: block;
}
#loadMore_projet:hover::after, #loadMore_actu:hover::after {
  width: 100%;
}

/*# sourceMappingURL=main.css.map */
