
@import url("https://fonts.googleapis.com/css2?family=Onest:wght@100..900&family=Reddit+Sans:ital,wght@0,200..900;1,200..900&display=swap");


/*
@font-face {
  font-family: "Reddit Sans", serif;
  src: url("../fontes/RedditSans-VariableFont_wght.ttf") format("truetype");
  font-optical-sizing: auto;
  font-weight: 100 900;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

*/

.gutenberg {
  width: 100%;
  max-width: 1500px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 80px;
  padding-top: 80px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Reddit Sans", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 28px;
  color: #1B293A;
  font-display: swap;
}

.page-front .gutenberg{
  width: 100%;
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
}

.editor-styles-wrapper {
  font-family: "Reddit Sans", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 28px;
  color: #1B293A;
}

.block-editor-block-list__block.lazyblock {
  margin-right: 0px;
  box-sizing: border-box;
}

/* BLOCK Gutenberg */

.wp-block,
.wp-block-group {
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  width: 100%;
}



.wp-block[data-align="wide"],
.wp-block[data-align="wide"] .wp-block-group {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}



.is-root-container .wp-block[data-align="full"],
.is-root-container .wp-block[data-align="full"] .wp-block-group {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.alignfull {
  width: 100%;
  max-width: 100% !important;
}

.alignwide {
  width: 100%;
  max-width: 1440px !important;
  margin-left: auto;
  margin-right: auto;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.alignright {
  margin-left: auto;
  margin-right: auto;
  text-align: right;
}

/* FIN BLOCK Gutenberg */

/* Couleurs Gutenberg */
.has-noir-color {
  color: #1B293A;
}

.has-noir-background-color {
  background-color: #1B293A;
}

.has-blanc-color {
  color: #fff;
}

.has-blanc-background-color {
  background-color: #fff;
}


.has-rouge-color {
  color: #E24B4B;
}

.has-rouge-background-color {
  background-color: #E24B4B;
}

.has-bleu-color {
  color: #3A89D8;
}

.has-bleu-background-color {
  background-color: #3A89D8;
}

.has-vert-color {
  color: #83C12B;
}

.has-vert-background-color {
  background-color: #83C12B;
}

.has-pastel-color {
  color: #F5F2EA;
}

.has-pastel-background-color {
  background-color: #F5F2EA;
}

.has-marron-color {
  color: #AFA78B;
}

.has-marron-background-color {
  background-color: #AFA78B;
}


.has-degrade-sable-background-color {
  background: rgb(255,253,248);
  background: linear-gradient(0deg, rgba(255,253,248,1) 20%, rgba(255,253,248,0) 100%);
}

/* FIN Couleurs Gutenberg */


p a{
  color: #1B293A;
}

p a:hover{
  color: #E24B4B;
}


/* Taille typo Gutenberg */

.has-12-px-font-size {
  font-size: 12px;
}
.has-14-px-font-size {
  font-size: 14px;
}
.has-16-px-font-size {
  font-size: 16px;
}
.has-18-px-font-size {
  font-size: 18px;
  line-height: 25px;
}
.has-20-px-font-size {
  font-size: clamp(18px, 1.5vw, 20px);
  line-height: 28px;
}
.has-22-px-font-size {
  font-size: clamp(18px, 1.5vw, 22px);
  line-height: 102%;
}
.has-24-px-font-size {
  font-size: clamp(19px, 1.5vw, 24px);
  line-height: 110%;
}

.has-26-px-font-size {
  font-size: clamp(19px, 1.5vw, 26px);
  line-height: 105%;
}

.has-28-px-font-size {
  font-size: clamp(19px, 1.6vw, 28px);
  line-height: 120%;
}

.has-30-px-font-size {
  font-size: clamp(20px, 1.6vw, 30px);
  line-height: 102%;
}

.has-32-px-font-size {
  font-size: clamp(20px, 1.7vw, 32px);
  line-height: 102%;
}

.has-34-px-font-size {
  font-size: clamp(20px, 1.8vw, 34px);
  line-height: 102%;
}

.has-36-px-font-size {
  font-size: clamp(24px, 1.9vw, 36px);
  line-height: 102%;
}

.has-38-px-font-size {
  font-size: clamp(25px, 2vw, 38px);
  line-height: 102%;
}

.has-40-px-font-size {
  font-size: clamp(26px, 2.1vw, 40px);
  line-height: 108%;
}

.has-42-px-font-size {
  font-size: clamp(27px, 2.2vw, 42px);
  line-height: 100%;
}

.has-44-px-font-size {
  font-size: clamp(28px, 2.3vw, 44px);
  line-height: 100%;
}

.has-46-px-font-size {
  font-size: clamp(29px, 2.4vw, 46px);
  line-height: 100%;
}

.has-48-px-font-size {
  font-size: clamp(30px, 2.5vw, 48px);
  line-height: 100%;
}

.has-50-px-font-size {
  font-size: clamp(31px, 2.6vw, 50px);
  line-height: 100%;
}

.has-52-px-font-size {
  font-size: clamp(32px, 2.7vw, 52px);
  line-height: 100%;
}

.has-54-px-font-size {
  font-size: clamp(33px, 2.8vw, 54px);
  line-height: 100%;
}

.has-56-px-font-size {
  font-size: clamp(34px, 2.9vw, 56px);
  line-height: 100%;
}

.has-58-px-font-size {
  font-size: clamp(35px, 3vw, 58px);
  line-height: 100%;
}

.has-60-px-font-size {
  font-size: clamp(36px, 3.1vw, 60px);
  line-height: 100%;
}

.has-62-px-font-size {
  font-size: clamp(37px, 3.2vw, 62px);
  line-height: 100%;
}

.has-64-px-font-size {
  font-size: clamp(38px, 3.3vw, 64px);
  line-height: 100%;
}

.has-66-px-font-size {
  font-size: clamp(39px, 3.4vw, 66px);
  line-height: 100%;
}

.has-68-px-font-size {
  font-size: clamp(40px, 3.5vw, 68px);
  line-height: 100%;
}

.has-70-px-font-size {
  font-size: clamp(41px, 3.6vw, 70px);
  line-height: 100%;
}

.has-72-px-font-size {
  font-size: clamp(42px, 3.7vw, 72px);
  line-height: 100%;
}

.has-130-px-font-size {
  font-size: clamp(60px, 7vw, 130px);
  line-height: 100%;
  margin: 0px;
}

.gutenberg h2,
.editor-styles-wrapper h2 {
  color: #1b293a;
  font-weight: 600;
  font-size: clamp(20px, 2.2vw, 40px);
  line-height: 105%;
}

.gutenberg h4,
.editor-styles-wrapper h4 {
margin-bottom: 5px;
}


/* FIN Taille typo Gutenberg */


.wp-block-button a.wp-block-button__link,
.gutenberg .wp-block-button a.wp-block-button__link,
.block-editor-block-list__block .wp-block-button .wp-block-button__link {
height: 50px;
border-radius: 25px;
text-align: center;
font-size: 16px;
font-weight: 700;
padding-left: 40px;
padding-right: 40px;
}


.wp-block-button a.has-rouge-background-color:hover{
  background-color: #3A89D8;
}

.wp-block-button a.has-noir-background-color:hover{
  background-color: #3A89D8;
}

.wp-block-button a.has-bleu-background-color:hover{
  background-color: #E24B4B;
}

.wp-block-button.is-style-btn-sans-fond{
  background-image: url(../images/fleche-btn-call-action-fonce.svg);
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 50px;
}

.wp-block-button.is-style-btn-sans-fond a.wp-block-button__link,
.gutenberg .wp-block-button.is-style-btn-sans-fond a.wp-block-button__link,
.block-editor-block-list__block .wp-block-button.is-style-btn-sans-fond .wp-block-button__link {
background-color:transparent ;
text-align: left;
padding-left: 0px;
padding-right: 0px;
color: #1B293A;
font-weight: 400;
font-family: "Reddit Sans", serif;
  font-optical-sizing: auto;
  text-decoration: underline;
}

.wp-block-button.is-style-btn-sans-fond a.wp-block-button__link:hover,
.gutenberg .wp-block-button.is-style-btn-sans-fond a.wp-block-button__link:hover{
color: #E24B4B;
}

.wp-block-button.is-style-btn-call-to-action,
.block-editor-block-list__block .wp-block-button.is-style-btn-call-to-action{
  display: block;
width: 100%;
}


.wp-block-button.is-style-btn-call-to-action a.wp-block-button__link,
.gutenberg .wp-block-button.is-style-btn-call-to-action a.wp-block-button__link,
.block-editor-block-list__block .wp-block-button.is-style-btn-call-to-action .wp-block-button__link {
display: block;
width: 100%;
/*background-color:#E24B4B ;*/
background-image: url(../images/fleche-btn-call-action.svg);
background-position: right center;
background-repeat: no-repeat;
text-align: left;
}


.is-style-col-menu-inter {
  /*background-color: #f5f2ea;*/
  border-radius: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 35px;
  padding-bottom: 35px;
}

.is-style-sur-titre-page-icon,
p.is-style-sur-titre-page-icon {
  font-size: 25px;
  font-weight: 600;
  background-image: url(../images/icon-cooprex.svg);
  background-size: 34px auto;
  background-repeat: no-repeat;
  padding-left: 50px;
  display: block;
  height: 34px;
  margin-top: 0px;
  box-sizing: border-box;
}

.is-style-group-1920-max, .wp-block-group.alignfull.is-style-group-1920-max{
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 40px;
 width: 100%;
 max-width: 1920px !important;
 margin-left: auto;
 margin-right: auto;
  }
  

.is-style-encart-arrondis{
border-radius: 30px;
padding-left: 30px;
padding-right: 30px;
padding-top: 40px;
padding-bottom: 40px;
}

.is-style-encart-arrondis-no-pad{
  border-radius: 30px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 30px;
  }

.is-style-encart-arrondis-60px{
  border-radius: 60px;
  padding-left: 120px;
  padding-right: 120px;
  padding-top: 100px;
  padding-bottom: 30px;
}
 

.is-style-titre-picto{
  background-image: url(../images/icon-cooprex.svg);
  background-repeat: no-repeat;
  background-size: 35px 35px;
  background-position: left center;
  min-height: 35px;
  padding-left: 50px;
  display: block;
  box-sizing: border-box;
  padding-top: 3px;
}


.is-style-contour-arrondi{
  display: block;
  height: 50px;
  border-radius: 50px;
  border: #AFA78B 1px solid;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  padding-top: 16px;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px;
}


.wp-block-separator {
  border-top-color: #afa78b;
  margin-bottom: 55px;
  margin-top: 55px;
}

.wp-block-quote {
  border-radius: 30px;
  padding-left: 35px;
  padding-top: 75px;
  padding-right: 35px;
  padding-bottom: 75px;
  background-image: url(../images/quotes-citation.svg);
  background-repeat: no-repeat;
  background-position: 40px 35px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 50px;
  color: #afa78b;
}

:root :where(.wp-block-pullquote){
  font-size: clamp(18px, 1.2vw, 24px);
  line-height: 115%;
}


.wp-block-quote p {
  margin: 0px;
  font-size: clamp(18px, 1.2vw, 24px);
  line-height: 120%;
}


.wp-block-pullquote{
  border-radius: 30px;
  padding-left: 35px;
  padding-top: 75px;
  padding-right: 35px;
  padding-bottom: 35px;
  background-image: url(../images/quotes-citation.svg);
  background-repeat: no-repeat;
  background-position: 40px 35px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 50px;
  color: #afa78b;
}

.wp-block-pullquote p {
  margin: 0px;
  font-size: clamp(18px, 1.2vw, 24px);
  line-height: 120%;
}

.wp-block-pullquote cite{
  font-style: italic;
  text-align: right;
  font-size: 16px;
  line-height: 20px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin-top: 15px;
  font-weight: 600;
}



ol.wp-block-list{
  padding-left: 0px;
  list-style: none;
  counter-reset: my-awesome-counter;
  display: block;
  box-sizing: border-box;
}

ol.wp-block-list li{
border-bottom: #AFA78B 1px solid;
padding-bottom: 15px;
margin-bottom: 15px;
counter-increment: my-awesome-counter;
position: relative;
padding-left: 55px;
min-height: 50px;
padding-top: 0px;
display: block;
box-sizing: border-box;
}

ol.wp-block-list li::before {
  content: counter(my-awesome-counter);
  background: #E24B4B;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0px;
  left: 0px;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  padding-top: 11px;
}


ol.wp-block-list li:last-child{
  border-bottom-style: none;

}


ul.wp-block-list{
  padding-left: 0px;
  list-style: none;
}

ul.wp-block-list li{
display: block;
background-image: url(../images/li-menu-col-on.svg);
background-position: left 3px;
background-repeat: no-repeat;
margin-top: 0px;
margin-bottom: 18px;
padding-left: 35px;
}

ul.wp-block-list li a{
  color: #1B293A;
  text-decoration: none;
}

ul.wp-block-list li a:hover{
  color: #E24B4B;
  text-decoration: underline;
  }



ul.wp-block-list.is-style-liste-etroite{
  margin-top: 5px;
}

ul.wp-block-list.is-style-liste-etroite li{
margin-bottom: 8px;
}

ul.wp-block-list.is-style-liste-etroite li a{
color: #1B293A;
text-decoration: none;
}

ul.wp-block-list.is-style-liste-etroite li a:hover{
  color: #E24B4B;
  text-decoration: underline;
  }


ul.wp-block-list.is-style-liste-dates{
  display: flex;
  padding-left: 0px;
  list-style: none;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

ul.wp-block-list.is-style-liste-dates li{
background-color: #fff;
font-size: 18px;
line-height: 18px;
box-sizing: border-box;
height: 40px;
border-radius: 20px;
padding-top: 11px;
padding-left: 15px;
padding-right: 15px;
background-image: none;
margin-right: 20px;
}

.menu-col ul {
  padding-left: 0px;
  list-style: none;
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 18px;
}

.menu-col ul li {
  display: block;
  box-sizing: border-box;
  margin-top: 15px;
  margin-bottom: 15px;
}

.menu-col ul li a {
  color: #1b293a;
  background-image: url(../images/li-menu-col-off.svg);
  background-position: left center;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  display: block;
  box-sizing: border-box;
  padding-left: 28px;
  text-decoration: none;
}

.menu-col ul li a:hover {
  color: #e24b4b;
  background-image: url(../images/li-menu-col-on.svg);
}

.menu-col ul li.current_page_item a {
  color: #e24b4b;
  background-image: url(../images/li-menu-col-on.svg);
  text-decoration: underline;
}


.bloc-adr-coop .logo-site{
  text-align: center;
font-size: 16px;
line-height: 23px;
font-weight: 400;
}

.bloc-adr-coop .logo-site a.tel{
  color: #1B293A;
  text-decoration: none;
  margin-top: 10px;
  display: block;
  box-sizing: border-box;
}

.bloc-adr-coop .logo-site a.tel:hover{
  color: #E24B4B;
  }

.bloc-adr-coop-contact{
  width: 100%;
  text-align: left;
  margin-top: 45px;
}


.bloc-adr-coop-contact a{
  display: block;
  color: #1B293A;
  text-decoration: none;
  box-sizing: border-box;
}

.bloc-adr-coop-contact .logo-site a{
  padding-left: 50px;
}

.bloc-adr-coop-contact p{
  display: block;
  background-image: url(../images/icone-adresse.svg);
  background-repeat: no-repeat;
  background-position: 50px 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 100px;
  border-top: #AFA78B 1px solid;
  border-bottom: #AFA78B 1px solid;
  font-size: 18px;
  line-height: 23px;
  box-sizing: border-box;
}

.bloc-adr-coop-contact a.tel{
  padding-left: 100px;
  background-image: url(../images/icone-tel.svg);
  background-repeat: no-repeat;
  background-position: 50px 5px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 40px;
}

.bloc-adr-coop-contact a.mail{
  padding-left: 100px;
  background-image: url(../images/icone-mail.svg);
  background-repeat: no-repeat;
  background-position: 50px 5px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 40px;
}

  .accordeon.acc-comp{
border-top: #AFA78B 1px solid;
margin-bottom: 20px;
  }

  .accordeon.acc-simple{
    background-color: #F5F2EA;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    margin-bottom: 30px;
  }

  .accordeon.acc-comp .acc-titre{
   background-position: right center;
   background-repeat: no-repeat;
   padding-right: 50px;
   background-size: 36px 36px;
   cursor: pointer;
   min-height: 36px;
   margin-bottom: 35px;
  }

  .accordeon.acc-comp .acc-titre.fermer{
   background-image: url(../images/fleche-accordeon-big.svg);
  }

  .accordeon.acc-comp .acc-titre.ouvert{
    background-image: url(../images/fleche-accordeon-big-on.svg);
  }

  .accordeon.acc-comp .acc-titre h3{
    font-size: clamp(20px, 1.6vw, 30px);
    line-height: 100%;
    background-image: url(../images/icon-cooprex.svg);
    background-repeat: no-repeat;
   background-size: 34px 34px;
   background-position: left 0px;
   padding-left: 50px;
   font-weight: 600;
   height: 38px;
   display: block;
   box-sizing: border-box;
  }


  .accordeon.acc-simple .acc-titre{
    background-color: #F5F2EA;
    height: 50px;
    border-radius: 25px;
    cursor: pointer;
    background-position: right center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1200;
  }

  .accordeon.acc-simple .acc-titre.fermer{
    background-image: url(../images/fleche-accordeon.svg);
  }

  .accordeon.acc-simple .acc-titre.ouvert{
    background-image: url(../images/fleche-accordeon-on.svg);
  }

  .accordeon.acc-simple .acc-titre p{
display: block;
font-size: 18px;
line-height: 18px;
font-weight: 600;
box-sizing: border-box;
padding-left: 30px;
padding-top: 16px;
  }


  .accordeon.acc-simple .acc-content{
    background-color: #F5F2EA;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    padding: 50px;
    position: relative;
    z-index: 1000;
  }


  .membres-liste{
    display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 20px;
        justify-content: center;
  }


  .membres-liste .bloc-titre-mbr{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: flex-end;
   
  }


  .membres-liste .bloc-titre-mbr h2{
    background-image: url(../images/icon-cooprex.svg);
    background-repeat: no-repeat;
    background-size: 60px 60px;
    background-position: left top;
    padding-top:85px ;
    margin-top: 0px;
  }

  .membres-liste .bloc-titre-mbr p{
font-size: 20px;
line-height: 28px;
font-weight: 500;
border-bottom: #1B293A 1px solid;
padding-bottom: 30px;
margin: 0px;
  }

  .membres-liste .bloc-mbr, .membres-liste .bloc-titre-mbr{
margin-bottom: 50px;
  }

  .membres-liste .bloc-mbr a.photo{
    width: 100%;
    height:420px ;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 60px;
    display: block;

  }

  .membres-liste .bloc-mbr a{
    color: #1B293A;
    text-decoration: none;
  }

  .membres-liste .bloc-mbr p{
    font-size: 23px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 0px;
  }

  .membres-liste .bloc-mbr h3{
    font-size: 18px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .membres-liste .bloc-mbr .reseaux a{
display: inline-block;
height: 25px;
width: 25px;
background-size: contain;
background-repeat: no-repeat;
margin-right: 10px;
  }

  .membres-liste .bloc-mbr .reseaux a.linkedin{
    background-image: url(../images/picto-linkedin.svg);
  }

  .membres-liste .bloc-mbr .reseaux a.mail{
    background-image: url(../images/picto-email.svg);
  }


  .bloc-image-formation{
    width: 100%;
    height: auto;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 30px;
    position: relative;
  }

  .bloc-image-formation img{
    width: 100%;
    height: auto;
    opacity: 0;
    border-radius: 30px;
      }

  .bloc-image-formation .opaque{
position: absolute;
width: 100%;
background: rgb(245,242,234);
background: linear-gradient(0deg, rgba(245,242,234,1) 0%, rgba(245,242,234,0) 90%);
top: 0px;
left: 0px;
bottom: 0px;
border-radius: 30px;
  }

.is-style-fonte-onest, .is-style-p-fonte-onest{
    font-family: "Onest", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.wp-block-table{
  margin-top: 15px;
}

.wp-block-table table thead{
  border-bottom:#AFA78B 1px solid ;
}

.wp-block-table table th{
  border-bottom:#AFA78B 1px solid ;
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
}

.wp-block-table table td{
  border-bottom:#AFA78B 1px solid ;
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
}

.wp-block-table table tr:last-child td{
  border-bottom-style: none;
}

.home-entete{
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: 100vh;
box-sizing: border-box;
align-items: stretch;
}

.editor-styles-wrapper .home-entete{
height: auto;
}

.editor-styles-wrapper .home-entete .contenu{
  z-index: 3000;
}

.editor-styles-wrapper .slider-homep-wrapper{
  overflow: hidden;
}

.editor-styles-wrapper .home-entete .slider-homep-wrapper .slider-homep .swiper-wrapper .image-cercle{
  min-height: 600px;
  height: 600px;
  width: 100%;
}


.home-entete .contenu{
  width: 43%;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
 /* padding-bottom: 180px;*/
  box-sizing: border-box;
}

.home-entete .contenu h1{
  font-size: clamp(32px, 3vw, 38px);
  line-height: 100%;
}

.home-entete .contenu p{
  display: block;
  width: 87%;
  padding-right: 13%;
}

.home-entete .slider-homep-wrapper{
  width: 57%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: stretch;
}

.home-entete .slider-homep-wrapper .slider-homep{
  width: 100%;
  z-index: 900;
}

.home-entete .slider-homep-wrapper .slider-homep .swiper-wrapper{
width: 100%;
min-height: 100%;
align-items: stretch;
z-index: 1000;
}


.home-entete .slider-homep-wrapper .slider-homep .swiper-wrapper .image-cercle{
  width: 100%;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
position: relative;
min-height: 100% !important;
height: 100%;
z-index: 1500;
}

.home-entete .slider-homep-wrapper .slider-homep .swiper-wrapper .image-cercle .masque-inter{
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  background-image: url(../images/masque-slide-home-degrade.webp);
  background-position: left center;
  z-index: 1200;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.home-entete .slider-homep-wrapper .slider-homep .masque{
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  background-image: url(../images/masque-slide-home.webp);
  background-position: left center;
  z-index: 2000;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.editor-styles-wrapper .slider-homep-wrapper .slider-homep .masque{
  display: none;
}


.home-entete .slider-homep-wrapper .slider-homep .swiper-wrapper .image-cercle .intro-home{
position: absolute;
right: 75px;
bottom: 70px;
width: 40%;
z-index: 2200;
}

.home-entete .image-cercle .intro-home p{
  margin: 0px;
  font-size: clamp(16px, 1.6vw, 28px);
  line-height: 120%;
  color: #fff;
  text-align: right;
}


.is-style-radius-img-60, .is-style-radius-img-60 img{
  border-radius: 60px;
}

.is-style-full-width-30-pad{
  width: calc(100% - 60px);
  margin-left: 30px;
  margin-right: 30px;
}


.is-vertically-aligned-stretch .wp-block-lazyblock-titre-avec-image-de-fond{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: stretch;
  align-content: stretch;
}


.titre-image{
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;


display: flex;
flex-wrap: wrap;
flex-direction: column;
align-items: stretch;
align-content: stretch;
min-height: 100%;
}

.titre-image .degrade-opaque{
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  padding: 35px;
  display: flex;
flex-wrap: wrap;
flex-direction: column;
align-items: stretch;
align-content: flex-end;
min-height: 100%;
 width: 100%;
  background: rgb(255,253,248);
background: linear-gradient(0deg, rgba(255,253,248,1) 0%, rgba(255,253,248,1) 25%, rgba(255,253,248,0.5) 70%,  rgba(255,253,248,0) 100%);


}

.titre-image .degrade-opaque img{
  width: 54px;
  height: auto;
position: absolute;
}

.titre-image .degrade-opaque .content-titre{
margin-top: 150px;
position: relative;
display: flex;
flex-wrap: wrap;
flex-direction: column;
align-items: stretch;
align-content: stretch;
min-height: calc(100% - 150px);
width: 100%;
padding-bottom: 65px;
}

.titre-image .degrade-opaque .content-titre h2,
.titre-image .degrade-opaque .content-titre h3,
.titre-image .degrade-opaque .content-titre h4{
margin: 0px;
font-size: clamp(20px, 1.8vw, 24px);
line-height: 102%;
border-bottom: #1B293A 1px solid;
padding-bottom: 25px;
display: block;
box-sizing: border-box;
padding-right: 15%;
}

.titre-image .degrade-opaque .content-titre p{
  font-size: 18px;
  line-height: 24px;
  display: block;
  box-sizing: border-box;
  padding-right: 15%;
}


.titre-image .degrade-opaque .content-titre a{
  height: 50px;
  border-radius: 25px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  padding-left: 40px;
  padding-right: 40px;
  display: inline-block;
  color: #fff;
  background-color: #E24B4B;
  text-decoration: none;
  box-sizing: border-box;
  padding-top: 13px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.titre-image .degrade-opaque .content-titre a:hover{
background-color: #3A89D8;
}

.temoignages-liste-wrapper{
  width: 100%;
  margin-top:30px ;
}



.temoignages-liste{
  width: 100%;
  max-width: 1500px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin-left: auto;
  margin-right: auto;
}

.temoignages-liste-wrapper.etudes-cas .temoignages-liste{
  grid-template-columns: 1fr 1fr;
}

.gutenberg .temoignages-liste .temoignage p.date{
font-size: 15px;
margin-top: 0px;
font-weight: 600;
color:#AFA78B ;
}

.temoignages-liste .temoignage.cache{
  display: none;
}

.temoignages-liste .temoignage{
  background-color: #F5F2EA;
  border-radius: 30px;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url(../images/icon-cooprex.svg);
  background-repeat: no-repeat;
  background-position: 30px 30px;
  background-size: 33px auto;
  position: relative;
}


.temoignages-liste.vignettes .temoignage{
background-image: none;
padding: 0px;
}
.temoignages-liste.vignettes .temoignage .image-tem{
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
height: 250px;
border-top-right-radius: 30px;
border-top-left-radius: 30px;
position: relative;
overflow: hidden;
}

.temoignages-liste.vignettes .temoignage .image-tem img{
  width: 100%;
  height: auto;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  opacity: 0;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 250px;
}


.temoignages-liste.vignettes .temoignage .contenu-tem{
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 20px;
  padding-bottom: 80px;
}


.page-blog .temoignages-liste .temoignage h2{
  margin-bottom: 5px;
}

.temoignages-liste .temoignage h2{
  margin-top: 10px;
  font-size: clamp(19px, 1.5vw, 25px);
  line-height: 110%;
  font-weight: 600;
}

.temoignages-liste .temoignage h3{
  margin-top: 0px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  color: #AFA78B;
}

.adresse-cas h3{
font-size: 20px;
margin-bottom: 0px;
font-weight: 600;
}

.adresse-cas p{
  margin-top: 0px;
}


.temoignages-liste .temoignage p{}

.temoignages-liste .temoignage a{
  display: inline-block;
background-image: url(../images/fleche-btn-call-action-fonce.svg);
background-position: right center;
background-repeat: no-repeat;
padding-right: 50px;
color: #1B293A;
font-family: "Onest", sans-serif;
font-optical-sizing: auto;
font-style: normal;
font-weight: 600;
position: absolute;
left: 30px;
bottom: 50px;
}

.gutenberg form{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
justify-content: flex-start;
}

.gutenberg #form_contact label{
  width: 45%;
  height: 50px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  border-top: #1B293A 1px solid;
  border-bottom: #1B293A 1px solid;
  border-left: #1B293A 1px solid;
  border-right: #fff 0px none;
  box-sizing: border-box;
  background-color: #1B293A;
  color: #fff;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-top: 10px;
}

.gutenberg #form_contact input[type=text], .gutenberg #form_contact input[type=email], .gutenberg #form_contact select, .gutenberg #form_contact input[type=number]{
  height: 50px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border-top: #1B293A 1px solid;
  border-bottom: #1B293A 1px solid;
  border-right: #1B293A 1px solid;
  border-left: #fff 0px none;
  box-sizing: border-box;
  margin-bottom: 20px;
  width: 55%;
  box-sizing: border-box;
  background-color: #fff;
  margin-left: -1px;
  padding-left: 30px;
  font-size: 20px;
  font-weight: 500;
  color: #1B293A;
  clear: both;
}


.gutenberg .secteurs select{
  height: 50px;
  border-radius: 25px;
  border: #1B293A 1px solid;
  box-sizing: border-box;
  margin-bottom: 20px;
  width: auto;
  box-sizing: border-box;
  background-color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 20px;
  font-weight: 600;
  color: #1B293A;
  display: inline-block;
}



.gutenberg #form_contact label:has(+ textarea) {
  height: 100px;
}

.gutenberg #form_contact textarea{
  height: 100px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border-top: #1B293A 1px solid;
  border-bottom: #1B293A 1px solid;
  border-right: #1B293A 1px solid;
  border-left: #fff 0px none;
  box-sizing: border-box;
  margin-bottom: 20px;
  width: 55%;
  box-sizing: border-box;
  background-color: #fff;
  margin-left: -1px;
  padding-left: 30px;
}


.gutenberg #form_contact label:has(+ label) {
  border-radius:0px;
  border-style: none;
  color: #1B293A;
  background-color: transparent;
  width: auto;
  padding-right: 15px;
  width: 100%;
  display: block;
  margin-bottom: 0px;
  font-weight: 700;
}

.gutenberg #form_contact label input[type=checkbox], .gutenberg #form_contact label input[type=radio]{
  width: 20px;
  height: 20px;
  border-width: 2px;
  margin-right: 3px;
  margin-top: 0px;
  display: inline-block;
  margin-bottom: -4px;
}

.gutenberg #form_contact label span{
  margin-left: 4px;
}

.gutenberg #form_contact label:has(input[type=checkbox]), .gutenberg #form_contact label:has(input[type=radio]){
 border-radius:0px;
 border-style: none;
 color: #1B293A;
 background-color: transparent;
 width: auto;
 padding-right: 15px;
 padding-top: 0px;
 font-weight: 500;
}



