/*
 Theme Name:     twentysixteen Child Theme
 Theme URI:
 Description:    A bare-bones child theme for use with twentysixteen Theme from <a href="https://wordpress.org/">Wordpress</a>. To use this Child Theme, you must have <a href="https://wordpress.org/themes/twentysixteen/">twentysixteen</a> parent theme installed.
 Author:         Arnaud SALES
 Author URI:
 Template:       twentysixteen
 Version:        1.0.0
*/
body{margin:0 !important}
#mega-menu-primary {
    z-index: 5;
}

.clickable {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1;
}

.mega-menu-link:hover {
    cursor: pointer !important;
}

.preheaderdopamine {
    float:right;
    height:35px;
    background:#f8efe2;
    text-align:right;
    padding-right:10px;
}

.preheaderdopamine a, .preheaderdopamine a:hover, .preheaderdopamine a:visited {
    color: rgb(26, 26, 26);
}

.headerinstit p {
    max-width: 800px;
    margin-bottom: 0px !important;
    padding-top: 40px;
    padding-bottom: 40px;
    line-height: 50px;
    font-style: normal;
    color: #ffffff;
    font-family: seravekbold;
    font-size: 40px;
    font-weight: 100;
    text-shadow: 0.75px 0.75px 0.05em #000000 !important;
}
.headerinstit.home_headerinstit p{
    text-shadow: 0.75px 0.75px 0.05em #000000;
}
.contenupage article.page.type-page {
    margin-bottom: 40px;
}

.search-no-results .headerinstit {
    display: none;
}


.articlesuivant li {
    display: none !important;
}

.articlesuivant li.pageprecedente {
    display: block !important;
    /*float: left;*/
    position: absolute;
    top: 0px;
    max-width: 40%;
}

.articlesuivant li.pagesuivante {
    display: block !important;
    /*float: right;*/
    position: absolute;
    top: 0px;
    right: 0px;
    max-width: 40%;
}
.articlesuivant li.pagesuivante .children {
    display: none;
}

.articlesuivant li.pageprecedente a:before {
    content: "<< ";
}

.articlesuivant li.pagesuivante a:after {
    content: ' >>';
}


.page-id-307 div.articlesuivant div.navigation div.alignright {
    display: none;
}

.chevron a::before {
    content: "> ";
    margin-right: 10px;
    text-decoration: none !important;
}

.link-widget a:hover {
    text-decoration: none !important;
}
.link-widget a {
    text-decoration: underline !important;
}

.current-page-ancestor .sub-menu {
    display: block !important;
}

.current-menu-ancestor.menu-item-has-children .sub-menu {
    display: block !important;
}


.current-menu-item.menu-item-has-children .sub-menu {
    display: block !important;
}


#sidebarmenu, #sidebarmenu .menu {
    margin-left: 0px !important;
}
#sidebarmenu .menu li a {
    padding: 15px 35px 15px 10px;
    font-size: 16px;
    font-weight: 700;
    background-color: #666;
    color: #fff;
}






#sidebarmenu .menu li a:hover {
    background-color: #fff;
    color: #bc013f;
}

#sidebarmenu .menu .current-menu-item.menu-item-has-children .sub-menu a {
    color: #000;
    background-color: #fff;
    font-weight: 100;
    padding-left: 20px;
}

#sidebarmenu .menu .current-page-ancestor.menu-item-has-children .sub-menu a {
    color: #000;
    background-color: #fff;
    font-weight: 100;
    padding-left: 20px;
}

#sidebarmenu .menu .current-menu-item.menu-item-has-children .sub-menu a:hover {
    background-color: #f8f2f5;
    color: #000;
}

#sidebarmenu .menu .current-page-ancestor.menu-item-has-children .sub-menu a:hover {
    background-color: #f8f2f5;
    color: #000;
}


#sidebarmenu .menu .current-menu-item.menu-item-has-children a {
    background-color: #bc013f;
    color: #fff;
}

#sidebarmenu .menu .current-menu-item a {
    background-color: #bc013f;
    color: #fff;
}


#sidebarmenu .menu .current-page-ancestor.menu-item-has-children a{
    background-color: #bc013f;
    color: #fff;
}


#sidebarmenu .menu .current-page-ancestor.menu-item-has-children a:hover {
    background-color: #bc013f;
    color: #fff;
}

#sidebarmenu .menu .current-menu-item.menu-item-has-children a:hover {
    background-color: #bc013f;
    color: #fff;
}

#sidebarmenu .menu .current-menu-item a:hover {
    background-color: #bc013f;
    color: #fff;
}


#sidebarmenu .menu .sub-menu li a {
    background-color: #fff;
    color: #000;
    font-weight: 100;
    padding-left: 20px;
}

#sidebarmenu .menu .sub-menu li a:hover {
    background-color: #f8f2f5;
}




.current-page-ancestor.menu-item-has-children .easy-sidebar-menu-widget-toggler {
    display: none !important;
}


.current-menu-item.menu-item-has-children .easy-sidebar-menu-widget-toggler {
    display: none !important;
}

.current-menu-ancestor.menu-item-has-children .easy-sidebar-menu-widget-toggler {
    display: none !important;
}

.sub-menu .current_page_item a {
    color: #bc013f !important;
}

.sub-menu .current-page-ancestor a {
    color: #bc013f !important;
}


.easy-sidebar-menu-widget-toggler i {
    background: url("/wp-content/themes/twentysixteen-child/img/icone/flecheblanche.png");
    height: 100% !important;
    width: 34px !important;
    color: transparent !important;
    background-repeat: no-repeat;
    background-position: center;
    border: none !important;
}
.easy-sidebar-menu-widget-toggler:hover {
    background-color: #bc013f !important;
    border: none !important;
}
.easy-sidebar-menu-widget-toggler {
    height: 100% !important;
    padding: 0px !important;
    background-color: #767676 !important;
    border: none !important;
    top: 0px !important;
}
.easy-sidebar-menu-widget-toggler.toggle__open i {
    transform: rotate(90deg);
}



.single-questionsreponses #menu-item-402 .sub-menu {
    display: block;
}


.single-questionsreponses #menu-item-402 .easy-sidebar-menu-widget-toggler {
    display: none !important;
}


.single-questionsreponses #menu-item-406 a {
    color: #bc013f !important;
}


.single-post #menu-item-931 a {
    background-color: #bc013f !important;
    color: #fff !important;
}


.page-id-294 #menu-item-914 a {
    background-color: #bc013f !important;
    color: #fff !important;
}

.page-id-748 #menu-item-914 a {
    background-color: #bc013f !important;
    color: #fff !important;
}


.widget {
    border-top: 0px !important;
}

/***************************************************************************************************/
/*************************************          TEMPLATE           *********************************/
/***************************************************************************************************/

/***** suppression de la sidebar sur le modèle full width *****/

@media screen and (min-width: 56.875em) {
    .page-template-full-width-page .content-area
    {
        float: left;
        margin-right: -100%;
        width: 100%;
    }
}

/***** suppression de marge inutile qui viennent du thème twenty-sixteen *****/

body:not(.custom-background-image)::before, body:not(.custom-background-image)::after {
    display: none;
}
body .site {
    margin: 0px;
}
body .site .site-inner .site-header {
    padding: 0 !important;
}
body .site .site-inner .site-content {
    padding: 0;
}
body .site .site-inner .site-content #primary #main {
    margin-bottom: 0;
}
@media screen and (min-width: 1214px) {
    body .site .site-inner .site-header {
        padding: 0px 4.5455%;
    }
}
.no-sidebar .twentysixteen .site-main {
    margin-left: 0;
    margin-right: 0;
}

/***** couleur de fond *****/

body .site .site-inner .site-content {
    background-color: #f5f5f5;
}

/***** police *****/

@font-face {
    font-family: "A little sunshine";
    src: url("/wp-content/themes/twentysixteen-child/font/alittlesunshine.ttf");
}
@font-face {
    font-family: "DejaVu Sans";
    src: url("fonts/DejaVuSans-Oblique.ttf");
    font-style: italic, oblique;
}
@font-face {
    font-family: "seravek";
    src: url("/wp-content/themes/twentysixteen-child/font/Seravek.ttf");
}

@font-face {
    font-family: "seravekbold";
    src: url("/wp-content/themes/twentysixteen-child/font/Seravek-Bold.ttf");
}

@font-face {
    font-family: "seravekbolditalic";
    src: url("/wp-content/themes/twentysixteen-child/font/Seravek-BoldItalic.ttf");
}


h2 {
    font-family: seravekbold !important;
    font-weight: 100;
    color: #353535;
}


/***** style particulier *****/

hr {
    clear: both;
}

/***** bouton *****/

a.btshortcode {
    background-color: #bb013d;
    border: 1px solid #bb013d;
    color: #fff !important;
    font-size: 16px;
    padding: 10px 20px;
    transition: all 0.4s ease 0s;
    text-decoration: none !important;
}
a.btshortcode:hover {
    background-color: #fff;
    border: 1px solid #bb013d;
    color: #bb013d !important;
}

.entry-summary {
    margin-bottom: 20px;
}

.entry-content a, .entry-summary a, .taxonomy-description a, .logged-in-as a, .comment-content a, .pingback .comment-body > a, .textwidget a, .entry-footer a:hover, .site-info a:hover {
    box-shadow: none !important;
}

.contenupage a {
    color: #bc013f;
    text-decoration: underline;
    transition: 0.2s;
}
.contenupage a:hover {
    text-decoration: none;
}
/*.contenupage a[href$=".pdf"]:before {
    content: '';
    background-image: url('/wp-content/themes/twentysixteen-child/img/icone/iconpdfnoir.png');
    width: 20px;
    height: 29px;
    display: inline-block;
    margin-right: 5px;
    color: transparent;
    transform: translateY(5px);
}*/
.contenupage a[target="_blank"]:hover {
    cursor: url(/wp-content/themes/twentysixteen-child/img/cursorlink.png), default;
}


.toc_list a {
    border-bottom: none !important;
}
.toc_list a:hover {
    color: #bc013f !important;
}

/***** Mise en forme du texte *****/

H1, H3,H4, H5, H6, p, a, span {
    font-family: "seravek",helvetica,arial,serif;
}
.page h1, .page h2, .page h3, .page h4, .page h5, .page h6, {
    clear: none !important;
}

h2 {
    font-size: 36px !important;
    font-style: normal;
    line-height: 30px !important;
    text-transform: uppercase;
}
@media screen and (max-width: 820px) {
    h2 {
        font-size: 28px !important;
        line-height: 24px !important;
    }
}

.contenupage h2 {
    color: #bc013f;
    font-size: 24px !important;
    text-transform: none !important;
    font-style: normal;
    line-height: 30px !important;
    margin-bottom: 15px;
}
.contenupage h3 {
    color: #bc013f;
    font-size: 20px !important;
    text-transform: none !important;
    font-style: normal;
    line-height: 25px !important;
    margin-bottom: 15px;
}

.questionreponse h2 a {
    border: 0px;
}
.questionreponse h2 a:hover {
    color: #bc013f !important;
}

.contenupage li {
    font-family: "seravek",helvetica,arial,serif;
}

/***** pagination *****/

.pagination {
    border: medium none !important;
    clear: both !important;
    margin-bottom: 0px !important;
}
.pagination .page-numbers {
    border: 1px solid #666666;
    color: #666666;
}
.pagination .prev, .pagination .next {
    background: #fff none repeat scroll 0 0 !important;
    border: 1px solid #666666;
    color: #666666 !important;
}
.pagination .page-numbers:hover, .pagination .prev:hover, .pagination .next:hover {
    background: #bc013f none repeat scroll 0 0 !important;
    border: 1px solid #bc013f !important;
    color: #fff !important;
}
.pagination::before, .pagination::after {
    position: relative !important;
}
.pagination .current {
    background-color: #bc013f;
    border: 1px solid #bc013f;
    color: #fff;
}

/***** dropdown *****/

