/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */
 html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
     margin: 0;
     padding: 0;
     border: 0;
    /* font: inherit;
     */
     vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
 article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
     display: block;
}
 body {
     line-height: 1;
}
 ol, ul {
     list-style: none;
}

/* ------------------------------- */
/* CSS by Armadiyo (Juillet 2025)  */
/* www.armadiyo.com                */
/* ------------------------------- */

:root {
  --texte: #0d0802;
  --orange: #FECC41;
  --bleu: #59BFC7;
  --mauve: #BFA2CD;
  --vert: #C1D23D;
  --rose: #EFACB6;
  --height_slogan: 24px;
}

@font-face {
    font-family: 'jrhandregular';
    src: url('../../assets/fonts/jrha___-webfont.woff2') format('woff2'),
         url('../../assets/fonts/jrha___-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    font-family: "Rubik", sans-serif;
    /*
    font-size: 16px;
    line-height: 150%;
    */
    color: var(--texte);
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none;
}

body {
     text-align: center;
     margin: auto;
     background-color: #EFF1F4;
}
.overlay{
    display: none;
    position:fixed;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100vh;
    z-index: 101;
}
.msg_erreur,.msg_erreur2{
    color: red;
}
.clear{
    clear:both;
}
.floatLeft{
    float:left;
}
.floatRight{
    float:right;
}
.tac{
    text-align:center;
}
.tal{
    text-align:left;
}
.tar{
    text-align:right;
}
.padr10{
    padding-right: 10px;
}
.padl10{
    padding-left: 10px;
}
.padr15{
    padding-right: 15px;
}
.padl15{
    padding-left: 15px;
}
.mt0{
    margin-top: 0px;
}
.mb0{
    margin-bottom: 0px;
}
.mb10{
    margin-bottom: 10px;
}
.mb20{
    margin-bottom: 20px;
}
.mb30{
    margin-bottom: 30px;
}
.mb40{
    margin-bottom: 40px;
}
.mb60{
    margin-bottom: 60px;
}
.hideOnDesktop{
    display: none;
}
.grid-container{
    max-width: 1200px;
}
::placeholder{
    font-size: 25px;
    color: #8c9191;
}
a:link, a:visited, a:hover, a:active {
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-weight: normal;
    margin: 0px;
}
h1{
    font-size: 46px;
    font-weight: 700;
    text-transform: uppercase;
}
.titre_h1{
    font-size: 46px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1em;
    margin: 0;
}
h2{
    font-size: 36px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 45px;
}
.h2avecligne{
    position: relative;
    padding-left: 145px;
}
.h2avecligne:before{
    content: '';
    background: url('../../assets/images/ligne-h2.png') no-repeat;
    width: 134px;
    height: 23px;
    position: absolute;
    left: 0px;
    top: 5px;
}
.page-faq h2{
    font-size: 30px;
    font-weight: 500;
    text-transform: unset;
    margin-bottom: 15px;
}
h3{
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 30px;
}
.h3avecligne{
    position: relative;
    padding-left: 145px;
}
.h3avecligne:before{
    content: '';
    background: url('../../assets/images/ligne-h3.png') no-repeat;
    width: 134px;
    height: 14px;
    position: absolute;
    left: 0px;
    top: 5px;
}
h4{
    font-size: 20px;
    font-weight: 700;
}
h5{
    font-size: 20px;
    font-weight: 500;
}
p{
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 150%;
}
.page-faq p{
    margin-bottom: 45px;
}
ul{
    list-style: disc;
    margin-left: 30px;
    margin-bottom: 15px;
}
li{
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 15px;
}
b, strong {
    font-weight: 700;
}
a{
    text-decoration: underline;
}
a:hover{
    text-decoration: underline;
}

.fs14{
    font-size: 14px;
    font-weight: 400;
}
.fs16{
    font-size: 16px;
    font-weight: 400;
}
.fs20{
    font-size: 20px;
}
.fs22{
    font-size: 22px;
}
.fs24{
    font-size: 24px;
}
.fs26{
    font-size: 26px;
}
.fs28{
    font-size: 28px;
}
.fs30{
    font-size: 30px;
}
.fs36{
    font-size: 36px;
}
.fmed{
    font-weight: 600;
}
.typo-slogan{
    font-family: 'jrhandregular';
}

button {
    font-size: 18px;
    background-color: transparent;
    padding: 5px;
    border: 1px solid var(--texte);
    min-height: 44px;
}
label{
    display: inline-block;
    min-width: 280px;
    padding: 5px;
}
input, textarea{
    width: 100%;
    font-size: 25px;
    max-width: 580px;
    padding: 5px 10px;
    border: 1px solid var(--texte);
}


/* Header                            */
/* ------------------------------- */
header{
    width: 100%;
    vertical-align: top;
    margin: 0 auto;
    padding: 20px 0px;
    background-color: var(--bleu);
    z-index: 5;
    position: fixed;
}
.logo img{
    margin-left: 40px;
}
#bloc-menu{
    /*display: inline-block;*/
    min-width: 325px;
    background-color: var(--orange);
    border: 1px solid #000;
    position: absolute;
    top: 0px;
    right: 40px;
    z-index: 5;
}
.menu-mobile{
    display: none;
}
.menu-item{
    width: 100%;
    border-bottom: 1px solid #000;
    text-align: left;
}
.menu-item:last-child{
    border-bottom: 0px;
}
.menu-item a{
    display: block;
    font-size: 18px;
    font-weight: 400;
    padding: 7px 10px;
    width: 100%;
    text-decoration: none;
    text-align: left;
    cursor: pointer;
}
.menu-item-active{
    background-color: var(--vert);
}
.menu-item-active a{
    font-weight: bold;
}
.bloc-accesdirect-rejoinstacoop{
    position: fixed;
    right: -200px;
    top: 40%;
    z-index: 450;
    background-color: var(--orange);
    width: 270px;
    height: 80px;
    -webkit-box-shadow: 0px 10px 7px -3px rgba(0,0,0,0.42); 
    box-shadow: 0px 10px 7px -3px rgba(0,0,0,0.42);
    transition: all 0.3s;
    cursor: pointer;
}
.bloc-accesdirect-rejoinstacoop:hover{
    right: 0px;
}
.bloc-accesdirect-rejoinstacoop img{
    margin-top: 7px;
    margin-left: 7px;
}
.bloc-accesdirect-rejoinstacoop p{
    font-size: 20px;
    margin-top: 16px;
    line-height: 22px;
}

