/* Font */
  /* @font-face {
      font-family: "Myriad Pro";
      src: url("../fonts/myriad-pro-regular.ttf") format("truetype"),
           url("../fonts/myriad-pro-regular.otf") format("opentype");
      font-weight: normal;
      font-style: normal;
  }
  @font-face {
      font-family: "Myriad Pro";
      src: url("../fonts/myriad-pro-bold.ttf") format("truetype"),
           url("../fonts/myriad-pro-bold.otf") format("opentype");
      font-weight: 700;
      font-style: 700;
  }
  @font-face {
      font-family: "Myriad Pro";
      src: url("../fonts/myriad-pro-semibold.ttf") format("truetype"),
           url("../fonts/myriad-pro-semibold.otf") format("opentype");
      font-weight: 600;
      font-style: 600;
  } */
  

/* Global settings */
  body{
      /* font-family: "Myriad Pro", sans-serif; */
      font-family: myriad-pro, sans-serif;
      background:#F9FAFE;
  }
  h1,h2,h3{
      /* font-family: "Myriad Pro", sans-serif; */
      font-family: myriad-pro, sans-serif;
      font-weight: bold;
  }
  h4,h5,h6{
      /* font-family: "Myriad Pro", sans-serif; */
      font-family: myriad-pro, sans-serif;
      font-weight: 600;
  }
  body.et-db #et-boc .et-l .et_pb_row{
    max-width: 1120px;
  }
  body blockquote{
      padding-left: 0;
      margin-left: 0;
  }
  /*
      $green-dark : #18453f;
      $green-medium : #306f67;
      $green : #64a49c;
      $green-light : #d9ebe9;
  */






/************************************************************************************************************************************************************/
/*  HEADER                                                                                                                                                  */
/************************************************************************************************************************************************************/

    .et_pb_menu .et_pb_menu__wrap {
        -ms-flex-pack: flex-end;
        justify-content: flex-end;
    }

    .et_pb_menu__menu .et-menu > li {
        padding-left: 20px;
        padding-right: 20px;
    }

    .et_pb_menu__menu .et-menu > li.bouton {
        /* padding-left:45px; */
        padding: 0;
    }
    .et_pb_menu__menu .et-menu > li.bouton:last-child {
        padding-left: 20px;
    }

    .et_pb_menu__menu .et-menu > li.bouton a {
        align-self: center;
        background:#306f67;
        color:#ffffff !important;
        border-radius:10px;
        padding:13px 20px;
        box-shadow: 0px 5px 11px 0px rgba(0,0,0,0.25);
        -webkit-box-shadow: 0px 5px 11px 0px rgba(0,0,0,0.25);
        -moz-box-shadow: 0px 5px 11px 0px rgba(0,0,0,0.25);
        -webkit-box-transition: all 300ms ease 0ms;
        transition: all 300ms ease 0ms;
    }
    .et_pb_menu__menu .et-menu > li.bouton:hover a,
    .et_pb_menu__menu .et-menu > li.bouton.current-menu-item:hover a {
        color:#fff !important;
    }
    .et_pb_menu__menu .et-menu > li.bouton a:hover,
    .et_pb_menu__menu .et-menu > li.bouton.current-menu-item a:hover {
        background:#18453f;
        opacity: 0.95;
    }
    .et_pb_menu__menu .et-menu > li.bouton.current-menu-item a {
        background:#285650;
        color:#fff !important;
    }

    .et_pb_menu__menu .et-menu .sub-menu {
        background: rgb(59,145,135);
        background: linear-gradient(180deg, rgba(59,145,135,1) 0%, rgba(198,212,211,1) 100%);
        border: 0;
        border-radius: 20px;
    }
    .et_pb_menu__menu .et-menu .sub-menu a{
        color:#fff;
        padding: 10px 20px 9px;
    }


    /* Gestion zonning */
        @media (min-width: 981px){
            .et_pb_menu__menu #menu-menu-principal > li.bouton{
                display: none;
            }
            .et_pb_menu__menu #menu-menu-principal-1 > li:not(.bouton){
                display: none;
            }
            #ligne_header {
                display: flex;
                justify-content: space-between;
            }
            #ligne_header:after {
                content:none;
                display: none;
            }
            #ligne_header > .et_pb_column {
                width: auto;
                margin: 0;
                display: flex;
                align-items: center;
            }
        }
        @media (max-width: 980px){
            #ligne_header .et_pb_menu .et_mobile_menu {
                top: calc(100% + 19px);
            }
            #ligne_header{
                position: relative;
            }
            #ligne_header > .et_pb_column{
                margin-bottom:0 !important;
            }
            #ligne_header > .et_pb_column.et_pb_column_1_2 {
                position: absolute;
                top:50%;
                transform:translateY(-50%);
            }
        }