.filtre select {
    font-family: "seravek",helvetica,arial,serif;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    border: 1px solid #111;
    background: transparent;
    padding: 5px 35px 5px 5px;
    font-size: 16px;
    border: 1px solid #666;
    height: 34px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.filtre {
    float: left;
}
.filtre input {
    padding-bottom: 0;
    padding-top: 0;
    background-color: #fff !important;
    border: 1px solid #666 !important;
    border-radius: 0 !important;
    font-size: 16px !important;
    height: 34px !important;
    margin-bottom: 10px;
    margin-right: 10px !important;
    margin-top: 10px;
    width: auto !important;
}
.button-filtre button {
    background-color: #bc013f;
    border-radius: 0px !important;
    font-size: 13px;
    padding: 9px;
    margin-top: 10px;
    border: 1px solid #bc013f;
    font-weight: 100;
    transition: 0.3s;
}
.button-filtre button:hover {
    background-color: #fff;
    color: #bc013f;
}
.colonnegauche {
    float: left;
    width: 50%;
}
.colonnedroite {
    float: left;
    width: 50%;
}
.colonne {
    clear: both;
    overflow: hidden;
}
.selecteur p {
    margin-bottom: 0 !important;
}
@media screen and (max-width: 820px) {
    .selecteur .colonnegauche,
    .selecteur .colonnedroite {
        width: 100%;
    }
    .selecteur .filtre {
        width: 82%;
        margin-right: 2%;
    }
}



/***************************************************************************************************/
/*************************************           HEADER            *********************************/
/***************************************************************************************************/

/***** gestion des 3 header selon résolution *****/

/* Desktop */
@media screen and (min-width: 1061px) {
    .headertablette {
        display: none !important;
    }
    .headermobile {
        display: none !important;
    }
}

/* Tablette */
@media screen and (min-width: 820px) and (max-width: 1061px) {
    .desktop {
        display: none !important;
    }
    .headermobile {
        display: none !important;
    }
}
.site-header.headertablette {
    padding-left: 10px;
    padding-right: 10px;
}
.headertablette .tablettemenulogosearch {
    width: calc(100% - 255px);
}
.headertablette .tablettemenulogosearch .topmenu ul {
    float: left;
    padding-top: 10px;
}
.headertablette .tablettemenulogosearch .logotagline {
    float: left;
    width: 50%;
}
.headertablette .tablettemenulogosearch .menuetrecherche {
    display: table-cell;
    float: left !important;
    width: 45%;
}
.headertablette .menucta {
    min-width: 255px !important;
    padding: 0 !important;
}

/* mobile */
@media screen and (max-width: 820px) {
    .headertablette {
        display: none !important;
    }
    .desktop {
        display: none !important;
    }
    .logotagline {
        margin-left: 15%;
        margin-top: 0 !important;
        width: 50% !important;
    }
}

/* repartition des largeurs desktop */
.logotagline {
    width: 20%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.menuetrecherche {
    width: 45%;
    padding: 0px 10px;
}
.menucta {
    width: 35%;
    padding: 0px 0px 0px 10px;
}
#menu-topbar {
    margin-bottom: 15px;
    margin-top: 15px;
}

/***** MENU *****/

/*** Menu top bar ***/
.topmenu .menu {
    float: right;
}
.topmenu .menu li {
    display: inline-block;
}
.topmenu .menu li a {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    margin-right: 10px;
    transition: 0.3s;
}
.topmenu .menu li a:hover {
    color: #bc013f;
}
.topmenu .menu .menubold a:hover {
    color: #bc013f;
}
.menuicon .fa {
    font-size: 25px;
    transition: 0.3s;
}
.menuicon .fa:hover {
    color: #bc013f;
    transition: 0.3s;
}
.firsticon {
    border-left: 1px solid #bbbbbb;
    padding-left: 10px;
}

/*** menu CTA ***/

.menucta .menu {
    margin-bottom: 15px;
}
.menucta .menu li {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
}

/* bouton "boutique" */
.menucta .menu li.ctaboutique {
    background: #04b4bf;
    height: 104px !important;
    width: 100px;
}
.menucta .menu li.ctaboutique a {
    color: #fff;
    position: absolute;
    top: 71px;
    margin-left: 13px;
}
.menucta .menu li.ctaboutique a:before {
    background: url("/wp-content/uploads/2016/06/iconboutique.png");
    content: '';
    position: absolute;
    top: -50px !important;
    color: transparent !important;
    height: 104px;
    width: 100px;
    background-repeat: no-repeat;
    background-position: center top;
    margin-left: -13px !important;
}

.ctaboutique:hover {
    background-color: #00969d !important;
}
.ctadon:hover {
    background-color: #a80033 !important;
}

/* bouton "faire un don" */
.menucta .menu li.ctadon {
    background: #bc013f;
    height: 104px !important;
    width: 130px;
}
.menucta .menu li.ctadon a {
    color: #fff;
    position: absolute;
    top: 71px;
    margin-left: 17px;
}
.menucta .menu li.ctadon a:before {
    background: url("/wp-content/uploads/2016/06/icondon.png");
    content: '';
    position: absolute;
    top: -50px !important;
    color: transparent !important;
    height: 104px;
    width: 130px;
    background-repeat: no-repeat;
    background-position: center top;
    margin-left: -17px !important;
}

/* bouton "adhérer" */
.menucta .menu li.ctaadherer {
    background: #f8efe2;
    height: 104px !important;
    width: 140px;
}
.menucta .menu li.ctaadherer a {
    color: #000;
    font-size: 9px;
    position: absolute;
    top: 81px;
    margin-left: 13px;
}
.menucta .menu li.ctaadherer a:before {
    background: url("/wp-content/uploads/2020/11/icondopamine.png");
    content: '';
    position: absolute;
    top: -50px !important;
    color: transparent !important;
    height: 104px;
    width: 140px;
    background-repeat: no-repeat;
    background-position: center top;
    margin-left: -13px !important;
}

.ctaboutique:hover {
    background-color: #00969d !important;
}

@media screen and (max-width: 1200px) {
.menucta .menu li.ctaadherer {display:none !important;}
}

@media screen and (min-width: 1020px) and (max-width: 1080px) {
    .menucta .menu li.ctadon{width:120px;}
    .menucta .menu li.ctadon a{margin-left: 13px; top:71px;}
    .menucta .menu li.ctaboutique a {top:71px;}
    .menucta .menu li.ctaboutique {margin-left: 50px !important}
    .preheaderdopamine {display:none;}
}
@media screen and (min-width: 820px) and (max-width: 1061px) {
    .menucta {
        position: absolute;
        top: 0;
        right: 0;
    }
    .menucta .menu li.ctaboutique a {top:71px;}
    .menucta .menu li.ctadon a {top:71px;}
}

@media screen and (max-width: 820px) {
    .menucta .menu {
        margin-bottom: 0;
    }
    .menucta .menu li.ctaboutique {
        display: none !important;
    }
    /*
        .menucta .menu li.ctaboutique {
            font-size: 10px;
            height: 70px !important;
            width: 75px;
        }
        .menucta .menu li.ctaboutique a {
            top: 41px;
        }
        .menucta .menu li.ctaboutique a:before {
            background-size: 30px 29px;
            top: -31px !important;
            height: 78px;
            width: 75px;
        }
    */
    .menucta .menu li.ctadon {
        display: none !important;
    }
    .menucta .menu li.ctaadherer {
        display: none !important;
        font-size: 10px;
        height: 70px !important;
        width: 69px;
    }
    .menucta .menu li.ctaadherer a {
        top: 25px;
    }
}

/*** Menu principal ***/

.site-header-menu {
    background-color: #666666;
    display: flex;
    flex: 0 1 100%;
    margin: 0 !important;
    width: auto;
}
ul.mega-sub-menu .mega-current-page-ancestor a.mega-menu-link, ul.mega-sub-menu .mega-current-menu-item a.mega-menu-link {
    color: #bc013f !important;
    background: #fff !important;
}
ul.mega-sub-menu a.mega-menu-link {
    color: #666 !important;
}
.mega-current-page-ancestor.mega-hide-arrow a, .mega-current-menu-item.mega-hide-arrow a {
    color: #fff !important;
    background: #bc013f !important;

}

.mega-current-page-ancestor.mega-hide-arrow .widget-custom .link-widget a, .mega-current-menu-item.mega-hide-arrow .widget-custom .link-widget a {
    background: none !important;
    color: #bc013f !important;
}



@media screen and (min-width: 820px) {
    #site-navigation {
        width: auto;
        margin: auto;
    }
    #mega-menu-wrap-primary .mega-menu-toggle {
        display: none;
    }
    #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
        display: block;
        background: none;
    }
    #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary > li {
        display: inline-block;
    }
    #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary > li > ul.mega-sub-menu {
        position: absolute;
        left: 0;
    }
}

@media screen and (min-width: 820px) and (max-width: 1061px) {
    #site-navigation {
        width: auto;
        margin: auto;
    }
    #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary li.mega-menu-item a.mega-menu-link {
        font-size: 14px;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
        padding: 15px !important;
        height: 50px !important;
    }
}

@media screen and (max-width: 820px) {
    #mega-menu-wrap-primary .mega-menu-toggle {
        display: block;
    }
    #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
        display: none;
    }
}

/* menu - accueil */

.mega-current-menu-item .dashicons-admin-home.mega-menu-link {
    background: #bb013f !important;
    background-image: url('/wp-content/uploads/2016/08/iconhome.png') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.dashicons-admin-home.mega-menu-link {
    color: transparent !important;
    background: #686868 !important;
    background-image: url('/wp-content/uploads/2016/08/iconhome.png') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.dashicons-admin-home.mega-menu-link:hover {
    background: #fff !important;
    background-image: url('/wp-content/themes/twentysixteen-child/img/icone/iconhomerouge.png') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}


/* menus masqués */
#mega-toggle-block-2, #mega-toggle-block-3 {
    display: none !important;
}

@media screen and (max-width: 820px) {
    .site-header-menu {
        display: inline-block;
        flex: none;
        height: 74px;
        padding: 0;
        position: absolute;
        top: -10px !important;
        width: 15%;
    }
    #mega-menu-wrap-primary {
        background-color: #ffffff !important;
    }
    .site-header-menu .mega-menu-toggle {
        background-color: #ffffff !important;
        height: 75px !important;
        line-height: 74px !important;
        padding-top: 10px !important;
    }
    #mega-toggle-block-1:before {
        color: #000000 !important;
        font-size: 44px !important;
        margin: 0 !important;
        padding-right: 15px !important;
    }
    #mega-toggle-block-1:after {
        display: none;
    }
    .site-header-menu .main-navigation ul#mega-menu-primary {
        min-width: 260px;
    }
}

.mega-menu-columns-1-of-4 {
    border-right: 1px solid #eee !important;
}

.mega-sub-menu .mega-menu-item-object-page {
    background-color: #fff !important;
}


.mega-menu-columns-1-of-4 .mega-menu-item-object-page {
    border-bottom: 1px solid #eee !important;
}
.mega-menu-columns-1-of-4 .mega-menu-item-object-page a {
    font-family: "seravek",helvetica,arial,serif !important;
    font-size: 17px !important;
    font-weight: 100 !important;
    max-width: 100%;
    text-align: center !important;
}
.mega-menu-item-type-widget {
    height: 222px !important;
    overflow: hidden !important;
}
@media screen and (max-width: 820px) {
    .mega-menu-item-type-widget {
        display: none !important;
    }
}
.mega-colonnelien a.mega-menu-link {
    display: none !important;
}
.mega-sub-menu .mega-menu-item-type-post_type a.mega-menu-link {
    border-bottom: 1px solid #eee !important;
    display: block !important;
    height: 110px !important;
    line-height: 20px !important;
    margin: 0 !important;
    padding: 30px !important;
    max-width: 100% !important;
    background-color: #fff !important;
}
.mega-sub-menu {
    background-color: #eee !important;
}
.mega-sub-menu .mega-menu-item-type-post_type:hover {
    background-color: #f8f2f5 !important;
}
.mega-sub-menu .mega-menu-item-type-post_type a.mega-menu-link:hover {
    background-color: transparent !important;
    color: #bc013f !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0 !important;
}

/* mega menu widget */
.mega-menu-item-type-widget .model-1 {
    height: 222px !important;
    display: block !important;
}
.mega-menu-item-type-widget .titre-widget {
    font-size: 16px !important;
}
.mega-menu-item-type-widget img {
    width: auto !important;
    max-height: 80px !important;
}

.mega-menu-item-type-widget .link-widget {
    border: medium none !important;
    padding-bottom: 0 !important;
    padding-top: 5px !important;
    width: 100% !important;
}
.mega-menu-item-type-widget .link-widget a {
    box-shadow: none !important;
    text-align: center !important;
}
.mega-menu-item-type-widget .widget-custom.model-1 {
    height: 222px !important;
}

.mega-menu-item-type-widget .titre-widget {
    padding-bottom: 10px !important;
}
.mega-menu-item-type-widget .model-4 .text-widget {
    font-size: 15px;
    padding-bottom: 5px !important;
    width: 100% !important;
}
.mega-menu-item-type-widget .model-4.widget-custom {
    display: block !important;
    height: 222px !important;
    padding: 15px !important;
}
.mega-menu-item-type-widget .model-4 .content-widget a {
    margin: auto 0 !important;
}


.mega-menu-item-type-widget .widget-custom.model-2 {
    display: block !important;
    height: 222px !important;
}

.mega-menu-columns-1-of-4.widget_text {
    border: medium none !important;
}
#mega-menu-primary .mega-sub-menu {
    background-color: transparent !important;
}



/***** Barre de recherche *****/

#formulairerecherche {
    width: 250px;
    border: 1px solid #bbbbbb;
    border-radius: 0px;
    background-color: #fff;
    height: 40px;
    font-family: "seravek",helvetica,arial,serif;
    color: #999999;
    font-style: oblique;
    font-size: 16px;
    margin: 0;
    float: left;
}