/* Subheader                       */
/* ------------------------------- */
.bloc-subheader-hp{
    width: 100%;
    min-height: 420px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px -180px;
    background-color: var(--orange);
    position: relative;
}
.bloc-subheader{
    width: 100%;
    min-height: 420px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0px 0px;
    background-color: var(--orange);
    position: relative;
}
.homepage .bloc-subheader-hp{
    min-height: 660px;
    background-position: 0px -220px;
}

.bloc-subheader-hp .slogan,
.bloc-subheader .slogan{
    position: absolute;
    left: 25%;
    top: 10%;
    transform: rotate(-5deg);
}
.bloc-subheader-hp .slogan p,
.bloc-subheader .slogan p{
    text-transform: uppercase;
    font-size: 40px;
    display: inline-block;
}
.bloc-subheader-hp .slogan .typo-slogan,
.bloc-subheader .slogan .typo-slogan{
    font-size: 44px;
    letter-spacing: -2.5px;
}

.bloc-subheader-hp .bloc-titre-h1,
.bloc-subheader .bloc-titre-h1{
    position: absolute;
    width: 100%;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    text-align: center;
}

.bloc-subheader-hp .bloc-trouver,
.bloc-subheader .bloc-trouver{
    position: absolute;
    left: 0px;
    bottom: 40px;
    width: 100%;
    padding-left: 100px;
    padding-right: 100px;
}
.bloc-subheader-hp .bloc-trouver .titre,
.bloc-subheader .bloc-trouver .titre{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 5px;
}
.bloc-subheader-hp .bloc-trouver .typo-slogan,
.bloc-subheader .bloc-trouver .typo-slogan{
    text-transform: uppercase;
    font-weight: 400;
    font-size: 45px;
    line-height: 48px;
    margin-bottom: 10px;
}
.bloc-subheader-hp .bloc-trouver input,
.bloc-subheader .bloc-trouver input{
    width: 100%;
    font-size: 25px;
    max-width: 580px;
    height: 46px;
    padding: 10px;
    border: 1px solid var(--texte);
}
.bloc-subheader-hp .bloc-trouver button,
.bloc-subheader .bloc-trouver button{
    display: inline-block;
    height: 44px;
    vertical-align: top;
    background-color: transparent;
    color: var(--texte);
    cursor: pointer;
    padding: 0;
    margin: 0 0 0 5px;
    border: 0;
}
.bloc-subheader-hp .bloc-trouver button i,
.bloc-subheader .bloc-trouver button i{
    font-size: 34px;
    margin-top: 2px;
}
#cherchermacoop button{
    display: inline-block;
    height: 44px;
    vertical-align: top;
    background-color: transparent;
    color: var(--texte);
    cursor: pointer;
    padding: 0;
    margin: 0 0 0 5px;
    border: 0;
}
#cherchermacoop button i{
    font-size: 34px;
    margin-top: 2px;
}
.suggestionsBox{
    width: 100%;
    min-width:206px;
    max-width: 580px;
    position: absolute;
    top: 40px;
    left: 0px;
    border: 1px solid var(--texte);
    background-color: rgba(255,255,255,0.95);
    z-index: 10;
}
.suggestionList{
  /*border-top:1px solid #ccc;*/
  list-style-type: none;
  margin: 0px auto;
}
.suggestionList li{
  border-bottom:1px solid #EFF1F4;
  display:block;
  cursor:pointer;
  height: 30px;
  line-height: 1em;
  padding: 10px 2px;
  text-align: left;
  margin: 0px auto;
}
.suggestionList li:hover{
  background-color:#EFF1F4;
}
.nomCoop{
    margin-top: 5px;
    font-size: 24px;
    line-height: 26px;
    font-weight: 600;
}
/* Ligne vague                     */
/* ------------------------------- */
.ligne-vague-blanc-en-bas{
    width: 100%;
    min-height: 24px;
    background: url('../../assets/images/ligne-vague-blanche-bas.png') no-repeat;
    background-size: 100%;
    background-position: bottom;
}
.ligne-vague-blanc-en-haut{
    width: 100%;
    min-height: 24px;
    background: url('../../assets/images/ligne-vague-blanche-haut.png') no-repeat;
    background-size: 100%;
    background-position: top;
}

