:root {
    --mg-color: rgba(70,0,66,255);
    --titre:22rem;
    --sous-titre:3rem;
    --texte:1.8rem;
    --texte-meduim:1.8rem;
    --height-box:80%;
    --height-titre:31%;
}


@font-face {
    font-family:regular;
    src: url("/public/fonts/Tartuffo-Regular.otf")     
      
}

@font-face { 
  font-family: meduim;
  src:url("/public/fonts/Tartuffo-Medium.otf")
    
}

@font-face { 
  font-family: italic;
  src:url("/public/fonts/Tartuffo-RegularItalic.otf")
  
}

@font-face { 
  font-family: thin;
  src:url("/public/fonts/Tartuffo-Thin.otf")
    
}

@font-face { 
  font-family: thinitalic;
  src:url("/public/fonts/Tartuffo-ThinItalic.otf")
    
}


* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  height:100%;
}

img{
    height:100%;
}
#repere{
    margin-bottom: 13%;    
  font-family: regular;
}
/* Hide the images by default */
.mySlides1, .mySlides2 {display: none;height:100%;}

.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
  }
  .text {
    color: #f2f2f2;
    font-size: 20px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
  }
  /* Next & previous buttons */
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a grey background color */
  .prev:hover, .next:hover {
    background-color:rgba(60,0,66,0.5);
    color: black;
  }
#bouton{
   
    font-size:var(--texte-meduim);
    line-height:1;
    vertical-align: middle;
    display: table-cell;
}

.col{
    padding:0px;
}

.size-text{
    font-size:var(--texte);
}

#end{
  font-family: meduim;
}

#bouton1{
    font-size:var(--texte-meduim);
    line-height:1;
    vertical-align: middle;
    display: table-cell;
}


body{
   color:var(--mg-color);
   font-family: regular;
   height:100%;

}
html{height:100%;}


#titre{
  	
    font-size:var(--titre);
    font-family: italic;
    line-height: 85%;
    margin-bottom: 0px;
    height: 20%;
}

#test{
  	padding-left: 14px;
    margin-top: 27px;
    height:var(--height-titre);
    width:100%;
    grid-row: 1;
    grid-column: 1/3;
}

.sous-titre{
    font-size:var(--sous-titre);
}

.titre{
    height:100%;
    text-align: center;
    margin-right:auto;
    margin-left:auto;
    width:95%;
    position:relative;
    padding-bottom: 20px;
}

.ovale {
    background: white;
    -webkit-border-radius: 50% / 50%;
    -moz-border-radius:    50% / 50%; 
    border-radius:         50% / 50%; 
    border: 1px solid;
    border-color: var( --mg-color);
    display: table;
    width: 100%;
    height:100%;
}

.ovale:hover{
    color:white;
    background-color:var(--mg-color);
    cursor: pointer;
    text-decoration: none;

}

.backgound-color{
    background-color:var(--mg-color);
}


#box{
   

    
}
#box1{
   
}

a{
    color: var(--mg-color);
    text-decoration: none;
    background-color: transparent;
}

a:hover{
 	color:red;
    text-decoration: none;

}

#middle{
    display: grid; 
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    padding: 0px !important;
    margin: 0px !important;
}

#presentation{
   grid-row: 1; 
   grid-column: 1;
}

#carousel1{
    grid-row: 1; 
    grid-column: 2;
    height:100%;
    padding-right:10px;
}

#carousel2{
    grid-row: 1; 
    grid-column: 3;
    height:100%;
    padding-left:10px;
}

#sous-titre1{
    grid-row: 2;
    grid-column: 1;
    height:8%;
      margin-top: 5px
}

#sous-titre2{
    grid-row: 2;
    grid-column: 2;
    height:8%;
      margin-top: 5px
}
#top{
    display: grid;
    grid-template-rows: repeat(2, auto);
}

#bottom{
  line-height: 1.2;
    display: grid; 
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    padding: 0px !important;
    margin: 0px !important;
  font-family:italic;
}

#info{
    grid-row: 1; 
    grid-column:1; 
    height:100%;
    display: grid;
}

#url{
    grid-row: 1;
    grid-column:2; 
    height:100%;
}

#dispo{
    margin-right: 20px;
    width:100%;

}

#mail{
    grid-row: 1; 
    grid-column:3; 
    height:100%;
    width:103%;
    display: grid;
}

#tarif{
    margin-left: 5%;
}
#start{
    line-height: normal;
}