/* bouton */
#searchsubmit {
    width: 40px;
    height: 40px;
    background-color: #bbbbbb;
    border: 1px solid #bbbbbb;
    border-radius: 0;
    font-family: fontawesome;
    font-size: 25px;
    margin: 0;
    padding: 0;
    transition: all 0.6s ease 0s;
    float: left;
}
#searchsubmit:hover {
    background-color: #fff;
    color: #bc013f;
    transition: all 0.3s ease 0s;
}

@media screen and (min-width: 1061px) {
    #formulairederecherhce {
        width: 300px;
        float: right;
        margin-bottom: 15px;
    }
}

@media screen and (min-width: 820px) and (max-width: 1061px) {
    #formulairederecherhce {
        width: 305px;
        float: right;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 820px) {
    .menuetrecherche {
        background-color: #666666;
        box-sizing: content-box;
        clear: right !important;
        display: block !important;
        padding: 2%;
        width: 100%;
    }
    #formulairederecherhce {
        width: 100%;
    }
    #formulairerecherche {
        width: 81%;
        padding: 0 7px;
    }
}


/* logo faciliti */

.logofacilitiheader {
    float: right;
    overflow: hidden;
}
.logofacilitiheader img {
    transform: translateX(220px);
    transition: 0.3s;
}
.logofacilitiheader img:hover {
    transform: translateX(0px);
}


/* menu coté derniere version */



.cmw-level-1 {
    padding: 0 !important;
}
.cmw-level-1 li {
    padding: 0 !important;
}
.cmw-level-1::after {
    display: none !important;
}
.cmw-level-1 a:after {
    content: "";
    background-image: url("/wp-content/themes/twentysixteen-child/img/icone/flecheblanche.png");
    height: 26px;
    width: 14px;
    float: right;
    margin-right: 10px;
}
.cmw-level-1 a {
    padding-top: 15px !important;
    display: block;
    padding-bottom: 15px;
    padding-left: 10px;
    width: 100%;
    margin-right: 30px !important;
}
.cmw-level-1 .sub-menu {
    margin-top: 0px !important;
}

.cmw-level-1 a::after {
    display: none !important;
}
.cmw-level-1.cmw-menu-item-had-children a {
    background: url("/wp-content/themes/twentysixteen-child/img/icone/flecheblanche.png");
    background-repeat: no-repeat;
    background-position: calc(100% - 10px);
    padding-right: 30px;
    display: block !important;
}

.cmw-level-1.current-menu-item.cmw-has-submenu a {
    background: rgba(0, 0, 0, 0) url("/wp-content/themes/twentysixteen-child/img/icone/flecheblanchebas.png") no-repeat scroll calc(100% - 10px) center;
    margin-right: 45px !important;
}


/***************************************************************************************************/
/*************************************             FOOTER        *********************************/
/***************************************************************************************************/

.site-footer {
    clear: both;
}
#colophon {
    background-color: #3b3b3b;
    padding: 0px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.contentfooter {
    margin: auto;
    padding-top: 15px;
}

/* menu - plan du site & mentions légales */
#menu-menu-footer li {
    display: inline;
}
#menu-menu-footer li a {
    color: #fff;
    padding-right: 10px;
    text-decoration: underline;
}
#menu-menu-footer li a:hover {
    text-decoration: none;
}

/* copyright */
.mentionfooter {
    float: left;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 12px;
    color: #fff;
}

@media screen and (min-width: 1061px) {
    .logofaciliti {
        float: left;
        padding-left: 10px;
    }
}

@media screen and (min-width: 820px) {
    .menufooter {
        float: left;
        margin-top: 12px;
        width: auto;
    }
    /* menu - plan du site & mentions légales */
    #menu-menu-footer li a {
        border-right: 2px solid #fff;
    }
    /* logo */
    .logofaciliti {
        padding-top: 10px;
    }
}

@media screen and (max-width: 820px) {
    /* menu - plan du site & mentions légales */
    #menu-menu-footer li:nth-child(1) a {
        border-right: 2px solid #fff;
        margin: 5px;
    }
    /* copyright */
    .mentionfooter {
        clear: left;
    }
}



/***************************************************************************************************/
/*************************************            HOMEPAGE         *********************************/
/***************************************************************************************************/

#primary {
    padding: auto 25px;
}
.uncinquieme {
    display: inline;
    float: left;
    margin : 0 1%;
    min-width: 145px;
    width: 18%;
}
.deuxtiers {
    float: left;
    width: 70%;
}
.untiers {
    display: inline-block;
    margin-bottom: 20px;
    width: 30%;
}


/****** Slider ******/

.headerinstit {
    padding: 50px;
    background-size: cover !important;
}
.headerinstitlink{
    z-index: 2;
    position: relative;
    max-width: 441px;
}
.headerinstit h1 {
    color: #FFFFFF;
    font-size: 40px;
    font-style: normal;
    line-height: 50px;
    margin-bottom: 0px;
    max-width: 800px;
    padding-top: 40px;
    padding-bottom: 40px;
    text-shadow: 0.75px 0.75px 0.05em #000000;
    font-family: seravekbold;
    font-weight: 100;
}
.headerinstit.home_headerinstit h1{
    text-shadow: 0.75px 0.75px 0.05em #000000;
}
.headerinstitlinkmobile {
    display: none;
}

/* Bouton : faire un don & facebook */
.boutonfaireundon, .boutonfacebook {
    color: #ffffff;
    display: inline-block;
    font-size: 22px;
    margin-bottom: 10px;
    padding: 15px;
    line-height: 51px;
}
.boutonfaireundon {
    background-color: #cd003b;
}
.boutonfaireundon:before {
    background-image: url("/wp-content/uploads/2016/06/icondon.png");
    display: inline-block;
    float: left;
    height: 51px;
    width: 56px;
    content:"";
    margin-right: 15px;
}

.boutonfaireundon:hover {
    background-color: #a80033;
    color: #ffff !important;
}
.boutonfacebook {
    background-color: #3c5a95;
    border: #3c5a95 1px solid;
    margin-left: 10px;
}
.boutonfacebook:hover {
    background-color: #fff;
    color: #3c5a95;
}
.boutonadherer {
    background-color: #0089c8;
    border: 2px solid #0089c8;
    color: #fff;
    font-size: 22px;
    font-weight: 100;
    padding: 24px 40px;
    margin-right: 15px;
    transition: 0.3s;
}
.boutonadherer:hover {
    color: #0089c8;
    background: #fff;
}

.boutonboutique {
    background-color: #04b4bf;
    color: #fff;
    font-size: 22px;
    font-weight: 100;
    padding: 24px 40px;
    margin-right: 15px;
    transition: 0.3s;
}
.boutonboutique:before {
    background-image: url("/wp-content/uploads/2016/06/iconboutique.png");
    background-size: 56px 51px;
    display: inline-block;
    float: left;
    content:"";
}
.boutonfaireundon:hover {
    background-color: #04b4bf;
    color: #ffff !important;
}

.boutondopamine {
  background-color: #f8efe2;
  color: #000;
  font-size: 14px !important;
}

.boutondopamine img {
  width: 80%;
  margin-bottom: 10px;
}

/* Texte */

.headerinstitimg.inverse {
    float: left;
    transform: scale(-1,1);
    margin-right: 10px;
}
.headerinstittext {
    z-index: 2;
    width: 250px !important;
}
.headerinstittext p {
    display: inline-block !important;
    text-align: center;
}


.headerinstittext p {
    color: #FFFFFF;
    font-family: "A little sunshine" !important;
    font-size: 24px;
    line-height: 24px;
    padding-top: 10px;
}

/* Image : flèche vers le haut */
.headerinstitimg {
    float: right;
    width: 20px;
}

@media screen and (min-width: 820px) {
    .boutonfaireundon {
        width: auto !important;
    }
}

@media screen and (max-width: 820px) {
    .home .headerinstit {
        padding: 30px 20px 10px 20px;
    }
    .headerinstit {
        padding: 5px 20px 5px 20px;
    }
    .headerinstit h1 {
        font-size: 22px;
        margin-bottom: 75px;
        text-align: center;
    }
    /* Zone de boutons */
    .headerinstitlink {
        display: none;
    }
    .headerinstitlinkmobile {
        display: block;
        overflow: hidden;
    }
    .boutonfaireundon, .boutonadherer, .boutonboutique, .boutondopamine {
        display: inline-block;
        float: left;
        font-size: 18px;
        height: 70px;
        line-height: 20px;
        margin: 1%;
        padding: 15px 10px;
        text-align: center;
        width: 48%;
    }
    .boutonadherer, .boutonfaireundon, .boutonboutique {
        padding: 25px 10px;
    }
    .boutonfaireundon:before, .boutonboutique:before {
        background-size: 25px 20px;
        height: 20px;
        width: 25px;
        margin-right: 5px;
    }
    /* Texte */
    .headerinstittext p {
        margin-bottom: 10px !important;
    }
    /* Image : flèche vers le haut */
    .headerinstitimg {
        display: none;
    }
}


/****** Comprendre Parkinson ******/

#primary .comprendreparkinson {
    align-items: center;
    background-color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    margin: 20px 25px;
    overflow: hidden;
    padding: 15px;
}

.comprendreparkinson img {
    float: left;
    margin-right: 15px;
}
.comprendreparkinson h3 {
    display: inline-block;
    font-size: 30px !important;
    font-style: normal !important;
    font-family: seravekbold;
    font-weight: 100;
    color: #3b3b3b;
}
.comprendreparkinson p {
    text-align: justify;
}
/* Bouton : en savoir plus */
.comprendreparkinson .untiers {
    text-align: center;
}
.comprendreparkinson .lien_savoir_plus {
    background-color: #bc013f;
    border: #bc013f 1px solid;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    margin: auto;
    padding: 20px 30px;
    text-align: center;
    transition: 0.3s;
}

.comprendreparkinson a:before {
    content: "ic";
    background-image: url('/wp-content/themes/twentysixteen-child/img/icone/plusblanc.png');
    height: 27px;
    width: 27px;
    color: transparent;
    display: inline-block;
    margin-right: 15px;
}

.comprendreparkinson a:hover:before {
    background-image: url("/wp-content/themes/twentysixteen-child/img/icone/plusrouge.png");
    color: transparent;
    content: "ic";
    display: inline-block;
    height: 27px;
    margin-right: 15px;
    width: 27px;
}

.comprendreparkinson a:hover {
    background-color: transparent;
    color: #bc013f;
}
.comprendreparkinson .fa-plus-circle {
    margin-right: 10px;
}

@media screen and (min-width: 820px) and (max-width: 1061px) {
    #primary .comprendreparkinson .untiers {
        text-align: right;
        width: 100%;
    }
    #primary .comprendreparkinson .deuxtiers {
        width: 100%;
    }
}

@media screen and (max-width: 820px) {
    #primary .comprendreparkinson {
        margin: 15px 10px 25px 10px;
    }
    .comprendreparkinson img {
        max-width: 10%;
    }
    .comprendreparkinson h3 {
        font-size: 20px !important;
    }
    #primary .comprendreparkinson .untiers {
        text-align: right;
        width: 100%;
    }
    #primary .comprendreparkinson .deuxtiers {
        width: 100%;
    }
    #primary .comprendreparkinson a {
        font-size: 14px;
    }
}


/***** On en parle *****/

#primary .blocactumobile {
    display: none;
}
#primary .blocactu {
    margin: 40px 25px;
    overflow: hidden;
}
#primary .blocactu h2 {
    margin-bottom: 20px;
}
.encar_onenparle {
    background-color: #ffffff;
    float: left;
    margin-bottom: 40px;
    width: 31.3333333%;
}
.encar_onenparle .content_onenparle p {
    min-height: 145px;
}
.encar_onenparle:nth-child(2), .encar_onenparle:nth-child(3) {
    margin-right: 3%;
}

@media screen and (min-width: 1061px)  {

    .flextest {
        display: flex !important;
        justify-content: space-between !important;
    }

    .encar_onenparle {
        background-color: #ffffff !important;
        float: none !important;
        margin-bottom: 0px !important;
        width: 31.3333333% !important;
    }
    .encar_onenparle:nth-child(2), .encar_onenparle:nth-child(3) {
        margin-right: 0% !important;
    }
}

/* Titre de l'encar */
.encar_onenparle h3 {
    font-size: 20px !important;
    margin: 10px;
    text-transform: uppercase;
    font-family: seravekbold;
    font-weight: 100;
    color: #3b3b3b;
}


/* Article */
.image_onenparle img {
    height: 250px;
    object-fit: cover;
    min-width: 100%;
}