/************************************************************************************************************************************************************/
/*  FOOTER                                                                                                                                                  */
/************************************************************************************************************************************************************/

    #main-footer .et_pb_row_0_tb_footer {
        display: -ms-flexbox;
        display: flex;
        direction: ltr;
        justify-content: space-between;
    }
    #main-footer .et_pb_row_0_tb_footer:after {
        content:none;
        display: none;
    }
    #main-footer .et_pb_row_0_tb_footer > .et_pb_column {
        width: auto;
        display: flex;
        align-items: center;
    }
    #main-footer .et_pb_menu .et_pb_menu__wrap {
        -ms-flex-pack: center;
        justify-content: center;
    }
    #main-footer .et_pb_social_media_follow ul {
        text-align: right;
    }
    #main-footer .et_pb_social_media_follow a,
    #main-footer .et_pb_social_media_follow a:before{
        line-height: 33px;
        height: 33px;
        width: 33px;
    }
    #main-footer .et_pb_menu .et_pb_menu__menu{
        display: flex!important;
    }
    #main-footer .et_mobile_nav_menu {
        display: none;
    }


    @media (max-width: 820px){
        #main-footer .et_pb_row_0_tb_footer .et_pb_column .et_pb_menu{
            margin-top:-40px;
        }
        #main-footer .et_pb_row_0_tb_footer .et_pb_column.et-last-child {
            position:absolute;
            right:0;
            bottom:-15px;
        }
        #main-footer .et_pb_row_0_tb_footer .et_pb_column .et_pb_menu ul li{
            padding-left: 5px;
            padding-right: 13px;
        }
    } 
    @media (max-width: 680px){
        #main-footer .et_pb_row_0_tb_footer .et_pb_column{
            width: auto !important;
        }
        #main-footer .et_pb_row_0_tb_footer .et_pb_column .et_pb_menu{
            margin-top:-18px;
        }
        #main-footer .et_pb_row_0_tb_footer .et_pb_column .et_pb_menu ul{
            -ms-flex-pack: right;
            justify-content: right;
        }
        #main-footer .et_pb_row_0_tb_footer .et_pb_column.et-last-child {
            bottom:-40px;
        }
        #main-footer .et_pb_row_1_tb_footer .et_pb_text {
            margin-top: 54px!important;
        }
    }
    @media (max-width: 480px){
        #main-footer .et_pb_row_0_tb_footer .et_pb_column .et_pb_menu ul{
            padding: 17px 0px 17px 10px !important;
        }
    }


/* 
    @media (max-width: 820px){
        #main-footer .et_pb_menu__menu > nav > ul {
            max-width: 50%;
            text-align: right;
            justify-content: end;
        } 
        #main-footer .et_pb_menu__menu > nav > ul > li {
            width:100%;
            text-align: right;
        }
    } */