@media screen and (max-width: 1320px)
{
    :root {
        --mg-color: rgba(60,0,66,255);
        --titre:13rem;
        --sous-titre:1.5rem;
        --texte:1rem;
        --texte-meduim:1.3rem;
        --height-titre:20%;
    }
}

@media screen and (max-width: 1320px) and (min-width: 1060px)
{
    :root {
        --mg-color: rgba(60,0,66,255);
        --titre:16rem;
        --sous-titre:1.5rem;
        --texte:1.2rem;
        --texte-meduim:1.1rem;
        --height-titre:32%;
    }

    .titre{
        width:95%;
       
    }

    body{
        line-height: 21px;
    }
}

@media screen and (max-width: 1060px) and (min-width: 900px)
{
    :root {
        --mg-color: rgba(60,0,66,255);
        --titre:11rem;
        --sous-titre:1.2rem;
        --texte:0.8rem;
        --texte-meduim:1rem;
        --height-titre:20%;
    }
}


@media screen and (max-width: 1500px) and (min-width: 1320px)
{
    :root {
        --mg-color: rgba(60,0,66,255);
        --titre:17rem;
        --sous-titre:1.5rem;
        --texte:1rem;
        --texte-meduim:1.3rem;
    }
}
@media screen and (max-width: 1930px) and (min-width: 1500px)
{
    :root {
        --titre:17rem;
        --sous-titre:2.2rem;
        --texte:1.5rem;
        --texte-meduim:1.8rem;
    }
}
@media screen and (max-width: 700px) 
{
    @font-face {
    font-family:regular;
    src: url("/public/fonts/Tartuffo-Regular.otf")     
      
}

@font-face { 
  font-family: meduim;
  src:url("/public/fonts/Tartuffo-Medium.otf")
    
}

@font-face { 
  font-family: italic;
  src:url("/public/fonts/Tartuffo-RegularItalic.otf")
  
}

@font-face { 
  font-family: thin;
  src:url("/public/fonts/Tartuffo-Thin.otf")
    
}

@font-face { 
  font-family: thinitalic;
  src:url("/public/fonts/Tartuffo-ThinItalic.otf")
    
}
    :root {
        --mg-color: rgba(60,0,66,255);
        --titre:7rem;
        --sous-titre:1.1rem;
        --texte:1.1rem;
        --texte-meduim:1.1rem;
    }
   body{
    height:auto !important;
    overflow-y: visible;
   }
   #mobile{
    display:block !important;
   }
    #middle{
        grid-template-rows:repeat(3, auto) !important;
    }
    #presentation{
        grid-row: 3; 
        grid-column: 1/17;
    }
    #carousel1{
        grid-row: 1; 
        padding-left:0%!important;
        padding-right:0%!important;
        margin-bottom:8px !important;
        grid-column:1/17;
        height: 340px;
    }
    #carousel2{
        grid-row: 2; 
        padding-left:0% !important;
        padding-right:0% !important;
        margin-bottom:8px !important;
        grid-column: 1/17;
        height: 340px;
    }
    #sous-titre1{
      margin-bottom: 8px;
        grid-row: 1;
        grid-column: 1;
        height:auto;
        text-align:center !important;
    }
    #sous-titre1 p{
        margin:0px;
    }
    
    #sous-titre2{
        grid-row: 3;
        grid-column: 1;
        height:auto;
        text-align:center !important;
        
    }
    #test{
        grid-row: 2;
        grid-column: 1;
        padding-right: 8px;
        padding-left: 8px;
      	margin-top:0px;
    }
    .titre{
        width: 95%;
      font-family: italic !important;
        
    }
    #bottom{
        grid-template-rows:repeat(3, auto) !important;
    }
    #mail{
        grid-row: 3; 
        grid-column:1/17; 
        margin-bottom:20px;
    }
    #info{
        grid-row: 2; 
        grid-column:1/17; 
        margin-bottom:20px;
    }
    #url{
        grid-row:1; 
        grid-column:1/17; 
        grid-template-rows:repeat(2, auto) !important;
        display:grid;
        width:100%;
        margin:auto;
    }
    #dispo{
        grid-row:2;
        height:100px;
    }

    #bouton1{
        font-size:1.7rem !important;
    }
    #bouton{
        font-size:1.7rem !important;
    }
    #tarif{
        grid-row:1;
        margin:0px;
        height:100px;
    }
    #repere{
        margin-bottom:0px !important;
    }
    footer{
        position:initial !important;
    }
    .font{
        font-size:1.4rem !important;
        line-height:26px  !important;
    }
    #end{
        line-height:20px;
    }
    #start{
        line-height:22px;
      margin-top:15px;
    }
}