.content_onenparle {
    margin: 15px;
}
.content_onenparle h4 a {
    color: #666666;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}
.content_onenparle p {
    margin: 0;
    color: #666666;
}

/* Liens */
.content_onenparle .read,
.content_onenparle .readall {
    color: #bb013d;
    text-decoration : underline;
}
.content_onenparle .read:hover,
.content_onenparle .readall:hover {
    text-decoration : none;
}
.content_onenparle .readall {
    display: block;
}

@media screen and (min-width: 820px) and (max-width: 1061px) {
    .encar_onenparle {
        clear: left;
        margin: 0 0 20px 0 !important;
        width: 100%;
    }
    /* Titre de l'encar */
    .encar_onenparle h3 {
        font-size: 20px;
        margin-left: 0;
        position: absolute;
        left: 50%;
    }
    /* Article */
    .image_onenparle {
        float: left;
        margin: 0 2% 0 0;
        width: 48% !important;
    }
    .content_onenparle h4 a {
        font-size: 18px;
        line-height: 18px;
        margin-top: 15px !important;
    }
    .content_onenparle {
        float: left;
        margin: 55px 0 2% 0;
        width: 48%;
    }
}

@media screen and (max-width: 820px) {
    #primary .blocactumobile {
        display: block;
    }
    #primary .blocactu {
        display: none;
    }
    #primary .blocactu h2 {
        margin-bottom: 10px;
    }
    .encar_onenparle {
        margin: 0 0 20px 0 !important;
        width: 100%;
    }
}

/******* Fiche mission **********/

#primary .lesmissions {
    margin: 45px 25px;
}
#primary .lesmissions h2 {
    margin-bottom: 20px;
}
#primary .lesmissions .mission {
    background-color: #ffffff;
    border: 1px solid #bc013f;
    min-height: 380px;
    padding: 15px;
    position: relative;
    text-align: center;
}
#primary .lesmissions .mission img {
    margin-bottom: 10px;
    max-width: 104px;
}
#primary .lesmissions .mission h3 {
    color: #666666;
    font-size: 20px;
    font-style: normal;
    line-height: 24px;
    margin-bottom: 10px;
}
#primary .lesmissions .mission p {
    color: #666666;
    font-weight: 100;
    line-height: 22px;
    text-align: left;
}
#primary .lesmissions .mission .lien_nos_action {
    color: #bb013d;
    position: absolute;
    bottom: 15px;
    left: 15px;
    text-decoration : underline;
}
#primary .lesmissions .mission a:hover {
    text-decoration : none;
}

@media screen and (min-width: 820px) and (max-width: 1061px) {
    #primary .lesmissions .mission {
        min-height: 420px;
        min-width: 100px;
        padding: 10px;
    }
}

@media screen and (max-width: 820px) {
    #primary .lesmissions {
        margin: 25px 10px;
    }
    #primary .lesmissions h2 {
        margin-bottom: 10px;
    }
    #primary .lesmissions .mission {
        margin-bottom: 10px;
        min-height: 420px;
        min-width: 100px;
        padding: 10px;
        width: 48%;
    }
}


/******* S'informer *********/

#primary .informer {
    margin: 40px 25px;
}
#primary .informer h2 {
    margin-bottom: 20px;
    padding-top: 55px;
}

@media screen and (max-width: 820px) {
    #primary .informer {
        margin: 25px 10px;
    }
    #primary .informer h2 {
        margin-bottom: 10px;
    }
}


/****** encart promo bas de page *****/

/* template */
.encartpromogauche1, .encartpromogauche2, .encartpromodroite1, .encartpromodroite2 {
    float: left;
    width: 50%;
}
.encartpromogauche1, .encartpromogauche2 {
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.encartpromodroite1, .encartpromodroite2 {
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.encartpromodroite1 .widget_text, .encartpromodroite2 .widget_text, .encartpromogauche1 .widget_text, .encartpromogauche2 .widget_text, .encartpromodroite2mobile .widget_text {
    margin: 0px !important;
    padding: 0px !important;
    border: none !important;
}
.encartpromogauche2 {
    clear: both;
}
.encartpromodroite2mobile {
    display: none;
}


@media screen and (max-width: 820px) {
    .encartpromogauche1, .encartpromogauche2, .encartpromodroite1, .encartpromodroite2 {
        width: 100%;
    }
    .encartpromogauche1, .encartpromogauche2 {
        padding-right: 0;
    }
    .encartpromodroite1, .encartpromodroite2 {
        padding-left: 0;
    }
    .encartpromodroite2 {
        display: none;
    }
    .encartpromodroite2mobile {
        display: inline;
        float: left;
        margin : 0 1%;
        margin-bottom: 10px;
        min-height: 400px;
        width: 48%;
    }
}

/* Inscription & abonnement */
.abonnement {
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: url("/wp-content/uploads/2016/08/Informer-1.jpg");
    background-repeat:no-repeat;
    background-size: 100% 100%;

}

.abonnement.newsletter {
    background-image: url("/wp-content/uploads/2016/08/Informer-2.jpg") !important;
}
.abonnement .contentabonnement {
    background-color: #fff;
    width: 350px;
    margin: auto;
    text-align: center;
    font-family: "seravek",helvetica,arial,serif;
    padding-top: 20px;
    padding-bottom: 20px;
}
.abonnement .contentabonnement .abolien {
    padding-top: 30px;
}
.abonnement .contentabonnement .abolien a {
    color: #bb013d;
    font-size: 16px;
    text-decoration: underline;
}

.abonnement .contentabonnement .abolien a:hover{
    text-decoration: none;
}

.abonnement .contentabonnement a.bt:hover {
    border: 1px solid #bb013d;
    color: #bb013d;
    background-color: #fff;
}
.abonnement .contentabonnement a.bt {
    padding: 10px 20px;
    background-color: #bb013d;
    color: #fff;
    font-size: 16px;
    border: 1px solid #bb013d;
    transition: 0.4s;
}
.abonnement .contentabonnement .titreabo {
    font-size: 18px;
    font-weight: 600;
    width: 240px;
    margin: auto;
    line-height: 20px;
    margin-bottom: 30px;
}

@media screen and (min-width: 820px) and (max-width: 1061px) {
    .abonnement .contentabonnement a,
    .abonnement .contentabonnement a.bt  {
        font-size: 14px;
    }
}

@media screen and (max-width: 820px) {
    .abonnement {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .abonnement .contentabonnement {
        width: 92%;
    }
    .abonnement .contentabonnement .titreabo {
        font-size: 15px;
    }
    .abonnement .contentabonnement a,
    .abonnement .contentabonnement a.bt  {
        font-size: 13px;
    }
}

/* Boutique */
.encartboutique {
    background-color: #04b4bf;
    padding: 5px;
}
.encartboutique .contenuboutique a {
    width: 100% !important;
}
.encartboutique .contenuboutique img {
    padding-top: 20px;
    padding-bottom: 20px;
}
.encartboutique .contenuboutique a {
    color: #bb013d;
    font-size: 16px;
    font-weight: normal;
    text-decoration: underline;
}

.encartboutique .contenuboutique a:hover {
    text-decoration: none;
}

.encartboutique .contenuboutique {
    background-color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    font-family: "seravek",helvetica,arial,serif;
    padding: 27px 20px 28px;
}
.contenuboutique img {
    width: 390px;
}

@media screen and (max-width: 820px) {
    .encartboutique .contenuboutique {
        font-size: 15px;
        padding: 10px;
    }
    .encartboutique .contenuboutique a {
        font-size: 13px;
    }
}


/******** Réseaux Sociaux **********/

.ligners {
    color: #ffffff;
    font-size: 20px;
    margin: 0 0 2% 0;
    padding: 10px 20px 10px 10px;
}
.encartpromodroite2mobile .ligners {
    padding: 10px;
}
.encartpromodroite2 .lignersgauche {
    display: inline-block;
    float: left;
    margin: 20px 1%;
    padding: 0;
    text-align: center;
    width: 58%;
}
.encartpromodroite2mobile .lignersgauche {
    font-size: 16px;
}
.encartpromodroite2 .lignersdroite {
    display: inline-block;
    margin: 0 2% !important;
    padding: 0 !important;
    width: 36%;
}
.encartpromodroite2 .lignersdroite img {
    height: 59px;
    margin: 5px 0 !important;
    padding: 0 !important;
    width: 100%;
}
.encartpromodroite2mobile .lignersdroite img {
    height: 40px;
    margin: 5px auto !important;
    padding: 0 !important;
}
.encartpromodroite2mobile .lignersgauche, .encartpromodroite2mobile .lignersdroite {
    padding: 0 !important;
    text-align: center;
}
.rsfacebook {
    background-color: #3c5a95;
}
.rstwitter {
    background-color: #33ccff;
}
.rsyoutube {
    background-color: #ee1c1b;
}

@media screen and (min-width: 820px) and (max-width: 1061px) {
    .encartpromodroite2 .lignersgauche {
        font-size: 16px;
        width: 64%;
    }
    .encartpromodroite2 .lignersdroite {
        width: 30%;
    }
    .encartpromodroite2 .lignersdroite img {
        height: 50px;
        margin: 5px auto !important;
        padding: 0 !important;
    }
}

/* Les widgets */


.widget.widget_text {
    border: medium none;
}

.widget {
    padding-top: 0px;
}

.widget-footer {
    border: 1px solid #d8d8d8;
    background-color: #fff;
    padding: 20px 10px;
    font-family: "seravek",helvetica,arial,serif;
    font-size: 16px;
}
.widget-footer > div {
    width: 85%;
    margin: auto;
}
.widget-footer > div > img {
    float: left;
    margin-top: -5px;
    margin-right: 20px;
}
.widget-footer p {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}
.widget-footer > div > p > img {
    height: 26px;
}
.widget-footer a {
    color: #bc013f;
}
.widget-footer a:before {
    content: "> ";
    border-bottom: 2px solid #FFF;
}
.widget-custom {
    font-family: "seravek",helvetica,arial,serif;
    font-size: 16px;
    margin: auto;
    padding: 20px 10px;
    text-align: center;
    width: 100%;
}
.back-widget {
    padding: 25px;
}
.back-widget .widget-custom {
    width: 265px;
}
.widget-custom .titre-widget {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    line-height: 20px;
    padding-bottom: 20px;
}
.widget-custom .contenu-widget {
    padding: 20px;
}
.widget-custom .contenu-widget img {
    width: 100%;
}
.widget-custom .text-widget {
    margin: auto;
    text-align: center;
    width: 80%;
}
.widget-custom .text-widget:nth-child(3) {
    padding-top: 20px;
}
.back-widget .widget-custom .text-widget {
    padding-top: 0;
    padding-bottom: 20px;
}
.widget-custom .link-widget {
    padding-top: 20px;
    margin: auto;
    text-align: left;
    width: 80%;
}
.widget-custom .link-widget.link-center {
    text-align: center;
}
.widget-custom .link-widget a {
    text-align: left;
    width: 100% !important;
}
/* bordure bleu + lien bleu */
.model-1 {
    background-color: #fff;
    border: solid 2px #04b4bf;
}
.model-1 .link-widget {
    width: 60%;
}
.model-1 .link-widget a {
    color: #04b4bf;
}
/* bordure rouge + lien rouge */
.model-2 {
    background-color: #fff;
    border: solid 2px #bc013f;
}
.model-2 .link-widget a {
    color: #bc013f;
}
/* bordure rouge + lien rouge + lien bleu */
.model-3 {
    background-color: #fff;
    border: solid 2px #bc013f;
}
.model-3 .link-widget a:nth-child(2) {
    color: #bc013f;
}
.model-3 .link-widget a:nth-child(5) {
    color: #04b4bf;
}
/* bordure rouge + lien rouge */
.model-4 {
    background-color: #fff;
    border: solid 2px #bc013f;
}
.model-4 .text-widget {
    padding-top: 0;
    padding-bottom: 20px;
    text-align: center;
}
.model-4 .content-widget a {
    padding: 10px 20px;
    background-color: #bb013d;
    color: #fff;
    font-size: 16px;
    border: 1px solid #bb013d;
    transition: 0.4s;
}
/* fond image */
.model-5 {
    background-color: #fff;
}
.model-5 .content-widget {
    background-color: #bc013f;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: auto;
    width: 80%;
}
.model-5 .content-widget a {
    box-shadow: none;
    color: #fff;
    text-decoration: none;
}
.model-5 .link-widget a {
    color: #bc013f;
}
#abonnement-echo {
    background-image: url("/wp-content/uploads/2016/08/Informer-1.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
#inscription-newsletter {
    background-image: url("/wp-content/uploads/2016/08/Informer-2.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
#adhesion-1 {
    background-image: url("/wp-content/uploads/2016/10/widgets_adhesions1.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
#adhesion-2 {
    background-image: url("/wp-content/uploads/2016/10/widgets_adhsions2.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
#nos-brochures .link-widget {
    text-align: center;
}
#service-relation-donateur .text-widget {
    width: 100%;
}


@media screen and (min-width: 820px) and (max-width: 1061px) {
    .widget .link-widget a {
        font-size: 14px;
    }
}

@media screen and (max-width: 820px) {
    .widget {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .widget .titre-widget {
        font-size: 15px;
    }
    .widget .link-widget a  {
        font-size: 13px;
    }
    .parent_tab_page .widget{
        padding-top:0px;
    }
}
/* Widgets - les icônes */
.shop:before {
    content: url("/wp-content/uploads/2016/10/widgets_icon_shop_20.png");
    margin-right: 10px;
}
.screen:before {
    content: url("/wp-content/uploads/2016/10/widgets_icon_screen_20.png");
    margin-right: 10px;
}
.envelope:before {
    content: url("/wp-content/uploads/2016/10/widgets_icon_envelope_20.png");
    margin-right: 10px;
}
.phone:before {
    content: url("/wp-content/uploads/2016/10/widgets_icon_phone_20.png");
    margin-right: 10px;
}
.search:before {
    content: url("/wp-content/uploads/2016/10/widgets_icon_search_20.png");
    margin-right: 10px;
}





/***************************************************************************************************/
/*************************************    TEMPLATE PAGE      *********************************/
/***************************************************************************************************/


/* cabarit */

.widgetinstit {
    width: 25%;
    float: left;
}
.maininstit {
    float: right;
    margin-bottom: 20px;
    padding-left: 15px;
    width: 75%;
}
.contenupage {
    padding: 20px 30px;
    background: #fff;
    overflow: hidden;
}
#primaryinstit {
    padding: 20px 20px 0;
}
.menu-cote {
    margin: 0px;
}

/* header */

.headerinstit h1 {
    max-width: 800px;
    margin-bottom: 0px !important;
    padding-top: 40px;
    padding-bottom: 40px;
    line-height: 50px;
}

/* contenu */

.contenupage h1 {
    font-size: 36px;
    margin-bottom: 20px;
}
.contenupage p {
    font-size: 16px;
    font-weight: 100;
}
.contenupage blockquote p {
    color: #bc013f;
    font-size: 18px;
    font-weight: 400 !important;
}
.contenupage blockquote {
    border-left: 2px solid #bc013f;
    margin-left: 20px;
    padding-left: 15px;
}

.contenupage blockquote strong {
    font-weight: 900 !important;
}

/* table of content */

.contenupage h1, .contenupage h2, .contenupage h3, .contenupage h4, .contenupage h5, .contenupage h6 {
    clear: none !important;
}

/* menu side */

ul.sub-menu .cmw-level-2 a {
    display: inline-block;
}
.sub-menu a:after {
    content: none !important;
}
.menu-cote li {
    list-style: none !important;
    font-weight: 100;
    line-height: 20px;
}
.menu-cote > li > ul li:hover {
    background-color: #f8f2f5;
}
.woocommerce .menu-cote > li > ul li:hover {
    background-color: #ecf8f8;
}
.menu-cote > li > ul > li a,
.menu-cote > li > ul > li a:after {
    background: none !important;
}
/*.woocommerce .menu-cote > li > ul > li > ul > li > a {
        padding: 15px 0px 15px 30px !important;
}*/

.sub-menu {
    background: #ffffff;
    margin-left: 0px;
}
.cmw-level-1::after {
    background-image: url("/wp-content/themes/twentysixteen-child/img/icone/flecheblanche.png");
    color: transparent;
    content: ">";
    float: right;
    height: 26px;
    margin-right: 20px;
    width: 14px;
}
.cmw-level-1.current-menu-item:after, .cmw-level-1.current_page_parent:after {
    display: none;
}
.cmw-level-1.current-menu-item a:after, .cmw-level-1.current_page_parent a:after {
    background-image: url("/wp-content/themes/twentysixteen-child/img/icone/flecheblanche.png");
    color: transparent;
    content: ">";
    float: right;
    height: 26px;
    margin-right: 20px;
    width: 14px;
    transform: rotate(90deg);
}
.cmw-level-1 {
    background: #666666;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 3px solid #fff;
    padding-left: 10px;
    font-weight: 700 !important;
}
.cmw-level-1:hover {
    background: #ffffff;
}
.cmw-level-1 a:hover {
    color: #666666;
}
.cmw-level-1 a:hover:after {
    background-image: url("/wp-content/themes/twentysixteen-child/img/icone/flecherouge.png");
    float: right;
}
.cmw-level-1.current-menu-item, .cmw-level-1.current_page_parent {
    padding-left: 0px;
    background-color: #bc013f;
    padding-bottom: 0px;
}
.cmw-level-1.current-menu-item:hover, .cmw-level-1.current_page_parent:hover {
    background-color: #bc013f;
}
.cmw-level-1.current-menu-item:hover, .cmw-level-1.current_page_parent a:hover {
    color: #ffffff !important;
}
.cmw-level-1.current-menu-item a, .cmw-level-1.current_page_parent a {
    padding-left: 10px;
}
.cmw-level-1 .sub-menu {
    margin-top: 15px;
}
.cmw-level-2 a {
    color: #3b3b3b !important;
}
.cmw-level-1 a {
    color: #fff;
}
.cmw-level-2.cmw-current-item a {
    color: #bc013f !important;
    font-weight: 700;
}
.woocommerce .cmw-level-2.cmw-current-item > a {
    color: #04b4bf !important;
    font-weight: 700;
}
.woocommerce .cmw-level-2.cmw-current-item > ul > li {
    padding-left: 10px;
}
.woocommerce .cmw-level-2.cmw-current-item > ul > li > a {
    color: #04b4bf !important;
    font-weight: normal;
}
.cmw-level-2 a {
    padding: 15px 0px 15px 20px !important;
    border-bottom: 1px solid #bc013f !important;
    width: 100%;
}
.menuside .sub-menu li:last-child a {
    border: none !important;
}
.menu-cote > a.current_page_item {
    margin-bottom: 15px;
}

/* retour top */

.retourtop {
    clear: both;
    margin-top: 15px;
    text-align: right;
    margin-bottom: 15px;
}

/* fil d'ariane */

.filarianeinstit a {
    color: #bc013f;
    text-decoration: underline;
}
.filarianeinstit a:hover {
    text-decoration: none;
}

#primaryinstit .woocommerce-breadcrumb a {
    color: #bc013f !important;
    font-weight: !important;
}
#primaryinstit .woocommerce-breadcrumb {
    color: #000;
    font-family: "seravek",helvetica,arial,serif;
    font-size: 16px;
}

/* Table des matières */

#toc_container .toc_number {
    display: none;
}


/* partage et print */

.partageetprint {
    border-top: 1px solid #d8d8d8;
    float: left;
    padding-top: 20px;
    width: 100%;
}
.versionprint {
    border-left: 1px solid #d8d8d8;
    float: left;
    padding-left: 20px;
    width: 50%;
}
.versionprint a {
    color: #000;
    text-decoration: underline;
    margin-left: 10px;
}
.versionprint a:hover {
    color: #bc013f;
    text-decoration: none;
}
.partagerliens {
    float: left;
    width: 50%;
}
.partagerliens p {
    font-weight: 600 !important;
    color: #3b3b3b;
}
.partagerliens a {
    border: none !important;
}

.partagerliens img {
    margin-left: 10px;
}
@media screen and (min-width: 820px) and (max-width: 1061px) {
    .partagerliens p:nth-child(2) {

    }
}
@media screen and (max-width: 820px) {
    .partagerliens p {
        font-size: 12px !important;
        text-align: center !important;
    }
    .partagerliens img {
        margin-left: 0;
    }
}

.widgetbasdepage {
    margin-bottom: 25px;
    overflow: hidden;
}
.articlesuivant {
    margin-bottom: 10px;
    overflow: hidden;
}

.articlesuivant .navigation .alignleft, .articlesuivant .navigation .alignright {
    width: 45%;
}
.articlesuivant .navigation .alignright {
    text-align: right;
}
@media screen and (max-width: 820px) {
    .articlesuivant .navigation .alignleft {
        margin-right: 5%;
    }
    .articlesuivant .navigation .alignright {
        margin-left: 5%;
    }
}

/* retour top */

.retourtop a {
    color: #3b3b3b;
    font-weight: 100;
}
.retourtop a:hover {
    color: #bc013f;
}

/* widget */

.unemoitie {
    float: left;
    width: 50%;
}
#text-6 {
    background-color: #fff;
    border: 1px solid #cccccc;
    padding: 0px;
}
.widgetpromo #sidebar {
    margin-left: 0;
    margin-top: 0px;
}

