:root {
    --mg-color: rgba(60,0,66,255);
    --titre:7.3rem;
    --sous-titre:2rem;
    --texte:1.2rem;
    --texte-meduim:1.7rem;
    --height-box:430px;
    --margin:20px;
    --margin-lateral:2.5em;
}



@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")
}

html{height:100%;}
.size-text{
    font-size:var(--texte);
}

.margin-right{
    padding-right:var(--margin-lateral)!important;
}

.margin-left{
    padding-left:var(--margin-lateral)!important;
}


#titre{
    font-size:var(--titre);
    line-height: 90%;
}
.titre{
    width:95%;
    height:auto;
    text-align: center;
    margin-right:auto;
    margin-left:auto;
    position: relative;
  padding-bottom: 20px;
}

body{
    color:var(--mg-color);
    font-family: regular;
    height:100%;
}
.thin{
  font-family:thin;
}
.sous-titre{
    font-size:var(--sous-titre);
}

.trait_dessus
{
    border-top: 1px solid var(--mg-color);
}

.trait_dessous
{
    border-bottom: 1px solid var(--mg-color);
}

label{
    margin:0px;
}
#test{
  
  margin-top: 27px;
  padding-left:10px;

    margin-bottom: 20px;
}
.margin{
    margin-top:var(--margin);
}

.row{
    margin-right: 0px; 
    margin-left: 0px;
    width: 100%;
}

.remove.icon {
    color: var(--mg-color);
    position:absolute;
    right: 45px;
    margin-top: 30px;
}

.remove.icon:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 4px;
    background-color: currentColor;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.remove.icon:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 4px;
    background-color: currentColor;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
a{
    color: var(--mg-color);
    text-decoration: none;
    background-color: transparent;
}

a:hover{
 
    text-decoration: none;

}

#mobile{
    display:none;
}
#test2{
    display:none;
}
*{
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: 0;
}
#row{
    grid-template-columns:repeat(3, 1fr);
    display:grid;
}
#sejour{
    grid-column:1;
    padding-left: 0px !important;
    margin: 0px;
}
#options{
    grid-column:2;
}
#formules{
    padding-right: 0px !important;
    grid-column:3;
}
@media screen and (max-width: 1700px) and (min-width: 1580px)
{
    :root {
        --mg-color: rgba(60,0,66,255);
        --titre:6rem;
        --sous-titre:2rem;
        --texte:1rem;
        --texte-meduim:1.5rem;
        --height-box:180px;
        --margin: 20px;
        --margin-lateral:1.7em;
    }
}

@media screen and (max-width: 1580px)  and (min-width: 1318px)
{
    :root {
        --mg-color: rgba(60,0,66,255);
        --titre:5.4rem;
        --sous-titre:1.4rem;
        --texte:0.9rem;
        --texte-meduim:1.5rem;
        --height-box:180px;
        --margin: 20px;
        --margin-lateral:1.1em;
    }
}

@media screen and (max-width: 1318px)  and (min-width: 1150px)
{
    :root {
        --mg-color: rgba(60,0,66,255);
        --titre:5.4rem;
        --sous-titre:1.55rem;
        --texte:1rem;
        --texte-meduim:1.5rem;
        --height-box:180px;
        --margin: 20px;
        --margin-lateral:0.8em;
    }
  .titre{
        width:95%;
       
    }
  .remove.icon:before {
        width: 30px;
       height: 3px;
    }
    
    .remove.icon:after {
        width: 30px;
        height: 3px;
    }
  
    .remove.icon {
  	right: 30px;
    margin-top: 15px;
  }

}

@media screen and (max-width: 1150px)  and (min-width: 1060px)
{
    :root {
        --mg-color: rgba(60,0,66,255);
        --titre:5.4rem;
        --sous-titre:1.4rem;
        --texte:1rem;
        --texte-meduim:1.5rem;
        --height-box:180px;
        --margin: 20px;
        --margin-lateral:0.8em;
    }
  .titre{
        width:95%;
       
    }
  .remove.icon {
  	right: 30px;
    margin-top: 15px;
  }
     .remove.icon:before {
        width: 30px;
       height: 3px;
    }
    
    .remove.icon:after {
        width: 30px;
        height: 3px;
    }

}

@media screen and (min-width: 600px) and (max-width: 1060px){
    :root {
        --mg-color: rgba(60,0,66,255);
        --titre:4.2rem;
        --sous-titre:1.4rem;
        --texte:0.75rem;
        --texte-meduim:1.1rem;
        --height-box:180px;
        --margin: 20px;
        --margin-lateral:1.1em;
    }

    #sejour{
        grid-column:1/4;
        grid-row:1;
        padding-left:0px !important;
        padding-right:0px !important;
    }
    #options{
        grid-column:1/4;
        grid-row:2;
        padding-left:0px !important;
        padding-right:0px !important;
        margin-top:30px;
    }
    #formules{
        grid-column:1/4;
        grid-row:3;
        padding-left:0px !important;
        padding-right:0px !important;
        margin-top:30px;
    }
    #repere p{
        margin-bottom:10px;
    }
    #test{
        margin-bottom:30px;
        height:auto!important;
    }
    .remove.icon {
        right: 30px;
        margin-top: 12px;
    }

    .remove.icon:before {
        content: '';
        position: absolute;
        width: 25px;
        height: 2px;
        background-color: currentColor;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    
    .remove.icon:after {
        content: '';
        position: absolute;
        width: 25px;
        height: 2px;
        background-color: currentColor;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}



@media screen and (max-width: 600px) 
{
    :root {
        --mg-color: rgba(60,0,66,255);
        --titre:4.2rem;
        --sous-titre:1.4rem;
        --texte:0.85rem;
        --texte-meduim:1.1rem;
        --height-box:180px;
        --margin: 20px;
        --margin-lateral:1.1em;
    }

    body{
        height:auto !important;
        overflow-y: visible !important;
        font-family: regular;
    }
    footer{
        position:initial !important;
    }
    .remove.icon {
        right: 30px;
        margin-top: 12px;
    }

    .remove.icon:before {
        content: '';
        position: absolute;
        width: 25px;
        height: 2px;
        background-color: currentColor;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    
    .remove.icon:after {
        content: '';
        position: absolute;
        width: 25px;
        height: 2px;
        background-color: currentColor;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #test3 span{
        line-height: 80%;
    }
    #test4 span{
        line-height: 80%;
    }
    #test5 span{
        line-height: 80%;
    }
    #test3{
          margin-bottom: 10px;
        display:flex;
        margin-top:30px;
        -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
    }
    #test4{
      margin-bottom: 10px;
        display:flex;
        -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
    }
    #test5{
        display:flex;
        margin-bottom:40px;
        -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
    }
    #trait{
        display:none;
    }
    #mobile{
        display:block;
    }
    #test{
        display:none;
    }
    #test2{
        display:block;
        font-size:var(--titre);

    }
    #sejour{
        grid-column:1/4;
        grid-row:1;
        padding-left:0px !important;
        padding-right:0px !important;
    }
    #options{
        grid-column:1/4;
        grid-row:2;
        padding-left:0px !important;
        padding-right:0px !important;
        margin-top:30px;
    }
    #formules{
        grid-column:1/4;
        grid-row:3;
        padding-left:0px !important;
        padding-right:0px !important;
        margin-top:30px;
    }
    #repere p{
        margin-bottom:10px;
    }
    .titre{
        width: 95% !important;
      	height:100%;
    }
  
  
}