/****************************** STYLE BOUTON TOGGLE NAVBAR *********************************/
.toggle-btn {
    position: fixed;
    z-index: 4;
    top: 0;
    right: 0;
    background: #fff;
    width: 80px;
    height: 80px;
    margin: 0;
    padding: 0;
    border: none;
    line-height: 60px;
    cursor: pointer;
    -webkit-transition: linear 0.2s;
    transition: linear 0.2s;
}

button:focus {
    outline: none !important;
}

.lines {
    position: relative;
    display: inline-block;
    background: rgb(20, 20, 20);
    width: 20px;
    height: 2px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

.lines::before,
.lines::after {
    position: absolute;
    content: '';
    left: 0;
    display: inline-block;
    background: rgb(20, 20, 20);
    width: 20px;
    height: 2px;
    -webkit-transition: linear 0.2s;
    transition: linear 0.2s;
}

.lines::before {
    top: 5px;
}

.lines::after {
    top: -5px;
}

.toggle-close,
.toggle-close .lines {
    background: transparent;
}

.toggle-close .lines::before,
.toggle-close .lines::after {
    top: 0;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.toggle-close .lines::before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}

.toggle-close .lines::after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}

/********************************** STYLES LOGO *********************************/
#logo {
    position: absolute;
    z-index: 150;
    height: 60px;
    left: 30px;
    top: 10px;
}

/*************************** STYLES NAVBAR ******************************************/
.menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    background: #fff;
    width: 100%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: ease-out 0.2s;
    transition: ease-out 0.2s;
}

.show-menu {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    height: auto;
    padding: 15px;
}

.nav {
    display: block;
    text-align: center;
    padding-top: 0.8%;
    padding-bottom: 0.8%;
    width: 75%;
}

.nav-item {
    display: inline-block;
}

.nav-link {
    font-size: 0.9rem;
}

.nav .nav-item {
    line-height: 20px;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.nav .nav-item .nav-link {
    position: relative;
    padding: 0;
    color: rgb(20, 20, 20);
}

.nav .nav-item .nav-link:hover,
.nav .nav-item .nav-link:focus {
    background: transparent;
    text-decoration: none;
}

ul,
li,
.container-fluid {
    margin: 0;
    padding: 0;
}

.show-menu .nav  {
    height: 100%;
}

.show-menu .nav li {
    margin-top: auto;
    margin-bottom: auto;
}

/********************************** STYLES CARDS ************************************/
.card {
    border-radius: 10px;
    width: 300px;
    border: 1px solid #00000017;
    box-shadow: none;
    z-index: 1;
}

.card-text {
    overflow: hidden;
}

/************************************ ALIGNEMENT ELEMENTS NAVBAR *************************************/
header ul {
    text-align: center;
}

header ul li {
    display: inline-block;
    padding-left: 15px;
    margin-bottom: 10px;
}

/************************************* MARGIN BOTTOM HEADER **************************************/
header {
    height: 80px;
    margin-bottom: 4%;
}

/*********************  ANIMATION BORDER-BOTTOM HEADER *******************************************/
.nav-item::after {
    content: '';
    display: block;
    width: 0;
    height: 0.5px;
    background: #000;
    transition: width .3s;
}

.nav-item:hover::after {
    width: 100%;
}

/******************************************** ALIGNEMENT DIVS PAGE D'ACCUEIL *********************************/
.haut {
    height: 300px;
    width: 300px;
}

.bas {
    height: 600px;
    width: 600px;
    margin-top: 6.5px;
}

.cle {
    width: 98%;
    height: 95%;
}

.box {
    margin-bottom: 9%;
    background-color: #E8E2DB;
}

/*********************** VIDEO ***************************************/
video {
    outline: none;
    border-radius: 15px 0 0 15px;
}

.container-fluid {
    padding: 60px;
}

.vido {
    border-radius: 15px;
}
/*********************** INPUT TYPE FILE ******************************/
#custom-button {
    padding: 10px;
    color: white;
    background-color: #B59F87;
    border: 1px solid #A98C6B;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
}

#custom-button:hover {
    background-color: #C6975D;
}

#custom-text {
    margin-left: 10px;
    font-family: sans-serif;
    color: #aaa;
}

/*********************** FORMULAIRE ***********************************/
#info li {
    list-style-type: none;
    text-align: left;
}

.email {
    font-size: 1.4rem;
}

label {
    display: none;
}
/******************************************* STYLES FOOTER ***************************************/
footer h5, h6 {
    color: #60686B;
}

footer {
    border-top: 1px solid;
    border-color: #d7d6d54f;
}

footer li {
    color: #96A6B0;
}

#droite {
    text-align: right;
}

@media screen and (max-width: 770px) {
    #droite {
        text-align: center;
    }
}

/******************************* CAROUSEL ******************************/
#carousel-image {
    max-height: 100% !important;
}

.carousel-caption {
    margin-bottom: 23vh;
}

.float-none a, .carousel-caption a  {
    color: #96A6B0;
}

.float-none a:hover, .carousel-caption a:hover  {
    color: #1d4488;
}

/********************************* BOUTONS DROPDOWN CATALOGUE ***********************************************/
.filter-option-inner-inner {
    text-indent: -9999px;
    line-height: 0;
}

.filter-option-inner-inner:nth-child(1):after {
    content: 'Catégories';
    text-indent: 0;
    display: block;
    line-height: initial;
}

.form-group:nth-child(3) .filter-option-inner-inner:after {
    content: 'Trier par';
    text-indent: 0;
    display: block;
    line-height: initial;
}

.bootstrap-select .dropdown-toggle .filter-option {
    text-align: center !important;
}

.form-group:nth-child(1) {
    width: 60%;
}

.form-group:nth-child(2) {
    margin-left: 10px;
}

.form-group:nth-child(2) button, .form-group:nth-child(3) button {
    box-shadow: inherit;
}

.form-group:nth-child(1) input {
    height: 40px;
}

.dropdown-toggle{
    margin: 0 !important;
    padding: .6rem !important;
    width: 190px !important;
}

.bootstrap-select {
    width: 190px !important;
}

.dropdown-menu {
    z-index: 20 !important;
    overflow: visible !important;
}

#categories {
    z-index: 20 !important;
    overflow: visible !important;
}

@media screen and (min-width: 1300px) {
    .oui {
        margin-left: 200px;
        margin-right: 200px;
    }
}


@media screen and (max-width: 1300px){
    .oui {
        margin-left: 80px;
        margin-right: 80px;
    }
}

.centrage {
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
}

.non {
    justify-content: space-around;
}

option {
    display: none;
}