.menuside {
    margin-bottom: 15px;
}


#text-6 .unemoitie a {
    color: #038189;
}
#text-6 .unemoitie strong {
    font-family: "seravek",helvetica,arial,serif;
    font-size: 16px;
    color: #666666;
}
#text-6 .unemoitie {
    padding-top: 15px !important;
    padding-bottom: 14px !important;
}
#text-6 .unemoitie:first-child {
    text-align: center !important;
}
#text-6 .unemoitie a:hover {
    color: #bc013f;
    border-bottom: 1px solid;
}



/****** responsive *******/



@media screen and (max-width: 767px) {


    .widgetinstit {
        width: 100% !important;
    }
    .maininstit {
        padding-left: 0 !important;
        width: 100% !important;
    }
}

/***************************************************************************************************/
/*************************************            archive blog / loop     *********************************/
/***************************************************************************************************/


.blogarchive h2 {
    font-size: 36px;
    color: #bc013f;
    font-style: normal;
    text-transform: none;
    line-height: 60px !important;
}
.bacolonegauche {
    width: 30%;
    float: left;
    padding-right: 10px;
}
.bacolonedroite {
    width: 70%;
    float: left;
    padding-left: 10px;
}
.bacolonedroite h1 {
    font-size: 20px !important;
    line-height: 24px !important;
}
.bacolonedroite h1 a {
    color: #3b3b3b;
    transition: 0.3s;
}
.bacolonedroite h1 a:hover {
    color: #bc013f;
}
.baextrait {
}
.bacolonedroite p {
    color: #666666;
    font-size: 14px !important;
    line-height: 30px;
    margin-bottom: 5px;
}

.bapost {
    border-bottom: 1px solid #eeeeee;
    overflow: hidden;
    padding-bottom: 20px;
}
.baensavoir {
    color: #bc013f !important;
    text-align: right;
    float: right;
    line-height: 20px;
}




/***************************************************************************************************/
/*************************************            QR      *********************************/
/***************************************************************************************************/

.questionreponse {
    border-bottom: 2px solid #cccccc;
    clear: both;
    float: left;
    padding-bottom: 20px !important;
    padding-top: 18px;
}

.lireplus {
    float: right;
    color: #bc013f;
}
.lireplus:before {
    content: "> ";
}


.qrimage img {
    height: 180px;
    width: auto;
}
.qrcolonnegauche {
    width: 30%;
    float: left;
}
.qrcolonnedroite {
    width: 70%;
    float: left;
    padding-left: 20px;
}
.qrcolonnedroite h2 a {
    font-size: 20px;
    color: #3b3b3b !important;
    text-transform: none;
    font-style: normal;
}
.qrcolonnedroite p {
    font-size: 14px !important;
    color: #666666;
    font-weight: 400 !important;
    margin-bottom: 0px;
    margin-top: 10px;
}
.qrextrait {
    font-family: "seravek",helvetica,arial,serif;
    font-size: 16px;
    line-height: 22px;
}
.imagesingle {
    text-align: center;
    margin-bottom: 20px;
}


.questionliees p {
    font-weight: 900 !important;
}

.questionliees li {
    display: block;
    margin-left: 20px;
}
.questionliees li a {
    color: #bc013f;
    border-bottom: 1px solid;
    font-weight: 100;
}
.questionliees li:before {
    content: "- ";
    border-bottom: none;
    color: #bc013f;
}

.questionliees p {
    margin-bottom: 10px;
}

.questionliees {
    margin-bottom: 30px;
}

.retourarriere a {
    color: #bc013f;
    border-bottom: 1px solid;
}
.retourarriere a:before {
    content: "<< ";
}

.navigationqr {
    text-align: center;
}
.navigationqr li {
    display: inline-block;
    margin-top: 10px;
}
.navigationqr .active a, .navigationqr li a:hover {
    color: #fff;
    background: #bc013f;
    border: 1px solid #bc013f;
}
.navigationqr li a {
    border: 1px solid #666666;
    font-size: 16px;
    color: #666;
    padding: 9px 15px ;
}



/***************************************************************************************************/
/*************************************       liste de centres     *********************************/
/***************************************************************************************************/


/* select */

#region {
    border-radius: 0px !important;
    border: 1px solid #666666;
    font-size: 16px;
    padding: 5px;
    color: #3b3b3b;
    font-family: "seravek",helvetica,arial,serif;
    -moz-box-sizing: border-box;

}
select#region {
    background-image: none !important;
    -moz-appearance: none;

    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + -5px), calc(100% - 15px) calc(1em + -5px), calc(100% - 2.5em) 0.5em;
    background-size: 7px 7px, 5px 5px, 0px 1.5em;
    background-repeat: no-repeat;
}


.filtrecentre {
    overflow: hidden;
    margin-bottom: 20px;
}


.filtrecentre p {
    margin-bottom: 0px;
}