/************************************************************************************************************************************************************/
/*  Slider                                                                                                                                                  */
/************************************************************************************************************************************************************/

  .et_pb_section .et_pb_module.et_pb_slider {
      overflow-x: visible;
      overflow-y: visible;
  }

  .et_pb_module.et_pb_slider .et-pb-controllers {
      bottom: -50px;
      height: 15px;
      padding: 22px 0;
      box-sizing: content-box;
  }

  .et_pb_module.et_pb_slider .et-pb-controllers a {
      border-radius: 50%;
      width: 15px;
      height: 15px;
      opacity: 1;
      background: #64A49C;
  }
  .et_pb_module.et_pb_slider .et-pb-controllers a:hover,
  .et_pb_module.et_pb_slider .et-pb-controllers a.et-pb-active-control {
      background:#18453F;
  }

  .et_pb_section .et_pb_module.et_pb_slider .et-pb-arrow-next,
  .et_pb_section .et_pb_module.et_pb_slider .et-pb-arrow-prev {
      top: 49%;
      font-size: 60px;
  }

  .et_pb_section .et_pb_module.et_pb_slider:hover .et-pb-arrow-prev {
      left:12px;
  }

  .et_pb_section .et_pb_module.et_pb_slider:hover .et-pb-arrow-next {
      right:12px;
  }

  /* Custom slider */

  .et_pb_section .et_pb_module.et_pb_slider.slider .et_pb_slide{
      padding-left: 0;
      padding-right: 0;
  }

  .et_pb_section .et_pb_module.et_pb_slider.slider .et_pb_slide.et_pb_slide_with_image .et_pb_slide_description {
      width: 50.25%;
      float:left !important;
      text-shadow: none;
  }

  .et_pb_section .et_pb_module.et_pb_slider.slider .et_pb_slide.et_pb_slide_with_image .et_pb_slide_image,
  .et_pb_section .et_pb_module.et_pb_slider.slider .et_pb_slide.et_pb_slide_with_image .et_pb_slide_video {
      right:0px;
      margin: 0;
      padding: 0;
  }

  /* .et_pb_section .et_pb_module.et_pb_slider.slider:hover .et-pb-arrow-prev:before,
  .et_pb_section .et_pb_module.et_pb_slider.slider:hover .et-pb-arrow-next:before {
      color:#18453f !important;
  }

  .et_pb_section .et_pb_module.et_pb_slider.slider:hover .et-pb-arrow-prev {
      left:-62px;
  }

  .et_pb_section .et_pb_module.et_pb_slider.slider:hover .et-pb-arrow-next {
      right:-62px;
  }
   */
    .et_pb_section .et_pb_module.et_pb_slider.slider .et-pb-arrow-prev,
    .et_pb_section .et_pb_module.et_pb_slider.slider .et-pb-arrow-next {
        color:#18453f !important;
        opacity: 1;
    }
    .et_pb_section .et_pb_module.et_pb_slider.slider .et-pb-arrow-prev {
        left:-62px;
        -webkit-animation: show_arrows_slider_prev 2s ease forwards;
    }
    .et_pb_section .et_pb_module.et_pb_slider.slider .et-pb-arrow-next {
        right:-62px;
        -webkit-animation: show_arrows_slider_next 2s ease forwards;
    }
    @-webkit-keyframes show_arrows_slider_prev {
        0%  {
            opacity:0;
            left:-22px;
        }
        100%{
            opacity:1;
            left:-62px;
        }
    }
    @-webkit-keyframes show_arrows_slider_next {
        0%  {
            opacity:0;
            right:-22px;
        }
        100%{
            opacity:1;
            right:-62px;
        }
    }



/************************************************************************************************************************************************************/
/*  Listes                                                                                                                                                  */
/************************************************************************************************************************************************************/

    .liste_doigts ul {
        list-style-type:none;
        margin-left:0;
        padding-left:0;
    }

    .liste_doigts ul li {
        position: relative;
        padding-left: 27px;
        padding-bottom: 7px;
    }
    .liste_doigts ul li:before {
        content:'';
        display:block;
        position: absolute;
        top: 1px;
        left: 0;
        width:20px;
        height:20px;
        background-image:url('../images/design/picto-doigt.png');
        background-size:contain;
        background-position:center left;
        background-repeat: no-repeat;
    }

    .liste_doigts ul li:last-child {
        padding-bottom: 0;
    }





/************************************************************************************************************************************************************/
/*  AFFICHES BESOINS / DONATIONS
/************************************************************************************************************************************************************/

    .affiches_besoins .et_pb_blurb:after {
        content:'';
        display:block;
        width:100%;
        height:11px;
        background:#D9EBE9;
        position:absolute;
        left:0;
        bottom:-10px;
    }

    .affiches_donations h3 strong {
        zoom: 1.2;
    }
    @media (min-width: 981px){
        .affiches_donations.et_pb_row {
            justify-content: space-between;
        }
        .affiches_donations.et_pb_row .et_pb_column_1_3 {
            width: 40%;
            max-width: 370px;
        }
    }
    .affiches_donations.et_pb_row .et_pb_column_empty {
        width: 0;
        display: none;
    }