/* Main                            */
/* ------------------------------- */
main{
    width: 100%;
    height: 100%;
    min-height: 400px;
    max-width: 1200px;
    vertical-align: top;
    margin:0px auto 0px auto;
    padding-top: 160px;
    /*padding-bottom: 20px;*/
    position: relative;
    text-align: center;  
    z-index: 4;
    background-color: white;
}
main section{
    text-align: left;
}
main section.pleine_largeur{
    max-width: 1200px;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
}
main section.pleine_largeur div{
    max-width: 1200px;
    margin: 0 auto;
}
main section.boite_contenu{
    max-width: 1200px;
    margin: 0px auto;
    padding: 50px 50px;
}
main section.boite_contenu div:first-child{
    margin: 0 auto;
}
main section.boite_contenu img{
    max-width: 100%;
}

main section.bloc-fond-noir{
    margin: 0px auto 0px auto;
    padding: 10px 0px;
    background-color: var(--texte);
    color:white;
}

.btn {
    display: inline-block;
    font-size: 16px;
    line-height: 1em;
    padding: 12px 24px;
    border-radius: 24px;
    background-color: var(--orange);
    color: #fff;
    cursor: pointer;
    text-decoration: none
}

.btn-blanc{
    display: inline-block;
    padding: 15px 15px 15px 35px;
    background-color: white;
    color: var(--texte);
    cursor: pointer;
    text-decoration: none;
    font-weight: 600;
    position: relative;
    transition: all 0.2s;
}
.btn-blanc:hover{
    text-decoration: none;
}