.centre {
    border: 2px solid #eee;
    padding: 20px;
}
.imagecentre {
    float: left;
    margin-bottom: 15px;
    text-align: center;
    width: 25%;
}
.infoscentre {
    float: left;
    width: 75%;
}
.infoscentre p {
    margin-bottom: 5px;
}
.infoscentre h2 {
    float: left;
    font-size: 18px !important;
    font-style: normal;
    text-transform: none;
    width: 100%;
}
.pictocentre {
    float: left;
    width: 10%;
}
#tabs {
    border: 2px solid #eee;
    clear: both;
    width: 100%;
}
.ui-tabs-nav li:nth-child(2) {
    border-left: 2px solid #eee;
    border-right: 2px solid #eee;
}
.ui-tabs-nav li a {
    color: #000;
}
.ui-tabs-nav li {
    background-color: #000;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    width: 33.333%;
    float: left;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to top, #fff, #e6e6e6);
    border-bottom: 2px solid #eee;
}

.ui-tabs-nav li a {
    border-bottom: medium none !important;
    line-height: 55px;
    margin: 0 !important;
    width: 100%;
    display: block;
    padding: 10px;
    text-decoration: none !important;
}

.ui-tabs-nav li:hover a {
    color: #bc013f;
    text-decoration: none !important;
}
.ui-tabs-nav li:hover {
    background-image: -moz-linear-gradient(top, #fff, #fff);
    background-image: linear-gradient(to top, #fff, #fff);
}
.ui-tabs-nav {
    margin: 0;
    text-align: center;
}
li.ui-tabs-active {
    background-image: -moz-linear-gradient(top, #bc013f, #bc013f);
    background-image: linear-gradient(to top, #bc013f, #bc013f);
}
.ui-tabs-panel {
    padding: 20px;
}
li.ui-tabs-active a {
    color: #fff;
}
@media screen and (max-width: 820px) {
    .ui-tabs-nav li {
        width: 100%;
    }
}



/*****************************************/
/************ liste comite **************/
/*****************************************/

.infocomite .demicolonne {
    max-width: 25%;
    float: left !important;
}
.demicolonne.coordonnecomite {
    float: left;
    max-width: 75%;
}


.cartecomite td {
    text-align: center;
}
.cartecomite table, .cartecomite td {
    border-width: 0px !important;
}
.cartecomite {
    margin-top: 15px;
    border-top: 1px solid #eee;
    padding-top: 30px;
}
@media screen and (max-width: 820px) {
    .cartecomite {
        display: none;
    }
}


/*****************************************/
/************ page comite **************/
/*****************************************/

.comitecolonnegauche {
    float: left;
    padding-right: 20px;
    width: 50%;
}
.comitecolonnedroite {
    float: left;
    padding-left: 20px;
    width: 50%;
}
.demicolonne {
    float: left;
    width: 50%;
}
.infocomite .demicolonne  {
    width: 100%;
}
.infocomite .demicolonne img {
    padding: 5px 10px 0px 10px;
}


.titrepartiecomite h3 {
    font-size: 16px;
    font-weight: 100;
}
.titrepartiecomite img {
    margin-right: 10px;
}
.titrepartiecomite {
    border-bottom: 1px solid #bc013f;
    margin-bottom: 20px;
    padding-bottom: 5px;
}
.infocomite {
    font-family: "seravek",helvetica,arial,serif;
    font-size: 16px;
    margin-bottom: 25px;
    overflow: hidden;
}
.liensutiles {
    background-color: #fff;
    padding: 15px;
    margin-top: 20px;
}
.liensutiles h3 {
    color: #bc013f;
    font-size: 24px;
    line-height: 25px;
}
.docutile {
    margin-bottom: 40px;
    overflow: hidden;
}
.docutile a {
    color: #000;
}
.contenudocutiles img {
    margin-right: 10px;
}
.contenudocutiles {
    margin-bottom: 20px;
}
@media screen and (max-width: 820px) {
    .comites-limitrophes {
        display: block !important;
    }
    .comites-limitrophes p {
        margin-bottom: 15px;
    }
    .comites-limitrophes form {
        margin-left: 0 !important;
    }
    .comites-limitrophes .filtre {
        width: 100%;
    }
    .comites-limitrophes .filtre select {
        width: 95%;
    }
    .comitecolonnegauche,
    .comitecolonnedroite {
        width: 100%;
        float: none;
    }
    .agendacomite {
        margin-top: 50px;
    }
    .agendacomite .fullCalendar,
    .agendacomite .rhc_calendar_widget_day_click {
        width: 100% !important;
    }
}

/* agenda */

.agendacomite .fullCalendar {
    float: left;
    width: 50%;
}
.agendacomite .fuiw-day {
    display: none !important;
}
.agendacomite .rhcalendar.for-widget.flat-ui-cal .fc-day-header {
    color: #bc013f;
}
.agendacomite .fuiw-dayname {
    display: none !important;
}

.rhcalendar.for-widget.flat-ui-cal .fc-day, .rhcalendar.for-widget.flat-ui-cal .fc-last .fc-day {
    color: #676868 !important;
    font-family: "seravek",helvetica,arial,serif !important;
    font-size: 18px !important;
}
.agendacomite .rhcalendar.for-widget.flat-ui-cal .fc-have-event .fc-day-number {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #bc013f;
    color: #676868;
}

.rhcalendar.for-widget.flat-ui-cal .fc-day-number {
    height: 22px !important;
    width: 24px !important;
}

.agendacomite .rhcalendar.for-widget.flat-ui-cal .fc-header {
    background: #676868 none repeat scroll 0 0;
}
.agendacomite .rhcalendar.for-widget.flat-ui-cal .fc-header {
    height: 49px;
}
.agendacomite .rhcalendar.for-widget.flat-ui-cal .fc-today .fc-day-number {
    background-color: #ddd;
    color: #676868;
}
.agendacomite .fc-content {
    top: -34px;
}
.agendacomite .rhcalendar.for-widget.flat-ui-cal .fc-header-cell.fc-header-left {
    top: -10px;
}
.agendacomite .rhcalendar.for-widget.flat-ui-cal .fc-header-cell.fc-header-right {
    top: -10px;
}
.agendacomite .rhc_calendar_widget_day_click {
    float: left;
    width: 50%;
    padding-left: 10px;
}
.rhc-widget-event-list-body {
    display: block !important;
}
.rhc-map-social-buttons {
    display: none !important;
}
.agendacomite .fc-header-title h2 {
    font-size: 16px !important;
    font-style: normal;
}
.agendacomite .fc-header {
    border-radius: 0 !important;
}
.agendacomite .rhcalendar.for-widget .rhc_calendar_widget_day_click .rhc-widget-event-list-head .rhc-widget-event-list-date {
    background: #bc013f;
    border-radius: 0px;
}
.agendacomite .rhc-widget-event-list .rhc-time-location {
    opacity: 1 !important;
}
.rhc_title span {
    color: #000 !important;
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
}
.agendacomite .rhcalendar.for-widget .rhc_calendar_widget_day_click .rhc-widget-event-list-head {
    border: 1px solid #bc013f;
    border-radius: 0px;
    border-bottom: 0px;
}
.agendacomite .rhcalendar.for-widget .rhc_calendar_widget_day_click .rhc-widget-event-list-body {
    border: 1px solid #bc013f;
    border-radius: 0px;
    border-top: 0px;
}

.agendacomite .rhcalendar.for-widget.flat-ui-cal.not-current-date .fc-header-cell h2 .fuiw-month, .agendacomite .rhcalendar.for-widget.flat-ui-cal .fc-header-cell .fuiw-month, .rhcalendar.for-widget.flat-ui-cal .fc-header-cell .fuiw-year {
    font-size: 16px !important;
}
.agendacomite .rhcalendar.for-widget.flat-ui-cal.not-current-date .fc-header-cell h2 .fuiw-year {
    font-size: 16px !important;
}
.fc-header-title h2 {
    display: flex;
    justify-content: center;
    padding-top: 10px;
}

.filtre select {
    background-image: url('/wp-content/themes/twentysixteen-child/img/icone/flechdropdown.png') !important;
    background-repeat: no-repeat !important;
    background-position: calc(100% - 10px) center !important;
}


.comites-limitrophes {
    display: flex;
    justify-content: left;
    align-items: baseline;
    margin-bottom: 20px;
}
.comites-limitrophes form {
    display: flex;
    margin-left: 10px;
}


/* flash info */

.flashinfos {
    border: 1px solid #bc013f;

}


.flashinfocontent {
    padding: 10px;
}
.flashinfocontent a {
    color: #bc013f;
    text-decoration: underline;
}
.flashinfos h3.titreflash {
    background: #bc013f none repeat scroll 0 0;
    color: #fff;
    font-weight: 100;
    padding: 10px;
    text-transform: uppercase;
}
.flashinfos h3.titreflash img {
    margin-right: 10px;
}


/*****************************************/
/*********** page pas de comite et contact **********/
/*****************************************/

.address, .form-comite {
    display: inline-block;
    width: 50%;
    min-width: 370px;
}
.address {
    float: left;
    padding-right: 20px;
}
.address .address-title,
.form-comite .form-comite-title {
    border-bottom: 1px solid #bc013f;
    font-size: 20px;
    text-transform: uppercase;
}
.address .address-title:before {
    content: url("/wp-content/uploads/2016/10/pas-de-comite-icone-1.png");
    margin-right: 10px;
}
.form-comite .form-comite-title:before {
    content: url("/wp-content/uploads/2016/10/pas-de-comite-icone-2.png");
    margin-right: 10px;
}
.form-comite input,
.form-comite textarea {
    width: 70%;
    float: right;
    margin-top: -10px;
}
.form-comite > div > form > p:nth-child(4) {
    height: 85px;
}
.form-comite textarea {
    height: 100px;
}
.form-comite > div > form > p:nth-child(5) {
    text-align: right;
}
.form-comite .ajax-loader {
    display: none;
}
.form-comite .wpcf7-submit {
    background-color: #bc013f;
    border-radius: 0;
    width: auto;
    text-transform: none;
}
.form-comite .wpcf7-submit:hover {
    background-color: #04b4bf;
}

.googlemapcontact {
    margin-top: 20px;
}


/***************************************************************************************************/
/******************************            liste projets soutenus        **************************/
/*************************************************************************************************/

.encarprojet h4 {
    margin-top: 15px;
    font-weight: 500;
    font-style: oblique;
}
.listeprojet h2 {
    color: #bc013f;
    font-size: 26px !important;
    font-style: normal;
    text-transform: none;
}
.listeprojet {
    margin-top: 20px;
}
.encarprojet h3 {
    font-size: 16px;
}
.encarprojet {
    margin-top: 25px;
    border-bottom: 1px solid #eee;
}
.contentprojet {
    border: 1px solid #cfcfcf;
}
.mainprojet {
    padding: 20px;
}
.btprojets {
    width: 50% !important;
    position: relative;
    display: block;
    float: left;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}
.mainprojet {
    clear: both;
}
.btprojets.current:after {
    background: url(/wp-content/themes/twentysixteen-child/img/icone/flechdropdown.png);
    content: ">";
    position: absolute;
    top: 100%;
    width: 30px;
    height: 13px;
    color: transparent;
    left: 50%;
    background-size: 30px 13px;
    background-repeat: no-repeat;
}
.btprojets.current {
    background-image: linear-gradient(#666, #666);
    color: #fff;
}
.btprojets:hover {
    background-image: linear-gradient(#666, #666);
    color: #fff;
}
.btprojets {
    background-image: linear-gradient(#fff, #eeeeee);
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px solid #cfcfcf;
    color: #000;
    transition: 0.3s;
}



/***************************************************************************************************/
/*************************************           BOUTIQUE          *********************************/
/***************************************************************************************************/



/** page panier **/

.woocommerce-cart .maininstit {
    float: right;
    margin-bottom: 20px;
    padding-left: 0;
    width: 100%;
}


/*** Page : la-boutique ***/
.woocommerce .page-title:before {
    content: "";
    background-image: url('/wp-content/themes/twentysixteen-child/img/icone/iconpanierbleu.png');
    width: 32px;
    height: 35px;
    background-repeat: no-repeat;
    display: inline-block;
}

.page-title {
    font-weight: 100;
}

.woocommerce .rechercheetordre {
    padding: 0px !important;
}

input#woocommerce-product-search-field.search-field {
    color: #999 !important;
    font-weight: 100;
}


input#woocommerce-product-search-field.search-field {
    color: #999 !important;
    font-weight: 100;
}


.woocommerce-page #primary * {
    font-family: "seravek",helvetica, arial, serif !important;
}
.woocommerce-page #primary {
    position: relative;
}
.woocommerce-page #primary .page-title {
    padding-bottom: 15px;
}

@media screen and (max-width: 820px) {
    .woocommerce-page #primary .page-title {
        padding-top: 30px;

    }
}

.rechercheboutique {
    background-color: #c6c3c3;
}
.ordreboutique {
    overflow: hidden;
    padding-right: 10px;
}

@media screen and (min-width: 820px) {
    .single.single-product .imageproduitsingle {
        width: 30%;
        float: left;
        padding-right: 25px;
    }
    .single.single-product .quatiteproduit {
        width: 70% !important;
    }
}


/* titre */

.woocommerce h1 {
    font-weight: 400;
}
.woocommerce h1 img {
    margin-right: 10px;
    transform: translateY(-5px);
}
.titrecategorie {
    padding-top: 20px;
    padding-bottom: 20px;
}


/* Bouton : Mon panier */
.woocommerce-page #primary a[title="View your shopping cart"] {
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    text-decoration: none;
}
.woocommerce-page #primary a[title="View your shopping cart"]::after {
    color: #bc013f;
    content: "\f218";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

