/*style.css v.0*/
/****/

/* couleur vert #91A81B */
/* couleur bleu #1C556B */
/* couleur bleu-gris #6E8C97*/
/* couleur doré #b8aa76 */
/* couleur doré léger #ece3c5 */
/* rouge #B91A1B */
/* rouge léger #ECAEB1 */
/* nouveau rose alinus #D0836B*/
/* jaune clair #FCD01F*/
/* jaune doré #D6BC2E */


/*** GLOBAL ***/

img {
    width: 100%;
}
/*titres & paragraphes*/
body {font-size:14px; font-family:corporative sans alt}
.article-header {
	margin-bottom: 20px;
}
h5 {font-size:20px; text-transform:uppercase; color:#666;}
.navbar-expand-lg > .container {padding:0 15px !important}
h1, .h1 {
    font-size: 3.8rem;
    margin-bottom:35px;
}
h2, .h2 {
    font-size: 2rem;
    margin-bottom: 15px;
    color: #b8aa76;
}
p {line-height:1.3}
.big-text {font-size:20px}
hr {
    margin-top: 1.2rem;
    border-top: 1px solid #b8aa76;
}
.maj {
    text-transform: uppercase;
}

/*champs à remplir*/
.form-control {
	padding: 0.1rem 0.5rem;
	border-color: #b8aa76;
}
a {
color: #333;
text-decoration:none;
}
a:hover {color: #777; text-decoration:none;}

/*images outils*/
.tool {
	background-color:white;
	padding:10px;
	border-radius:10px;
	border:#e4e4e4 2px solid;
}

/*map*/
.map {
	width:100%;
	height:400px;
    margin-bottom:30px;
    border:none;
}

/*boutons*/
.page-content .wp-block-button__link {
    background-color: rgba(0,0,0,0);
    color: #B91A1B;
    border: 1px solid;
    padding: 5px 10px;
    text-transform: uppercase;
    font-family: ttchocolates;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 700;
}
.page-content .wp-block-button__link:hover, .contacts .wp-block-button__link:active, .contacts .wp-block-button__link:focus {
    background-color: #B91A1B;
    color: white !important;
}
.page-content .btn {
    outline:none !important;
}
/*liens texte*/
.page-content a {
    color: #B91A1B;
}

/*formulaires*/
label, .page-content input {width:100%}
label {
    font-weight: bold;
}
.wpcf7 label {margin-bottom:10px}
.page-content form input {
    padding: 10px;
    border: 1px solid #b8aa76;
}
.page-content form input[type="submit"] {
    color: white;
    padding: 10px 20%;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-family: ttchocolates;
    font-size: 16px;
    width: inherit;
    background-color: #b8aa76;
}
    /*couleurs outils*/
    .spi4 form input[type="submit"] {
        background-color: #B91A1B;
    }
    .alinus form input[type="submit"] {
        background-color: #D0836B;
    }
    .sbs form input[type="submit"] {
        background-color: #1C556B;
    }
    .sbs-light form input[type="submit"] {
        background-color: #6E8C97;
    }
    .idia form input[type="submit"] {
        background-color: #D6BC2E;
    }
    .metodd-sdg form input[type="submit"] {
        background-color: #91A81B;
    }

textarea {
    padding: 10px;
    border: 1px solid #b8aa76;
    width: 100%;
    height: 150px;
    min-height: 60px;
}

/*** HEADER ***/

#main-header {width: 100%; background-color: white;}

.lang-menu {text-align:right;}
.lang-menu li {
    padding: 0 0.5rem;
    border-right: solid 1px grey;
}
.lang-menu li:last-child {
    border-right: none;
}

.navbar-brand img {
    width: 100px;
    position: absolute;
    top: -42px;
    z-index: 10;
    padding: 10px 4px 7px;
    background-color: white;
    box-shadow: 0 0 10px -5px black;
}

/*navigation*/
    /*mobile*/
    #mobile-menu {
        text-align: left;
        margin-top: 10px;
        background-color: #333;
        padding-top: 40px;
    }
    #mobile-menu li {
        list-style: none;
    }
    #mobile-menu li a:hover {
        background: transparent !important;
    }