.btn-orange{
    display: inline-block;
    padding: 15px 15px 15px 45px;
    background-color: var(--orange);
    cursor: pointer;
    text-decoration: none;
    font-weight: 600;
    position: relative;
    transition: all 0.2s;
    border: 1px solid var(--texte);
    color: var(--texte);
}
.btn-orange:hover{
    text-decoration: none;
}

.btn-fleche:before {
    content: '\f061';
    font-family: "Font Awesome 6 Free";
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.2s;
}
.btn-fleche:hover:before{
    left: 18px;
}

.btn-trouver:before{
    content: '';
    background: url('../../assets/images/picto-carte-acces-rapide.png') no-repeat;
    background-size: contain;
    width: 30px;
    height: 40px;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: rotate(-5deg) translateY(-50%);
    transition: all 0.2s;
}
.btn-trouver:hover:before{
    transform: rotate(5deg) translateY(-50%);
}

.bloc-bleu{
    background-color: var(--bleu);
    color: var(--texte);
}
.bloc-orange{
    background-color: var(--orange);
    color: var(--texte);
}

/* Surligne                        */
/* ------------------------------- */
.surligne{
    margin: 0px auto;
    padding: 10px 15px 10px 15px;
    position: relative;
    display: inline-block;
    font-size: 34px;
    line-height: 150%;
    text-align: center;
    z-index: 2;
}
.surligne-type0::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    clip-path: polygon(0% 11%, 0% 95%, 48% 84%, 54% 89%, 100% 84%, 100% 9%, 60% 15%);
}
.surligne-type1::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    clip-path: polygon(2% 11%, 0% 52%, 2% 95%, 48% 89%, 99% 82%, 100% 9%, 60% 15%);
}
.surligne-type2::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    clip-path: polygon(0% 11%, 1% 95%, 48% 81%, 100% 84%, 100% 9%, 60% 15%);
}
.surligne-type3::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    clip-path: polygon(0% 11%, 1% 52%, 2% 95%, 48% 81%, 100% 84%, 100% 4%, 60% 15%);
}
.surligne-pleinelargeur{
    width: 100%;
}
.surligne-mauve::before{
    background-color: var(--mauve);
}
.surligne-vert::before{
    background-color: var(--vert);
}
.surligne-orange::before{
    background-color: var(--orange);
}
.surligne-bleu::before{
    background-color: var(--bleu);
}
.surligne-rose::before{
    background-color: var(--rose);
}

/* Bloc Actu                       */
/* ------------------------------- */
.bloc-actu{
    background-color: white;
    border: 1px solid var(--texte);
    max-width: 350px;
    min-height: 415px;
    text-align: left;
}
.bloc-actu img{
    margin-bottom: 20px;
}
.bloc-actu h3{
    font-size: 22px;
    padding: 0px 15px;
    margin-bottom: 10px;
    margin-top: 15px;
}
.bloc-actu p{
    padding: 0px 15px;
    margin-bottom: 10px;
    line-height: 110%;
}
.bloc-actu .lien_actu{
    font-size: 18px;
    display: inline-block;
    padding: 0px 0px;
    margin-bottom: 20px;
}
.accroche{
    text-align: left;
    margin-bottom: 40px;
}

/* Pages Actus                     */
/* ------------------------------- */
.page-actualites .bloc-actu{
    margin-bottom: 30px !important;
}
.page-actualites .navigation{
    display: inline-block;
    margin: 0px auto 20px auto !important;
}
.page-actualites .navigation a{
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-decoration: none;
    margin: 0 5px;
    border: 1px solid transparent;
}
.page-actualites .navigation a:hover{
    border: 1px solid var(--orange);
}
.page-actualites .navigation a.active{
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: var(--orange);
}
.page-actualites .navigation a.previous,
.page-actualites .navigation a.next{
    width: auto;
    border: 1px solid transparent;
    margin: 0 15px;
}
.page-actualites .navigation a.disable,
.page-actualites .navigation a.disable i{
    color: #757575;
    opacity: 0.5;
}

