/* ============================================================================ */
/*                                     GENERAL                                  */
/* ============================================================================ */

/* .livraisonsite {display: none;} */

html { scroll-behavior: smooth;  }

body {
    font-family: 'Montserrat', sans-serif;
    /* font-family: 'Lora', serif; */
}


.btn {
    border-radius: 0;
}
.btn-primary, .btn-info, .btn-secondary {
    color: #fff;
    background-color: #001bef;
    border-color: #001bef;
    min-width: 180px;
}
.btn-primary:hover, .btn-info:hover, .btn-secondary:hover, .container_search .btn-primary:hover {
    color: #1c4a9f;
    background-color: #fff;
    border-color: #1c4a9f;
}
.btn-primary.btn-sm a {
    color: #fff;
}
.btn-primary.btn-sm:hover a {
    color: #001bef;
}
.container_search .btn-primary {
    color: #fff;
    background-color: #001bef;
    border-color: #001bef;
    min-width: 180px;
}
.home_heading {
    font-weight: 500;
    font-size: 1.75rem;
    margin-bottom: 15px;
    font-family: 'Lora', serif;
}
.home_heading::after {
    display: none;
}
.page-heading,
.deco {
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 500;
    font-family: 'Lora', serif;
}
.page-heading:after,
.deco:after {
    content: "";
    display: block;
    position: relative;
    background: #1c4a9f;
    height: 2px;
    width: 150px;
    margin: 12px 0 24px 0;
}

b, strong {
    font-weight: 600;
}

.alert-danger {
    color: #fff;
    background-color: #1c4a9f;
    border-color: #1c4a9f;
}

/* COULEURS */
.bleu {
    color: #1c4a9f;
}




/* ============================================================================ */
/*                                     MENU                                     */
/* ============================================================================ */
.index .header .not-sticking {
    background: transparent ;
}
.container-menu {
    border-top: 1px solid rgba(0,0,0,0.1);
}
.index .not-sticking .container-menu {
    padding-top: 10px;
}
.header {
    background: #fff;
}

/* ============================================================================= */
/*                                     INDEX                                     */
/* ============================================================================= */
/*SLIDER ACCUEIL*/
.bgAccueil {
    background: none !important;
    overflow: hidden;
    height: auto;
}
.carousel-indicators {
    display: none;
}
.carousel-fullscreen .carousel-inner .carousel-item {
    height: auto;
    min-height: 600px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#carouselExampleIndicatorsHome .carousel-item {
    background-size: cover;
    background-position: bottom center;
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(1) {
    background-image: url('/assets/images/slider_home/1.jpg');
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(2) {
    background-image: url('/assets/images/slider_home/2.jpg');
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(3) {
    background-image: url('/assets/images/slider_home/3.jpg');
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(4) {
    background-image: url('/assets/images/slider_home/4.jpg');
}

#carouselExampleIndicatorsHome .carousel-item:nth-child(5) {
    background-image: url('/assets/images/slider_home/5.jpg');
}

.slider-accueil {
    margin-top: 190px;
}

.baseline {
    position: relative;
}
.baseline p {
    font-weight: 500;
    font-size: 1.75rem;
    letter-spacing: 1px;
    margin: 60px 0 10px 0;
    text-align: center;
    text-transform: uppercase;
    color: #222;
    line-height: 1.1;
    margin-bottom: 0;
    font-family: 'Lora', serif;
}

/* ANCRE */
.ancre-bottom {
    position: absolute;
    z-index: 1;
    margin: auto;
    right: 50%;
    bottom: 0;
}
.scroll-downs {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 35px;
    height: 55px;
}
.scroll-downs i {
    font-size: 30px;
    color: #fff;
}



/* HOME CATEGORIES */ 

/* Common style */
.grid figure {
	position: relative;
	float: center;
	overflow: hidden;
	margin: 10px auto;
	min-width: 320px;
	max-width: 480px;
	max-height: 360px;
	width: 100%;
	background: #1c4a9f;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
	padding-left: 10px
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}


/*---------------*/
/***** Sadie *****/
/*---------------*/

figure.effect-sadie figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(117,113,112,0) 0%, rgb(28 74 159 / 80%) 75%);
	background: linear-gradient(to bottom, rgba(117,113,112,0) 0%, rgb(28 74 159 / 80%) 75%);
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(0,50%,0);
	transform: translate3d(0,50%,0);
}

figure.effect-sadie h2 {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	color: #ffffff;
	-webkit-transition: -webkit-transform 0.35s, color 0.35s;
	transition: transform 0.35s, color 0.35s;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	width: 100%;
	opacity: 0;
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}

figure.effect-sadie:hover h2 {
	color: #fff;
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
	transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}

figure.effect-sadie:hover figcaption::before ,
figure.effect-sadie:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}