.desktop-menu {flex-grow:1}
#main-header .navbar-nav {
    margin-left: 95px;
}
#main-header .navbar {background-color:white}
#menu-main-menu a {
    font-family: corporative sans alt cnd;
    font-size: 16px;
    font-weight: 500;
}
.navbar-dark .navbar-nav .menu-item a {color:white}
.nav-item:last-child .menu-item a{border-right: none;}
#menu-main-menu li.current_page_item a {
    color: #B91A1B;
}
.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 1);
    border-color: none;
    background-color: #B91A1B;
    border-radius: 0;
    margin-right: 10px;
}
.mobile-menu .loupe {
    color: #B91A1B;
    font-size: 30px;
}
#mobile-menu a {
    color: white;
}
#mobile-menu > ul > li > a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
}

/*styles bootstrap pour wordpress*/
.navbar-dark .navbar-nav .menu-item a {
    color: white;
}
.navbar-nav .menu-item a {
    display: block;
    padding: 0.5rem 1rem;
	text-decoration:none;
}

/*searchbar + sitemap*/
#main-header .menu-link {
    text-decoration: none;
    color: white;
    font-size: 1.5rem;
    margin-right: 10px;
}
#mainsearchfield {
    background-color: rgba(142, 24, 24, 0.9);
}
.searchfield-content .close {
	font-size:40px;
    color:white;
}
.searchfield-content .close:hover {
    opacity: 1;
}
.searchfield-content {
    position: relative;
    width: 80vw;
    height: 80vh;
    margin: auto;
    top: 10%;
}
.modal-backdrop.show {
    display: none;
}
/*v2*/
#searchform input {
    font-size: 40px;
    padding: 15px;
    background-color: rgba(0,0,0,0);
    border: none;
    border-bottom: solid 1px white;
    color: white;
    width: 100%;
}

/*search assistance*/
.search-assistance #advanced-searchform input{
    font-size: 12px;
    padding: 10px;
         border: none;
    color: #B91A1B;
    border-bottom: solid 1px #B91A1B;

        width: 100%;
}

