/* PRIMAIRE

/* menthe poivré: #E8F4ED
/* Supernova : #FCCE00
/* POIRE : #D1E02D
/* SPECTRE: #2B5659

/* NUANCE: 

/* BLANC: #FFFFFF
/* GRAY 1: #EEEEEE
/* GRAY 2: #DDDDDD

/* MED.GRAY1 : #BBBBBB*/


@font-face {
    font-family: 'sourceSP';
    src: url('fonts/sourcesanspro-regular-webfont.woff') format('woff'),
        url('fonts/sourcesanspro-regular-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'sourceSP';
}

/** _                       _             
 | |                     | |            
 | |__    ___   __ _   __| |  ___  _ __ 
 | '_ \  / _ \ / _` | / _` | / _ \| '__|
 | | | ||  __/| (_| || (_| ||  __/| |   
 |_| |_| \___| \__,_| \__,_| \___||_|  
**/

header {
    background-color: #2B5659;
    height: 50;
    color: #ffffff;
    padding: 5px;
    box-shadow: 0px 2px 17px black;
    z-index: 1;
    font-family: 'arial', sans-serif;
}

.bloc-gauche,
.bloc-droite {
    display: flex;
    align-items: center;
}

.bloc-droite {
    justify-content: flex-end;
}

header img {
    margin-left: 10px;
    margin-right: 10px;
}

nav {
    margin-left: 15px;
    margin-right: 15px;
    float: right;
    display: block;
    flex-grow: 1;
}

.icons {
    filter: invert(100%) sepia(0%) saturate(7499%) hue-rotate(318deg) brightness(100%) contrast(101%);
}

#navbar-expand {
    justify-content: space-between;
}

#btn-p {
    color: #FCCE00;
    border-color: #FCCE00;
}

#btn-m {
    color: #FCCE00;
    border-color: #FCCE00;
}


/** VERSION MOBILE **/

/**Icone BURGER**/
.m-nav-toggle {
    width: 40px;
    height: 70px;
    order: 3;
    padding: 3px;
    margin: 3px;

    display: none;
    align-items: center;
    float: right;
    cursor: pointer;
}

span.m-toggle-icon,
span.m-toggle-icon:before,
span.m-toggle-icon:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: relative;
}

.m-nav-icons {
    align-items: center;
    display: none;
}

.icons {
    display: block;
    position: relative;
}

span.m-toggle-icon:before {
    top: 12px;
}

span.m-toggle-icon:after {
    top: -14px;
}


/**Les liens du menu BURGER**/

.m-right {
    display: none;
    float: right;
}

.m-bg {
    display: flex;
    flex-direction: column;
}

.m-link {
    text-decoration: none;
    color: grey;
    padding: 10px;
    margin: 15px;
    transition: all 0.3s;
}

.m-link:link {
    text-decoration: none;
    color: grey;
}

.m-link:hover {
    text-decoration: none;
    color: #fff;
}


/**lien de la page déjà active**/
.m-link1 {
    text-decoration: none;
    color: #fff;
    padding: 10px;
    margin: 15px;
    transition: all 0.3s;
}

.m-link1:link,
.m-link1:hover {
    text-decoration: none;
    color: #fff;
}

/**le rechercher**/
.search {
    margin: 15px;
    padding: 10px;

}

/** barre menu**/
.m-mobile {
    display: flex;
    width: 100%;
    margin-right: 40px;
    justify-content: space-between;
}

#logo {
    display: none;
}

/**action du buger (il referme la barre) - lien avec le js**/
.m-right.is-open {
    transform: translateX(0);
}

.icons {
    cursor: pointer;
}

/** definition des différentes action suivant la taille de la page**/
@media only screen and (max-width: 1420px) {
    #titre {
        display: none;
    }

    #logo {
        display: none;
    }
}

