@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Anton&display=swap');/*font-family: 'Anton', sans-serif;*/




.navbar-brand { display: none}
.navbar-brand.active { display: block}


.cligno { position: absolute; z-index: 99; width: 200px; height: 200px; margin:0px 0px 0px 85% }



@media (max-width: 768px){
.cligno { position: relative; z-index: 9999; width: auto; height: 100px; border-radius:0%; background: #770001; padding: 20px; margin:0px}
}



/*MENU*/


/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
    width: 300px;
    position: fixed;
    top: 0;
    left: -300px;
    height: 100vh;
    z-index: 999;
    background: #fff;
    color: #000;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    left: 0;
}
#sidebarCollapse {position: fixed; top:20px; left: 20px; z-index:99}
@media (max-width: 992px) {#sidebarCollapse {position:relative; top:20px; left: 20px}}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: none;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;    color: #FF0000;
}

#dismiss:hover {
    background:none;
    color: #FF0000;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.overlay.active {
    display: block;
    opacity: 1;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #fff;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #FF0000;
}

#sidebar ul p {
    color: #FFF500;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block; color:#FF0000;font-family: 'Anton', sans-serif;text-decoration: none;
}


#sidebar ul li ul li a {
 color:#FF0000
}

#sidebar ul li a.active {
    color: #fff;
    background: #FF0000;
}

#sidebar ul li a:hover {
    color: #fff;
    background: #FF0000;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #FF0000 ;
}
#sidebar.active { display: block}
a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #E5A48D;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/*boutons custom bootstrap*/
.btn-custom-menu {
	color: #fff;
    background-color: #E5A48D;
    border-color:none;
}
.btn-custom-menu:hover, .btn-custom-menu:focus, .btn-custom-menu:active, .btn-custom-menu.active, .open>.dropdown-toggle.btn-custom-menu {
    color: #fff;
    background-color: #ca7e63;
    border-color: none; /*set the color you want here*/
}
/*fin boutons custom bootstrap*/

/*Fin Boutons*/


/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding:0px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
	background:none
}

a i.reseaux-nav {color: #fff}
/*MENU*/


.encart1 {background:#FF0000; padding: 20px; text-align: center; color:#fff }
.encart2 {background:#FF0000; padding: 10px; text-align: center; color:#fff }
.encart3 {background:none; border:2px solid #FF0000 ; padding:20px 10px; color:#fff }
.encart4 {background:none; border:2px solid #FF0000 ;}
.encart5 {background:#000; border:3px solid #FF0000; padding: 20px; color:#fff }