.block-assistance{ border:  2px solid #B7A979; border-radius: 5px;box-sizing:  border-box; background:  #DBD4BD;}
.block-assistance ul li {list-style: none; padding: 5px; border-radius: 5px;  background:  #FFF;  float: left; margin: 5px; box-sizing:  border-box;}
.block-assistance p{ margin: 0;}
.block-assistance ul{list-style: none;  margin: 0; padding: 10px 5px; overflow: auto;}
.title-block-assistance{ border-bottom: 2px solid #B7A979;  padding: 10px; background:  #F1EEE5;  }
.title-block-assistance a{ color: #B91A1B !important;  }

.picto-telecharger-pdf{ background-image: url(../img/telechargement-pdf.svg);  background-repeat:  no-repeat; width: 40px; height: 60px; float: left; margin-right: 20px; background-position: 50% 50%; }

.block-assistance-telechargement{ border:  2px solid #B91A1B; border-radius: 5px;box-sizing:  border-box; background:  #B91A1B;}
.block-assistance-telechargement ul li {list-style: none; text-align: center; display:  table-cell; vertical-align: middle;}
.block-assistance-telechargement ul  {list-style: none;list-style: none;  margin: 0; padding: 10px; overflow: auto; display: table; width: 100%;}
.block-assistance-telechargement ul li a{ color: #FFF !important;  text-transform:  uppercase; font-size: 20px; }

.block-audit{ border:  2px solid #B7A979;box-sizing:  border-box;  padding: 20px; text-align: center;}
.block-audit p{ margin-bottom: 10px;}
.block-audit a{color: #B91A1B !important;  text-transform:  uppercase; font-size: 12px;  line-height: 10px !important; }
.picto-audit{background-image: url(../img/picto-audit.svg);  background-repeat:  no-repeat; width: 50px; height: 50px;  background-position: 50% 50%;  margin: auto;}

.image-spi4-connexion{;  width: 100%; height:  100%;}

/*** CONTENT TYPE CERISE ***/

/*contenu page par default*/
.default > .content {
    margin-top: 50px;
}

/*navigation de page de contenu*/
@media (max-width:991px){
    .second-nav {display:none}
}
.second-nav ul {
    list-style: none;
    text-align: right;
    padding: 0;
    line-height: 1;
	font-family: corporative sans alt cnd;
}
.second-nav a {
    color: #b8aa76;
    font-weight: 700;
    padding: 8px 8px 8px 0;
    display: block;
    text-decoration: none;
    font-size: 16px;
}
.sub-menu li a {
    color: inherit;
    font-weight: inherit;
}
.sub-menu .sub-menu li a {
    color: #777;
    font-style: italic;
}
.mainmenu > .current_page_item > a, .mainmenu > li > a:hover {
    background-color: #b8aa76;
    color: white;
}
.sub-menu > li > a:hover, .submenu > li.current_page_item > a, .sub-menu > .current-menu-item a {
    background-color: #ece3c5;
}
/*on efface les onglets non concernés en laissant l'arborescence ancêtre*/
.mainmenu > li:not(.current_page_item) .sub-menu a {
    display: none;
}
.mainmenu > li.current-menu-ancestor .sub-menu a {
    display: block;
}

/*breadcrumb*/
.breadcrumb {
    background-color: white;
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
	padding-top:0;
	margin-bottom:0;
	font-family: corporative sans alt cnd;
}
.breadcrumb a {
    text-decoration: none;
}
.breadcrumb_last {
    font-weight: 700;
}

/*sections de page par default*/
section {
    padding-bottom: 20px;
    border-bottom: solid 1px #b8aa76;
    margin-bottom: 35px;
}
section:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

/*section equipe*/
.equipe img {
    width: 60%;
    border-radius: 50%;
    margin: 10px auto;
    display: block;
}
.equipe figcaption {
    text-align: left;
    margin-top:0;
}
.equipe .wp-block-image {
    margin-right: 20px;
}

/*gallerie infos (gouvernance)*/
.gouvernance-row .wp-block-column {
    margin-bottom: 20px;
}
.gouvernance-row > .wp-block-column:nth-child(2) {
    padding: 0 25px;
}
.gouvernance-row .wp-block-image {
    margin-bottom: 20px;
    min-height: 195px;
    display: flex;
    align-items: center;
}
.gouvernance-row strong {
    text-decoration: underline;
}
.gouvernance-row a {
    color: #b8aa76;
}

/*gallerie clients 'ils nous font confiance' */
.main-content .gallery-clients {
    max-width: 100%;
}
.main-content .gallery-clients .blocks-gallery-item {
    width: 10%;
    flex: unset;
    margin-right: 15px !important;
}
.gallery-clients .blocks-gallery-item figure {
    align-items: center;
}
.wp-block-gallery .blocks-gallery-item figure {
    align-items: center;
    padding: 10px;
}

/*contacts*/
.contacts .wp-block-column {
    margin-bottom: 20px;
}
.contacts .wp-block-image {
    margin-bottom: 20px;
    min-height: 195px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*formulaire contact*/
.form {
    border-bottom: none;
    padding-bottom: 0;
}
.form-group label {
    font-weight: 700;
}
.form .form-control {
    padding: 0.5rem 0.5rem;
	border-radius: 0;
}
.form .form-check {
    margin-bottom: 10px;
    margin-top: 30px;
}
.form .btn {
    width: 100%;
}

/*projets*/
.projets {
    border-bottom: 1px solid #b8aa76;
    margin-bottom: 20px;
}
.projets:last-child {
    border-bottom: none;
}
.projets .wp-block-column:first-child {
    width: 25%;
    flex: unset;
    margin-right: 15px;
}
.projets .wp-block-column:last-child {
    flex-basis: 75%;
}
.projets a {text-decoration: underline;}

/*publications*/
.titre-publication {
    margin-bottom: 0;
    text-decoration: underline;
}
.publications-sub {
    border-bottom: 4px solid #b8aa76;
    margin-bottom: 20px;
}
.publications-sub > .publication:last-child {
    border: none;
}



/*** CONTENT TYPE NEWSLETTER***/
body.newsletter-page h1 {
    font-size: 46px;
}


/*** CONTENT TYPE BLOG ***/
.sidebar-left .card-title{
    padding-bottom: 10px;
    border-bottom: solid 1px #b8aa76;
    text-transform: uppercase;
    font-size: 16px;
}
.sidebar-left h6 {
    margin-bottom: 0;
}
.sidebar-left li {
    list-style: none;
}
.article {
    padding-bottom: 30px;
    border-bottom: solid 1px #b8aa76;
    margin-bottom: 30px;
}
.article-image img {
    height: auto;
}
.article-featured-content h6 a {
    color: #b8aa76;
    font-weight: bold;
    font-size: 18px;
}
.article-read-more {
    text-transform: uppercase;
    color: #b8aa76;
    display: inherit;
}
.article-read-more:hover,.article-read-more:focus,.article-read-more:active{
    color: #B91A1B;
}
.article-infos{
    margin-bottom:15px;
    text-transform: uppercase;
}
.article-infos .post-categories {
    padding: 0;
    margin: 0;
    display: block;
    list-style: none;
}
.article-infos .post-categories li {
    margin-right: 5px;
    display:inline-block;
}
    /*single post*/
    .single-post .page-content img {
        height: auto;
        margin-bottom: 20px;
    }
    .single-post .article-header {
        margin-bottom: 0;
    }
    .single-post h1 {
        font-size: 24px;
        margin: 10px 0;

    }

/*paginations*/
    /*single article*/
    .pagination {
        font-family: ttchocolates;
        text-transform: uppercase;
        font-weight: 700;
        justify-content: space-between;
    }
    .pagination a {
        color:grey;
    }
    .pagination.pages{
        justify-content: flex-end;
    }
    .page-numbers {
        margin-right: 10px;
    }
    .next.page-numbers,.prev.page-numbers {
        font-size: 25px;
        position: relative;
        top: -10.5px;
    }

/*** MODELE SEARCH***/
.search h1 {
    color: #B91A1B;
    padding-bottom: 15px;
    border-bottom: #B91A1B solid 1px;
}


/*** CONTENT TYPE OUTIL ***/

/*couleurs*/
    /*spi4*/
    .spi4 .page-content a {color: #B91A1B;}
    /*navigation contenu*/
    .spi4 .mainmenu > li > a {
        color: #B91A1B;
    }
    .spi4 .mainmenu > .current > a, .spi4 .mainmenu > li > a:hover,.spi4 .mainmenu > .current_page_item > a {
        background-color: #B91A1B;
        color: white;
    }
    .spi4 .sub-menu > li > a:hover, .spi4 .submenu > li.current_page_item > a, .spi4 .sub-menu > .current-menu-item a {
        background-color: #e99586;
    }

    /*alinus*/
    .alinus .page-content a {color: #D0836B;}
    /*navigation contenu*/
    .alinus .mainmenu > li > a {
        color: #D0836B;
    }
    .alinus .mainmenu > .current > a, .alinus .mainmenu > li > a:hover,.alinus .mainmenu > .current_page_item > a {
        background-color: #D0836B;
        color: white;
    }
    .alinus .sub-menu > li > a:hover, .alinus .submenu > li.current_page_item > a, .alinus .sub-menu > .current-menu-item a {
        background-color: #f3d5cb;
    }

    /*sbs*/
    .sbs .page-content a {color: #1C556B;}
    /*navigation contenu*/
    .sbs .mainmenu > li > a {
        color: #1C556B;
    }
    .sbs .mainmenu > .current > a, .sbs .mainmenu > li > a:hover,.sbs .mainmenu > .current_page_item > a {
        background-color: #1C556B;
        color: white;
    }
    .sbs .sub-menu > li > a:hover, .sbs .submenu > li.current_page_item > a, .sbs .sub-menu > .current-menu-item a {
        background-color: #b3c3cb;
    }

    /*sbs-light*/
    .sbs-light .page-content a {color: #6E8C97;}
    /*navigation contenu*/
    .sbs-light .mainmenu > li > a {
        color: #6E8C97;
    }
    .sbs-light .mainmenu > .current > a, .sbs-light .mainmenu > li > a:hover,.sbs-light .mainmenu > .current_page_item > a {
        background-color: #6E8C97;
        color: white;
    }
    .sbs-light .sub-menu > li > a:hover, .sbs-light .submenu > li.current_page_item > a, .sbs-light .sub-menu > .current-menu-item a {
        background-color: #e6ebed;
    }

    /*metodd-sdg*/
    .metodd-sdg .page-content a {color: #91A81B;}
    /*navigation contenu*/
    .metodd-sdg .mainmenu > li > a {
        color: #91A81B;
    }
    .metodd-sdg .mainmenu > .current > a, .metodd-sdg .mainmenu > li > a:hover,.metodd-sdg .mainmenu > .current_page_item > a {
        background-color: #91A81B;
        color: white;
    }
    .metodd-sdg .sub-menu > li > a:hover, .metodd-sdg .submenu > li.current_page_item > a, .metodd-sdg .sub-menu > .current-menu-item a {
        background-color: #dde1b8;
    }

    /*idia*/
    .idia .page-content a {color: #D6BC2E;}
    /*navigation contenu*/
    .idia .mainmenu > li > a {
        color: #D6BC2E;
    }
    .idia .mainmenu > .current > a, .idia .mainmenu > li > a:hover,.idia .mainmenu > .current_page_item > a {
        background-color: #D6BC2E;
        color: white;
    }
    .idia .sub-menu > li > a:hover, .idia .submenu > li.current_page_item > a, .idia .sub-menu > .current-menu-item a {
        background-color: #f7e8be;
    }

    /*advise*/
    .advise .page-content a {color: #b8aa76;}
    /*navigation contenu*/
    .advise .mainmenu > li > a {
        color: #b8aa76;
    }
    .advise .mainmenu > .current > a, .advise .mainmenu > li > a:hover,.advise .mainmenu > .current_page_item > a {
        background-color: #b8aa76;
        color: white;
    }
    .advise .sub-menu > li > a:hover, .advise .submenu > li.current_page_item > a, .advise .sub-menu > .current-menu-item a {
        background-color: #ece3c5;
    }

/*intro*/
.article-header img {
    width: 150px;
    padding: 10px;
    margin: 10px 0;
    box-shadow: 3px 3px 8px rgba(0,0,0,0.4);
}
/*tool-menu*/
.tool-menu {padding:0 10px;}
.tool-menu-item {
    height: 210px;
	margin-bottom: 10px;
	padding:0 5px;
}
.tool-menu-item a {
    display: block;
    height: 100%;
    position: relative;
    background-size: 80%;
    background-position: top center;
    background-repeat: no-repeat;
    border: solid 2px #cdc595;
}
.tool-menu-text {
    text-align: center;
    padding: 5px;
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(192, 182, 123, 0.8);
    color: white;
    text-transform: uppercase;
    font-weight: 700;
	line-height: 1.2;
}

/*titres*/
/*outil*/
.outil h2 {
    color: #B91A1B;
}

/*call to action imf*/
.uses-numbers {
    padding: 15px;
    background-color: #b8aa76;
    justify-content: end;
}
@media (max-width:991px){
    .uses-numbers {display:block !important}
}
.uses-numbers-text {
    align-self: center;
    text-align: center;
    width: 60%;
    color: white;
    font-weight: 700;
    font-size: 16px;
}
.uses-numbers a {
    width: 40%;
}

/*chiffres clés outil*/
.spi4 .tool-numbers {background-color:#B91A1B}
.alinus .tool-numbers {background-color:#D0836B}
.sbs .tool-numbers {background-color:#1C556B}
.tool-numbers {
    padding: 15px 15px 0px 5px;
    margin-bottom: 20px;
}
.tool-numbers img {
    width: 150px;
    margin-bottom: 15px;
    margin-left: 10px;
}
.tool-numbers .number-box {
    margin-bottom: 10px;
}
@media (max-width:991px){
    .tool-numbers-inner {margin-left:10px}
}


/*formulaires téléchargement*/
span.wpcf7-list-item {
    display: block;
    margin:0;
}
.page-content input[type="radio"]{
    width:unset;
}
.wpcf7-list-item-label {
    margin-left: 5px;
    font-weight: 700;
}
.download-link a {
    border: 1px solid;
}

/*menu ressources*/
.ressources .item {
    padding: 0 5px;
	margin-bottom: 10px;
}
.ressources .item-content {
    border: 1px solid #b8aa76;
    padding: 10px;
    display: grid;
    text-align: center;
    height:100%;
    min-height:170px;
}
.ressources h6 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #B91A1B;
    margin-bottom: 0;
}
.ressources h6::after {
    content: "";
    width: 20px;
    height: 2px;
    background-color: #B91A1B;
    display: block;
    position: relative;
    margin: 15px auto;
}
.ressources p {
    margin-bottom: 10px;
}
.ressources .rounded-btn {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    justify-self: center;
    border: 1px solid #b8aa76;
	transition: all 0.4s;
}
.ressources .rounded-btn:hover {
    background-color: #b8aa76;
}
.rounded-btn::before {
    font-size: 28px;
    position: relative;
    top: 2px;
    color: #b8aa76;
}
.rounded-btn:hover::before {
    content: "\ea0a";
    color: white;
    font-size: 18px;
    top: 8px;
}

/*auditeurs*/
.row.clients {
    padding: 0 5px;
}
.clients .item {
    padding: 0 10px;
    position: relative;
    display: block;
}
.clients .item img {
    height: auto;
    margin-bottom: 15px;
}
.clients .client-infos {
	font-size: 12px;
	word-break: break-all;
}
.client-name, .client-country {font-size:14px; font-weight:700;}
.clients-list.btn {
    border-color: transparent;
    color: white;
    margin: 15px 0 10px 0px;
    display: block;
    width:200px;
}
.clients-list.btn:active, .clients-list.btn:focus, .clients-list.btn:hover {opacity: 0.9;}
.spi4 .clients-list.btn {
    background-color: #B91A1B;
}
.alinus .clients-list.btn {
    background-color: #D0836B;
}
.sbs .clients-list.btn {
    background-color: #1C556B;
}
.sbs-light .clients-list.btn {
    background-color: #6E8C97;
}
.metodd-sdg .clients-list.btn {
    background-color: #91A81B;
}
.idia .clients-list.btn {
    background-color: #FCD01F;
}

/*SIDEBAR*/
.default .sidebar .card-title {
    font-size: 18px;
    padding-bottom: 10px;
    border-bottom: solid 1px #b8aa76;
    margin-bottom: 1.2rem;
}
/*boîte*/
.default .box {margin-bottom:2rem}

/*gallerie*/
.gallery img {
    margin-bottom: 20px;
}

/*gallerie tools*/
.tools .col-6 {
    width: 20%;
}

/*events*/
.event {
    border-bottom: 1px solid #b8aa76;
    display: flex;
    margin-bottom: 15px;
}
.event-date {
    padding: 10px 10px;
    display: inline-table;
    background-color: #b8aa76;
    margin-right: 10px;
}
.event-date div {
    color: white;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
}
.event-date div:first-child {
    border-bottom: #B91A1B 2px solid;
}
.event p {
    position: relative;
    top: -5px;
}
.event a {
    display: inline-table;
    position: relative;
    top: 30px;
}
.event i {
    color: #b8aa76;
}

/*news*/
.news {margin-bottom:20px}
.news a {
    color: #B91A1B;
    font-size: 18px;
}
.news::after {
    content: "";
    width: 20px;
    height: 1px;
    background-color: #b8aa76;
    display: block;
}
.news:last-child::after {
    display: none;
}

/*sidebar IMF*/
.box.imf {
    height: 170px;
    padding: 15px;
    background-color: #b8aa76;
    display: grid;
    text-align: center;
}
.default .imf .card-title {
    color: white;
    font-size: 20px;
}
.box.imf a {
    width: 100%;
    display: grid;
    align-self: end;
}
.imf .btn {
    color: #b8aa76;
    font-family: ttchocolates;
    text-transform: uppercase;
    font-weight: 700;
    background-color: white;
    border:2px solid white;
}
.imf .btn:hover, .imf .btn:active, .imf .btn:focus {
    background-color: rgba(0, 0, 0, 0);
    color:white;
}

/*bouton aide outil*/
.help a {
    width: 100%;
    display: block;
    text-align: center;
}
.help .btn {border-color:transparent; color:white}
.help .btn:active, .help .btn:focus, .help .btn:hover {opacity: 0.9;}
.spi4 .help .btn {
    background-color: #B91A1B;
}
.alinus .help .btn {
    background-color: #D0836B;
}
.sbs .help .btn {
    background-color: #1C556B;
}
.sbs-light .help .btn {
    background-color: #6E8C97;
}
.metodd-sdg .help .btn {
    background-color: #91A81B;
}
.idia .help .btn {
    background-color: #D6BC2E;
}


/*** TYPE HOME ***/
body.home {height:100vh}
.home .content {
    height:65%;
	background-repeat:no-repeat;
	background-size:cover;
				}
.home .content .container {height:100%}

/*boîte*/
.home .box {
    margin: 1.25rem;
    border-bottom: 1px solid #b8aa76;
    padding-bottom: 1.25rem;
}
.home-sidebar .box.links {
    font-family: ttchocolates;
    font-size: 16px;
    font-weight: 700;
}

/*callbox home*/
.callbox-home {
    position: relative;
	top:28px;
	width:35%;
    max-width: 380px;
	min-width:300px;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.5);
	color: white;
}
.callbox-home h4 {
    font-size: 20px;
    text-transform: uppercase;
    font-family: ttchocolates;
	font-weight:bold;
    line-height: 1.4;
}
.quote {
    font-size: 38px;
    line-height: 40px;
	font-style: italic;
	font-family:corporative sans;
}
.callbox-home .btn {
    background-color: rgba(255, 255, 255, 0.5);
    border: 2px solid white;
    font-family: ttchocolates;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    padding: 5px 10px;
    margin-bottom: 0;
}
.callbox-home .btn a {
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0;
    background-color: transparent !important;
    font-size: 1rem;
}

/* bandeau de chiffres */
/*styles*/
.numbers {
	margin-top:50px;
}
.numbers img {
    height: 70px;
    width: auto;
	margin-right:15px;
    max-width: 176px;
}
.number-box {
    color: white;
    font-size: 12px;
    line-height: 1.1;
    display: inline-block;
    padding-right: 25px;
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
    margin: 15px 0;
}
.numbers .tool {
    box-shadow: 2px 1px 10px 0px;
}
.number-box:last-child {
    border-right: none;
}
.nmbr {
    font-size: 30px;
}
.numbers-wrapper {
    width: 100%;
	padding: 25px 0px;
}
.numbers .alinus {background-color: #D0836B;}
.numbers .spi4 {background-color: #B91A1B;}
.numbers .sbs {background-color: #1C556B;}
#numbers-carousel .tool {
	border-radius:0;
	border:none;
}

/*sidebar*/
.home-sidebar .sidebar-content {
	background: white;
	position: relative;
}
.card-title {
    font-family: ttchocolates;
    font-weight: bold;
}
.home .card-title {
    text-align: center;
	margin-bottom:1.3rem;
}

.box.links ul {list-style:none; text-align:center; padding:0}
.box.links a {text-transform:uppercase; color:#B91A1B;}
.box.links a:hover {text-decoration:underline}

/*tools gallery*/
.home .gallery img{
    background-color: white;
    padding: 10px;
    border-radius: 10px;
    border: #e4e4e4 2px solid;
}

/*carousel news*/
#newscarousel {
    padding: 0 15px;
}
.box .slick-slide {
    padding: 5px;
    text-align: center;
}
.box .slick-carousel .card {
    margin: auto;
    border-color: #b8aa76;
    display: inline-block;
    padding: 0;
}
.box .slick-carousel .card-body {
    text-align: center;
    padding: 0 10px 10px;
}
.box .slick-carousel .card-img-top {
    padding: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}
.card-img-top img {
    height: auto;
}
.box .slick-carousel .card-text {
    line-height: 1.2;
    font-size: 14px;
}
.box .slick-carousel .card-title {
    text-transform: uppercase;
}
.box .slick-carousel .btn {
    text-transform: uppercase;
    background-color: #b8aa76;
    border: none;
    font-size: 13px;
    font-weight: 700;
}
.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(182, 182, 182, 0.5);
}
.slick-prev {
    left: -5px !important;
    opacity: 1;
}
.slick-next {
    right: -5px !important;
    opacity: 1;
}
.slick-prev::before {content:"<" !important;}
.slick-next::before {content:">" !important;}
.slick-prev::before, .slick-next::before {
    color: #b8aa76 !important;
    font-size: 32px !important;
    font-family: arial !important;
    opacity: 1 !important;
}

/*footer*/
footer {
	position:relative;
	bottom:0;
	width:100%;
	background: white;
}
.home .footer-content {
	text-align: center;
}

/*socials*/
.social-icons {
	list-style:none;
	align-items: center;
	justify-content: center;
}
.social-icons li {
    margin-right: 10px;
}
.social-icons a {
    color: #b8aa76;
	font-size: 20px;
}

.newsletter-btn {
    background-color: white;
    border: #b8aa76 1px solid;
    color: #b8aa76;
    font-style: italic;
    font-weight: bold;
    font-size: 18px;
    padding: 3px 10px;
}
.newsletter-btn:hover {
    background-color: #b8aa76;
    border-color: #b8aa76;
}
.newsletter-btn .newsletter {
    margin-left: 10px;
    position: relative;
    top: 2px;
}
body:not(.home) .newsletter-btn {
    display: block;
    white-space: normal;
    margin-top: 10px;
}

/*back to top*/
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
}
#back-to-top i {
    transform: rotate(-90deg);
    display: block;
}
#back-to-top {
    background-color: #b8aa76;
    outline: none;
    border: none;
}



/*RESPONSIVE DESKTOP (à ranger plus tard)*/

@media (min-width: 992px) {
    
    /*menu langues*/
    .lang-menu .menu-item a {
        padding: 0 1rem;
    }

	/*menu bootstrap*/
	.navbar-expand-lg .navbar-nav .menu-item a {
    padding-right: 1rem;
    padding-left: 1rem;
	}
	.navbar-expand-lg .navbar-nav .menu-item a {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
	}
	.menu-item a {
    border-right: 1px solid white;
	}
	#main-header .navbar {
    background-color: #b8aa76;
	}
	
	.container {
    max-width: 1400px;
	}
	.navbar-expand-lg .navbar-nav .menu-item a {
    padding-right: 1rem;
    padding-left: 1rem;
    }
	/*numbers home*/
	.numbers {
		position: fixed;
		bottom: 50px;
		margin-top:0;
        width:100%;
	}
    .numbers .carousel-item {
    transition-duration: 3s;
    }
	.numbers .tool {
    box-shadow: none;
    }
    .tool-numbers .number-box {max-width:17%}
	.number-box{
		max-width: 18%;
		border-right: 1px solid;
		margin:0;
		margin-left:10px;
	}
	.numbers .container {
		display: flex;
	}
	.numbers-wrapper {
		width: 55%;
		overflow:hidden;
		padding: 0;
	}
	.numbers-inner {
    display: flex;
    padding: 15px;
	}
	/*home page*/
	.home #main-header {position:fixed; z-index: 2;}
	.home .content {position:fixed; top: 80px; height:82vh; background-size: 80%;}
	.callbox-home {
		position: relative;
		top: 14%;
	}
	.home footer{position:fixed}
	.sidebar-content {width:400px; height:100vh; margin-top: 90px; z-index:1}
	.sidebar-content::before {
		content: "";
		height: 100%;
		display: block;
		position: fixed;
		width: 200%;
		background-color: white;
		z-index: -1;
		box-shadow: 5px 0px 15px black;
	}
	.home .social-icons {float:left; justify-content: left;}
    /*carousel news*/
    .box .slick-carousel .card-img-top {
        padding: 10px;
        max-height: 125px;
    }
    .box .slick-carousel .card {
        display: flex;
        min-height: 410px;
        flex-wrap: wrap;
    }
    .box .slick-carousel .card-body {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .box .slick-carousel .btn {
        align-self: end;
    }

	/*ombre sidebar*/
	.sidebar {
		border-left: solid 8px;
		border-image: linear-gradient(to right, rgba(217, 217, 217, 0) 0, rgba(217, 217, 217, 0.5) 10px, rgba(217, 217, 217, 1) 14px, rgba(217, 217, 217, 1) 100%) 14;
		border-image-outset: 50px 0;
		border-color: white;
	}
    /*page standard*/
	    /*.default > .content {
    padding:0 10%;
	}*/
            
            
            
	.second-nav > .mainmenu {
    padding-left:10%;
    }
    /*page blog*/
    .article-featured-content{
        width:60%;
    }
    .article-image {
        flex:1;
        margin-right: 30px;
        width: 40%;
    }
	/*images gallery infos*/
	.gallery-infos .photo {
    height: 170px;
	}
	/*contacts*/
	#contacts .photo, .gallery-infos .btn{
    width: 100%;
	}
	/*formulaire*/
	.form .btn {
    width: 50%;
    }
    /*chiffres clés pages outils*/
    .tool-numbers .number-box {
        max-width: 17%;
    }
	/*footer*/
	.home .footer-content{display:flex; text-align:left}
}


.categories-filters li {list-style-type: none; }
.categories-filters ul {justify-content: center;}
.categories-filters ul li { flex:0 1 1px; list-style-type: none;  margin-bottom: 10px;}
.categories-filters ul li a{
background-color: rgba(0,0,0,0);
color: #B91A1B;
border: 1px solid;
padding: 5px 10px;
text-transform: uppercase;
font-family: ttchocolates;
border-radius: 10px;
font-size: 13px;
font-weight: 700; white-space: nowrap;}
.categories-filters ul li a:hover{
background-color: #B91A1B;
color: white !important; }