.page-actualite .bloc-visuel-alaune{
    width: 100%;
    height: 499px;
    background-repeat: no-repeat;
    /*background-size: cover;*/
    background-size: contain;
    background-position: center;
}
.page-actualite .visuel-alaune{
    max-width: 100%;
    height: auto;
}
.page-actualite .bloc-standard{
    padding-top: 0px;
}
.page-actualite h1{
    text-align: left;
    font-size: 36px;
    font-weight: 500;
    text-transform: unset;
    margin: 10px 0px 30px 0px;
}
/* Carrousel impacts               */
/* ------------------------------- */
.carousel-impacts{

}
.carousel-impacts .owl-dots{
    background-color: black;
    margin-top:0px !important;
}
.carousel-impacts .owl-dots .owl-dot{
    min-height: 30px;
}

.owl-nav{
    position: absolute;
    width: 100%;
    top: 35%;
    transform: translateY(-35%);
}
.owl-prev{
    position: absolute;
    left: 10px;
    transition: all 0.3s;
    padding: 0;
}
.owl-next{
    position: absolute;
    right: 10px;
    transition: all 0.3s;
    padding: 0;
}
.owl-prev span,
.owl-next span{
    color: white;
    font-size: 40px;
}

.carousel-impacts .owl-prev span,
.carousel-impacts .owl-next span,
.carousel-ecogestes .owl-prev span,
.carousel-ecogestes .owl-next span{
    color: black;
}

.owl-prev:hover{
    background: transparent !important;
    left: 5px;
}
.owl-next:hover{
    background: transparent !important;
    right: 5px;
}

.bloc-impact{
    width: 100%;
    min-height: 290px;
    border: 1px solid var(--texte);
    position: relative;
}
.bloc-impact-pull{
    background: url('../../assets/images/slide-pull.png') no-repeat;
    background-size: cover;
}
.bloc-impact-lumiere{
    background: url('../../assets/images/slide-lumiere.png') no-repeat;
    background-size: cover;
}
.bloc-impact-douche{
    background: url('../../assets/images/slide-douche.png') no-repeat;
    background-size: cover;
}
.bloc-impact-voiture{
    background: url('../../assets/images/slide-voiture.png') no-repeat;
    background-size: cover;
}
.bloc-impact-clavier{
    background: url('../../assets/images/slide-clavier.png') no-repeat;
    background-size: cover;
}

.bloc-impact .impact{
    width: 100%;
    position: absolute;
    top: 40px;
    left: 0px;
    text-align: center;
    font-size: 26px;
}
.bloc-impact-bouledeneige{
    background-color: var(--orange);
}
.bloc-impact-bouledeneige .impact{
    top: 0px;
    padding: 20px 20px;
    text-align: left;
}
.bloc-impact-bouledeneige .impact p{
    text-align: left;
}
.bloc-impact .impact .surligne{
    font-size: 26px;
}
.bloc-impact .legend{
    width: 100%;
    position: absolute;
    bottom: 30px;
    left: 0px;
    text-align: center;
    font-size: 20px;
}
.bloc-impact .surligne-type1{
    width: 100%;
}

/* Encore une question             */
/* ------------------------------- */
.bloc-encoreunequestion{
    background: url('../../assets/images/fond-texture.png') no-repeat;
    background-size: 100% 100%;
    background-color: var(--orange);
}
.encoreunequestion{
    position: relative;
    z-index: 2;
}
.encoreunequestion:after{
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    display: block;
    width: 659px;
    height: 69px;
    background: url('../../assets/images/cercle-point-interrogation.png') no-repeat;
    z-index: -1;
}