.gutenberg #form_contact a{
  display: block;
  width: 100%;
 cursor: pointer;
  background-image: url(../images/fleche-btn-call-action.svg);
  background-position: right center;
  background-repeat: no-repeat;
  text-align: left;
  background-color: #e24b4b;
  height: 50px;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 18px;
font-weight: 600;
padding-left: 40px;
padding-right: 40px;
padding-top: 16px;
border-radius: 25px;
color: #fff;
}

.gutenberg #form_contact a:hover{
background-color: #3A89D8;
}


.gutenberg #sellsy-message{
  margin-bottom: 20px;
}


.wp-block-columns{
  row-gap: 90px;
}

.is-vertically-aligned-stretch{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: stretch;
  align-content: stretch;
}




/* slider témoignages */

.wrapper-slider-home{
  width: 100%;
background-image: url(../images/fond-slider-temoignages.webp);
background-position: center bottom;
background-size: 100% auto;
background-repeat: no-repeat;
padding-bottom: 100px;
}

.lzb-preview-server .wrapper-slider-home, .lzb-preview-server .slider-formation-wrapper{
  overflow-x: hidden;
}


.editor-styles-wrapper .temoignages-slider{
padding-left: 0px;
}

.temoignages-slider{
  width: 100%;
  padding-left: calc((100% - 1500px)/2);
  height: auto;
  display: flex;
  align-items: stretch;
  align-content: stretch;
  flex-direction: row;
  height: auto;
  flex-wrap: wrap;
}