/************************************************************************************************************************************************************/
/*  CONTACT FORM                                                                                                                                            */
/************************************************************************************************************************************************************/

    .et_pb_module.et_pb_contact_form_container .et_contact_bottom_container{
        float: none;
        width: 100%;
        justify-content: center;
    }





/************************************************************************************************************************************************************/
/*  CHIFFRE CLES                                                                                                                                            */
/************************************************************************************************************************************************************/

    .chiffre_cle.et_pb_blurb .et_pb_module_header {
        display: block;
        width: 117px;
        line-height: 108px;
        padding: 0;
        margin: 0 auto -28px;
        position: relative;
        z-index: 1;
        text-align: center;
        font-weight: 500;
        background: #d9ebe9;
        border-radius: 50%;
        border: solid 4px #18453f;
        box-sizing: content-box;
        box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 10%);
    }

    .chiffre_cle.et_pb_blurb .et_pb_module_header span {
        position: relative;
        top: -2px;
    }

    .chiffre_cle.et_pb_blurb .et_pb_blurb_description {
        background:#18453f;
        border-radius: 20px;
        padding: 40px 40px;
        box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 10%);
    }






/************************************************************************************************************************************************************/
/*  TRACES SVG - BG                                                                                                                                            */
/************************************************************************************************************************************************************/

    /* Classique - Texte / Image */
        .trace {
            position: relative;
        }
        .trace:before {
            content: '';
            display: block;
            width: 100%;
            height: 360px;
            position: absolute;
            z-index: -1;
            left: 50%;
            top: 30%;
            transform: translateX(-50%) translateY(-50%);
            background-image: url('../images/design/trace.png');
            background-position:center bottom;
            background-repeat:no-repeat;
            background-size: contain;
        }
        .trace .et_pb_text_inner {
            max-width: 750px;
            margin: 0 auto;
        }

    /* Grand tracé */
        .trace.trace_final:before {
            width: 110%;
            height: 960px;
            top: 50%;
            transform: translateX(-50%) translateY(-56%);
            background-image: url('../images/design/trace-final.svg');
        }

    /* Grand tracé */
        .trace.trace_grande:before {
            width: 90%;
            height: 740px;
            top: auto;
            bottom:-100px;
            transform: translateX(-35%);
            background-image: url('../images/design/trace-grand.svg');
            width: 85%;
        }

    /* Video */
        .trace.trace_video:before {
            height: 800px;
            top: -800px;
            transform: translateX(-50%);
            background-image: url('../images/design/trace-video.svg');
            background-position:center bottom;
            background-repeat:no-repeat;
            background-size: contain;
            width: 95%;
        }
        .trace.trace_video.trace_video_small:before {
            background-image: url('../images/design/trace.svg');
        }


    




/************************************************************************************************************************************************************/
/*  PROGRESS BAR DONATIONS                                                                                                                                                  */
/************************************************************************************************************************************************************/

    /* Progress bar */
        .progress-bar {
            position: relative;
            background-color: rgba(217, 235, 233, 0.58);
            border:solid 2px #18453F;
            width:90%;
            max-width: 980px;
            margin:0 auto;
            border-radius: 25px;
            box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 10%);
        }
        .progress-bar .progress {
            position: relative;
            background-color: #64A49C;
            border:solid 1px #18453F;
            border-radius: 25px;
            margin: -1px;
            height:50px;
            box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 10%);
            width: 0%;
            overflow: hidden;
        }
        .et_pb_code.et_had_animation .progress-bar .progress{
            -webkit-animation: width_progress_bar 1s ease forwards;
        }
        
        @-webkit-keyframes width_progress_bar {
            0% { 
                width: 0%;
            }
            100% { 
                width: 40%;
            }
        }

    /* Montant total € */
        .progress-bar:before,
        .progress-bar:after,
        .progress-bar .progress:after {
            content:'0€';
            position: absolute;
            bottom: -50px;
            height: 50px;
            line-height: 50px;
            font-size: 30px;
            font-weight: bold;
        } 
        .progress-bar:before {
            left: 0;
        } 
        .progress-bar:after {
            content:'250 000€';
            right: 0;
            min-width: 125px;
        } 
        .progress-bar .progress:after {
            content:'100 000€';
            bottom:50%;
            left:50%;
            transform: translateX(-50%) translateY(50%);
        } 
    
    /* Input */
        .temporaire_field {
            position: relative;
            width:90%;
            max-width: 300px;
            margin:60px auto 0;
        }
        .temporaire_field:after {
            content: '€';
            position: absolute;
            top:0;
            height:53px;
            line-height:53px;
            font-size: 35px;
            font-weight: bold;
            right:20px;
        }
        .temporaire_field input{
            width:100%;
            margin: 0 auto;
            text-align:center;
            font-weight: bold;
            font-size: 35px;
            line-height: 50px;
            border:solid 1px #18453F;
            border-radius: 25px;
            background-color: rgba(217, 235, 233, 0.58);
            box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 10%);
        }







