/*--------- [THEME WAKA PAR AGENCE WAKA Copyright 2020-2021 https://agence-waka.fr/] ---------*/

:root {
    --couleur_01 : #333;
    --couleur_02 : #C8873C;
    --wysiwyg-margin-elts: 2rem;
    --margin-gouttiere:0.84%
}



/*--------- [ STYLAGE DE BASE : boutons, wysiwyg, blocs, modules... ] ---------*/









/*--------- [ STYLAGE DES PAGES ] ---------*/


/***** HOME ******/

/*  */


@media all and (max-width:1023px) {

}


@media all and (max-width:767px) {

}



/*  */


@media all and (max-width:1023px) {

}


@media all and (max-width:767px) {

}



















    /*--------- [ STYLAGE DE BASE ] ---------*/

/* Texte + Wysiwyg */
a {  color:var(--couleur_01);}
a:hover { color:var(--couleur_01); }
h1, h2, h3, h4, h5  { font-weight: 400; }
h1 {     font-size: 3rem;    line-height: 3.4rem; margin-bottom:1.5rem; font-weight: bold  }
h2 { font-size:2.8rem; line-height:3.3rem; margin-bottom:1.5rem;}
h3 { font-size: 2.2rem; line-height:2.7rem; margin-bottom:1.2rem;}
h4 { font-size:1.7rem; line-height:2.2rem; margin-bottom:1rem; font-weight: bold}
h5 { font-size:1.5rem; line-height:1.5rem; margin-bottom:0.8rem; font-weight: bold}
.wysiwyg { overflow-wrap: break-word;  }
.wysiwyg ul li { list-style: disc}
.wysiwyg ol li {list-style-type:decimal}
.wysiwyg hr {   clear: both;}
.wysiwyg img { display: block; max-width: 100%; height: auto}
.wysiwyg figcaption { padding-top:0.5rem; font-style: italic}
.wysiwyg blockquote{ font-style: italic  }
.aligncenter, div.aligncenter, a img.aligncenter{    display: block;    margin-left:auto; margin-right: auto}
.alignright, a img.alignright, .wp-caption.alignright   {    float:right;    }
.alignleft, a img.alignleft, .wp-caption.alignleft {    float: left;    }
.wysiwyg p, .wysiwyg ul, .wysiwyg ol   {  margin-bottom:var(--wysiwyg-margin-elts);}
.wysiwyg p:last-child { margin-bottom: 0}
.wysiwyg ul, .wysiwyg ol  {  margin-left:var(--wysiwyg-margin-elts);}
.alignright, a img.alignright, .wp-caption.alignright { margin-left:calc(var(--wysiwyg-margin-elts) + 0.5rem);}
.alignleft, a img.alignleft, .wp-caption.alignleft {    margin-right:calc(var(--wysiwyg-margin-elts) + 0.5rem);}

/* Boutons */
[class^="btn-"], [class*="wpcf7-btn-"] input { text-decoration: none !important; padding: 1.8rem 2.5rem; line-height: 1.5rem; margin:0.5rem; border-radius: 3px; display:inline-block; max-width: 100%; text-align: center; transition: all  0.3s ease;  }
[class*="wpcf7-btn-"] { text-align: center}
/*.btn-primary,  .wpcf7-btn-primary input {  background:blue;  }
.btn-primary:hover,   .wpcf7-btn-primary input:hover {  background:blue; }
.btn-secondary,  .wpcf7-btn-secondary input {   background:red;}
.btn-secondary:hover,   .wpcf7-btn-secondary input:hover {   background:red;}*/

/* Carousel */
.owl-carousel .owl-dots .owl-dot { margin: 0 3px}
.owl-carousel .owl-dots .owl-dot span { display: block; border: 1px solid blue !important;  width: 15px; height: 15px; border-radius: 15px; position: relative; background: transparent; transition: all 0.3s ease; }
.owl-carousel .owl-dots .owl-dot span:before { content:""; width: 12px; height: 12px;   position: absolute; top:1px; left:1px; border-radius: 12px; background: transparent; transition: all 0.3s ease;}
.owl-carousel .owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span { background:blue; }
.owl-carousel .owl-dots .owl-dot.active span:before, .owl-dots .owl-dot:hover span:before {  background:blue;}
.owl-carousel .owl-nav button  { position:absolute; top:0;   text-decoration: none;   }
.owl-carousel .owl-nav button span { line-height: 0; display: block }
.owl-carousel .owl-nav button:hover {            }
.owl-carousel .owl-prev { left:-1.5rem;  }
.owl-carousel .owl-next { right:-1.5rem; }