.panierarchive {
    float: right;
    text-align: right;
    width: 25%;
}
.panierarchive a #img-monpanier {
    display: inline;
}
.panierarchive a #img-monpanier-hover {
    display: none;
}
.panierarchive a:hover #img-monpanier {
    display: none;
}
.panierarchive a:hover #img-monpanier-hover {
    display: inline;
}
.panierarchive a {
    background-color: #04b4bf;
    color: #fff !important;
    display: inline-block;
    font-weight: 500;
    padding: 10px 25px;
    transition: all 0.3s ease 0s;
}
.panierarchive a:hover {
    background-color: #ffffff;
    color: #04b4bf !important;
}
.panierarchive a:after {
    display: none;
}
@media screen and (max-width: 820px) {
    .panierarchive {
        width: 100%;
    }
    .panierarchive a {
        text-align: center;
        width: 100%;
    }
}
.woocommerce-breadcrumb {
    float: left;
    width: 75%;
}
.woocommerce .filarianeinstit {
    clear: both;
    margin-bottom: 15px !important;
    overflow: hidden;
}


/* Bouton : Retour en haut de la page */
.retourtop a {
    border-bottom: none !important;
}

/*** Boutique : barre de recherche ***/

.rechecheboutique {
    background-color: #c6c3c3;
    float: left;
    width: 50%;
    padding: 10px;
}
.rechercheetordre {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
}
form.woocommerce-product-search {
    float: left;
    width: 100%;
}
.woocommerce-ordering {
    margin: 0 !important;
    padding-top: 12px;
}

@media screen and (min-width: 820px) and (max-width: 1061px) {
    .woocommerce-ordering {
        padding-top: 7px !important;
    }
}

@media screen and (max-width: 1061px) {
    .woocommerce-ordering {
        padding-top: 0 !important;
    }
}

/* Formulaire : zone d'entrée de texte */
input#woocommerce-product-search-field {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #a7a7a7;
    padding: 8px;
    width: 90%;
}
input#woocommerce-product-search-field:focus {
    border: #bc013f 1px solid;
}

/* Formulaire : bouton */
.rechecheboutique .btn {
    background-color: #666666;
    border-radius: 0px;
    font-family: fontawesome !important;
    margin-left: -5px;
    padding: 9px;
    width: 10%;
}
.rechecheboutique .btn:after {
    content: "\f002";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

/* Boutique : barre de recherche (tablette & mobile) */

@media screen and (min-width: 820px) and (max-width: 1061px) {
    .rechecheboutique {
        padding: 5px;
    }
    input#woocommerce-product-search-field {
        width: 85%;
    }
    .rechecheboutique .btn {
        width: 15%;
    }
}

@media screen and (max-width: 820px) {
    .rechecheboutique {
        margin-bottom: 5px;
        padding: 5px;
        width: 100%;
    }
    input#woocommerce-product-search-field {
        font-size: 12px;
        width: 80%;
    }
    .rechecheboutique .btn {
        font-size: 12px;
        padding: 10px;
        width: 20%;
    }
    .ordreboutique {
        text-align: center;
        width: 100%;
    }
    .woocommerce-ordering {
        width: 100%;
    }
}

/* menu woocommerce */

.menuside.woocommerce .nav_desc {
    display: none !important;
}



.menuside.woocommerce #sidebarmenu .menu li a:hover {
    background-color: #fff;
    color: #04b4bf;
}


.menuside.woocommerce #sidebarmenu .menu .current-menu-item.menu-item-has-children a {
    background-color: #04b4bf;
    color: #fff;
}

.menuside.woocommerce #sidebarmenu .menu .current-page-ancestor.menu-item-has-children a{
    background-color: #04b4bf;
    color: #fff;
}

.menuside.woocommerce #sidebarmenu .menu .current-menu-item a{
    background-color: #04b4bf;
    color: #fff;
}


.menuside.woocommerce #sidebarmenu .menu .current-page-ancestor.menu-item-has-children a:hover {
    background-color: #04b4bf;
    color: #fff;
}

.menuside.woocommerce #sidebarmenu .menu .current-menu-item.menu-item-has-children a:hover {
    background-color: #04b4bf;
    color: #fff;
}

.menuside.woocommerce #sidebarmenu .menu .current-menu-item a:hover {
    background-color: #04b4bf;
    color: #fff;
}




.menuside.woocommerce .sub-menu .current_page_item a {
    color: #04b4bf !important;
}


.menuside.woocommerce .easy-sidebar-menu-widget-toggler:hover {
    background-color: #04b4bf !important;
    border: none !important;
}







/*** Boutique : produits ***/

/* Titre du produit */
.product_title {
    color: #3b3b3b;
    font-size: 20px !important;
    margin-bottom: 16px !important;
}

/* Description du produit */
.descriptionproduit {
    float: left;
    margin-bottom: 15px !important;
    text-align: justify;
}
.descriptionproduit p {
    margin: 0 !important;
}

/* Prix, taille et quantié du produit */
.prixetquantite {
    clear: both;
    margin-top: 10px !important;
    overflow: hidden !important;
    padding-left: 20px;
    width: 100%;
}
@media screen and (min-width: 820px) and (max-width: 1061px) {
    .prixetquantite {
        padding-left: 0;
    }
}

/* Prix du produit */
.prixproduit {
    float: left;
    margin-bottom: 25px;
    width: 14%;
    min-width: 125px;
}
.prixproduit div[itemprop="offers"], .price {
    color: #bc013f !important;
    display: inline !important;
}
@media screen and (min-width: 820px) and (max-width: 1061px) {
    .prixproduit {
        margin-bottom: 10px !important;
    }
}
@media screen and (max-width: 820px) {
    .prixproduit {
        margin-bottom: 10px !important;
    }
}

/* Taille et quantité du produit */
.quatiteproduit .variations, .quatiteproduit .label, .quatiteproduit .value {
    border: none;
    padding: 0;
}
.quatiteproduit .label {
    width: 60px;
}
.quatiteproduit .label::after {
    content: " : ";
}
.quatiteproduit .value .reset_variations {
    display: none !important;
}
@media screen and (min-width: 820px) and (max-width: 1061px) {
    .quatiteproduit {
        width: 100% !important;
    }
    .quatiteproduit .variations {
        margin: 0;
    }
    .quatiteproduit .variations #taille {
        font-size: 16px !important;
        margin-bottom: 15px !important;
    }
    .woocommerce-variation-add-to-cart {
        clear: both !important;
        display: block;
    }
}
@media screen and (max-width: 820px) {
    .quatiteproduit {
        width: 100% !important;
    }
    .quatiteproduit .variations {
        margin-bottom: 15px !important;
    }
    .quatiteproduit .variations #taille {
        font-size: 12px !important;
    }
}

/* Taille du produit */
.variations {
    width: 30%;
    float: left;
    min-width: 250px;
    margin-right: 15px;
    margin-bottom: 0;
}
.variations tbody tr td.value select {
    margin: 10px !important;
    border: 1px solid #d1d1d1 !important;
    background: transparent !important;
    padding: 5px 35px 5px 5px !important;
    font-size: 16px !important;
    border: 1px solid #d1d1d1 !important;
    height: 32px !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    margin: 0px !important;
    background: url(/wp-content/themes/twentysixteen-child/img/icone/flechdropdown.png) 94% / 9% no-repeat #fff !important;
}

/* Quantité du produit*/
.quantity::before {
    content: "Quantité :";
    float: left;
    padding-right: 15px;
}
.quantity input:nth-child(1) {
    padding: 5px 0;
    width: 50px;
}
.quatiteproduit {
    float: left;
    width: 80%;
}
.input-text {
    float: left;
    margin-right: 25px;
}
.input-text.qty.text {
    background: transparent;
    padding-top: 7px;
    padding-bottom: 6px;
    padding-right: 5px;
}
.input-text.qty.text:focus {
    border: #bc013f 1px solid;
}

/* Bouton : ajouter au panier */
.single_add_to_cart_button {
    background-color: #da1656 !important;
    border-radius: 0 !important;
    float: left !important;
    font-size: 1rem;
    margin: 0 !important;
    padding: 18px 15px 5px !important;
    text-transform: none;
}


.single_add_to_cart_button::before {
    background-image: url("/wp-content/themes/twentysixteen-child/img/icone/iconajouterpanier.png");
    background-repeat: no-repeat;
    color: transparent;
    content: "ic";
    display: inline-block;
    height: 31px !important;
    margin-right: 10px;
    transform: translateY(-10px);
    width: 21px;
}

.prixproduit div p.price span.woocommerce-Price-amount.amount {
    font-size: 18px;
    font-weight: bold;
    color: #da1656;
}
.single_add_to_cart_button.button.alt:hover {
    background: #04b4bf !important;
    color: #fff !important;
}

.quatiteproduit .single_add_to_cart_button:hover,
.quatiteproduit .single_variation_wrap .single_add_to_cart_button:hover {
    background-color: #ffffff !important;
    color: #bc013f !important;
}
@media screen and (max-width: 820px) {
    .single_add_to_cart_button {
        margin-top: 15px !important;
    }
}
.woocommerce-ordering select {
    margin: 10px !important;
    border: 1px solid #d1d1d1 !important;
    background: transparent !important;
    padding: 5px 35px 5px 5px !important;
    font-size: 16px !important;
    border: 1px solid #d1d1d1 !important;
    height: 32px !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    margin: 0px !important;
    background: url(/wp-content/themes/twentysixteen-child/img/icone/flechdropdown.png) 94% / 9% no-repeat #fff !important;
}

/* Liste des produits */
.productsfp .product {
    border-bottom: #bbbbbb 1px solid;
}
.product {
    margin: 25px 0 0 0 !important;
    padding-bottom: 25px !important;
    position: relative;
    width: 100% !important;
}
.product .imageproduit {
    float: left;
    width: 20% !important;
}
.product .descriptionproduit {
    padding-left: 20px;
    width: 80%;
}
.productsfp li:last-child {
    border-bottom: none !important;
}

/* Liste des catégories */
.product-category > a > img {
    width: 20% !important;
    float: left;
}
.product-category > a > h3 {
    padding-left: 20px !important;
    overflow: hidden;
}
.woocommerce .product-category {
    border-bottom: 1px solid #bbbbbb;
}

/* Détails d'un produit */
.imageproduit {
    margin-bottom: 20px;
}
.descriptionproduitsingle {
    overflow: hidden;
}