/************************************************************************************************************************************************************/
/*  POSITIONNEMENT TEXTE / IMAGES                                                                                                                           */
/************************************************************************************************************************************************************/

    .image_droite {
        position: relative;
        z-index: 0;
        float: right;
        min-width: 370px;
        padding-left: 30px;
        padding-bottom: 30px;
        margin-bottom: 0 !important;
        /* max-width: 500px; */
    }

    .image_droite:before,
    .image_droite:after{
        content:'';
        position:absolute;
        z-index: -1;
        background-size:contain;
        background-repeat: no-repeat;
        background-position: center;
        
        opacity: 0.4;
        width: 50%;
        height: 50%;
    }
    .image_droite:before{
        bottom:0;
        left: 0;
        transform: translateX(-5%) translateY(5%);
        background-image:url('../images/design/bubble-left.svg');
        -webkit-animation: opening_bubble 2.5s ease forwards;
    }
    .image_droite:after{
        top:0;
        right: 0;
        transform: translateX(5%) translateY(-5%);
        background-image:url('../images/design/bubble-right.svg');
        -webkit-animation: opening_bubble_right 2.5s ease forwards;
    }

    @-webkit-keyframes opening_bubble {
        0% { 
            opacity: 0.4;
            width: 50%;
            height: 50%;
            transform: translateX(-5%) translateY(5%);
        }
        50%{
            width: 80%;
            height: 80%;
        }
        100% { 
            opacity: 0.7;
            width: 80%;
            height: 80%;
            transform: translateX(-25%) translateY(25%);
        }
    }

    @-webkit-keyframes opening_bubble_right {
        0% { 
            opacity: 0.4;
            width: 50%;
            height: 50%;
            transform: translateX(5%) translateY(-5%);
        }
        50%{
            width: 80%;
            height: 80%;
        }
        100% { 
            opacity: 0.7;
            width: 80%;
            height: 80%;
            transform: translateX(25%) translateY(-25%);
        }
    }







    