/* HOME PRESENTATION */
.home_cont_presentation {
    position: relative;
    background: transparent;
    background-size: cover;
    color: #222;
    margin: 0 auto;
    padding: 80px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
}

.home_cont_presentation .btn-primary2 {
    color: #1c4a9f;
    background: transparent;
    border: 0;
    border-bottom: 2px solid #1c4a9f;
    width: auto;
    min-width: auto;
    padding: 0.5rem 0;
    font-weight: 600;
}
.home_cont_presentation .btn-primary2:hover {
    color: #222;
    background: transparent;
    border: 0;
    border-bottom: 2px solid #222;
    width: auto;
    min-width: auto;
    padding: 0.5rem 0;
    font-weight: 600;
}
.presentation-texte {
    padding: 0 3.5rem;
}
.presentation-texte .home_heading{
    margin-bottom: 20px;
    text-align: left;
    text-transform: initial;
    line-height: 1.2;
}

.bg-gris {
    background: #f7f7f7;
}

/* HOME SELECTION */

.prod_accueil article a{
    color: #fff;
}
.home_cont_selection .container-fluid {
    margin: 0 -5px;
}
.home_cont_selection .article_logo {
    width: 25px;
}
.home_cont_selection .prod_accueil .card_list {
    display: grid;
}
.home_cont_selection .card_list li > span:after {
    display: none;
}
.home_cont_selection .card_list li {
    font-size: 17px;
    padding: 0;
}

.home_cont_selection .card_list li > span {
    font-weight: 400;
}

.home_cont_selection .block_info {
    position: absolute;
    z-index: 2;
    top: auto;
    right: 0;
    background: linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(0 0 0 / 40%), rgb(0 0 0 / 65%));
    color: #fff;
    width: 100%;
    height: 125px;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 0;
    padding: 20px 40px;
}
.home_cont_selection article:hover .block_info {
    background: rgb(28 74 159 / 85%);
    width: 100%;
    height: 100%;
}
.home_cont_selection .info_titre {
    font-size: 22px;
    font-weight: 300;
    margin-top: 50px;
}


.home_cont_selection .info_prix-hai{
	color: #ffffff
}


.home_cont_selection .info_type{
	display: none
}
.home_cont_selection .info_ville {
    font-size: 16px;
    padding-top: 0;
    margin-bottom: 0;
}
.home_cont_selection .info_prix {
    margin: 0;
    padding: 0;
    font-size: 17px;
    font-weight: 600;
    color: #ffffff;
}
.effect-cms .box {
    padding: 0;
}
.home_cont_selection .btn-presentation {
    display: inline-block;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    position: relative;
}
.home_cont_selection .btn-presentation:after {
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 2px;
    background: #ffffff;
    content: "";
}
.home_cont_selection .btn-presentation2 {
    display: inline-block;
    font-size: 13px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    position: relative;
}
.home_cont_selection .btn-presentation2:after {
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 2px;
    background: #1c4a9f;
    content: "";
}
.btn-presentation2:hover {
    background: rgb(243, 243, 243);
}
.home_cont_selection .btn-presentation:hover {
    background: transparent;
}
.home_cont_selection .carousel_nbr_photos {
    display: none;
}


/* HOME ALERTE EMAIL */
.home_cont_alertes {
    padding: 40px 10px;
    background: transparent;
    text-align: center;
    color: #222;
}
.home_cont_alertes p {
    color: #222;
}
.home_cont_alertes .btn-primary2 {
    color: #1c4a9f;
    background: transparent;
    border: 0;
    border-bottom: 2px solid #1c4a9f;
    width: auto;
    min-width: auto;
    padding: 0.5rem 0;
    font-weight: 600;
}
.home_cont_alertes .btn-primary2:hover {
    color: #222;
    background: transparent;
    border: 0;
    border-bottom: 2px solid #222;
    width: auto;
    min-width: auto;
    padding: 0.5rem 0;
    font-weight: 600;
}