/* Formulaires */
label, input[type=submit], button { cursor:pointer; -webkit-appearance:none; }
input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="submit"]), textarea, select  { vertical-align:middle;  background:#fff;  border:1px solid #ccc; width: 100%; padding:1rem 0.8rem; margin-bottom: 1.5rem; }
input[type="file"] { border:0 !important;}
textarea {  resize:none;}
inpuT[type="checkbox"], input[type="radio"] { margin-right: 0.6rem; position: relative; top:2px;}
input[type="file"] { border:0 !important;}
textarea {  resize:none;}
::placeholder { color:#928f8f; transition: all 0.3s ease;}
:focus::placeholder {  opacity:0.2; }
/* Custom Radio / Checkbox */
.custom_radio_checkbox {  display: inline-block; vertical-align: top; margin-right: 3rem }
.custom_radio_checkbox input{    display: none}
.custom_radio_checkbox label {  display: flex; align-items: center; position: relative}
.custom_radio_checkbox label:before {  width:20px; height: 20px; border: 1px solid #ccc; background: #fff;  content: ''; margin-right:0.5rem    }
.custom_radio_checkbox [type="radio"] + label:before{  border-radius: 100%    }
.custom_radio_checkbox [type="radio"]:checked + label:after, .custom_radio_checkbox [type="radio"]:not(:checked) + label:after {   content:"";    width: 12px;    height: 12px;    background:#000;    position: absolute;    top: 5px;    left: 5px;    border-radius: 100%;     transition: all 0.2s ease;}
.custom_radio_checkbox [type="checkbox"]:checked + label:after, .custom_radio_checkbox [type="checkbox"]:not(:checked) + label:after  {  content: '\2713\0020';   position: absolute;  top:4px; left:6px;      line-height:1;    color: #616161;    transition: all 0.2s ease;  }
.custom_radio_checkbox input:not(:checked) + label:after {    opacity: 0;    transform: scale(0);}
.custom_radio_checkbox input:checked + label:after {    opacity: 1;    transform: scale(1);}
/* Custom Select */
.custom_select { /* Chercher 000000 pour changer couleur */ background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');    background-repeat: no-repeat, repeat;    background-position: right 10px top 50%, 0 0;    background-size: .65em auto, 100%;    -moz-appearance: none;    -webkit-appearance: none;    appearance: none;  padding-right: 25px;   }
.custom_select::-ms-expand {    display: none;}



@media all and (max-width:767px) {
    .alignright, a img.alignright, .wp-caption.alignright, .alignleft, a img.alignleft, .wp-caption.alignleft {        float: none;        margin: 0 auto 2rem;        display: block    }
}



/*--------- [ LAYOUT ] ---------*/
.container { max-width: 1250px;  margin:0 auto;  padding: 0 1rem }
.row [class^="col"], .owl-carousel .owl-item { padding:0 var(--margin-gouttiere); }
#main {  min-height:90vh; padding: 3rem 0}
body, input, textarea,  button { font-family: Arial, Verdana, sans-serif; font-size:1.5rem; line-height: 1.5; color: var(--couleur_01) !important;   }

/* Header */
#header { position: relative;  z-index: 9980;  }
#header .hlogo img { max-width: 250px; width: auto; height: auto; transition: all 0.3s ease;}
.wk_sticky .sticky_onscroll.fixed .hlogo img { height: 42px; }
#header_top .conteneur { display: flex; justify-content: flex-end; padding: 8px 0; align-items: center }
#header_top .hliens { display: flex; }
#header_top .hliens li:before { content:" "; padding:0 5px}
#header_top .hliens li:first-child:before { display: none;}
#header_middle {   background: #efefef; padding: 1.5rem 0}
#header_middle .conteneur { display: flex; align-items: center; justify-content: space-between;}
#header_middle .hlogo { line-height: 0 }
#hmenu .arrow  { display:block; cursor: pointer; margin-left: 0.5rem}
#hmenu .arrow path { stroke: #000; fill:#000;}
#hmenu > ul > li > a:hover, #hmenu > ul > li.actif > a { color:var(--couleur_01);}
.hamburger {  /* width: 3.0rem;    height: 2.3rem; */ top:15px; right: 1.5rem;  display: none;} /* Burger Menu anim-slider   anim-slider   anim-squeeze   anim-spin */
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {  /*background-color:#000;  height: 3px;    border-radius: 4px;*/}
.hamburger-inner {   /*margin-top: -1.5px;*/ }
.hamburger-inner::before {   /* top: -10px; */}
.hamburger-inner::after {   /* bottom: -10px;*/ }
#wpadminbar { bottom: 0; top: auto; }
/* Footer */





@media all and (min-width:768px) {
    #hmenu > ul { display: flex; align-items: center;   }
    #hmenu > ul > li {  position:relative; display: flex; justify-content: space-between; align-items: center; padding: 1.5rem; text-align: center; font-size: 1.5rem; line-height: 1.3}
    #hmenu > ul > li > a { display: block; transition:all 0.3s ease;}
    #hmenu > ul > li > ul { position:absolute; top:100%; left:0;  transform: scaleY(0); transform-origin: 50% 0; visibility: hidden; max-height: 0;  transition:all 0.3s ease;        min-width: 250px; max-width: 100%;text-align: left;        box-shadow: 0px 5px 10px 0px rgba(218,218,218,1); background: #fff;        padding: 1.25rem 1.5rem;        font-size: 1.4rem;    border-radius: 0 0 5px 5px}
    #hmenu > ul > li > ul li { padding: 0.25rem 0  }
    #hmenu > ul > li:hover > ul { max-height: 1000vh; transform: scaleY(1); transform-origin: 50% 0; visibility: visible; opacity: 1;   }
}


@media all and (max-width:767px) {
    html { font-size: 57.5%}
    .container { padding: 0 15px !important;}
    .row { flex-direction: column}
    .row [class^="col"] { max-width: 100%; flex: 0 0 100%;margin-bottom:2rem !important; padding: 0  !important;  }
    .row [class^="col"] .col { padding: 0}
    .row [class^="col"]:last-child { margin-bottom: 0 !important;}
    /* menu */
    html.menu-open { overflow: hidden;}
    #hmobile {  position:absolute; top:-1.5rem; left:-130%; width:100%; z-index: 9998; height:calc(100vh - 0rem);  overflow: auto;  transition: all 0.3s ease; }
    #hmobile.open { left:0; }
    #hmobile {background:#fff; }
    #hmenu { padding-top: 6rem; }
    #hmenu > ul { line-height: 1.3; display: flex;     flex-direction: column;}
    #hmenu > ul > li {  position: relative;  border-bottom: 0.1rem solid #e2e4e9; padding: 0 1.5rem; font-size: 1.6rem; line-height: 1.4}
    #hmenu > ul > li a { display: block;  padding-top: 1.5rem; padding-bottom:  1.5rem;}
    #hmenu > ul > li svg { position: absolute; top:1.5rem; right: 1.5rem; }
    #hmenu > ul ul { display: none;  padding: 0 1.5rem 1.5rem 1.5rem;}
    #hmenu > ul ul li a {  padding: 1rem 0 }
    #hmenu > ul > li.open_accordeon {  background-color: #f5f6f8;  }
    #hmenu > ul > li.menu-item-has-children > a { margin-right: 30px}
    #hmenu > ul > li.open_accordeon ul { display: block;}
    #hmenu .arrow { width: 20px; height: 20px;}
    .hamburger { display: block;}

}

















/*--------- [ STYLAGE DE BASE ] ---------*/

/* Texte + Wysiwyg */
a {  color:var(--couleur_01);}
a:hover { color:var(--couleur_01); }
h1, h2, h3, h4, h5  {      font-weight: 700;    font-style: normal }
h1 {     font-size: 3.5rem; line-height: 4.2rem   }
h2 { font-size: 3rem; line-height: 3.5rem;}
h2 em { display: block; font-size: 1.4rem; line-height: 1.6rem; font-weight: normal; font-style: normal;}
h3 { font-size: 2rem; line-height: 2.3rem; }
h4 { font-size: 1.8rem; line-height: 2rem;;  }
.wysiwyg { overflow-wrap: break-word;  }
.wysiwyg a { text-decoration: underline; color:var(--couleur_02)}
.wysiwyg ul li { list-style: disc}
.wysiwyg ol li {list-style-type:decimal}
.wysiwyg hr {   clear: both;}
.wysiwyg img { display: block; max-width: 100%; height: auto; border-radius: 5px;}
.wysiwyg figcaption { padding-top:0.5rem; font-style: italic}
.wysiwyg blockquote{ font-style: italic  }
.aligncenter, div.aligncenter, a img.aligncenter{    display: block;    margin-left:auto; margin-right: auto}
.alignright, a img.alignright, .wp-caption.alignright   {    float:right;    }
.alignleft, a img.alignleft, .wp-caption.alignleft {    float: left;    }
.wysiwyg p, .wysiwyg ul, .wysiwyg ol   {  margin-bottom:var(--wysiwyg-margin-elts);}
.wysiwyg p:last-child { margin-bottom: 0}
.wysiwyg ul, .wysiwyg ol  {  margin-left:var(--wysiwyg-margin-elts);}
.alignright, a img.alignright, .wp-caption.alignright { margin-left:calc(var(--wysiwyg-margin-elts) + 0.5rem);}
.alignleft, a img.alignleft, .wp-caption.alignleft {    margin-right:calc(var(--wysiwyg-margin-elts) + 0.5rem);}
img { max-width: 100%}
.txt_center { text-align: center}
@media all and (max-width:989px) {
    h2 {        font-size: 2.5rem;        line-height: 3.1rem; padding-bottom:35px }

}
@media all and (max-width:767px) {
    h2 {      padding-bottom:25px }
    h3 {      padding-bottom:25px }

}





/* Boutons */
.btn-primary {  background:var(--couleur_02); color:#fff; font-weight: bold; text-decoration: none !important;}
.wysiwyg .btn-primary {  color:#fff;}
.btn-primary:hover:after, .un_metier:hover .btn-primary:after { left:12px;}
.btn-primary:hover { opacity: .8}

.btn-secondary, .input-file-custom.picture  .input-file-trigger { transition: all 0.2s ease;   font-size: 1.6rem; border-radius: 5px; background: #fff; padding:  25px; color:var(--couleur_02) !important; display: inline-block; vertical-align: top; font-weight: bold; border: 1px solid var(--couleur_02); border-bottom-width: 3px; box-shadow: 3px 2px 6px 0px #DBDBDB }
.btn-secondary:hover, .input-file-custom .input-file:hover + .input-file-trigger,.js .input-file:focus + .input-file-trigger,.js .input-file-trigger:hover { background: var(--couleur_02) !important; color:#fff !important;}
.input-file-custom.picture  .input-file-trigger { padding-top: 14px; padding-bottom: 14px; margin-bottom: 10px}

.btn-cta  { text-align: center}
.btn-cta a {font-size: 2rem; line-height: 2.3rem; font-family: "novecento-sans-wide", sans-serif; padding: 20px;  font-weight: 700; display: inline-flex; align-items: center; justify-content: center; color:#fff; background:url(../images/btn-cta-bg.jpg); height: 169px; border-radius: 84px; width: 425px; max-width: 100% }
.btn-cta a strong { padding-top: 30px; font-size: 1.6rem;line-height: 1.35;  display: block; font-family: "Inter", Arial, Verdana, sans-serif}
.btn-cta a:hover {   border-radius: 20px}
@media all and (max-width:989px) {
    .btn-cta a  { height: auto; padding: 30px 40px; width: auto}
    .btn-cta a strong { padding-top: 5px;}

}