/************************************************************************************************************************************************************/
/*  DONATIONS PAGES                                                                                                                                            */
/************************************************************************************************************************************************************/
    /* Layout */
        .donations .et_pb_toggle_content > .et_pb_section{
            padding-left: 0;
            padding-right: 0;
            width:100%;
            max-width: 100%;
        }
        .donations .et_pb_toggle_title{
            position:inherit;
            width:90%;
            max-width: 90%;
            margin:0 auto;
        }
        .donations .et_pb_toggle_title:before{
            color: rgb(35 86 79 / 67%);
            position: absolute;
            top: 50%;
            right: 40px;
            font-size: 29px;
        }
        .donations .et_pb_toggle_title.beforeToggleContent:before{
            content:none;
            display:none;
        }

    /* CHECKBOX RADIO BUTTON */
        #btn_devises,
        #btn_devises ul{
            padding:0;
            margin:0;
            list-style-type: none;
        }
        #btn_devises li{
            position: relative;
            margin-bottom: 4px;
        }
        #et-boc .checkmark {
            position: relative;
            top:-1px;
            vertical-align: middle;
            background-color:#fff;
            border:solid 1px #306F67;
            border-radius: 50%;
            display: inline-block;
            cursor:pointer;
        }
        #et-boc .checkmark:before{
            content:'';
            display: block;
            width:100%;
            height:100%;
            border:solid 1px #fff;
            background-color: #306F67;
            border-radius: 50%;
            box-sizing: border-box;
            opacity: 0;
            transition: 0.1s opacity;
        }
        #et-boc .checkmark.active:before{
            opacity: 1;
        }
        #et-boc .checkmark:after{
            content:none;
            display: none;
        }
        #et-boc .checkmark + p,
        #et-boc .checkmark + span{
            display: inline-block;
            margin-left:5px;
        }
    /* Tarifs devises */
        .devises,
        .devises ul{
            padding:0;
            margin:0;
            list-style-type: none;
            font-weight:bold;
        }
        /* .devises li.dirham{ */
        .devises li.euro{
            display: none;
        }
    /* Choix du montant */
        #montant .checkmark{
            margin-bottom: 10px;
        }
        #colonnedonlibre input,
        .formDonLibre input[name="wc-donation-price"]{
            display: block !important;
            opacity: 1;
            border-radius: 6px;
            text-align: center;
            line-height: 22px;
            margin-top: 0px;
            width: 100%;
            position: relative;
            top: -2px;
            border:solid 1px #BBBBBB !important;
        }
    /* Don montant libre */
        .formDonLibre .row2,
        .formDonLibre .row3,
        .formDonLibre .row4,
        .formDonLibre label[for="donation-price"]{
            display: none;
        }
        .formDonLibre input[name="wc-donation-price"]{
            top:0;
            line-height: 30px;
            max-width: 500px;
        }
        .formDonLibre .price-wrapper::after{
            content:'MAD';
        }
        .formDonLibre .price-wrapper[data-devise="euro"]::after{
            content:'€';
        }
    /* Formulaire original */
        /* .showSubmitForm .wc-donation-in-action .row1,
        .showSubmitForm .wc-donation-in-action label{
            display: none;
        } */
        /* .showSubmitForm .wc-donation-in-action .row2{
            text-align: center;
        }
        .showSubmitForm .wc-donation-in-action .wc-donation-f-submit-donation{
            align-self: center;
            background: #306F67 !important;
            border:0;
            color: #ffffff !important;
            border-radius: 10px;
            padding: 13px 40px;
            font-weight: 700;
            font-size: 16px;
            line-height: 1.2em;
            margin-top: 40px;
            margin-bottom: 10px;
            box-shadow: 0px 5px 11px 0px rgb(0 0 0 / 25%);
            cursor:pointer;
            -webkit-box-shadow: 0px 5px 11px 0px rgb(0 0 0 / 25%);
            -moz-box-shadow: 0px 5px 11px 0px rgba(0,0,0,0.25);
            -webkit-box-transition: all 300ms ease 0ms;
            transition: all 300ms ease 0ms;
        }
        .showSubmitForm .wc-donation-in-action .wc-donation-f-submit-donation:hover{
            opacity: 0.9;
            letter-spacing: 1px;
        } */






/************************************************************************************************************************************************************/
/*  Thank you page                                                                                                                                            */
/************************************************************************************************************************************************************/
    
    .et_pb_db_thankyou_payment_details table{
        margin:0 auto 20px;
    }
    .et_pb_db_thankyou_payment_details table + table{
        margin-top:-10px;
    }
    .et_pb_db_thankyou_payment_details table th,
    .et_pb_db_thankyou_payment_details table td {
        padding: 2px 30px;
        line-height: 17px;
        text-align: center;
    }





/************************************************************************************************************************************************************/
/*  AUTRES                                                                                                                                            */
/************************************************************************************************************************************************************/

    .et_pb_toggle_open .et_pb_toggle_title:before {
        display: block !important;
        content: "\e04f";
    }

    /* Multilingue */
        .woo-multi-currency.wmc-sidebar.wmc-right{
            right: -100%;
            opacity: 0;
            z-index: -1;
        }




/************************************************************************************************************************************************************/
/*  RESPONSIVE                                                                                                                                            */
/************************************************************************************************************************************************************/
    
    @media (max-width: 980px){
        .et_pb_column.max_md_mb_55 {
            margin-bottom: 55px;
        }
    }