/* ============================================================================ */
/*                                     DETAILS                                  */
/* ============================================================================ */
.detail_taber .nav-link {
    padding: 10px;
}
.detail_taber .nav-link.active,
.detail_taber .nav-link:hover {
    background: #1c4a9f !important;
    color: #fff;
    padding: 10px;
}
.detail_taber {
    border-bottom: 1px solid #1c4a9f;
}
.detail_header .titre:after {
    background: #1c4a9f;
}
.detail_header .crit span:nth-child(1) {
    font-weight: 600;
}
.retour_pret {
    font-size: 25px;
    font-weight: 700;
    color: #1c4a9f;
}
.retour_pret span {
    color: #1c4a9f;
}
.detail .page_heading {
    font-size: 22px;
    font-weight: 500;
    border-left: 2px solid #1c4a9f;
    padding-left: 10px;
}
.detail .info_titre {
    text-transform: inherit;
}
.detail .info_prix {
    padding: 0;
}
.detail .header-item {
    padding: 0;
}
.lafficheur li:hover, .lafficheur li.active {
    background-color: #1c4a9f !important;
}
.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #1c4a9f !important;
}
.detail #descdetail{
    text-align: justify;
}
/*MISE EN FORME TABLEAU DETAILS*/
.detail .attribut_label0 {
    position: relative;
    background: #fff;
}
.detail .bloc-champ{
    background: #fff;
}

/* ============================================================================ */
/*                              AUTRES & FOOTER                                 */
/* ============================================================================ */

/* TOP PAGE */
.top_page {
    height: 350px;
}
.services .top_page {
    background-image: url(/assets/images/top_page/syndic_top.jpg);
}
.gestion .top_page {
    background-image: url(/assets/images/top_page/gestion_top.jpg);
}




/* ESTIMATION */
.progress-bar {
    height: 1rem;
    line-height: 1rem;
    color: #fff;
    background-color: #1c4a9f;
    transition: width .6s ease;
}


/* SIDEBAR */
.sidebar .group_btn a {
    width: 100%;
    margin: 5px 0;
}
.sidebar {
    margin-top: -10px;
    padding: 10px 14px 10px 10px;
}
.sidebar address {
    text-align: center;
}
.agence .sidebar .img-thumbnail {
    display: none;
}
/* CONT COORDONNEES */
.cont_coordonnees{
    background: #fff;
    color: #000;
}
.cont_coordonnees {
    padding-top: 60px;
    padding-bottom: 30px;
    text-align: center;
     
    font-weight: 400;
}
.cont_coordonnees p{
    margin-bottom: 0;
    color: #000;
}
.cont_coordonnees img {
    width: 130px;
}
.cont_coordonnees .address {
    text-align: left;
}
.cont_coordonnees .btn {
    width: auto;
    padding-left: 0!important;
}
.cont_coordonnees .address p{
    text-align: left;
    text-transform: initial;
}
.cont_coordonnees .address p.nom_agence{
    font-weight: 500;
}
.cont_coordonnees .mt-4 {
    margin-top: 10px !important;
}
.cont_coordonnees .tel {
    text-align: center;
    margin: auto;
}
.cont_coordonnees .tel i{
    font-size: 25px;
}
.cont_coordonnees .tel i:hover{
    color: #616161;
}

/* ASIDE */
aside.aside_contact {
    background-color: #fff;
    color: #000;
    text-align: center;
}
aside .contact_img img {
    width: 150px;
    margin-bottom: 20px;
}
aside .nom_agence {
    font-weight: 600;
    margin-bottom: 15px;
}
aside #voir-telephone-0.telephone-vu {
    color: #000;
}
aside .contact_titre {
    font-size: 20px;
    padding: 5px 0 5px 0;
}
aside address .group_btn a {
    width: 75%;
    font-size: 15px;
    padding: 8px 2px;
    margin: 5px 0;
}


/* BOITE A OUTILS */
#bloc_fixed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
    right: 20px;
    top: 50%;
    width: 45px;
    z-index: 2000;
    height: auto;
}
#bloc_fixed .div {
    margin-bottom: 15px;
}
#bloc_fixed .aside_icone:nth-child(1) .Button__icon:before {
    content: '\f132';
    font-family: "Ionicons";
    color: #ffffff;
}
#bloc_fixed .aside_icone:nth-child(2) .Button__icon:before {
    content: '\f39b';
    font-family: "Ionicons";
    color: #ffffff;
}
#bloc_fixed .aside_icone:nth-child(3) .Button__icon:before {
    content: '\f3ae';
    font-family: "Ionicons";
    color: #ffffff;
}
.aside_icone {
    display: inline-block;
    font-size: 32px;
    height: 45px;
    text-align: center;
    width: 45px;
    margin: 0 0 10px 0;
    line-height: 45px;
}


