

body, html {


   
  margin-bottom: 0;

  font: 400 15px/1.8 "Lato", sans-serif;
  color: #777;
}
#brand{
    font-size: 40px;
}
.card {
    position: relative;
}
.card:hover{
    opacity: 80%;
}

/* Bottom right text */
.text-block1 {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font: 400 15px/1.8 "Lato", sans-serif;
    background-color: lightblue;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
}
.text-block2 {
    position: absolute;
    top: 20px;
    left: 20px;
    font: 400 15px/1.8 "Lato", sans-serif;
    background-color: lightpink;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
}
.sticky {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    background:white;
    z-index: 2;

}


.sticky ul {
    display:table-row;

}
.sticky ul li
{
    display: table-cell;
    list-style-type: none;
    letter-spacing: 5px;
    text-transform: uppercase;
    height:2em;

    margin: 10px;
    padding-left: 5%;
    padding-right: 5%;
    vertical-align: middle;
}
.sticky ul li a {
    display:table-cell;
    vertical-align: middle;
    font-size: 15px;
    color: indianred;
    text-decoration: none;

}

.sticky ul li a:hover{
    display:table-cell;
    vertical-align: middle;
    font-size: 15px;
    color: darksalmon;

}
.sticky ul li.button a {
    height:50px;
    border: solid 1px black;
}

.sticky2 {
    visibility: hidden;
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    background:white;
    z-index: 2;

}


.sticky2 ul {
    display:table-row;

}
.sticky2 ul li
{
    display: table-cell;
    list-style-type: none;
    letter-spacing: 5px;
    text-transform: uppercase;
    height:2em;

    margin: 10px;
    padding-left: 5%;
    padding-right: 5%;
    vertical-align: middle;
}
.sticky2 ul li a {
    display:table-cell;
    vertical-align: middle;
    font-size: 15px;
    color: indianred;
    text-decoration: none;

}

.sticky2 ul li a:hover{
    display:table-cell;
    vertical-align: middle;
    font-size: 15px;
    color: darksalmon;

}
.sticky2 ul li.button a {
    height:50px;
    border: solid 1px black;
}
@media screen and (max-width: 750px) {
    #brand{

        display: none !important;
    }
    .sticky{
        margin-bottom: 3%;
        font-size: 11px;
    }

}
@media screen and (max-width: 600px) {
  .menu.responsive {position: relative;}
  .menu.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .menu.responsive a {
    float: none;
    display: block;
    text-align: center;
  }

   body
    { 
  
    height: 40%;}
    
    .brand
    {
        font-size: 30px;
    }

    img{
        
        max-width: 300px;
    height: auto;
    }
    
 
}

@media screen and (max-height: 600px) {
    .brand {
        font-size:30px;
    }
    .owl-carousel
    {
       padding-top: 2%;
       
    }
    
    .texty{
        
        resize: both;
    }
    
    img{
        
        max-width: 300px;
    height: auto;
    }

}

@media screen and (max-width: 600px) {
    .owl-carousel{
        padding-top: 18%;
    }
    .item
    {
        padding-left: 23%;
    }
    
    .texty, .textyy
    { padding-left: 25%;
    }
    
    
    
    
}
@media screen and (max-width: 490px) {
    .owl-carousel{
        margin-top: 1%;
    }
    
    .item
    {
        padding-left: 6%;
    }
    .texty, .textyy
    { padding-left: 15%;
     }
    
    .centered{margin-top: 70%;}
    
}



@media screen and (max-width: 1024px) {
    
   body
    { 
    padding-top: 6%;
    height: 40%;}
    
    .texty{
       
        font-size: 11px;
    }
    .textyy{
        font-size: 15px;
    }
    .textyy:hover{
        font-size: 15px;
    }
    
    
}
 .owl-carousel
{
   
    padding-left: 5px;
    padding-right: 5px;
    padding-top:2%;
 
    position:fixed;
    
}

.item{
    padding-right: 10px;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 27%;
}


.texty {
    position:fixed;
    bottom: 40px;

    left: 13px;
    letter-spacing: 1px;
    
}


.textyy {
    font-family: 'Permanent Marker', cursive;
    font-size: 20px;
    color: white;
    text-decoration: none;
    position: fixed;
    bottom: 25px;
    left: 13px;
}

.textyy:hover
{
    font-size: 24px;
}
#container {
    position: relative;
    text-align: center;
    color: white;
}

#petit{
    font-size:16px;
    padding-bottom:5px;
}
#petit:hover {
    font-size: 18px;
}