/*
 Theme Name:   Manguette
 Author:       Kevin Aldenhoff
 Template:     generatepress
 Version:      0.1
 Text Domain: manguette
*/

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Light.ttf");
    font-weight: 300;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-ExtraLight.ttf");
    font-weight: 200;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Medium.ttf");
    font-weight: 500;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-SemiBold.ttf");
    font-weight: 600;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Bold.ttf");
    font-weight: 700;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Light.ttf");
    font-weight: 300;
}

#site-navigation{
    display: none;
}

.inside-header{
    padding: 0 15px;
}

#page {
    max-width: 100% !important;
    width: 100vw;
}

#content {
    padding: 0;
    flex-direction: column;
}

#home-banner {
    height: auto;
    width: 100%;
    background-image: url("assets/fond-home.png");
    background-size: cover;
    background-position: center;
    padding: 15px;
    display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
}

#banner-mobile-img {
	width: 100%;
	height: auto;
	background-image: url("assets/fond_home_1200px.png");
	background-size: cover;
	aspect-ratio: 1;
}

#banner-content {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    border-radius: 0 0 50px 50px;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
}

#banner-title {
    background-color: #9D4855;
}

#banner-title h2{
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
    font-family: "Poppins";
    font-weight: 700;
    line-height: 85px;
    text-align: center;
    margin: 0;
}

#banner-text{
    background-color: #fff;
    padding: 15px;
}

#banner-text p{
    color: #040404;
    font-family: "Poppins";
    font-weight: 300;
    font-size: 20px;
    margin-bottom: 1em;
}

#cuvee-section{
    width: 100%;
    padding: 50px 0px 0px 0px;
}

#cuvee-section h2{
    text-transform: uppercase;
    color: #9D4855;
    font-family: "Poppins";
    font-weight: 700;
    text-align: center;
}

#cuvee-content{
    position: relative;
    background-image: url('assets/fond-cuvées-2.png');
    background-size: cover;
    padding: 50px 0;
}

.cuvee-border-img{
    height: 100%;
    position: absolute;
    
}

#cuvee-border-left-img{
    display: none;
    top: 0;
    bottom: 0;
    z-index: 1;
}

#cuvee-border-right-img{
    display: none;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

#cuvee-border-bottom-img{
    display: none;
    bottom: 0;
    width: 100%;
    height: auto;
    right: 0;
    left: 0;
    z-index: 0;
}

#cuvee-list-container{
    display: grid;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 50px;
    padding: 15px;
}

.single-cuvee{
   background-color: rgba(77, 77, 77, 0.11);
   align-self: center;
   max-width: 100%;
   padding: 25px;
   position: relative;
   margin: 0 auto;
   height: 100%;
   display: flex;
   justify-content: center;
   align-content: center;
   flex-direction: column;
   border-radius: 50px;
   z-index: 2;
}

.single-cuvee img{
    position: initial;
    height: 500px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
 }

 .cuvee-resume p{
    font-size: 25px;
    font-family: 'Poppins';
    font-weight: 300;
 }

 .cuvee-resume span{
    font-weight: 500;
 }

 .cuvee-note{
    font-family: "Roboto";
    font-weight: 300;
    font-style: italic;
    font-size: 22px;
 }

 .cuvee-note p:last-of-type{
    margin-bottom: 0;
 }

 #shops-section{
    padding: 50px;
    background-color: #9D4855;
    color: #fff;
    position: relative;
    text-align: center;
 }

 #shops-section h2{
    font-family: "Poppins";
    font-weight: 700;
    font-size: 40px;
    color: #fff;
    text-align: center;
 }

 #shops-list{
    display: flex;
    flex-wrap: wrap;
    width: 800px;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
    justify-content: center;
    flex-direction: column;
 }

 #shops-list p{
    font-family: "Poppins";
    font-weight: 300;
    font-size: 25px;
    color: #fff;
    margin: 0;
 }

 #shops-list span.city{
    font-weight: 500;
 }

 #shops-list div {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  #shops-list .separator{
    font-family: "Poppins";
    font-weight: 300;
    font-size: 30px;
    color: #E41B1A !important;
    margin: 0 5px;
    display: none;
 }

 #shops-section img{
    width: 65%;
    margin-top: 25px;
 }

 footer{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 25px;
    justify-content: center;
    align-items: center;
    gap: 15px;
 }

 #footer-logo{
    text-align: center;
 }


 #footer-logo img{
    height: 200px;
 }

#footer-contact{
    text-align: center;
 }

 #footer-contact h2{
    font-family: "Poppins";
    font-weight: 700;
    font-size: 35px;
    color: #9D4855;
    text-transform: uppercase;
 }

 #footer-contact p{
    font-family: "Poppins";
    font-weight: 500;
    font-size: 25px;
    color: #040404;
 }

 #footer-socials p{
    font-family: "Poppins";
    font-weight: 500;
    font-size: 16px;
    color: #040404;
 }

 #footer-socials-icon{
    text-align: center;
 }

 #footer-socials-icon img{
    display: inline-block;
    width: 80px;
 }


 @media(min-width: 600px){
    #cuvee-list-container{
        padding: 50px;
    }

    #shops-list p{
        font-size: 30px;
     }
 }

 @media(min-width: 800px){
    #shops-list div {
        flex-direction: row;
    }

    #shops-list .separator{
        display: block;
    }

    #shops-section img{
        width: 35%;
        margin-top: 50px;
     }
 }


 @media (min-width:950px){

    #cuvee-content{
        padding: 100px 0;
    }

    #cuvee-border-left-img,#cuvee-border-right-img,#cuvee-border-bottom-img{
        display: initial;
    }

    .single-cuvee{
        margin: 0 auto;
        padding: 50px 50px 50px 100px;
        width: 700px;
     }

     #cuvee-list-container{
        gap: 100px;
     }

     .single-cuvee img {
        position: absolute;
        height: 120%;
        left: -28%;
        top: -11%;
      }

      #shops-section img{
        width: 30%;
     }
}

@media (min-width:1300px){
	
	#banner-mobile-img {
		display: none;
	}
    #banner-content{
        width: 60%;
    }

    .single-cuvee{
        padding: 100px;
        width: 1000px;
     }

     #cuvee-list-container{
        gap: 100px;
     }

     .single-cuvee img{
        position: absolute;
        height: 118%;
        left: -19%;
        top: -8%;
     }

     #shops-section img {
        position: absolute;
        height: 80%;
        width: auto;
        top: 10%;
        right: 5%;
        margin: 0;
      }

      footer{
        flex-direction: row;
        gap: 50px;
        padding: 50px 100px;
      }

      #footer-logo, #footer-socials{
        width: 25%;
      }
}

@media (min-width:1500px){
    #home-banner {
        aspect-ratio: 2.47;
        padding: 25px;
    }

    #banner-text{
        padding: 25px;
    }
}

@media (min-width:1700px){
    #banner-text p{
        font-size: 25px;
		padding: 50px;
    }

    #shops-section img {
        right: 10%;
      }
	
	#home-banner {
        padding: 50px;
    }
}