/* Slogan animé                    */
/* ------------------------------- */
#slogan-animated{
    text-transform: uppercase;
    height: var(--height_slogan);
}
#slogan-animated p{
    font-size: 28px;
}   
#slogan-animated .typo-slogan{
    font-size: 30px;
    font-weight: 600;
}
#slogan-animated ul{
    display: inline-block;
    list-style: none;
    height: var(--height_slogan);
    overflow: hidden;
    margin: 0;
}
#slogan-animated ul li{
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: 28px;
    text-align: left;
}
#slogan-animated .firstword li{
    animation: slide-up 10s infinite;
    animation-duration: 15s;
}
#slogan-animated .secondword li{
    animation: slide-up2 10s infinite;
    animation-duration: 15s;
    animation-delay: 0.5s;
}
@keyframes slide-up{
    0%, 10%{
        transform: translateY(0%);
    }
    15%, 25%{
        transform: translateY(-100%);
    }
    30%, 40%{
        transform: translateY(-200%);
    }
    45%, 55%{
        transform: translateY(-300%);
    }
    60%, 70%{
        transform: translateY(-400%);
    }
}
@keyframes slide-up2{
    0%, 10%{
        transform: translateY(0%);
    }
    15%, 25%{
        transform: translateY(-100%);
    }
    30%, 40%{
        transform: translateY(-200%);
    }
    45%, 55%{
        transform: translateY(-300%);
    }
    60%, 70%{
        transform: translateY(-400%);
    }
}

/* Footer                          */
/* ------------------------------- */
footer {
    background-color: var(--bleu);
    width: 100%;
    vertical-align: top;
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
    text-align: center;
}
footer div {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 40px 0px 40px;
}
footer .fa-brands{
    display: inline-block;
    width: 37px;
    height: 37px;
    text-align: center;
    background-color: var(--orange);
    padding-top: 9px;
    color: white;
    font-size: 18px;
}
.menu-footer a {
    font-size: 16px!important;
    font-weight: 700
}
.subfooter{
    background-color: white;
    max-width: 1200px;
    padding: 15px 0px;
}


/* Page Administration             */
/* ------------------------------- */
.page-admin footer{
    padding: 16px 0px;
}
.page-admin #bloc-menu{

}
.page-admin input,
.page-admin textarea,
.page-admin select{
    font-size: 18px;
    line-height: 20px;
    padding: 5px;
}
.page-admin .header-gradient{
    top: 110px !important;
}
.page-admin .menu a{
    font-weight: 400 !important;
}
.page-admin .bloc-header-admin{
    padding:24px 0px !important;

}
.page-admin .bloc-header-admin div{
    margin-top: 16px;
}
.page-admin .bloc-header-admin h1{
    margin:0px auto !important;
}
.page-admin label{
    font-size: 18px;
    line-height: 18px;
    font-weight: 800;
}
.page-admin .btn,
.page-admin .btn-simple{
    margin-right: 10px;
    margin-bottom: 10px;
}
.page-admin .btn-simple {
    display: inline-block;
    font-size: 16px;
    line-height: 1em;
    padding: 12px 24px;
    border-radius: 24px;
    border: 1px solid var(--orange);
    cursor: pointer;
    text-decoration: none
}
.page-admin .btn-simple:hover {
    background-color: var(--orange);
}
.chosen-select{
    max-width: 100%;
}
.bloc-paragraphe{
    position: relative;
}
.bloc-paragraphe .bloc-paragraphe-actions{
    height: 40px;
    padding: 10px;
    background-color: #ededed;
}
.bloc-paragraphe .bloc-paragraphe-actions div{
    line-height: 20px;
}
.bloc-paragraphe-fullwidth{
    display: inline-block;
    cursor: pointer;
    width:18px;
    height:18px;
    line-height: 20px;
    margin-left: 20px !important;
    border: 1px dashed transparent;
    vertical-align: middle;
}
.bloc-paragraphe-fullwidth a{
    display: block;
    width:18px;
    height:18px;
    line-height: 16px;
    vertical-align: top;
}
.bloc-paragraphe-fullwidth a i{
    width:16px;
    height:16px;
}
.bloc-paragraphe-fullwidth-active{
    border: 1px dashed #000;
}
.bloc-paragraphe-mover{
    display: inline-block;
    cursor: pointer;
}
.bloc-paragraphe-delete{
    display: inline-block;
    cursor: pointer;
    margin-left: 8px !important;
}
.bloc-paragraphe-bgcolor{
    display: inline-block;
    cursor: pointer;
    width:18px;
    height:18px;
    line-height: 18px;
    margin-left: 5px !important;
    border:1px solid white;
}
.bloc-paragraphe-bgcolor div{
    display: inline-block;
    width:16px;
    height:16px;
    border:1px solid white;
}
.bloc-paragraphe-bgcolor:hover{
    border:1px solid #EFF1F4;
}
.bloc-paragraphe-bgcolor-transparent{
    border:1px solid #EFF1F4;
}
input[type=file]::file-selector-button {
  margin-right: 8px;
  margin-left: 0px !important;
  border: none;
  background: var(--orange_ee);
  border: 1px solid var(--orange_ee);
  padding: 8px 12px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}