.Button__textWrapper,
.Button__text,
.Button__icon {
    font-size: 30px;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.Button__text,
.Button__icon {
    -webkit-transition: top 500ms;
    transition: top 500ms;
}
.Button {
    display: inline-block;
    position: relative;
    background-color: rgba(255, 255, 255, 0.5);
    color: #000000;
    font-size: 15px;
    border: 1px solid #000;
    width: 45px;
    height: 45px;
    /*  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7), inset 0 1px rgba(255, 255, 255, 0.3);*/
    text-align: center;
    -webkit-transition: background-color 500ms, -webkit-transform 100ms;
    transition: background-color 500ms, -webkit-transform 100ms;
    transition: background-color 500ms, transform 100ms;
    transition: background-color 500ms, transform 100ms, -webkit-transform 100ms;
}
.Button__textWrapper {
    overflow: hidden;
}
.Button__text {
    line-height: 41px;
    top: 0;
}
.Button__icon {
    top: 100%;
}
.Button::before {
    content: attr(data-tooltip);
    width: 100px;
    height: 20px;
    background-color: #1c4a9f;
    color: #fff;
    font-size: 12px;
    border-radius: .15em;
    line-height: 20px;
    bottom: 50px;
    /*  left: calc(50% - 70px);*/
    left: calc(0% - 110px);
    text-transform: uppercase;
}
.Button::before,
.Button::after {
    position: absolute;
    opacity: 0;
    -webkit-transition: all 500ms;
    transition: all 500ms;
    visibility: hidden;
}
.Button:hover {
    background-color: #d0cdd7;
}
.Button:hover .Button__text {
    top: -100%;
}
.Button:hover .Button__icon {
    top: -3px;
}
.Button:hover::before,
.Button:hover::after {
    opacity: 1;
    visibility: visible;
}
.Button:hover::after {
    bottom: 60px;
}
.Button:hover::before {
    bottom: 10px;
}
.Button:active {
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
}
.icon_rs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 0 auto;
}
.badge-pill {
    padding-right: 0.5em;
    padding-left: 0.5em;
}
.badge {
    bottom: -17%;
    left: -17%;
}


/* FOOTER */
footer {
    background-color: transparent;
    padding: 30px 10px;
}
footer .container {
    border-top: 1px solid rgba(0,0,0,0.1);
    padding-top: 20px;
}

footer a { 
    color: #222;
}
footer a:hover {
    color: #1c4a9f;
    text-decoration: underline;
}


/* ============================================================================ */
/*                                   RESPONSIVE                                 */
/* ============================================================================ */

@media (min-width: 1500px) {
    .container {
        max-width: 1400px;
    }    
    .block-deconstructed--right {
        max-width: calc(1400px + (50% - (1400px / 2)));
    }
}

@media (min-width: 992px) {
    .site-pusher {
        display: block;
        justify-content: center;
    }
    nav.menu {
        margin: auto;
    }
    nav.menu ul {
        margin-bottom: 0;
    }
    nav.menu ul li {
        display: inline-block;
        padding: 10px;
    }
    .menu ul > li > a {
        padding: 12px 10px ;
        line-height: 1.2;
        color: #222;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 15px;
        letter-spacing: 1px;
        font-family: 'Lora', serif;
    }
    .index .not-sticking .menu ul > li > a {
        color: #222;
    }    
    .menu ul > li > a:hover, .index .not-sticking .menu ul > li > a:hover {
        color: #1c4a9f;
    }    
    .header__logo {
        display: block;
        height: 75px;
        padding: 0;
    }
    .index .not-sticking .header__logo {
        display: block;
        height: 125px;
        padding: 0;
    }
    .header__logo img{
        width: 320px;
        margin: 0;
    }
    .index .not-sticking .header__logo img{
        width: auto;
        margin: 10px 0;
    }
}







