:root 
{
--param_couleur1 : #30b5c1;
--param_couleur2 : #30b5c1;
--param_couleurTexte : #000000;
}

@font-face {
    font-family: "Montserrat";
    src: url("Montserrat-Regular.ttf");
}


*
{
    
    font-family: 'Montserrat','arial', sans-serif;
}





*:focus {
    outline: none;
}


body
{
    margin:0;
    font-size: 15pt;

    background-image: url(fond-navbar.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


#myVideo
{
    width: 50%;
    border-radius: 15px
}

.bordure_cadre
{
    border-color: var(--param_couleur1);
    border-style: solid;
    border-width: 5px;
}

.titre_blanc
{
    color:white;
}

.div_nav
{
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    background-color: white;
    text-align: center;
    background-image: url(fond-navbar.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top;

}


.offre_prix
{
   font-size: 50px;
   font-weight: bold;
   height: 10%;
}


.offre_prix2
{
   font-size: 30px;
   font-weight: bold;
   height: 10%;
}


.offre_titre
{

    margin-top:5%;
    font-size: 20pt;
    height: 10%;
}


.offre_description
{

    font-size: 12pt;
    margin:5%
}


.input_text
{
    width: 96%;
    margin-left:1vw;
    text-align:left;
    font-weight: bold;
    font-size: 25px;
    height: 40px;
    color:#333;
    border-color: var(--param_couleur1);
    border-style: solid;
    border-width: 1px;
}


.label_input
{
    margin-top:10px;
   margin-left:2vw;   
    text-align:left;    
    font-size: 15px;
}



input[type=button] {
    background-color: var(--param_couleur1);
    color: white;
    border:none;
    font-size: 20pt;
    text-align: center;
    border-radius: 10px;
   
}



.bloc_offre>input
{
  
    text-align: center;
    border-radius: 10px;
    position: absolute;
    bottom: 10%;
    left: 15%;
    width: 70%;
    height: 8%;

   
}


#offre_image_recommande
{
    left: -10px;
    top: -50px;
    width: calc(100% + 20px);
    background-color: var(--param_couleur1);
    position:absolute;
}

.bloc_offre>a
{
    position: absolute;
    bottom: 5%;
    left: 0%;
    text-align: center;
    width: 100%;
    text-decoration: none; 
    
}

hr {
    border: none;
    border-top: 1px solid #888;
    color: #333;
    overflow: visible;
    text-align: center;
    height: 5px;
    width: 80%;

}



.bloc_offre
{
    width: 25vw;
    margin: 3vw;  
    
    height: 70vh;
    display:inline-table;
    position: relative;
}


.bloc_offre_commercial
{
    
       margin-top: 1vw;
        height: 75vh;
}

.bloc_offre_commercial> .bloc_texte
{    
     margin-top: 5px;

}





a
{
    color:#4472c4;
}



.bloc_etape_header
{
    width: 92vw;
    height: 80px;
    margin:3vw;
    margin-top: 1vh;
    text-align: left;
    font-size: 30px;
    padding:5px;
    color:white;
    
    
    
   
}


.bloc_texte
{
    margin:20px;
    margin-top:50px;
    text-align: middle;
    line-height:20pt
}




.bloc_formulaire
{
    margin: 3vw;
    width: 92vw;
    min-height: 50vh;
    margin-bottom: 1vw;
}


.bloc_synthese
{
    margin: 3vw;
    width: 92vw;
    min-height: 10vh;
    margin-top: 4vw;
    margin-bottom: 1vw;
}









.bloc_etape_titre 
{

    background-color: var(--param_couleur1);
    color: white;
    border:none;
 
    text-align: left;
    
 
}

.etape_nom_etape
{
    color: white !important;
    font-size: 20pt;
}

.img_bloc
{
    height: 200px;
}



#table_synthese
{
    margin:20px;
    margin-left:10vw;
    width: 80%;
    height:100%;
}



input[type="checkbox"] 
{
    width: 20px;
    height: 20px;
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    margin: 10px;
}




@media all and (max-width: 1024px)
{

body
{
    font-size: 13pt;
}

    .bloc_offre
    {
        width: 90vw;
    }



#myVideo
{
    width: 95%;
}


    .table_header
    {
        height: 15vh;
    }


    .div_nav {
    background-size: auto 25vh;
    background-position: left top;
    }



    .bloc_etape_header {
      font-size: 25px;
      height: 20vh;
    }

    .img_bloc
{
    height: 150px;
}
    
input[type=button] {
font-size: 15pt;
}

#bloc_offre2
{
    margin-top: 50px;
}


#table_synthese
{
    margin-left:2px;
    margin-bottom:2px;
 width:95%;
 font-size: 12pt;
  
}


.input_text
{
    font-size: 20pt;
}




}


