/*GLOBAL
==================================================*/

html{
    scroll-behavior: smooth;
}

body{
    margin: 0;
    padding: 0;
    max-width: 1920px;
    margin: auto;
    padding-top: 105px;
}

h1{
    font-family: 'Lulo-Bold';
    color: #93287E;
    font-size: 6vw;
}

h2{
    font-family: 'Lulo-Bold';
    color: #93287E;
}

h3{
    font-family: 'Lulo-Bold';
    color: black;
}

p{
    font-family: 'OpenSans-Regular';
    color: black;
    
}

p span{
    font-family: 'Lulo-Bold';
    color: black;
    
}

.form{
    font-family: 'OpenSans-Regular';
    color: black;
}

.btn{
    font-family: 'OpenSans-SemiBold';
    font-size: 16px;
    margin: 20px 0;
    border-radius: 25px;
    border: none;
    padding: 14px 30px; 
}

a{
    text-decoration: none;
}



/*FICHIERS FONTS
==================================================================*/

@font-face {
    font-family: 'Lulo-Bold';
    src: url(../assets/fonts/Lulo\ Clean\ One\ Bold.otf);
}
@font-face {
    font-family: 'Lulo';
    src: url(../assets/fonts/Lulo\ Clean\ One.otf);
}
@font-face {
    font-family: 'OpenSans-Regular';
    src: url(../assets/fonts/OpenSans-Regular.ttf);
}
@font-face {
    font-family: 'OpenSans-Semibold';
    src: url(../assets/fonts/OpenSans-SemiBold.ttf);
}


/*FONTS==================================================

h1 Lulo Bold #93287E
h2 Lulo Bold #93287E
h3 Lulo Bold black
p Open-sans-regular
p<span> Lulo-bold


===============================*/


/*HEADER
==================================================*/

header{
    background-color: #fff;
}

@media only screen and (max-width: 415px){
    body{
        padding-top: 146px;
    }
}

header .navbar-brand{
    text-align: center;
}


/*HERO
==================================================*/

#hero{
    background-image: linear-gradient(rgba(255, 255, 255, 0.1),rgba(255, 255, 255, 0.4)), url(../assets/img/photo-hero.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 750px;
    width: auto;
}

#hero .col-md-12{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 750px;
}

.titre-hero{
    font-family: 'Lulo';
}


/*A PROPOS
==================================================*/



.txt-a-propos{
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    
}

.txt-a-propos p{
    width: 300px;

}

.portrait img{
    width: 100%;
}

@media only screen and (min-width: 1200px){
    .txt-a-propos{
        padding-left: 300px;
    }
}

/*LES PRODUITS
==================================================*/

#les-produits{
    background-image: linear-gradient(rgba(255, 255, 255, 0.3),rgba(255, 255, 255, 0.5)), url(../assets/img/photo-footer.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    width: auto;
}

#les-produits h2{
    padding: 20px 30px;
    margin-bottom: 20px;

}

#les-produits p{
    padding: 20px 30px;
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.6);
}

@media only screen and (min-width: 1200px){
    #les-produits h2{
        padding-left: 300px;
        margin-top: 70px;
    }

    #les-produits .carte1{
        margin-top: 70px;
    }

    #les-produits p{
        padding-left: 300px;
        padding-right: 200px;
    }
}


/*CARTES
==================================================*/

.carte1{
    border: 4px solid black;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
    padding: 10px;
}

.carte1 h3{
    text-align: center;
}

.btn-plus-produits{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}

.btn-pluss{
    margin-bottom: 25px;
}


/*FOOTER
==================================================*/

footer{
    background-color: #93287E;
    padding-top: 40px;
}

footer h2{
    color: #fff;
}

footer .mentions{
    padding-top: 20px;

}

@media only screen and (min-width: 1200px){
    footer{
        padding-top: 100px;
        padding-bottom: 100px;
    }

    footer .adresse{
        padding-left: 200px;
    }
}

@media only screen and (max-width: 480px){
    .adresse{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .adresse p{
        text-align: center;
    }

    .mentions a{
        display: flex;
        justify-content: center;
    }
}


footer .icons a{
    color: #fff;
}
footer .icons{
    padding-bottom: 20px;
}


footer .texte-contact{
    color: #fff;
    font-weight: bold;
}

/*FORM
==================================================*/

footer ::placeholder{
    color: black;
}

.envoyer{
    padding-bottom: 50px;
}


/*PAGE PRODUITS =============================================================*/


/*TABS
==================================================*/

/* Style the tab */
.tab {
    overflow: hidden;
    background-color: transparent;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    margin-top: 30px;
    
  }
  
  /* Style the buttons inside the tab */
  .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    
    font-size: 17px;
    font-family:'OpenSans-Semibold';
    color: black;
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
    border-radius: 10px;
  }
  
  /* Create an active/current tablink class */
  .tab button.active {
    background-color: #93287E;
    border-radius: 10px;
    color: #fff;
  }
  
  /* Style the tab content */
  .tabcontent {
    display: none;
    padding: 6px 12px;
  }

  /*PRODUITS-PAGE
==================================== */

#produits-page{
    background-image: linear-gradient(rgba(255, 255, 255, 0.3),rgba(255, 255, 255, 0.5)), url(../assets/img/photo-footer.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 1100px;
    width: auto;
}

@media only screen and (max-width: 1314px){
    #produits-page{
        height: auto;
    }
}

#produits-page h2{
    padding: 20px 30px;
    margin-bottom: 20px;

}

@media only screen and (min-width: 1200px){
    #produits-page h2{
        padding-left: 300px;
        padding-top: 70px;
    }

    
}

@media only screen and (max-width: 427px){
    #produits-page{
        padding-top: 50px;
    }
}

  /*CARTES
==================================== */

#produits-page .fiche{
    display: flex;
    justify-content: center;
    margin-top: 40px;
    flex-wrap: wrap;
}

#produits-page .carte{
    border: 4px solid black;
    border-radius: 10px;
    padding: 20px;
    margin: 0 15px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 400px;

    
}

/*IMAGES CARTES
==================================== */

#produits-page img{
    margin: 20px 0;
    border-top: 5px solid black;
    border-radius: 0 0 10px 10px;

}

/*TEXTE CARTES
==================================== */

#produits-page p{
    text-align: center;
    margin: 0 30px;
}


/*PAGE BLOG =============================================================*/

.post-blog{
    display: flex;
    justify-content: center;
    margin-top: 95px;
    

    
}

.image-post img{
    height: 100%;
    margin-right: 50px;
    border-radius: 30px;


}

.txt-post{
    width: 600px;
    border: 5px solid black;
    border-radius: 30px;
    padding: 20px;
    margin-left: 100px;

}

.admin-post{
    display: flex;
    margin-bottom: 40px;
}

.admin-post i{
    font-size: 50px;
    color: #93287E;
}

.admin-post p{
   padding-left: 20px;
}

.txt-post h3{
    margin-bottom: 20px;

}

#blog-articles{
    margin-bottom: 50px;
}

@media only screen and (max-width: 1314px){
    .txt-post{
        height: auto;
        width: auto;
        margin: 15px;
        
    }
    .image-post img{
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .post-blog{
        display: flex;
        flex-direction: column;
    }

    .col-md-12{
        padding: 0;
    }

}