.swiper-pagination-temoignages{
  margin-top: 75px;
  width: 100%;
}

.swiper-wrapper{
  display: flex;
  align-items: stretch;
  align-content: stretch;
  flex-direction: row;
  height: auto;
}
.temoignage-slide{
width: 730px;
height: auto;
padding-left: 22px;
background-color: #83C12B;
border-radius: 60px;
height: auto;
display: flex;
align-items: stretch;
align-content: stretch;
flex-direction: row;
}

.temoignage-slide:nth-child(2), .temoignage-slide:nth-child(5){
  background-color: #3A89D8;

}

.temoignage-slide:nth-child(3), .temoignage-slide:nth-child(6){
  background-color: #E24B4B;
}


.temoignage-slide:nth-child(2) .slide-content, .temoignage-slide:nth-child(5) .slide-content{
  background-image: url(../images/quote-bleu.svg);
}

.temoignage-slide:nth-child(3) .slide-content, .temoignage-slide:nth-child(6) .slide-content{
  background-image: url(../images/quote-rouge.svg);
}

.temoignage-slide .slide-content{
background-color: #fff;
width: 100%;
border-radius: 60px; 
background-image: url(../images/quote-verte.svg);
background-repeat: no-repeat;
background-size: auto;
background-position: 60px 45px;

padding-left: 60px;
padding-right: 60px;
padding-bottom: 95px;
padding-top: 115px;
height: auto;
position: relative;
}