input[type=file]::file-selector-button:hover {
  background: transparent;
  color: var(--orange_ee);
}


/* ------------------------------- */
/* Tablet/Mobile                   */
/* ------------------------------- */
@media (max-width: 767px) {
    .hideOnMobile{
        display: none;
    }
    .hideOnDesktopAndTablet,
    .hideOnDesktop{
        display: inline-block;
    }
    .tacOnMobile{
        text-align:center;
    }
    header{
        position: fixed;
    }
    main{
        padding-top: 146px;
    }
    .w100{
        width: 100% !important;
    }
    .mw90{
        max-width: 90% !important;
    }
    .mw100{
        max-width: 100% !important;
    }
    .mt0OnMobile{
        margin-top: 0px !important;
    }
    .mb30OnMobile{
        margin-bottom: 30px !important;
    }
    .logo img{
        margin-left: 20px;
        width: 100%;
        max-width: 215px;
        height: auto;
    }

    .bloc-titre-h1{
        bottom: 0px !important;
        padding-left: 20px;
        padding-right: 20px;
    }
    .bloc-subheader-hp .bloc-trouver,
    .bloc-subheader .bloc-trouver{
        padding-left: 20px;
        padding-right: 20px;
    }


    #nav-hamburger {
      width: 24px;
      height: 24px;
      position: relative;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .5s ease-in-out;
      -moz-transition: .5s ease-in-out;
      -o-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
      cursor: pointer;
      margin-right: 20px;
    }
    #nav-hamburger span {
      display: block;
      position: absolute;
      height: 3px;
      width: 100%;
      background: var(--texte);
      border-radius: 3px;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .25s ease-in-out;
      -moz-transition: .25s ease-in-out;
      -o-transition: .25s ease-in-out;
      transition: .25s ease-in-out;
    }
    #nav-hamburger span:nth-child(1) {
      top: 0px;
      -webkit-transform-origin: left center;
      -moz-transform-origin: left center;
      -o-transform-origin: left center;
      transform-origin: left center;
    }
    #nav-hamburger span:nth-child(2) {
      top: 6px;
      -webkit-transform-origin: left center;
      -moz-transform-origin: left center;
      -o-transform-origin: left center;
      transform-origin: left center;
    }
    #nav-hamburger span:nth-child(3) {
      top: 12px;
      -webkit-transform-origin: left center;
      -moz-transform-origin: left center;
      -o-transform-origin: left center;
      transform-origin: left center;
    }
    #nav-hamburger.open span:nth-child(1) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      top: -3px;
      left: 0px;
    }
    #nav-hamburger.open span:nth-child(2) {
      width: 0%;
      opacity: 0;
    }
    #nav-hamburger.open span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: 14px;
      left: 0px;
    }
    #bloc-menu{
        border: 0;
    }
    .menu-mobile{
        display: none;
        width: 100%;
        margin-top: 140px;
        height: calc(100vh - 140px);
        /*position: absolute;*/
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 999;
        text-align:center;
        background-color: var(--orange);
        padding: 36px 0px;
    }
    .menu-mobile div{
        margin-left: 0px;
        height: auto;
        line-height: 1em;
        vertical-align: middle;
        text-align: left;
        border-bottom: 1px solid var(--texte);
    }
    .menu-mobile div:nth-last-child(){
        border-bottom: 0px;
    }
    .menu-mobile div a{
        font-size: 20px;
        font-weight: 600;
        width: 100%;
        display: inline-block;
        padding: 20px 20px 18px 20px;
    }


    iframe{
        max-width: 100%;
    }

    h1{
        font-size: 36px;
    }
    h2{
        font-size: 30px;
    }
    h3{
        font-size: 22px;
    }
    h4{
        font-size: 20px;
    }
    h5{
        font-size: 18px;
    }
    .fs14OnMobile{
        font-size: 14px !important;
        font-weight: 400 !important;
    }
    .fs16OnMobile{
        font-size: 16px !important;
        font-weight: 400 !important;
    }
    .fs18OnMobile{
        font-size: 18px !important;
        line-height: 20px !important;
    }
    .fs20OnMobile{
        font-size: 20px !important;
    }
    .fs22OnMobile{
        font-size: 22px !important;
    }
    .fs24OnMobile{
        font-size: 24px !important;
    }
    .fs26OnMobile{
        font-size: 26px !important;
    }
    .fs28OnMobile{
        font-size: 28px !important;
    }
    .fs30OnMobile{
        font-size: 30px !important;
    }
    .fs36OnMobile{
        font-size: 36px !important;
    }
    .padr15{
        padding-right: 0;
    }
    .padl15{
        padding-left: 0;
    }
    .pad20OnMobile{
        padding-left: 20px;
        padding-right: 20px;
    }


    .h2avecligne{
        padding-left: 0px;
        padding-top: 20px;
    }
    .h2avecligne:before{
        position: absolute;
        top: -20px;
    }
    .h3avecligne{
        padding-left: 0px;
        padding-top: 15px;
    }
    .h3avecligne:before{
        position: absolute;
        top: -15px;
    }

    /*
    .h2avecligne{
        padding-left: 45px;
    }
    .h2avecligne:before{
        width: 34px;
        background-size: contain;
    }
    .h3avecligne{
        padding-left: 45px;
    }
    .h3avecligne:before{
        width: 34px;
        background-size: contain;
    }
    */
    
    main section.boite_contenu{
        padding: 50px 20px;
    }

    .bloc-actualites .grid-33{
        margin-bottom: 40px !important;
        text-align: center;
    }
    .bloc-actualites .grid-33 .bloc-actu{
        margin-left: auto;
        margin-right: auto;
    }

    .encoreunequestion:after{
        width: 100%;
        background-size: 100% 100%;
    }
    .bloc-encoreunequestion .btn-blanc{
        margin-bottom: 20px !important;
    }
    .bloc-partenaires img{
        margin-bottom: 20px !important;
    }
    .bloc-partenaires .mb40{
        margin-bottom: 0px !important;
    }
    #s{
        width: 80%;
        font-size: 18px;
    }
    ::placeholder{
        font-size: 18px;
        color: #8c9191;
    }
    #cherchermacoop button i{
        font-size: 28px;
        margin-top: -6px;
    }
    .bloc-subheader{
        min-height: 230px;
    }

    .logo-footer{
        margin-bottom:45px;
    }
    footer .grid-25,
    footer .grid-75,
    footer .grid-25 p,
    footer .grid-75 p,
    .bloc-suiveznous{
        position: relative !important;
        text-align: center !important;
    }
    .subfooter{
        padding: 30px 20px;
    }
    .subfooter a{
        width: 100%;
        display: block;
    }

    .homepage .bloc-subheader-hp{
        min-height: 400px;
        background-position: 0px -180px;
    }
    .bloc-subheader-hp .slogan, .bloc-subheader .slogan{
        left: 5%;
        top: 15%;
        width: 90%;
    }
    .bloc-subheader-hp .slogan p, .bloc-subheader .slogan p{
        font-size: 18px;
    }
    .bloc-subheader-hp .slogan .typo-slogan, .bloc-subheader .slogan .typo-slogan{
        font-size: 22px;
    }
    .surligne{
        font-size: 26px;
    }

    #owl-carousel-photos-slogans .owl-item div{
        height: 490px !important;
        max-height: 490px !important;
    }
}