/* Produits apparentés */
.related.products h2 {
    clear: both !important;
    color: #000000;
    font-size: 20px !important;
    padding-top: 25px;
}
.produitrelatif {
    padding: 20px;
    width: 50%;
}
.produitrelatif img {
    margin-bottom: 0;
}
.produitrelatif h2 {
    display: none;
}
.produitrelatif h3 {
    color: #000000;
    font-size: 16px;
    padding-bottom: 0 !important;
}
.produitrelatif .prixproduit, .produitrelatif .quatiteproduit {
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
}
.produitrelatif .button.product_type_variable.add_to_cart_button {
    border: #ebe9eb 1px solid;
    border-radius: 0;
    color: #000000;
    display: block;
    font-size: 13px;
}
.produitrelatif .button.product_type_variable.add_to_cart_button:hover {
    background-color: #ffffff;
}
.produitrelatif .variations_form {
    width: 100% !important;
}
.produitrelatif .quantity {
    width: 100% !important;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media screen and (min-width: 820px) and (max-width: 1061px) {
    .related.products h2 {
        padding-top: 50px;
    }
    .produitrelatif {
        padding: 10px;
    }
}

@media screen and (max-width: 820px) {
    .produitrelatif {
        padding: 10px 0;
        width: 100%;
    }
}

.woocommerce-pagination .page-numbers {
    padding: 9px 15px !important;
    border: 1px solid #666666;
    color: #666 !important;
    margin-right: 5px !important;
}
.woocommerce-pagination ul.page-numbers {
    border: none !important;
}
.woocommerce-pagination li {
    border: none !important;
}
.woocommerce-pagination .page-numbers.current, .woocommerce-pagination ul li .page-numbers:hover {
    background-color: #bc013f !important;
    color: #fff !important;
    border: 1px solid #bc013f;
}

.related.products {
    border-top: 1px solid #04b4bf !important;
    display: inline-block;
    margin-top: 45px;
}


/*** Boutique : partage et impression ***/
.partageetprint {
    text-align: center;
}
.partagefb {
    border-bottom: none !important;
}
/*
.partagefb:before {
    color: #bc013f;
    content: "\f230";
    font-family: FontAwesome;
    font-style: normal;
    font-size: 24px;
    font-weight: normal;
    text-decoration: inherit;
}
.partagefb img {
    display: none;
}
*/
.partagetw {
    border-bottom: none !important;
}
/*
.partagetw:before {
    color: #bc013f;
    content: "\f081";
    font-family: FontAwesome;
    font-style: normal;
    font-size: 24px;
    font-weight: normal;
    text-decoration: inherit;
}
.partagetw img {
    display: none;
}
*/
.versionprint a {
    border-bottom: none !important;
}


/*** Panier ***/

.shop_table_responsive.cart {
    font-family: "seravek",helvetica,arial,serif;
}
.shop_table_responsive.cart th {
    background-color: #04b4bf;
    color: #fff;
    font-weight: 100 !important;
    padding: 4px 10px 0px 10px !important;
}
.shop_table_responsive.cart a {
    color: #bc013f;
}
.product-remove {
    width: 6% !important;
}

/* Bouton : mettre à jour le panier */
td.actions input.button {
    background: #bc013f;
    font-size: 16px !important;
    font-weight: 100 !important;
    font-family: "seravek",helvetica,arial,serif !important;
    color: #fff !important;
    text-transform: none !important;
    border-radius: 0 !important;
}

/* Tableau : total panier */
.cart_totals {
    margin-top: 20px;
}
.cart_totals h2 {
    text-transform: none;
    font-style: normal;
    font-size: 20px !important;
}

.woocommerce a.remove:before {
    content: "\f1f8";
    font-family: fontawesome;
    color: #000;
    display: block;
    transform: translateY(-13px);
}
.woocommerce a.remove:hover:before {
    color: #bc013f;
}
.cart_item td.product-remove a.remove {
    color: transparent !important;
    height: 0px;
}

/* Bouton : procéder à la commande */
.wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward {
    background: #bc013f;
    font-weight: 100;
    border-radius: 0px;
    border: 1px solid #bc013f;
}
.wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward:hover {
    color: #bc013f !important;
    background: #fff;
}


/****************** Mega menu centrage titre ************************/

/* Mega menu centrage titre la maladie */

div.site-header-menu:nth-child(5) > nav:nth-child(1) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1){

    padding-top:45px!important;

}

div.site-header-menu:nth-child(5) > nav:nth-child(1) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1){

    padding-top:45px!important;

}

div.site-header-menu:nth-child(5) > nav:nth-child(1) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1){

    padding-top:45px!important;

}

div.site-header-menu:nth-child(5) > nav:nth-child(1) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1){

    padding-top:45px!important;

}

div.site-header-menu:nth-child(5) > nav:nth-child(1) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1){

    padding-top:45px!important;

}

div.site-header-menu:nth-child(5) > nav:nth-child(1) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1){

    padding-top:45px!important;

}

div.site-header-menu:nth-child(5) > nav:nth-child(1) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1){

    padding-top:45px!important;

}

div.site-header-menu:nth-child(5) > nav:nth-child(1) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1){

    padding-top:45px!important;

}

/* Mega menu centrage titre vivre avec la maladie */


div.site-header-menu:nth-child(5) > nav:nth-child(1) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1){

    padding-top:45px!important;

}

div.site-header-menu:nth-child(5) > nav:nth-child(1) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1){

    padding-top:45px!important;

}

div.site-header-menu:nth-child(5) > nav:nth-child(1) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1){

    padding-top:45px!important;

}

div.site-header-menu:nth-child(5) > nav:nth-child(1) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1){

    padding-top:45px!important;

}

div.site-header-menu:nth-child(5) > nav:nth-child(1) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1){

    padding-top:45px!important;

}

/* Mega menu centrage titre la recherche */

div.site-header-menu:nth-child(5) > nav:nth-child(1) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1){

    padding-top:45px!important;

}

div.site-header-menu:nth-child(5) > nav:nth-child(1) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1){

    padding-top:45px!important;

}

div.site-header-menu:nth-child(5) > nav:nth-child(1) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1){

    padding-top:45px!important;

}

div.site-header-menu:nth-child(5) > nav:nth-child(1) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1){

    padding-top:40px!important;

}


/* Mega menu centrage titre l'association */


div.site-header-menu:nth-child(5) > nav:nth-child(1) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1){

    padding-top:45px!important;

}

div.site-header-menu:nth-child(5) > nav:nth-child(1) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1){

    padding-top:45px!important;

}

div.site-header-menu:nth-child(5) > nav:nth-child(1) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1){

    padding-top:40px!important;

}

div.site-header-menu:nth-child(5) > nav:nth-child(1) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1){

    padding-top:40px!important;

}

div.site-header-menu:nth-child(5) > nav:nth-child(1) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1){

    padding-top:40px!important;

}

/* Mega menu centrage titre nous soutenir */


div.site-header-menu:nth-child(5) > nav:nth-child(1) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1){

    padding-top:45px!important;

}

div.site-header-menu:nth-child(5) > nav:nth-child(1) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1){

    padding-top:45px!important;

}

div.site-header-menu:nth-child(5) > nav:nth-child(1) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1){

    padding-top:45px!important;

}

div.site-header-menu:nth-child(5) > nav:nth-child(1) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1){

    padding-top:45px!important;

}

div.site-header-menu:nth-child(5) > nav:nth-child(1) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(6) > ul:nth-child(2) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1){

    padding-top:40px!important;

}

/* Fin Mega menu centrage titre */


.page-id-1009 ul.toc_list li ul li ul {
    display: none !important;
}

/* centrage widget  */

div.site-header-menu:nth-child(5) > nav:nth-child(1) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1){


    margin-left:18px;

}

div.site-header-menu:nth-child(5) > nav:nth-child(1) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1){

    margin-left:12px !important;

}

/* fin centrage widget  */


/* contact /


.menucta2 {
    display: none;
    width: 100%;
    padding: 0px 0px 0px 10px;
}

/*** menu CTA ***/
.menucta2 {
    width: 100%;
    padding: 0px;
}
.menucta2 .menu {
    margin-bottom: 15px;
    width: 100%;
    margin: 0px;
}
.menucta2 .menu li {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
}

/* bouton "boutique" */
.menucta2 .menu li.ctaboutique {
    background: #04b4bf;
    height: 60px !important;
    width: 49%;
    position: relative;
    float: right;
}
.menucta2 .menu li.ctaboutique a {
    color: #fff;
    position: absolute;
    top: 15px;
    left: 50px;
    margin-left: 13px;
}
.menucta2 .menu li.ctaboutique a:before {
    background: url("/wp-content/uploads/2016/06/iconboutique.png");
    content: '';
    position: absolute;
    top: -10px !important;
    left: -66px;
    color: transparent !important;
    height: 104px;
    width: 100px;
    background-repeat: no-repeat;
    background-position: center top;
    margin-left: -13px !important;
}

/* bouton "faire un don" */
.menucta2 .menu li.ctadon {
    background: #bc013f;
    height: 60px !important;
    width: 49%;
    position: relative;
    float: left;
}
.menucta2 .menu li.ctadon a {
    color: #fff;
    position: absolute;
    top: 5px;
    left: 57px;
    margin-left: 17px;
}
.menucta2 .menu li.ctadon a:before {
    background: url("/wp-content/uploads/2016/06/icondon.png");
    content: '';
    position: absolute;
    top: 1px !important;
    left: -83px;
    color: transparent !important;
    height: 104px;
    width: 130px;
    background-repeat: no-repeat;
    background-position: center top;
    margin-left: -17px !important;
}

/* bouton "adhérer" */
.menucta2 .menu li.ctaadherer {
    display: none !important;
    background: #f8efe2;
    height: 104px !important;
    width: 100px;
}
.menucta2 .menu li.ctaadherer a {
    color: #fff;
    position: absolute;
    top: 71px;
    margin-left: 13px;
}
.menucta2 .menu li.ctaadherer a:before {
    background: url("/wp-content/uploads/2020/11/icondopamine.png");
    content: '';
    position: absolute;
    top: -50px !important;
    color: transparent !important;
    height: 104px;
    width: 100px;
    background-repeat: no-repeat;
    background-position: center top;
    margin-left: -13px !important;
}

/********************************/
/*************HOMEPAGE***********/
/********************************/
#ban_home_container > .headerinstit#ban_headerinsit{display:none;}

.ban_home{float:left;}
.width_100{width:100%;}
.width_50{width:50%;}
.width_33{width:33.33%;}
.width_25{width:25%;}
.bloc_left{float:left;}
.bloc_right{float:right;}
.bloc_center{float:none;margin: 20px auto 0 auto}
.clear{clear:both;}
.logofacilitiheader {position: absolute;right:0px;z-index:10;}
.home .headerinstit {padding:30px;}


/*******************************/
/****** WOOCOMMERCE PRODUCT ****/
/*******************************/


.woocommerce-page #primary #main h1.bloc_left{width:70%;}

.full-width-large-page .entry-content{margin:0;}


@media screen and (max-width: 820px) {

    /******************************/
    /******* Banniere HOME ********/
    /******************************/
    #ban_home_container > .headerinstit#ban_headerinsit{display:block;}
    #ban_home_container > .headerinstit#ban_headerinsit h1,
    #ban_home_container > .headerinstit#ban_headerinsit > .headerinstittext{display:none;}

    .menucta2 {
        display: none;
    }

    .width_100,.width_50,.width_33,.width_25{width:100%;}
    .ban_home{float:none;width:50%;margin:5px auto;}
    .ban_home > img {width:100%;}
    /*******************************/
    /****** WOOCOMMERCE PRODUCT ****/
    /*******************************/
    .woocommerce-page #primary #main h1.bloc_left{width:inherit;}

}
ul#menu-menu-call-to-action-3:after {
    content: " ";
    display: block;
    clear: both;
}



/*******************************/
/**********  TOC CONTENAIR TAB CONTENT PLUS  **********/
/*******************************/
.maininstit.tab_page{
    position: relative;
}
.maininstit.tab_page .contenupage{
    float: left;
    width: 70%;
}
.maininstit.tab_page #toc_container{
    width: 27% !important;
    min-width: 180px;
    position: relative;
    right: 0px;
    top: 0px;

}
.maininstit.tab_page #toc_container .retourtopscroll{
    cursor:pointer;
    color:#007acc;
}
.maininstit.tab_page #toc_container .retourtopscroll:hover{
    text-decoration: underline;
}
.maininstit.tab_page #toc_container .toc_list{
    overflow-y: scroll
}

.maininstit.tab_page #toc_container .toc_list a{
    color:#bc013f;
}


.maininstit.tab_page #toc_container.scroll{
    position: absolute;
    width: 27%;
    right: 0px;

}
.parent_tab_page .retourtop.bottom_tab_matiere{
    text-align: center;
    position: absolute;
    width: 23%;
    right: 0px;}
.parent_tab_page #toc_container .toc_toggle{
    display:none;
}

@media screen and (max-width: 920px) {

    .parent_tab_page #toc_container .toc_toggle{display:block;}
    .maininstit.tab_page #toc_container .retourtopscroll{display:none;}
    .maininstit.tab_page #toc_container.fixed{position:fixed;height:120%;}
    .maininstit.tab_page #toc_container.toc_wrap_right{width:100% !important;}
    .maininstit.tab_page #toc_container.contracted.fixed{height:auto}
}
@media screen and (min-width: 870px) and (max-width: 920px) {
    .maininstit.tab_page #toc_container{margin:0;}
    .maininstit.tab_page .contenupage{padding: 20px 20px;width: 100%;}

}
@media screen and (min-width: 767px) and (max-width: 920px) {
    .maininstit.tab_page #toc_container.toc_wrap_right{width:100% !important;}
    .maininstit.tab_page #toc_container.toc_wrap_right.fixed{width:70% !important;right:16px;}
}

@media screen and (max-width: 869px) {


    .maininstit.tab_page .contenupage{float:none;width: 100%;}

    .parent_tab_page #toc_container .toc_toggle{di #bc013fsplay: block;}
    .parent_tab_page .retourtop{margin-bottom:60px}
    .maininstit.tab_page #toc_container .toc_list a{cursor:pointer;}
}
@media screen and (max-width: 767px) {
    .maininstit.tab_page #toc_container.toc_wrap_right{float:none;clear:both;margin:0px 0px 20px 0px;}
    .maininstit.tab_page #toc_container.toc_wrap_right.fixed{width: 96% !important;right: 2%;}
}

.wpcf7-form-control::placeholder {
	color: #686868 !important;
}

.wpcf7-submit {
	background-color: #bc013f !important;
}

.wpcf7-response-output {
	border-color: #bc013f !important;
}