.temoignage-slide .slide-content h3{
  font-size: clamp(20px, 1.6vw, 30px);
  line-height: 105%;
  margin-top: 0px;
  font-weight: 400;
  font-family: "Onest", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin-bottom: 90px;

}

.temoignage-slide .slide-content a{
background-color: #1B293A;
color: #fff;
text-decoration: none;
font-size: 16px;
line-height: 16px;
height: 50px;
border-radius: 25px;
text-align: center;
font-weight: 700;
padding-left: 40px;
padding-right: 40px;
display: inline-block;
box-sizing: border-box;
padding-top: 16px;
position: absolute;
bottom: 45px;
left: 60px;
}


.temoignage-slide .slide-content a:hover{
  background-color: #3A89D8;
}
 
.swiper-pagination-temoignages{
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  justify-content: center;
}

.swiper-pagination-temoignages.swiper-pagination-bullets .swiper-pagination-bullet{
width: 12px;
height: 12px;
border: #E24B4B 2px solid;
background-color:transparent;
opacity: 1;
box-sizing: border-box;
margin-left: 7px !important;
margin-right: 7px !important;
}

.swiper-pagination-temoignages .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background-color: #E24B4B;
}

/* fin slider témoignages */


/* slider formation */
.slider-formation-wrapper{
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 15px;
}