@media (max-width: 991px) {
    .header__logo img {
        width: 250px;
    }
    .menu ul {
        margin: 70px 20px 0 0 !important;
    }
    .menu ul li > a {
        color: #222;
    }
    .menu {
        background-color: transparent;
    }
    .slider-accueil {
        margin-top: 90px;
    }
    .carousel-fullscreen .carousel-inner .carousel-item {
        min-height: 400px;
    }
    .baseline p, .presentation-texte .home_heading, .home_heading {
        font-size: 1.3em;
    }
    .home_cont_categories h2 {
        font-size: 18px;
    }
    .grid figure {
        min-width: 205px;
        max-width: 100%;
        cursor: pointer;
    }
    .presentation-image img{
        height: 400px;
        object-fit: cover;
        width: 100%;
    }
    .presentation-texte {
        padding: 2.5rem;
    }
    .badge {
        bottom: auto;
        left: -17%;
    }
    .home_cont_presentation {
        padding: 20px 0;
    }
    .prod_accueil article {
        border: 1px solid #ddd;
        width: calc(100% /3 - 20px);
        margin: 10px;
    }
    .index .prod_accueil, .detail .prod_accueil {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .home_cont_selection .info_titre {
        font-size: 14px;
    }
    .home_cont_selection .info_ville {
        font-size: 12px;
    }
    .cont_coordonnees img {
        width: 100px;
    }
    .cont_coordonnees .address p, .cont_coordonnees p {
        font-size: 14px;
    }
    .menu ul li {
        border-bottom: 0;
        font-family: 'Lora', serif;
        font-size: 20px;
    }
    [class*="listing"] .main-content,
    [class*="listing-"] .main-content {
        margin-top: 90px;
    }
    .listing .bloc.bloc4, [class*="listing-"] .bloc.bloc4 {
        top: 15px;
        background: #222;
        color: #fff;
    }
    .modal-body a {
        color: #1c4a9f!important;
    }
    .map {
        margin-top: 120px;
        top: auto;
    }
}

@media (max-width: 600px) {
    .header__logo img {
        margin-left: -20px;
        margin-top: 0;
        max-width: 100%;
        width: 210px;
    }
    .carousel-fullscreen .carousel-inner .carousel-item {
        min-height: 200px;
    }
    .slider-accueil {
        margin-top: 90px;
        padding: 0px 15px!important;
    }
    .home_cont_categories h2 {
        font-size: 23px;
    }
    .presentation-image img {
        height: 200px;
        object-fit: cover;
        width: 100%;
    }
    .home_cont_presentation {
        padding: 20px 15px;
    }
    .presentation-texte {
        padding: 1.5rem;
    }
    .prod_accueil article {
        border: 1px solid #ddd;
        width: calc(100% / 1 - 20px);
        margin: 10px;
    }
    .index .prod_accueil, .detail .prod_accueil {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .cont_coordonnees .text-left, .cont_coordonnees .address p, .cont_coordonnees .text-right {
        text-align: center!important;
    }
    .cont_coordonnees .address p.nom_agence {
        margin-top: 20px;
    }
    .container-menu {
        border-top: 1px solid rgba(0,0,0,0);
    }
    .menu ul {
        margin: 70px 20px 0 20px !important;
    }
    .top_page {
        position: relative;
        height: 100px;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        z-index: -1;
        margin-top: 70px;
    }
    .page-heading, .deco {
        font-size: 18px;
    }
}




/* ============================================================================ */
/*                                     COOKIES                                  */
/* ============================================================================ */
.cc-window.cc-banner {
    width: 350px!important;
}
.cc-banner.cc-bottom {
    left: auto!important;
    right: 20px;
    bottom: 20px;
}
.cc-color-override-1247188962.cc-window {
    background-color: #fff!important;
    border: 1px solid rgba(0,0,0,0.1);
}
#footer-cookie {
    color: #141414!important;
    max-height: 100%!important;
}
#footer-cookie h3 {
    font-size: 1rem!important;
}
#footer-cookie p {
    font-size: 12px!important;
    line-height: 1.5!important;
}
.btncookie {
    margin: 8px auto!important;
    background: #000!important;
    color: #fff!important;
    border: 1px solid #000!important;
    font-size: 12px!important;
    width: 180px!important;
    padding: .6rem .75rem!important;
}
.btncookie:hover {
    background: #141414!important;
    color: #fff!important;
    border: 1px solid #141414!important;
}
#boutoncookie {
    display: grid!important;
}
.cc-color-override-1247188962 .cc-link, .cc-color-override-1247188962 .cc-link:active, .cc-color-override-1247188962 .cc-link:visited {
    color: #000!important;
}
a.cc-link {
    margin: auto!important;
}
