@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playwrite+CO+Guides&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Overpass&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap');
:root{
    --main-color:#f97c08;
    --secondary-color:#f97c08b3;
    --black-fonce:#58524c;
    --my-green:#5b9676;
    --my-blue:#1d96b7bc;
    --black:#757373;
    --li-black:#474747;
    --white :#fcfcfc;
    --transparent-with: rgba(255, 255, 255, 0.5);
    --radius: 0.7rem;
    --img-radius: .3rem;
    --buttom-radius: .3rem;
    --shadow: 0 0 1em rgba(0, 0, 0, 0.25);
    --title-font: Montserrat;
    --subtitle-font: Poppins;
    --content-font: var(--subtitle-font);
    --menu-font:Overpass;
    --graphical-text:"Great Vibes";
    --graphical-typo:"Dancing Script";
}
html{
    font: 400 100%/100% Montserrat,Poppins,sans-serif;
}
body{
    margin: 0;
    padding: 0;
    background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)),
    url("../images/interface/paysage.jpg") no-repeat center center fixed;
    background-size: cover;
}
main{
    margin-top: 0;
    padding-top: 3rem;
    height: 100%;
}
a{
    text-decoration: none;
}
figure {
    display: block;
    margin: auto;
    padding: 0;
    width: 100%;
    font-size: 0.560rem;
}
.hidden-form-screen{
    display: none;
}
.all-right{
    margin: auto;
    width: 100%;
    font-size: 0.6rem;
    text-align: center;
}
@media screen and (min-width:768px){
    body{
        background: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
        url("../images/interface/paysage.jpg") no-repeat center center fixed;
        background-size: cover;
    }
}

.cadre{
    padding: 3rem 0 0;
}
.screen{
    margin-left: .9rem;
    margin-right: .9rem;
    padding: 0rem 0rem 2.3rem;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: var(--radius);
    border-top: 0.28rem solid var(--main-color);
    position: relative;
}
.cadre-logo{
    margin:calc(80% - 100% ) 0 1%;
    width: 100%;
    height: auto;
    position: absolute;
}
.screen > .cadre-logo > img{
    margin-left: calc(100% - 66%);
    width: 35%;
    height: auto;
}
#action-zone-home{
    display: flex;
    max-width: 100%;
    margin: 1.5rem 0.3rem 0;
    column-gap: 5%;
    justify-content: center;
}
.gateway{
    width: 45%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.gateway > h2{
    font-size: 1rem;
    line-height: 1.1rem;
    color: var(--my-green);
    margin-bottom: 0.5rem;
}
.gateway > h2 > span{
    font-size: .9rem;
    font-weight:600;
    color: var(--secondary-color);
}
.gateway > h2,h3{
    text-align: center;
}
.gateway > h3{
    margin: 0rem;
    height: 20%;
    font-family: var(--graphical-typo);
    font-size: 1.3rem;
    font-weight: 500;
    color: var(--my-blue); 
}
.gateway > a{
    display: inline-block;
    margin: 25%;
    padding: .5rem;
    width: 5rem;
    background: var(--my-blue);
    border-radius: var(--buttom-radius);
    text-decoration: none;
    text-align: center;
    color: var(--white);
}
.gateway > a:hover{
    background: var(--secondary-color);
    font-weight: 500;
    transform: scale(1.2);
}
footer{
    background-color: azure;
    display: flex;
	flex-wrap: wrap;
    margin-top: -25rem;
	align-items: flex-end;
    background-color: #F3F3F3;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    position:fixed;
    bottom:0;
    width:100%;
}
.all-right{
    color: var(--black);
}
/************************************************
TRAITEMENT DE LA RÉACTIVITÉ RESPONSIVE DU PORTAIL
**************************************************/
@media screen and (min-width:398px){
    .cadre{
        padding: 8% 0 0;
    }
    .screen{
        margin-left: 5%;
        margin-right: 5%;
    }
}
@media screen and (min-width:420px){
    .screen{
        margin-left: 10%;
        margin-right: 10%;
    }
    .cadre-logo{
        margin:calc(82% - 100% ) 0 1%;
    }
    .screen > .cadre-logo > img{
        margin-left: calc(100% - 64%);
        width: 30%;
    }
    .gateway > h2{
        font-size: 1.3rem;
        line-height: 1.2rem;
        margin-bottom: 0.8rem;
    }
    .gateway > h2 > span{
        font-size: 1rem;
    }
    .gateway > h3{
        font-size: 1.4rem;
    }
}
@media screen and (min-width:520px) and (min-width:768px){
    .screen{
        margin-left: 15%;
        margin-right: 15%;
    }
}
@media screen and (min-width:768px) and (min-width:920px){
    .screen{
        margin-left: 25%;
        margin-right: 25%;
    }
    .gateway > h2{
        font-size: 1.8rem;
        line-height: 1.5rem;
        margin-bottom: 1.1rem;
    }
    .gateway > h2 > span{
        font-size: 1.4rem;
    }
    .gateway > h3{
        font-size: 1.7rem;
        font-weight: 550;
    }
}
@media screen and (min-width:1200px){
    .screen{
        margin-left: 32%;
        margin-right: 32%;
    }
}
