/* Fichier principal CSS du thème */
.alert{
    display: none;
}
/* ne pas avoir de bandeau quand connecté au BO Drupal*/
#toolbar-administration{
    display: none;
}
body.toolbar-tray-open.toolbar-vertical.toolbar-fixed{
    margin-left: 0;
}
body{
    padding-top: 0 !important;
}
.contextual{
    display: none;
}
/* ne pas avoir de bandeau quand connecté au BO Drupal*/
body{
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #000000;
    background-color: #ffffff;
}
.layout-container{
    padding: 0 30px;
}
.full-width{
    margin-left: -30px;
    margin-right: -30px;
}
.container{
    max-width: 1680px !important;
    transition: all ease 0.3s;
}
#mainPage{
    padding: 40px 0;
}
.bloc-fond{
    background-color: #F8F8F8;
    border-radius: 3px;
}
.link{
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
}
.link:hover,
.linkContent a:hover{
    color: #6AAB2F !important;
}
a{
    word-break: break-word;
}
hr{
    border-top-color: #f2f2f2;
}
strong {
	font-weight: 500 !important;
}
.prix{
    color: #000000;
    font-size: 18px;
    font-weight: 400 !important;
}
.prixBarre{
    color: #939393;
    font-size: 18px;
    font-weight: 400 !important;
    text-decoration: line-through;
}
p,.paragrapheStyle{
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}
input,
select,
textarea{
    font-size: 14px !important;
    background-color: #FFF !important;
    padding: 5px 10px !important;
    border: 1px solid #CCCCCC;
    border-radius: 3px !important;
}
input:focus{
    outline: none;
}
textarea{
    width: 100%;
    resize: none !important;
}
option[selected]{
    font-weight: 600;
}
.button{
    display: inline-block;
    height: 40px;
    line-height: 38px;
    color: #FFFFFF !important;
    font-size: 16px !important;
    font-weight: 500;
    background-color: #181A17 !important;
    padding: 0 20px !important;
    border: 1px solid #181A17 !important;
    border-radius: 50px !important;
    -webkit-appearance: none !important;
    cursor: pointer;
    white-space: nowrap;
    transition: all ease 0.3s;
}
.buttonReverse{
    color: #747474 !important;
    background-color: #FFFFFF !important;
    border: 1px solid #747474 !important;
}
.buttonConversion{
    color: #FFF !important;
    background-color: #6AAB2F !important;
    border: 1px solid #6AAB2F !important;
}
.buttonConversion.button--minus{
    border-radius: 3px 0 0 3px !important;
}
.buttonConversion.button--plus{
    border-radius: 0 3px 3px 0 !important;
}
.buttonOnglet{
    height: 38px !important;
    line-height: 27px !important;
    color: #000000 !important;
    font-size: 14px !important;
    font-weight: 300;
    background-color: transparent !important;
    border-radius: 0px 0px 0 0 !important;
    border-bottom: 2px solid transparent !important;
    border-width: 0px 0px 2px 0px !important;
}
.button:hover{
    color: #FFF !important;
    background-color: #959595 !important;
    border: 1px solid #959595 !important;
    transition: all ease 0.3s;
}
.buttonReverse:hover{
    color: #181A17 !important;
    background-color: #FFFFFF !important;
    border: 1px solid #181A17 !important;
}
.buttonConversion:hover{
    color: #FFF !important;
    background-color: #AACDB1 !important;
    border: 1px solid #AACDB1 !important;
    transition: all ease 0.3s;
}
.buttonOnglet:hover{
    font-weight: 700;
    color: #000000 !important;
    background-color: transparent !important;
    border-bottom: 2px solid transparent !important;
    border-width: 0px 0px 2px 0px !important;
}
.buttonOngletActif,
.buttonOngletActif:hover{
    font-weight: 700;
    color: #800000 !important;
    background-color: transparent !important;
    border-bottom: 2px solid #800000 !important;
    border-width: 0px 0px 2px 0px !important;
}
.buttonOngletActif:hover{
    cursor: inherit !important;
}
h1:not(.h1-clear),
.titre{
    font-size: 40px !important;
    font-weight: 700 !important;
    line-height: 120%;
    color: #000000;
    text-align: center;
    margin-bottom: 40px !important;
}
@media screen and (max-width: 639px) {
    h1:not(.h1-clear),
    .titre{
        font-size: 24px !important;
    }    
}
h2,
.sous-titre {
	font-size: 27px;
	font-weight: 600;
	line-height: 120%;
	margin: 30px 0 15px 0;
}
@media screen and (max-width: 1023px) {
    .wp-block-columns h2,
    h2,
    .sous-titre{
        font-size: 18px !important;
    }    
}
table,
table th,
table tr,
table td{
    border: 1px solid #E8E8E8;
}
table{
    width: 100%;
}
table th,
table td{
    padding: 15px;
}
/* Sliders accueil et fiche article */
.slick-list{
    width: 100%;
}
.slick-list .slick-track{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.slick-list .slick-track .slick-slide{
    margin: 0 20px;
}
.slick-prev,
.slick-next{
    width: 24px;
    height: 24px;
    position: relative;
    top: 16px;
    left: inherit;
    right: inherit;
    z-index: 1;
}
.slick-prev:before,
.slick-next:before{
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
    opacity: 1;
    transition: all ease 0.3s;
}
.slick-prev:before{
    background-image: url('../img/arrow-left.png');
}
.slick-next:before{
    background-image: url('../img/arrow-right.png');
}
.slick-prev:hover:before,
.slick-next:hover:before{
    opacity: 0.3;
}
.slick-track .article {
	background: #fff;
}
.article {
	text-align: left !important;
}
.titreArticle {
    font-size: 14px;
    font-weight: 700;
    color: #1F443C;
}
.prixArticle {
	justify-content: start !important;
}
.prixArticle .prix,
.prixArticle .prixBarre {
	text-align: left;
    font-size: 12px;
    font-weight: 500;
}
.dispoArticle {
    font-size: 12px;
    font-weight: 600;
    display: none !important;
}
.prixBarre::before {
	content: "-";
	display: inline-block;
	margin-right: 5px;
	color: #000;
}
/* Fil d'ariane client : breadcrumb.html.twig */
#breadcrumb ul li{
    font-size: 13px;
}
#breadcrumb ul li.link-back:before{
    content: "< ";
}
#breadcrumb ul li.breadcrumb-all:before{
    content: " | ";
}
#breadcrumb ul li.breadcrumb-link:before{
    content: "> ";
}
#breadcrumb ul li:last-child{
    color: #6AAB2FDB;
    font-weight: 400;
}
/* Gutenberg */
.wp-block-image{
    margin: 0;
}