/* ne pas avoir de beandeau 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 beandeau quand connecté au BO Drupal*/
body{
    font-family: 'Oswald', sans-serif;
    color: #000000;
}
.layout-container{
    padding: 0 30px;
}
.full-width{
    margin-left: -30px;
    margin-right: -30px;
}
.container{
    max-width: 1640px !important;
    transition: all ease 0.3s;
}
#mainPage{
    padding: 40px 0;
}
.bloc-fond{
    background-color: #FBFBFB;
    border: 1px solid #EFEFEF;
    border-radius: 3px;   
}
.link,
.link:hover{
    text-decoration: underline;
}
hr{
    border-top-color: #E8E8E8;
}
.prixBarre{
    color: #777777;
    text-decoration: line-through;
}
p,.paragrapheStyle{
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    text-align: justify;
}
input,
select,
textarea{
    font-size: 14px !important;
    background-color: #FFF !important;
    padding: 5px 10px !important;
    border: 1px solid #CCCCCC;
    border-radius: 0 !important;
}
input:focus{
    outline: none;
}
textarea{
    width: 100%;
    resize: none !important;
}
option[selected]{
    font-weight: 600;
}
.button,
.cookiesjsr-btn{
    display: inline-block;
    height: 40px;
    line-height: 38px;
    color: #000000 !important;
    font-size: 14px !important;
    font-weight: 400;
    text-align: center;
    background-color: #E9FF15 !important;
    padding: 0 30px !important;
    border: 1px solid #E9FF15 !important;
    border-radius: 0 !important;
    -webkit-appearance: none !important;
    cursor: pointer;
    white-space: nowrap;
    transition: all ease 0.3s;
}
.buttonReverse,
.denyAll,
.allowAll{
    background-color: #FFF !important;
    border: 1px solid #000000 !important;
}
.buttonConversion{
    color: #FFFFFF !important;
    background-color: #000000 !important;
    border: 1px solid #000000 !important;
}
.buttonOnglet{
    color: #000000 !important;
    background-color: #F2F2F2 !important;
    border: 1px solid #F2F2F2 !important;
}
.buttonOngletActif{
    color: #E9FF15 !important;
    background-color: #000000 !important;
    border: 1px solid #000000 !important;
}
.button:hover,
.cookiesjsr-btn:hover{
    color: #E9FF15 !important;
    background-color: #000000 !important;
    border: 1px solid #000000 !important;
    transition: all ease 0.3s;
}
.buttonReverse:hover,
.denyAll:hover,
.allowAll:hover{
    color: #FFFFFF !important;
    background-color: #000000 !important;
}
.buttonConversion:hover{
    color: #000000 !important;
    background-color: #E9FF15 !important;
    border: 1px solid #E9FF15 !important;
}
.buttonOngletActif:hover,
.buttonOnglet:hover{
    color: #E9FF15 !important;
    background-color: #000000 !important;
    border: 1px solid #000000 !important;
}
.buttonOngletActif:hover{
    cursor: inherit !important;
}
#block-titredepage h1,
.titre{
    font-size: 45px !important;
    font-weight: 600 !important;
    line-height: 67px !important;
    text-align: center;
    text-transform: uppercase;
    background-image: url('../img/puce-titre.png');
    background-repeat: no-repeat;
    background-size: auto 35px;
    background-position: top center;
    padding-top: 35px;
    margin-bottom: 40px !important;
}
@media screen and (max-width: 1280px) {
    #block-titredepage h1,
    .titre{
        font-size: 26px !important;
        line-height: 34px !important;
    }    
}
.sous-titre{
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    margin: 30px 0 15px 0;
}
.colorBlanc{
    color: #FFFFFF !important;
}
.colorJaune{
    color: #E9FF15 !important;
}
table,
table th,
table tr,
table td{
    border: 1px solid #E8E8E8;
}
table{
    width: 100%;
}
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;
}
.slick-list .slick-track .slick-slide{
    margin: 0 20px;
}
.slick-prev,
.slick-next{
    width: 30px;
    height: 30px;
    position: relative;
    top: 16px;
    left: inherit;
    right: inherit;
    z-index: 1;
}
.slick-prev:before,
.slick-next:before{
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    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{
    background-color: #000000;
    background-image: url('../img/arrow-left-hover.png');
}
.slick-next:hover:before{
    background-color: #000000;
    background-image: url('../img/arrow-right-hover.png');
}
/* Module Cookies + class dans button/buttonReverse */
.cookiesjsr-banner,
.cookiesjsr-layer--wrapper .cookiesjsr-service-group.active .cookiesjsr-service-group--content{
    background-color: #000000;
}
@media screen and (max-width: 1000px) {
    .cookiesjsr-banner{
        flex-direction: column;
    }    
}
.cookiesjsr-banner .cookiesjsr-banner--info{
    width: 100%;
}
.cookiesjsr-banner .cookiesjsr-banner--action{
    width: auto;
    flex-direction: column-reverse;
}
@media screen and (max-width: 1000px) {
    .cookiesjsr-banner .cookiesjsr-banner--action{
        flex-direction: row-reverse;
    }    
}
@media screen and (max-width: 650px) {
    .cookiesjsr-banner .cookiesjsr-banner--action{
        flex-direction: column-reverse;
    }    
}
.cookiesjsr-banner .cookiesjsr-banner--info .cookiesjsr-banner--text,
.cookiesjsr-layer--wrapper .cookiesjsr-layer--body .cookiesjsr-service-group--intro{
    font-size: 14px;
    font-weight: 300;
    color: #FFF;
    text-align: justify;
}
.cookiesjsr-banner .cookiesjsr-banner--action .cookiesjsr-btn,
.cookiesjsr-layer--wrapper .cookiesjsr-layer--actions .cookiesjsr-btn{
    font-weight: 400;
    transform: none;
}
.cookiesjsr-banner .cookiesjsr-banner--action .cookiesjsr-btn{
    width: auto;
}
.cookiesjsr-banner .cookiesjsr-banner--action .cookiesjsr-btn:hover,
.cookiesjsr-layer--wrapper .cookiesjsr-layer--actions .cookiesjsr-btn:hover{
    transform: none;
}
.cookiesjsr-layer--wrapper .cookiesjsr-layer--actions .cookiesjsr-btn.invert{
    filter: none;
}
.cookiesjsr-layer--wrapper .cookiesjsr-service-group .cookiesjsr-service-group--tab{
    font-weight: 400;
}
.cookiesjsr-layer--wrapper .cookiesjsr-service-group.active .cookiesjsr-service-group--tab,
.cookiesjsr-layer--wrapper .cookiesjsr-service-group .cookiesjsr-service-group--tab:hover{
    font-weight: 400;
    background-color: #2693F4 !important;
    color: #FFF !important;
}

/* Fil d'ariane client : breadcrumb.html.twig */
#breadcrumb ul li.link-back:before{
    content: "< ";
}
#breadcrumb ul li.breadcrumb-all:before{
    content: " | ";
}
#breadcrumb ul li.breadcrumb-link:before{
    content: "> ";
}