/*-------------------DESKTOP----------------*/

@media (min-width: 1130px){

    .hero{
        min-height: 880px;
        display: flex;
        width: 100%;
        background-image: url("/images/herobg_3.1.jpg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }

    .nav-mob{
        display: none;
    }


    
   /* .nav-scrolled{
    display: flex;
    background-color: var(--primary);
    position: fixed;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    width: 100%;
    margin: 0;
    z-index: 100;
    
   } */

   header{
    width: 100%;
    z-index: 800;
   }

   nav{
    display: flex;
    /* position: fixed; */
    justify-content: space-between;
    align-items: center;
    height: 100px;
    width: 100%;
    padding: 1.5rem 4rem;
    margin: 0;
    
   }

   .logo{
    max-width: 500px;
   }

   .logo img{
    width: auto;
    height: 40px;
   }

   .logo a{
    height: 40px;
   }

.nav-links{
    display: flex;
    justify-content: space-around;
    align-items: baseline;
    font-size: 18px;
    
}



   .nav-links a{
    color: white;
    padding: 30px;
   }
   
   .hover-nav a:hover{
    
    color: var(--primary);
    transition: 0.25s ease-in;
   }

  

.call-btn:hover{
    /* background-color: var(--primary);
    padding: 15px;*/
    transition: 0.25s ease-in; 
    background-image: linear-gradient(120deg, #fc5400 25%, #ff623e 51%, #ff971b 100%);
    }


.call-btn{
    background-color: white;
    padding: 15px;
    margin-bottom: 2px;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.25s ease-in; 
}

.nav-links > .call-btn> a{
    margin-bottom: 2px;
    border-radius: 50px;
    color: var(--primary);
    
}

.nav-links > .call-btn> a:hover{
   
    color: white;
    width: 100%;
    transition: 0.25s ease-in;
}

.call-btn:hover{
    color: white;
}

 
.hero-container{
    height: 870px;
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    position: absolute;
    justify-content: center;
    align-items: center;
    
   }


   .hero-logo{
    height: auto;
    width: auto;
    position: relative;
   }

   .hero-logo img{
    width:400px;
    height: 100%;
    padding: 30px;
}

/* END OF NAV BAR AND HERO SECTION */


.banner{
    width: 100%;
    height: 80px;
    background-image: linear-gradient(120deg, #fc5400 0%, #ff623e 51%, #ff971b 100%) ;
    color: white;
    text-align: center;
    font-style: italic;
    font-weight: 800;
    margin: 0;
    padding:1rem;
    
}


.head-title h2
{
    text-align: center;
    margin: 0;
    padding: 3rem;
    font-weight: 800;
}
.head-title h1{
    text-align: left;
    margin: 0;
    padding: 3rem 10rem;
    font-weight: 800;
}

.brands-logos{
    width: 100%;
    min-height: 400px;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.brands-logos img{
    padding: 3rem;
    justify-content: space-between;
    
}

.divider{
    height: 60px;
    width: 100%;
    margin: 2rem 0rem;
    padding: 0rem 5rem;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.body-title{
    text-align: left;
    margin: 0;
    padding: 0rem 10rem 3rem 10rem;
    font-weight: 800;
}


.stickers{
    width: 100%;
    height: auto;
    padding: 3rem 10rem;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    justify-content: space-around;
}

.sticker-child{
    display: flex;
    flex-direction: column;
    width: 500px;
    margin-bottom: 5rem;   
}

.sticker-child:hover{
    box-shadow: #717070 0px 23px 5px;
    transition: ease-in-out 0.3s;
    transform: translateY(-35px);
}
.child-name{
    height: 120px;
    width: 100%;
    background-color: #FDB998;
    text-align: center;
    padding-top: 20px;
    padding-bottom: auto;
    border-top: solid;
    border-left: solid;
    border-right: solid;
    
}

.second{
    background-color: #FC874C;
}

.third{
    background-color: var(--primary);
    display: flex;
    align-items: baseline;
    justify-content: center;
}



.child-tag{
    height: 250px;
    width: 100%;
    background-color: rgb(255, 255, 255);
    text-align: center;
    padding-top: 50px;
    padding-bottom: auto;
    border-style: solid;
   
}
       }

.tarifs{
    display: flex;
    text-align: center;
    justify-content: space-between;
    align-items: center;
    justify-items: center;
    width: 100%;
}

.banner-offer{
    width: 100%;
    height: auto;
    /* background-color: var(--primary) ; */
    /* background-color: #FDB998 ; */
    /* color: #571C17; */
    color: black;
    text-align: center;
    font-weight: 800;
    margin: 0;
    padding: 3rem;
    
}

.banner-offer-price{
    width: 100%;
    height: auto;
    background-image: linear-gradient(120deg, #fc5400 0%, #ff623e 51%, #ff971b 100%) ;
    color: white;
    text-align: center;
    font-weight: 800;
    margin: 0;
    padding: 3rem 10rem;
    
}

.presentation{
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding: 0rem 10rem;
    height: auto;
}

.my_photo{
    width: 100%;
}

.my_photo img{
    width: 100%;
}

.my_story p{
    /* padding: 0rem 5rem; */
    width: 100%;
}


.footer{
    background-color: var(--primary);
    min-height: 120px;
    width: 100%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    bottom: 0;
    left: 0;
    padding: 1.5rem ;
    margin-top: auto;
}

.footer-logo img{
    height: 120px;
}

.footer-logo{
    margin-bottom: 1rem;
}

.nota-bene{
    font-weight: 700;
    width: 100%;
    padding: 1.5rem 0rem;
}
    @media (max-width: 1129px){

        .hero{
            min-height: 880px;
            display: flex;
            width: 100%;
            background-image: url("/images/herobg_3.1.jpg");
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            position: relative;
        }
        nav{
            display: none;
        }

        .nav-mob {
            min-width: 100vw;
            min-height: 130px;
            display: flex;
            align-items: center;
            margin: 0%;
            padding: 1.5rem 4rem;
            justify-content: space-between;
            
        }

        .logo a{
            display: block;
            width: auto;
            margin: auto;
           
        }

        .call-btn-mob{
            background-image: linear-gradient(120deg, #fc5400 25%, #ff623e 51%, #ff971b 100%);
            padding: 15px;
            height: 60px;
            font-size: 1.8rem;
            margin-bottom: 2px;
            border-radius: 50px;
            cursor: pointer;
            transition: 0.25s ease-in; 
            z-index: 800;
        }

        .call-btn-mob p{
            font-weight: 600;;
        }

      
        .logo img{
            max-width: 300px;
        }

    
}