.slide-form {
  padding-left: 60px;
  padding-right: 60px;
  text-align: center;
}

.slide-form p{
  font-family: "Onest", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 22px;
  line-height: 30px;
  font-weight: 200;
}

.slide-form a{
  background-color: #E24B4B;
color: #fff;
text-decoration: none;
font-size: 16px;
line-height: 16px;
height: 50px;
border-radius: 25px;
text-align: center;
font-weight: 700;
padding-left: 40px;
padding-right: 40px;
display: inline-block;
box-sizing: border-box;
padding-top: 16px;
}

.slide-form a:hover{
background-color: #3A89D8;
}

.slider-formation-nav{
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.slider-formation-nav .swiper-pagination-bullet{
width: 12px;
height: 12px;
border: #E24B4B 2px solid;
background-color:transparent;
opacity: 1;
box-sizing: border-box;
margin-left: 7px !important;
margin-right: 7px !important;
}

.slider-formation-nav .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background-color: #E24B4B;
}

/* Fin slider formation */






.chiffres{
  width: 100%;
  display: grid;
 
}

.chiffres.ch-2-cols{
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.chiffres.ch-1-cols{
  grid-template-columns: 1fr;
  gap: 20px;
}


.chiffres .chiffre{
background-color: #fff;
border-radius: 30px;
padding-left: 35px;
padding-right: 35px;
padding-top: 35px;
padding-bottom: 25px;
font-family: "Onest", sans-serif;
font-optical-sizing: auto;
font-style: normal;
font-weight: 200;

}

.chiffres .chiffre span{
  font-size: clamp(60px, 6.5vw, 100px);
  line-height: 100%;
  color: #e24b4b;
  display: block;
  width: 100%;
  box-sizing: border-box;
  background-image: url(../images/fleche-chiffre-rouge.svg);
background-position:right top ;
background-repeat: no-repeat;
}


.chiffres.ch-1-cols .chiffre span{
  font-size: clamp(50px, 3vw, 60px);
}

.chiffres .chiffre:nth-child(2) span, .chiffres .chiffre:nth-child(5) span, .chiffres .chiffre:nth-child(8) span, .chiffres .chiffre:nth-child(11) span{
 color: #83C12B;
  background-image: url(../images/fleche-chiffre-verte.svg);
}

.chiffres .chiffre:nth-child(3) span, .chiffres .chiffre:nth-child(6) span, .chiffres .chiffre:nth-child(9) span, .chiffres .chiffre:nth-child(12) span{
  color: #3A89D8;
  background-image: url(../images/fleche-chiffre-bleu.svg);
}



.chiffres .chiffre p{
font-size: 20px;
line-height: 28px;
font-weight: 500;
border-top: #D5CCA9 1px solid;
margin-top: 30px;
padding-top: 25px;
margin-bottom: 0px;
}

.is-style-group-image-fond{
  background-image: url(../images/fond-goupe-home.webp);
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding-bottom: 90px;
}

figure.is-style-img-responsive div{
  width: 100%;
}

figure.is-style-img-responsive div img{
  width: 100%;
  height: auto;
}



.is-style-img-responsive img, figure.is-style-img-responsive img{
  width: 100%;
  height: auto;
}

figure figcaption.wp-element-caption{
  font-size: 16px;
  line-height: 19px;
  font-style: italic;
  color:#AFA78B ;
  padding-left: 30px;
  padding-right: 30px;
}


.les-podcasts{
  width: 100%;
}

.les-podcasts .podcast{
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-bottom: #AFA78B 1px solid;
  padding-bottom: 35px;
  margin-bottom: 35px;
}

.les-podcasts .podcast:last-child{
  border-bottom-style:none;
}

.les-podcasts .podcast .photo-auteur{
width: 150px;
height: 150px;
border-radius: 30px;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}

.les-podcasts .podcast .photo-auteur img{
  width: 50px;
  height: auto;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.les-podcasts .podcast .textes{
  width: calc(100% - 190px);
  padding-left: 40px;
}

.les-podcasts .podcast .textes p{
margin-top: 0px;
margin-bottom: 0px;
font-size: 16px;
font-weight: 600;
color: #AFA78B;
}

.les-podcasts .podcast .textes p.datas{
  margin-bottom: 25px;
}

.les-podcasts .podcast .textes p.datas span{
color: #1B293A;
font-weight: 400;
}

.les-podcasts .podcast .textes h2{
  margin-top: 3px;
  margin-bottom: 3px;
  font-size: 22px;
  font-weight: 500;
  line-height: 25px;
}