@media only screen and (max-width: 980px) {
    .m-nav-toggle {
        display: flex;
    }

    .m-nav-icons {
        display: flex;
    }

    .bloc-droite {
        display: none;
    }

    .m-left {
        display: flex;
    }

    .m-right {
        position: absolute;
        z-index: 2;
        top: 80px;
        right: 0;
        width: 300px;
        height: 100%;
        background-color: #2B5659;
        display: block;
        transform: translateX(100%);
        transition: all 0.3s ease-in-out;
    }

    #logo {
        display: flex;
    }

    .bloc-gauche {
        display: none;
    }
}

/**
                    _        
                   (_)       
  _ __ ___    __ _  _  _ __  
 | '_ ` _ \  / _` || || '_ \ 
 | | | | | || (_| || || | | |
 |_| |_| |_| \__,_||_||_| |_|
**/
.carousel1 {
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 850px) {
    .carousel1 {
        display: none;
    }
}

.row {
    padding: 0;
    margin: 0;
}

.contactRow {
    display: flex;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
}

.tc {
    text-align: center;
    font-size: 2em;
    color: #FCCE00;
}

.btn-success {
    background-color: #FCCE00;
    border-color: #FCCE00;
}

.container-fluid {
    margin-right: 15px;
    margin-left: 15px;
}

h1 {
    color: #FCCE00;
    text-align: center;
    font-family: 'arial', sans-serif;
}

.btn-primary {
    background-color: #FCCE00;
    border-color: #FCCE00;
}

.btn-primary:hover,
.btn-primary:link
    {
    background-color: #D1E02D;
    border-color: #D1E02D;
}

p {
    text-align: justify;
}

.article {
    background-color: #E8F4ED;
    margin: 0.5em;
    border-radius: 0.5em;
}

.carousel {
    display: flex;
    align-items: center;
    justify-content: center;
}

figure {
    text-align: center;
}

.sigles {
    justify-content: space-around;
    border-radius: 5px;
}

#basMain {
    background-color: white;
    display: flex;
    text-align: center;
    justify-content: space-around;


}



.container {
    display: flex;
    justify-content: space-around;

}

h3 {
    text-align: center;
}

#fin {
    display: flex;
    text-align: center;
    justify-content: space-around;

}

/**FICHE PRODUIT**/

#ficheP {
    margin: 50px;
}

#sec1 {
    justify-content: center;
}

#sec1 button {
    align-items: center;
    color: white;
    background-color: #2B5659;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 grey;
    border-color: #2B5659;
    margin: 2px;
    padding: 5px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
}


#sec1 div button {
    align-content: center;
}

#sec1 #produit img {
    cursor: zoom-in;
}

#sec1 #note img {
    cursor: not-allowed;

}




#sec2 {
    background-color: #E8F4ED;
    text-align: center;
    padding: 20px;
    border-radius: 1%;
    margin-top: 20px;
}

#sec2 article {
    margin: 2em;
    padding: 5px;
    border: dotted 3px #2B5659;
    border-radius: 1%;
    padding: 20px;
}

#sec3 {
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#sec3 h1 {
    text-align: center;
}

#sec3 h3 {
    text-align: inherit;
}

#sec4 {
    text-align: center;
    border: solid 1px black;
    border-radius: 10px;
}

#sec4 .row {
    display: flex;
    justify-content: center;
}

#sec4 article {
    background-color: #EEEEEE;
    border-radius: 5px;
    margin: 5px;
    padding: 7px;
}

#sec4 #bouttonrecommander {
    align-items: center;
    color: white;
    background-color: #2B5659;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 grey;
    border-color: #2B5659;
    margin: 2px;
    padding: 5px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
}

#sec4 article {
    margin-right: 20px;
    margin-left: 20px;
}

#sec1 img,
#sec2 img,
#sec3 img,
#sec4 img {
    max-width: 100%;
    height: auto;
}

/**
   __               _              
  / _|             | |             
 | |_  ___    ___  | |_  ___  _ __ 
 |  _|/ _ \  / _ \ | __|/ _ \| '__|
 | | | (_) || (_) || |_|  __/| |   
 |_|  \___/  \___/  \__|\___||_| 
**/

footer {
    background-color: #2B5659;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

#contact {
    color: white;
    text-decoration: none;
}
