@import url(https://use.typekit.net/jel3knp.css);

@font-face {
    font-family: 'marianneregular';
    src: url('Fonts/Marianne/marianne-regular-webfont.woff2') format('woff2'),
         url('Fonts/Marianne/marianne-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'alluraregular';
    src: url('Fonts/allura-regular-webfont.woff2') format('woff2'),
         url('Fonts/allura-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'otama.epregular';
    src: url('Fonts/Otama/otama-ep-webfont.woff2') format('woff2'),
         url('Fonts/Otama/otama-ep-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proza_librelight';
    src: url('Fonts/ProzaLibre/prozalibre-light-webfont.woff2') format('woff2'),
         url('Fonts/ProzaLibre/prozalibre-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

*
{
    font-family: 'marianneregular', Verdana, Geneva, Tahoma, sans-serif;
    background-color: white;
    margin : 0px;
    padding : 0px;
}

body
{
    overflow-x: hidden;
    width:100vw;
}

html,body {
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    box-sizing: border-box;
}

/* Bandeau Cookies CSS  */

#divInfosBandeauCookies
{
    background-color: white;
    margin-bottom: 20px;
}

#divInfosBandeauCookies *
{
    background-color: white;
}

#divInfosBandeauCookies h3
{
    font-family: 'roboto','marianneregular', Verdana, Geneva, Tahoma, sans-serif ;
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 15px;
}

#divInfosBandeauCookies p
{
    font-family: 'roboto','marianneregular', Verdana, Geneva, Tahoma, sans-serif ;
    font-size: 0.9em;
    margin-bottom: 0px;
    color: rgb(59, 59, 59);
}

#divInfosBandeauCookies a
{
    font-family: 'roboto','marianneregular', Verdana, Geneva, Tahoma, sans-serif ;
    font-size: 0.9em;
    color: rgb(0, 0, 0);
    text-decoration: underline;
}

#divButtonsBandeauCookies1
{
    background-color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.buttonPersonnalizeBandeauCookie1, .formDenyBandeauCookie1 ,.formAcceptBandeauCookie1
{
    width:30%;
}

.buttonDenyBandeauCookie1 ,.buttonAcceptBandeauCookie1
{
    width:100%;
    margin: auto;
    border-radius: 5px;
    height:45px;
    font-size: 0.9em;
    font-family: 'roboto','marianneregular', Verdana, Geneva, Tahoma, sans-serif ;
    font-weight: bold;
    transition: all 0.3s ease-out;
}

.buttonPersonnalizeBandeauCookie1
{
    border-radius: 5px;
    height:45px;
    background-color: white;
    border:2px solid rgb(66, 66, 66);
    color:rgb(66, 66, 66);
    font-size: 0.9em;
    font-family: 'roboto','marianneregular', Verdana, Geneva, Tahoma, sans-serif ;
    font-weight: bold;
    transition: all 0.3s ease-out;
}

.buttonDenyBandeauCookie1
{
    background-color: white;
    border: 2px solid rgb(255, 32, 32);
    color:rgb(255, 32, 32);
}

.buttonAcceptBandeauCookie1
{
    background-color:#2E7BFD ;
    border: 2px solid #2E7BFD;
    color:rgb(255, 255, 255);
}

.buttonPersonnalizeBandeauCookie1:hover
{
    border:2px solid rgb(0, 0, 0);
    color:rgb(0, 0, 0);
    cursor: pointer;
}

.buttonDenyBandeauCookie1:hover
{
    border: 2px solid rgb(255, 0, 0);
    color:rgb(255, 0, 0);
    cursor: pointer;
}

.buttonAcceptBandeauCookie1:hover
{
    background-color:#025fff ;
    border: 2px solid #025fff ;
    cursor: pointer;
}

#windowCookiesPersonnalization h3
{
    font-family: 'roboto','marianneregular', Verdana, Geneva, Tahoma, sans-serif ;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 10px;
    background-color: white;
    width: 100%;
    text-align: left;
    margin-bottom: 30px;
    height: 32px;
}

#formChoicesCookiesPersonnalization
{
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: white;
    height:calc(100% - 62px);
}

.divTitleAndCheckButtonChoicePersonnalizationCookies
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: white;
}

.nameChoicePersonnalizationCookies
{
    font-family: 'roboto','marianneregular', Verdana, Geneva, Tahoma, sans-serif ;
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 10px;
    background-color: white;
    width:calc(100% - 150px);
    text-align: left;
}

.divInfosChoicePersonnalizationCookies
{
    background-color: white;
    text-align: justify;
    color: #1c1c1c;
    font-size: 0.8em;
}

.divInfosChoicePersonnalizationCookies *
{
    background-color: white;
}

.divChoicePersonnalizationCookies
{
    margin-bottom: 30px;
    background-color: white;
}

.buttonDenyBandeauCookie2 ,.buttonAcceptBandeauCookie2
{
    width:100%;
    margin: auto;
    border-radius: 5px;
    height:45px;
    font-size: 0.9em;
    font-family: 'roboto','marianneregular', Verdana, Geneva, Tahoma, sans-serif ;
    font-weight: bold;
    transition: all 0.3s ease-out;
}

.buttonPersonnalizeBandeauCookie2
{
    border-radius: 5px;
    height:45px;
    background-color: white;
    border:2px solid rgb(66, 66, 66);
    color:rgb(66, 66, 66);
    font-size: 0.9em;
    font-family: 'roboto','marianneregular', Verdana, Geneva, Tahoma, sans-serif ;
    font-weight: bold;
    transition: all 0.3s ease-out;
}

.buttonDenyBandeauCookie2
{
    background-color: white;
    border: 2px solid rgb(255, 32, 32);
    color:rgb(255, 32, 32);
}

.buttonAcceptBandeauCookie2
{
    background-color:#2E7BFD ;
    border: 2px solid #2E7BFD;
    color:rgb(255, 255, 255);
}

.buttonPersonnalizeBandeauCookie2:hover
{
    border:2px solid rgb(0, 0, 0);
    color:rgb(0, 0, 0);
    cursor: pointer;
}

.buttonDenyBandeauCookie2:hover
{
    border: 2px solid rgb(255, 0, 0);
    color:rgb(255, 0, 0);
    cursor: pointer;
}

.buttonAcceptBandeauCookie2:hover
{
    background-color:#025fff ;
    border: 2px solid #025fff ;
    cursor: pointer;
}

@media (max-width:750px) {
    #divButtonsBandeauCookies2
    {
        background-color: white;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .buttonPersonnalizeBandeauCookie2, .formDenyBandeauCookie2 ,.formAcceptBandeauCookie2
    {
        width:100%;
        margin-top: 10px;
    }

    #windowCookiesPersonnalization
{
    display: none;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    background-color: white;
    border-radius: 0px;
    padding: 30px;
    height : auto;
    width:100%;
    z-index:400;
    position: fixed;
    top:0px;
    left: 0px;
    box-sizing: border-box;
    transition: all ease-in 0.2s;
    height: 100%;
    overflow-y: auto;
    opacity: 0;
}
#windowCookiesPersonnalization::-webkit-scrollbar {
    display: none;
}

#bandeauCookies
{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: white;
    padding: 40px 30px 60px 30px;
    height : auto;
    width:100%;
    z-index:299;
    position: fixed;
    bottom:0vw;
    left:0px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    box-sizing: border-box;
    box-shadow: 5px 5px 20px 4px rgba(0, 0, 0, 0.20);
    transition: all ease-out 0.2s;
}

#divButtonsBandeauCookies1
{
    background-color: white;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.buttonPersonnalizeBandeauCookie1, .formDenyBandeauCookie1 ,.formAcceptBandeauCookie1
{
    width:100%;
    margin-top: 10px;
}

.buttonDenyBandeauCookie1 ,.buttonAcceptBandeauCookie1
{
    width:100%;
    margin: auto;
    border-radius: 5px;
    height:45px;
    font-size: 0.9em;
    font-family: 'roboto','marianneregular', Verdana, Geneva, Tahoma, sans-serif ;
    font-weight: bold;
    transition: all 0.3s ease-out;
}

#divChoicesCookiesPersonnalization
{
    background-color: white;
}
}

@media (min-width:750px) {
    #divButtonsBandeauCookies2
    {
        background-color: white;
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        align-items: center;
        width: 100%;
        height:45px;
    }
    .buttonPersonnalizeBandeauCookie2, .formDenyBandeauCookie2 ,.formAcceptBandeauCookie2
{
    width:30%;
}

#windowCookiesPersonnalization
{
    display: none;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    background-color: white;
    border-radius: 40px;
    padding: 50px;
    height : 730px;
    width:90%;
    max-width: 800px;
    z-index:400;
    position: fixed;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    box-shadow: 5px 5px 75px 4px rgba(0, 0, 0, 0.2);
    transition: all ease-in 0.2s;
    overflow: hidden;
    opacity: 0;
}

#bandeauCookies
{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: white;
    border-radius: 25px;
    padding: 35px;
    height : auto;
    width:90%;
    max-width: 420px;
    z-index:299;
    position: fixed;
    bottom:35px;
    left:35px;
    box-shadow: 5px 5px 50px 4px rgba(0, 0, 0, 0.20);
    transition: all ease-in 0.2s;
}

#divButtonsBandeauCookies1
{
    background-color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-direction: row;
}

.buttonPersonnalizeBandeauCookie1, .formDenyBandeauCookie1 ,.formAcceptBandeauCookie1
{
    width:30%;
}

.buttonDenyBandeauCookie1 ,.buttonAcceptBandeauCookie1
{
    width:100%;
    margin: auto;
    border-radius: 5px;
    height:45px;
    font-size: 0.9em;
    font-family: 'roboto','marianneregular', Verdana, Geneva, Tahoma, sans-serif ;
    font-weight: bold;
    transition: all 0.3s ease-out;
}

#divChoicesCookiesPersonnalization
{
    background-color: white;
    overflow-y: auto;
    padding-left: 2px;
    padding-right: 15px;
    box-sizing: border-box;
    height:calc(100% - 75px);
    margin-bottom: 30px;
}
}

.containerCustomCheckBox
{
    background-color: white;
    height: 40px;
}

.inputCustomCheckBox
{
    position: relative;
    width:60px;
    height: 30px;
    appearance: none;
    background-color: rgb(237, 237, 237);
    border-radius: 20px;
    transition: all ease-in-out 0.5s;
}

.containerCustomCheckBox input:checked[type=checkbox]
{
    background-color: #2E7BFD;

}

.containerCustomCheckBox input[type=checkbox]:before
{
    content:'';
    position:absolute;
    width:30px;
    height:30px;
    border-radius: 15px;
    position:absolute;
    top:0px;
    left:0px;
    scale:1.1;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    background-color: white;
    transition: all ease-in-out 0.5s;
}

input:checked[type="checkbox"]::before
{
    left:30px;
}

.imgNoCookiesOnThisSite
{
    height:20px;
    width:20px; 
    margin-right: 5px;
    background-color: white;
}

.divNoCookiesOnThisSite
{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
}

.pNoCookiesOnThisSite
{
    background-color: white;
    line-height: 1;
    font-size: 0.8em;
    font-family: 'roboto','marianneregular', Verdana, Geneva, Tahoma, sans-serif ;
}

/* FIN Bandeau Cookies CSS */

#loader
{
    z-index: 400;
    position:fixed;
    left:0px;
    top:0px;
    width:100vw;    
    height:100vh    ;
    background: rgb(250, 250, 250);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 1;
    transition: opacity 0.8s ease-out;
}

#loader img
{
    margin: auto;
    display: flex;
    opacity: 1;
    max-width:300px;
    max-height:300px;
    width:60vw;
    height:60vw;
    background-color: transparent;
    transition: opacity 0.8s ease-out;
}

#loaderGallery
{
    z-index: 100;
    width:100%;
    height:50000px;
    position : absolute;
    background: white;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    opacity: 1;
    transition: opacity 0.5s ease-out;
}

#loaderGallery img {
    position: fixed;
    left: 50vw;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    max-width: 300px;
    max-height: 200px;
    top:60vh;
    background-color: transparent;
    transition: opacity 0.5s ease-out;
}

#loaderPresta
{
    z-index: 100;
    width:100%;
    height:50000px;
    position : absolute;
    background: white;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    opacity: 1;
    transition: opacity 0.5s ease-out;
}

#loaderPresta img {
    position: absolute;
    left: 50vw;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    max-width: 300px;
    max-height: 200px;
    top:60vh;
    background-color: transparent;
    transition: opacity 0.5s ease-out;
}

#nom
{
    font-weight: bolder;
    transition: all 0.35s ease-in;
    background-color: white;
    line-height: 28px;
}

#prenom
{
    font-weight: 100;
    transition: all 0.35s ease-in;
    background-color: white;
    line-height: 28px;
}       

#nomprenom
{
    display: flex;
    flex-direction: row;
    font-size: 30px;
    color: black;
    text-decoration: none;
    transition: all 0.35s ease-in;
    background-color: white;
}

#divNomPrenom
{
    display: flex;
    margin: 0px;
    margin-left: 0px;
    padding-left:30px;
    transition: all 0.35s ease-in;
    margin-right: 0px;
    background-color: white;
    height: 80px;
    align-items: center;
    position: relative;
    top:-2px;
}

#hamburgerMenuButton 
{
    height : 60px;
    width : 60px;
    cursor : pointer;
    position: absolute;
    top : 11px;
    right : 14px;
    margin-right: 0px;
    opacity: 0;
    border-radius: 13px;
    background-color: rgb(52, 55, 102);
    border: none;
    transition: all 0.35s ease-in;
    background-color: white;
}



#container-ligne
{
    height : 40px;
    width : 40px;
    display: flex;
    flex-direction: column;
    padding : 2px;
    margin-right: 0px;
    position: absolute;
    top : 27px;
    right : 20px;
    transition: all 0.35s ease-in;
    background-color: transparent;
}

.ligne
{
    width : 35px;
    height : 4px;
    border-radius: 5px;
    background-color: black;
    margin : 0px;
    position : absolute;
    transition: all 0.35s ease-in;
}

.ligne:nth-child(1)
{
    top : 0px;
}

.ligne:nth-child(2)
{
    top : 12px;
}

.ligne:nth-child(3)
{
    top : 24px;
}

#menu
{
    display: flex;
    flex-direction: column;
    height:0px;
    background-color: white;
    width:100%;
    transition: all 0.35s ease-in;
    overflow : hidden;
    justify-content: center;
    align-items: center;
}   

#headerID
{
    background-color: white   ;
    z-index: 300;
}

@media (min-width:450px) {
    header
    {
        padding : none;
        margin: none;
        transition: all 0.35s ease-in;
        height:80px;
    }
}

@media (max-width:450px) {
    header
    {
        padding : none;
        margin: none;
        transition: all 0.35s ease-in;
        height:55px;
    }
}

#drapeauFrancais
{
    height : 4px;
    margin : auto;
    padding : none;
    width : 100%;
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.rectangleDrapeau
{
    width:33.33%;
    padding: none;
    margin:none;
}

#bleu
{
    background-color: #001d6e;
}
#blanc
{
    background-color: white;
}
#rouge
{
    background-color: #e6001f;
}
 
.BoutonMenu
{
    width : auto;
    margin:auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: transparent;
    justify-content: flex-start;
    height : 0px;
    border-radius: 20px;
    transition: all 0.35s ease-in;
}

.BoutonMenu a img, .BoutonMenu a p, .BoutonMenu a
{   
    color : white;
    text-decoration: none;
    transition: all 0.35s ease-in;
    background-color: transparent;
}

#divBoutonMenu
{
    margin:auto;
    margin-bottom: 30vh;
    width : 90%;
    height : 0px;
    display: flex;
    background-color: transparent;
    flex-direction: column;
    align-items: center;
    justify-content:center;
    overflow:hidden;
    transition: all 0.35s ease-in;
}

.BoutonMenu a
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    width:100%;
    height:100%;
    padding:10px 40px 10px 40px;
    border-radius: 20px;
}

.BoutonMenu a p{
    font-size: 0px;
    background-color: transparent;
    text-align: center;
}

.BoutonMenu a p::after{
    content:"";
    display:block;
    position:absolute;
    width:100%;
    height:2px;
    background: white;
    transform :scale(0);
    transition : transform 0.2s ease-in-out;
}

#lienChangeLanguage img
{
    height:40px;
    width:65px;
    background-color: transparent;
    object-fit: contain;
    margin: auto;
}

#lienChangeLanguage
{
    display: flex;
    justify-content: center;
    text-align: center;
    background-color: transparent;
    position : absolute;
    top:11px;
    right:90px;
    height: 60px;
    width:60px;
    border-radius: 13px;
    padding: none;
    transition: all ease-in 0.35s;
    z-index: 301;
}

#divFooter
{
    background-color:#24242a;
    color:white;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
}

#copyrights
{
    background-color: #16161a;
    justify-content: center;
    align-items: center;
    color:white;
    display: flex;
    text-align: center;
    padding: 5px;
}

footer
{
    width:100vw;
    overflow: hidden;
}

#logo
{
    height : 30vh;
    width : 30vh;
    padding : 10vh;
    background-color: #24242a;
}

#links
{
    height:10vh;
    max-width:600px;
    width:90%;
    background-color: #24242a;
    display: flex;
    flex-direction:column ;
    justify-content: space-around;
    align-items: center;    
    margin : none;
}

#links img
{
    height : 40px;
    width: 40px;
    background-color: #24242a;
    transition : transform 0.2s ease-in;
    border-radius: 15px;
    padding : 10px;
}



#links a
{
    background-color: #24242a;
    color: white;
    text-decoration: none;
    font-size: 1.3em;
    transition : transform 0.2s ease-in-out;
}

#mail::after
{
    content:"";
    display:flex;
    position:relative;
    width:100%;
    height:2px;
    background: white;
    transform :scale(0);
    transition : transform 0.2s ease-in-out;
}



header
{
    position:relative;
    z-index: 2;
}

footer
{
    position:relative;
    z-index: 1;
}

#divAboutWelcome
{
    height:40vh;
    width:100%;
    background-color: rgb(255, 255, 255);
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding:0px 0px 0px 0px;
}

#divAboutWelcome *
{
    background-color: transparent;
}

#divAboutWelcomeText
{
    width:30vw;
    margin:none;
    padding:5%;
}

#divAboutWelcome img
{
    width:20vh;
    height:20vh;
    border-radius: 100px;
    margin:5%;
}

#divAboutWelcomeText h3
{
    font-size: small;
    font-family:'otama.epregular', 'marianneregular', Verdana, Geneva, Tahoma, sans-serif ;
}

#divAboutWelcomeText h4
{
    color: #000000;
    font-size: 2em;
    margin:20px;
    margin-left: 0px;
    margin-top: 15px;
    font-weight: 100;
}

#barre
{
    background-color: #fd7b5b;
    height:3px;
    width:10%;
    margin-bottom:20px;
}   

#landingPageInsta
{
    width:40vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

#landingPageInsta img
{
    width:100px;
    height:100px;
    border-radius: 50%;
    margin: auto;
    margin-left: 7%;
}

#fakeInstaPart3
{
    display: flex;
    background-color: white;
    border-radius: 20px;
    box-shadow: 2px 2px 5px rgb(70, 70, 70);
    width: 80%;
    max-width: 500px;
    height:150px;
    margin:auto;
    justify-content: space-between;
    padding:none;
    margin-top : 20px;
}

@media (max-aspect-ratio:2440/1320) {
#welcomeLaptopImage
{
    display: block;
    background-color: rgb(250, 250, 250);
    justify-content: center;
    align-items: center;
    object-fit: cover;
    width: 100vw;
    height : 85vh;
}
}

#welcomePhoneImage
{
    display: none;
}

@media (min-aspect-ratio: 2440/1320) {
    
    #welcomeLaptopImage
    {
    display: block;
    background-color: rgb(250, 250, 250);
    justify-content: center;
    align-items: center;
    width: 100vw;
    }
}

#goTop
{
    z-index: 2;
    position:fixed;
    right : 30px;
    top : 90vh;
    height:40px;
    width : 40px;
    background-color: white;
    border-radius: 100px;
    padding:5px;
    transition: all 0.2s ease-in;
    display: none;
}

#goTopImg
{
    height:100%;
    width:100%;
    background-color: white;
    border-radius: 100px;
    transition: all 0.2s ease-in;
}

#exploreLink
{
    display: flex;
    width:70px;
    height:70px;
    flex-direction: column;
    background-color: transparent;
    border-radius: 20px;
    padding:10px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition : all 0.2s ease-in-out;
    color:#000000;
}

#exploreLink img, #exploreLink p
{
    background-color: transparent;
    justify-content: center;
    align-items: center;
    color:rgb(0, 0, 0);
}

#exploreLinkText
{
    font-size: 1.5em;
    text-decoration: none;
    transition : all 0.2s ease-in-out;
}

#exploreLink img
{
    width:70px;
    height:70px;
    transition : all 0.2s ease-in-out;
    animation: move-down 2s infinite;
}

@keyframes move-down {
    80% {
        opacity:0.8;
    }
    100% {
        transform: translateY(10px);
        opacity: 0;
    }
}

#exploreLinkText::after
{
    content:"";
    display:flex;
    position:relative;
    left:1px;
    width:100%;
    height:2px;
    background: rgb(0, 0, 0);
    transform :scale(0);
    transition : all 0.2s ease-in-out;
}

#divExploreLink
{
    background-color: transparent;
    height:auto;
    position:absolute;
    top:80vh;
    width:100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#divCarrousel
{
    background-color: rgb(250,250,250);
    height: 100%;
    width:40%;
    margin-left:3vw;
    margin-right:7vw;
    transition : all 2s ease-in-out;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}

.slider
{
    width : 30vw;
    height:16.9vw;
    border-radius : 10px;
    overflow:hidden;
    transition : all 1.5s ease-in-out;
}

.slides
{
    width:500%;
    height:16.9vw;
    display:flex;
    flex-direction: row;
}

.slides input
{
    display:none;
    pointer-events: none;
}

.slide
{
    width:20%;
    transition : all 1.5s ease-in-out;
}

.slide img 
{
    width : 30vw;
    height:16.9vw;
}

#radio1:checked ~ .first
{ 
    margin-left: 0;
}

#radio2:checked ~ .first
{ 
    margin-left: -20%;
}

#radio3:checked ~ .first
{ 
    margin-left: -40%;
}

#radio4:checked ~ .first
{ 
    margin-left: -60%;
}

.navigation-auto {
    position : absolute;
    width : 30vw;
    margin-top:15vw;
    display : flex;
    justify-content: center;
    background-color: transparent;
}

.navigation-auto div{
    border : 2px solid rgb(255, 255, 255);
    padding:5px;
    background-color: transparent;
    border-radius: 10px;
    transition : all 1.5s ease-in-out;
}

.navigation-auto div:not(:last-child)
{
    margin-right: 40px;
}

#radio1:checked ~ .navigation-auto .auto-btn1
{
    background-color: white;
}

#radio2:checked ~ .navigation-auto .auto-btn2
{
    background-color: white;
}

#radio3:checked ~ .navigation-auto .auto-btn3
{
    background-color: white;
}

#radio4:checked ~ .navigation-auto .auto-btn4
{
    background-color: white;
}

.GalleryHikes
{
    height:60vh;
    width:100%;
    display: flex;
    transition : all 1.5s ease-in-out;
    flex-direction: row;
    padding: 0px;
    margin:0px;
    background-color: rgb(250,250,250);
}

#ShopWallpaperComments
{
    height:40vh;
    width:100%;
    display: flex;
    flex-direction: row;
    padding: 0px;
    margin:0px;
}

#visitGallery
{
    background-color: rgb(250,250,250);
    height: 100%;
    width:60%;
    margin:0px;
    transition: all 0.3s ease-in-out;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}

#visitWallpaper
{
    background-color: white;
    height: 100%;
    width:50%;
    margin:0px;
    transition: all 0.3s ease-in-out;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}

#visitBlog
{
    background-color: white;
    height: 100%;
    width:50%;
    margin:0px;
    transition: all 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#visitShop
{
    background-color: white;
    height: 100%;
    width:50%;
    margin:0px;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content:flex-start;
    flex-direction: column;
    justify-content: space-around;
}

.visitImg
{
    max-width:100%;
    background-color: transparent;
    max-height: 43%;
    margin: auto;
    margin-bottom: 15px;
    margin-top: 40px;
}

#visitShop h1, #visitGallery h1, #visitWallpaper h1, #visitBlog h1
{
    background-color: transparent;
    font-size: 2em;
    color: rgb(0, 0, 0);
    font-weight: 50;
    margin-bottom: 5px;
    font-family:'marianneregular', Verdana, Geneva, Tahoma, sans-serif ;
}

#visitShop p, #visitGallery p, #visitWallpaper p, #visitBlog p
{
    background-color: transparent;
    color: rgb(0, 0, 0);
    text-align: center;
    display: flex;
    align-items: center;
    margin:0px 20px 0px 20px;
}

.visitLinkWelcome 
{
    text-decoration: none;
    color:rgb(255, 255, 255);
    width:50%;
    height:50px;
    padding:10px 18px 10px 18px;
    margin:auto;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2em;
    text-align: center;
    border-radius: 18px;
    box-shadow: 3px 3px 10px rgb(75, 75, 75);
    transition: all 0.2s ease-in;
    max-width: 250px;
    overflow: hidden;
}

#linkVisitShop
{
    background-color: #8EB1C7;
    border-top: 1px solid #b4dffa;
    border-bottom: 1px solid #4b5e69;
}

#linkVisitGallery
{
    background-color: #ff4949;
    border-top: 1px solid #ff8279;
    border-bottom: 1px solid #ad372f;
}

#linkVisitBlog
{
    background-color: #ad725e;
    border-top: 1px solid #b9816e;
    border-bottom: 1px solid #6b493f;
}

#linkVisitWallpaper
{
    background-color: #ff7e5e;
    border-top: 1px solid #df9f92;
    border-bottom: 1px solid #a03504;
}

#textVisitGallery
{
    margin: auto;
    margin-bottom: 10px;
    margin-top: 0px;
    width: 100%;
    padding: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: auto;
    background-color: transparent;
    flex-direction: column;
}



.textVisit
{
    margin: auto;
    margin-bottom: 10px;
    width: 100%;
    padding: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: auto;
    background-color: transparent;
    flex-direction: column;
}

@media (min-aspect-ratio: 1160/1320) {
    .GalleryHikes
    {
        height:60vh;
        width:100%;
        display: flex;
        flex-direction: row;
        padding: 0px;
        margin:0px;
    }

    #instaPpProfile
{
    width:21%;
    border-radius: 50%;
    margin: auto;
    margin-left: auto;
}

#landingPageInsta img
{
    width:100px;
    height:100px;
    border-radius: 50%;
    margin: auto;
    margin-left: 7%;
}

    #visitGallery
    {
        background-color: rgb(250,250,250);
        height: 100%;
        width:100%;
        margin:0px;
        transition: all 0.3s ease-in-out;
        display: flex;
        justify-content: space-around;
        flex-direction: column;
    }

    #visitShop
    {
        background-color: white;
        height: 100%;
        width:50%;
        margin:0px;
        transition: all 0.3s ease-in-out;
        display: flex;
        align-items: center;
        justify-content:flex-start;
        flex-direction: column;
        justify-content: space-around;
    }

    #visitWallpaper
    {
        background-color: white;
        height: 100%;
        width:50%;
        margin:0px;
        transition: all 0.3s ease-in-out;
        display: flex;
        justify-content: space-around;
        flex-direction: column;
    }

    #visitBlog
    {
        background-color: white;
        height: 100%;
        width:50%;
        margin:0px;
        transition: all 0.3s ease-in-out;
        display: flex;
        justify-content: space-around;
        flex-direction: column;
    }
}

@media (max-aspect-ratio: 1160/1320) {
    .GalleryHikes
    {
        height:90vh;
        max-height: 625px;
        width:100%;
        display: flex;
        flex-direction: column;
        padding: 0px;
        margin:0px;
    }

    #divCarrousel
{
    background-color: rgb(250,250,250);
    height: auto;
    width:100%;
    margin: 0px;
    transition : all 1.5s ease-in-out;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}

.slider
{
    transition : all 1.5s ease-in-out;
    width : 90vw;
    height:50.5vw;
    border-radius : 10px;
    overflow:hidden;
    margin: auto;
    margin-bottom: 5vw;
}

.slide img 
{
    width : 90vw;
    height:50.5vw;
    transition : all 1.5s ease-in-out;
}

.navigation-auto {
    position : absolute;
    width : 90vw;
    margin-top:45vw;
    display : flex;
    justify-content: center;
    background-color: transparent;
}

.navigation-auto div{
    border : 2px solid rgb(255, 255, 255);
    padding:3px;
    background-color: transparent;
    border-radius: 10px;
    transition : all 1.5s ease-in-out;
}

    #landingPageInsta
    {
        width:100vw;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #instaPpProfile
{
    width:21%;
    border-radius: 50%;
    margin: auto;
    margin-left: 10%;
}

    #fakeInstaPart3
{
    display: flex;
    background-color: white;
    border-radius: 20px;
    box-shadow: 2px 2px 5px rgb(70, 70, 70);
    width: 90%;
    max-width: 500px;
    height:150px;
    margin:auto;
    justify-content: space-between;
    padding:none;
    margin-top : 20px;
}

#landingPageInsta img
{
    width:80px;
    height:80px;
    border-radius: 50%;
    margin: auto;
    margin-left: 7%;
}

    #divAboutWelcomeText
{
    width:80vw;
    margin:none;
    padding:5%;
}

.navigation-auto div:not(:last-child)
{
    margin-right: 20px;
}

.manual-btn:not(:last-child)
{
    margin-right: 20px;
}

    #ShopWallpaperComments
    {
        height:100vh;
        width:100%;
        display: flex;
        flex-direction: column;
        padding: 0px;
        margin:0px;
    }

    #visitGallery
    {
        background-color: rdg(250,250,250);
        height: 100%;
        width:100%;
        margin:0px;
        transition: all 0.3s ease-in-out;
        display: flex;
        justify-content: space-around;
        flex-direction: column;
    }

    #visitShop
    {
        background-color: white;
        height: 50%;
        width:100%;
        margin:0px;
        transition: all 0.3s ease-in-out;
        display: flex;
        align-items: center;
        justify-content:flex-start;
        flex-direction: column;
        justify-content: space-around;
    }

    #visitWallpaper
    {
        background-color: white;
        height: 50%;
        width:100%;
        margin:0px;
        transition: all 0.3s ease-in-out;
        display: flex;
        justify-content: space-around;
        flex-direction: column;
    }

    #visitBlog
    {
        background-color: white;
        height: 50%;
        width:100%;
        margin:0px;
        transition: all 0.3s ease-in-out;
        display: flex;
        justify-content: space-around;
        flex-direction: column;
    }
}

#filtersWallpaper
{
    height: auto;
    padding-top: 20px;
    padding-bottom: 40px;
    margin: auto;
    width: 100%;
    background-color: transparent;
    display: flex;
    transition: all 0.3s ease-out;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

#galleryH1
{
    width: 100%;
    height:20vh;
    display: flex;
    background-color: transparent;
    justify-content: center;
    align-items: center;
    color: black;
    font-size: 3em;
    font-family: 'alluraregular', 'marianneregular', Verdana, Geneva, Tahoma, sans-serif ;;
    padding: auto;
    margin: none;
}   

#h2DivFiltre
{
    font-weight: 300;
    background-color: transparent;
}

#filters
{
    height: auto;
    margin:30px auto 0px auto;
    width: auto;
    max-width: 90%;
    border-radius: 20px;
    display: none;
    opacity: 0;
    transition: all 0.2s ease-out;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}

#crossFilterButton
{
    display: none;
    width:20px;
    height: 20px;
    background-color: transparent;
    margin: auto;
}

#pCollections 
{
    display: flex;
    background-color: transparent;
    margin: auto;
    width: auto;
    height: auto;
    text-align: center;
}

#divButtonToutVoirOUFiltres
{
    display: flex;
    flex-direction: row;
    width:auto;
    height:auto;
    margin: auto;
}

#headFiltres
{
    display: none;
    flex-direction: row;
    justify-content: space-between;
    width : 80%;
    height : auto;
    background-color: white;
    margin-top: 30px;
    margin-bottom: 20px;
}

#closeFilters
{
    display: flex;
    width:45px;
    height:45px;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 100px;
    background-color: rgb(0, 0, 0);
    transition: all 0.2s ease-out;
}

#closeFilters:hover
{
    background-color: red;
    cursor : pointer;
}

#closeFilters img
{
    display: flex;
    width:30px;
    height:30px;
    border: none;
    border-radius: 100px;
    background-color: transparent;
}

.filterButton
{
    text-decoration: none;
    color:black;
    width:auto;
    height:auto;
    padding:8px 15px 8px 15px;
    margin:8px 10px 8px 10px;
    font-size: 1em;
    text-align: center;
    border-radius: 7px;
    background-color: rgb(236, 236, 236);
    transition: all 0.2s ease-in;
    border:none;
    cursor: pointer;
}

#chooseFilter
{
    text-decoration: none;
    color:black;
    width:auto;
    height:auto;
    padding:8px 15px 8px 15px;
    margin:auto;
    margin-left: 10px;
    font-size: 1em;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    background-color: rgb(236, 236, 236);
    border:none;
    cursor: pointer;
}

#chooseFilter:hover
{   
    color : white;
    background-color: #707070;
}

#everythingORfilters
{
    display: flex;
    height : auto;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    transition: all 0.3s ease-out;
}

#showAll
{
    text-decoration: none;
    width:auto;
    height:auto;
    padding:8px 15px 8px 15px;
    margin:auto;
    margin-right: 10px;
    font-size: 1em;
    text-align: center;
    border-radius: 7px;
    transition: all 0.2s ease-in;
    border:none;
    cursor: pointer;
    background-color : #16161a;
    color : white;
}

#showAllWallpaper
{
    text-decoration: none;
    width:auto;
    height:auto;
    padding:8px 15px 8px 15px;
    margin:8px 20px 8px 20px;
    font-size: 1em;
    text-align: center;
    border-radius: 7px;
    transition: all 0.2s ease-in;
    border:none;
    cursor: pointer;
    background-color : #16161a;
    color : white;
}

#photoArea
{
    
    display: flex;
    width:auto;
    justify-content: space-between;
    height:auto;
    flex-wrap: wrap;
    margin-left: 5px ;
    margin-right: 5px ;
    margin-bottom:50px;
    background-color: white;
    
}

#wallpaperArea
{
    
    display: flex;
    width:auto;
    justify-content: center;
    height:auto;
    flex-wrap: wrap;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom:50px;
    background-color: rgb(250, 250, 250);
    
}

.thumbNail 
{
    width:auto;
    height:auto;
    margin: 5px;
    display: flex;
    flex-grow: 1;
    border: none;
    box-shadow: none;
    align-items: flex-start;
    background-color: transparent;
    transition: all 0.2s ease-in;
}

.imageThumbNail
{
    display: flex;
    width:auto;
    max-height:450px;
    object-fit: cover;
    margin:auto;
    background-color: transparent;
    opacity: 1;
    border: none;
}

@keyframes opacity {
    0% {
        opacity:0;
    }
    50% {
        opacity:1;
    }
    100% {
        opacity: 0;
    }
}

#imgLoader
{
    position : fixed ;
    width : 100vw;
    height:100vh;
    top:0px;
    left : 0px;
    z-index: 501;
    background-color: transparent;
    opacity: 1;
    justify-content: center;
    align-items: center;
    display:none;
}

#imgLoader span
{
    display: inline;
    width:auto;
    height:auto;
    margin:auto;
    background-color: transparent;
    opacity: 1;
    color:white;
}

#photoArea span
{
    position:absolute;
    background-color:black;
    transform: translate(-50%, -50%);
    pointer-events: none;
    border-radius: 50%;
    animation: ripple2 1s linear infinite;
    opacity: 0;
}

@keyframes ripple
{
    0%
    {
        width: 0px;
        height:0px;
        opacity: 0.7;
    }
    50%
    {
        width: 600px;
        height:600px;
        opacity: 0;
    }

}


@keyframes ripple2
{
    0%
    {
        width: 0px;
        height:0px;
        opacity: 0.9;
    }
    70%
    {
        width: 1000px;
        height:1000px;
        opacity: 0;
    }

}

#photoDisplay
{
    background-color: #101013;
    position:fixed;
    top:0px;
    left:0px;
    width:100vw;
    height:100vh;
    border : none;
    margin:none;
    padding:auto;
    overflow:hidden;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease-in;
    opacity: 1;
    z-index:500;
}

#photoDisplay button
{
    background-color: transparent;
    width:6vh;
    height:6vh;
    margin: none;
    padding:1vh;
    transition: all 0.2s ease-in;
    border: none;
    border-radius: 50%;
    position : absolute;
    justify-content: center;
    align-items: center;
}

#photoDisplay button img
{
    background-color: transparent;
    width:4vh;
    height:4vh;
    margin: none;
    transition: all 0.1s ease-in;
    border: none;
    object-fit: contain;
    z-index: 8;
}

#closeButton
{
    top:3vh;
    right:3vh;
    display: flex;
}
#nextButton
{
    top:50%;
    right:3vh;
    display: flex;
}
#previousButton
{
    top:50%;
    left:3vh;
    display: flex;
}
#fullScreenButton
{
    top:3vh;
    right:10vh;
    display: flex;
}
#endfullScreenButton
{
    display:none;
    top:3vh;
    right:10vh;
}
#infoButton
{
    top:3vh;
    right:17vh;
    display: flex;
}



#divInfo
{
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    background-color: #101013;
    opacity: 0.9;
    color:white;
    width: 100vw;
    height: 0vh;
    position:fixed;
    top:0px;
    left:0px;
    z-index: 4;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
}

#divInfo *
{
    background-color: transparent;
}

#divInfo h1
{
    margin : 25vh auto 15vh auto;
    font-size: 4em;
    font-weight: 200;
    font-family: 'miller-display','proza_librelight','otama.epregular', 'marianneregular', Verdana, Geneva, Tahoma, sans-serif  ;
}

#divPhoto
{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    z-index: 3;
    width: 100vw;
    height: 100vh;
}   

#divPhoto img
{
    width:auto;
    height:auto;
    max-width: 76vw;
    max-height: 100vh;
    margin: auto;
    opacity: 0;
    transition: opacity 0.1s ease-out;
}

#settings
{
    display: flex;
    flex-direction: row;
    background-color: transparent;
    justify-content: space-between;
    width: 100%;
    height:5%;
    margin:auto;
    margin-top: 2%;
    margin-bottom: 20%; 
}

#divSettings
{
    display: flex;
    flex-direction: column;
    margin : auto;
    margin-top: 5%;
    justify-content: center;
    text-align: center;
    height:20vh;
    border-radius: 15px;
    border : solid white 1px;
    width : 80%;
    max-width: 400px;
}

#divSettings h3
{
    margin:auto;
    margin-top: 13%; 
    margin-bottom: 5%; 
}

#settings p
{
    margin : 3vw;
    display: flex;
    justify-content: center;
    text-align: center;
    flex: 1;
    margin : auto;
}

#AjaxPhotoResponse
{
    background-color: transparent;
    width: 100vw;
    height:100vh;
    transition: all 0.3s ease-out;
}

#gear
{
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    margin : none;
    padding:none;
}

#divGearContent
{
    display: flex;
    background-color: transparent;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.gearImage
{
    height:60%;
    width:90%;
    object-fit: contain;
}

#divGearContent div
{
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width:70%;
    width:400px;
    margin:20px;
    background-color: #e7e7e7;
    border-radius: 20px;
    height:500px;
    max-height:100%;
}

#gear a
{
    padding : 8px 16px 8px 16px; 
    background-color: rgb(204, 204, 204);
    border-radius: 8px;
    color:black;
    max-width : 70%;
    width:80%;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease-in;
    margin : auto;
}

#gear div p, #gear div img
{
    background-color: transparent;
    margin:auto;
}

#gear h4
{
    font-size: 2em;
}

#gear p
{
    text-align: center;
}

#titleAbout
{
    width: 90%;
    height:20vh;
    display: flex;
    background-color: transparent;
    justify-content: center;
    text-align: center;
    align-items: center;
    color: black;
    font-size: 2.8em;
    font-family: 'miller-display', 'alluraregular', 'marianneregular', Verdana, Geneva, Tahoma, sans-serif ;
    font-weight: 400;
    padding: auto;
    margin-left: auto;
    margin-right: auto;
}

#generalPresentation
{
    display: flex;
    flex-direction: row;
    background-color: white;
    padding-top:50px;
    padding-bottom:50px;
    margin-bottom: 100px;
}

#generalPresentation p
{
    background-color: transparent;
    margin-right:100px;
    text-align: justify;
}

#ppProfile
{
    max-width:20vw;
    max-height:20vw ;
    border-radius: 50%;
}

#divPpAbout
{
    width:30%;
    display: flex;
    justify-content: center;
    background-color: transparent;
    padding:auto;
}

#divInfoAbout
{
    width:70%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: transparent;
}

#aboutMeTitle
{
    font-size: 1em;
    font-family:'otama.epregular', 'marianneregular', Verdana, Geneva, Tahoma, sans-serif ;
    margin-bottom:none;
    background-color: transparent;
}

#barreAboutPage
{
    background-color: #fd7b5b;
    height:3px;
    width:20%;
    margin-bottom:20px;
}

#divInfoAbout h4
{
    font-size:2em;
    margin-top:20px;
    margin-bottom:20px;
    background-color: transparent;
}

#insta, #gear
{
    margin-bottom: 40px;
}

#discoverInsta
{
    font-size: 2em;
    text-align: center;
}

#fakeInstaPart
{
    display: flex;
    background-color: white;
    border-radius: 20px;
    box-shadow: 2px 2px 5px rgb(70, 70, 70);
    width: 90%;
    max-width: 500px;
    height:150px;
    margin:auto;
    justify-content: space-between;
    padding:none;
    margin-top : 30px;
    margin-bottom : 80px;
}
#insta
{
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#rightPartInsta
{
    margin: auto;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width:59%;
}

#rightPartInsta p
{
    font-weight: bolder;
    font-size: 1.3em;
    text-align: center;
    background-color: transparent;
    width:100%;
    margin: auto;
    margin-bottom: 20px;
}

#rightPartInsta a
{
    color:white;
    margin: auto;
    display: flex;
    justify-content: center;
    text-decoration: none;
    align-items: center;
    height:45px;
    width:80%;
    border-radius: 8px;
    background-image: linear-gradient(135deg, #eb2c68 40%, #fa8d52);
    transition: all 0.2s ease-in;
}



body::-webkit-scrollbar {
    width: 0px;           
  }



@media (min-aspect-ratio: 1/1) {
    #generalPresentation
{
    display: flex;
    flex-direction: row;
    background-color: white;
    padding-top:50px;
    padding-bottom:50px;
    margin-bottom: 100px;
}

#generalPresentation p
{
    background-color: transparent;
    margin-right:100px;
    text-align: justify;
}

#ppProfile
{
    max-width:20vw;
    max-height:20vw ;
    border-radius: 50%;
}

#divPpAbout
{
    width:30%;
    display: flex;
    justify-content: center;
    background-color: transparent;
    padding:auto;
}

#divInfoAbout
{
    width:70%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: transparent;
}

#aboutMeTitle
{
    font-size: 1em;
    font-family:'otama.epregular', 'marianneregular', Verdana, Geneva, Tahoma, sans-serif ;
    margin-bottom:none;
    background-color: transparent;
}

#barreAboutPage
{
    background-color: #fd7b5b;
    height:3px;
    width:20%;
    margin-bottom:20px;
}

#divInfoAbout h4
{
    font-size:2em;
    margin-top:20px;
    margin-bottom:20px;
    background-color: transparent;
}
}

@media (max-aspect-ratio: 1/1) {
    #generalPresentation
{
    display: flex;
    flex-direction: column;
    background-color: white;
    padding-top:50px;
    padding-bottom:50px;
    margin-bottom: 100px;
}

#generalPresentation p
{
    background-color: transparent;
    margin-right:0px;
    text-align: justify;
}

#ppProfile
{
    max-width:20vw;
    max-height:20vw ;
    border-radius: 50%;
}

#divPpAbout
{
    width:30%;
    display: flex;
    justify-content: center;
    background-color: transparent;
    padding:auto;
}

#divInfoAbout
{
    width:90%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: transparent;
    padding:5%;
}

#aboutMeTitle
{
    font-size: 1em;
    font-family:'otama.epregular', 'marianneregular', Verdana, Geneva, Tahoma, sans-serif ;
    margin-bottom:none;
    background-color: transparent;
}

#barreAboutPage
{
    background-color: #fd7b5b;
    height:3px;
    width:20%;
    margin-bottom:20px;
}

#divInfoAbout h4
{
    font-size:2em;
    margin-top:20px;
    margin-bottom:20px;
    background-color: transparent;
}
}

#headerReleaseInformation
{
    color:#b6e7fd;
}

.h4ContactPage
{
    text-align: center;
    color:#101013;
    font-size: 2em;
}

.divContact
{
    width:100vw;
    padding:none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 50px;  
}

#fakeInstaPart2
{
    display: flex;
    background-color: white;
    border-radius: 20px;
    box-shadow: 2px 2px 5px rgb(70, 70, 70);
    width: 90%;
    max-width: 500px;
    height:150px;
    margin:auto;
    justify-content: space-between;
    padding:none;
    margin-top : 20px;
}

.divContact p
{
    font-size: 1em;
    color:black;
    text-align: center;
    width:90%;
    max-width: 800px;
    margin: 10px auto auto auto;
}

#newsletter
{
    display: flex;
    flex-direction: column;
    background-color: white;
    border-radius: 20px;
    box-shadow: 2px 2px 5px rgb(70, 70, 70);
    width: 90%;
    max-width: 500px;
    height:150px;
    margin:auto;
    justify-content: space-around;
    padding:none;
    margin-top : 20px;
}

#newsletterForm, #unsubscribe
{
    background-color: transparent;
    margin : auto;
    padding:auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width : 90%;
}

#newsletterForm
{
    height:50%;
    display: flex;
    align-items: center;
    flex-direction: row;
    width: 90%;
    justify-content: center;
}

#pDivNewsletter
{
    background-color: transparent;
    font-size: 1.4em;
    width:80%;
    height:auto;
    margin: auto;
    margin-top: 18px;
    text-align: center;
    color:black;
}

#newsletterForm input
{
    margin: auto;
}

#unsubscribe
{
    height:20%;
    color:black;
    text-decoration: none;
    font-size: 0.9em;
}


#subscribeSubmit
{
    color:white;
    margin: auto;
    margin-left:none ;
    display: flex;
    justify-content: center;
    align-items: center;
    width : 30%;
    height : 57%;
    border-radius: 8px;
    background-image: linear-gradient(135deg, #000280 60%, #529bfa);
    transition: all 0.2s ease-in;
    font-size: 1.1em;
    border : none;
}

#mailNewsletterInput
{
    height : 57%;
    background-color: whitesmoke;
    border-radius: 8px;
    border : none;
    padding-left:15px;
    width : 50%;
    margin: auto;
}

#newsletterFooter
{
    display: flex;
    flex-direction: column;
    background-color: white;
    border-radius: 20px;
    box-shadow: 2px 2px 10px rgb(0, 0, 0);
    width: 90%;
    max-width: 500px;
    height:150px;
    margin:auto;
    justify-content: space-around;
    padding:none;
    margin-top : 80px;
    margin-bottom: 10px;
}

#divContact
{
    margin-top:none;
}

#insta2
{
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: none;
}

#mailForm
{
    display: flex;
    flex-direction: column;
    background-color: white;
    border-radius: 20px;
    box-shadow: 2px 2px 5px rgb(70, 70, 70);
    width: 82%;
    max-width: 460px;
    height:500px;
    margin:auto;
    justify-content: space-around;
    padding:20px;
    margin-top : 20px;
}

#mailSubmit
{
    color:white;
    margin: auto;
    margin-right: 2.5%;
    display: flex;
    justify-content: center;
    align-items: center;
    width : 25%;
    height : 10%;
    border-radius: 8px;
    background-image: linear-gradient(135deg, #00b809 60%, #72ff72);
    transition: all 0.2s ease-in;
    font-size: 1.1em;
    border : none;
}



#mailForm p
{
    height : 80%;
    width : 95%;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
}

.mailInput, #mailForm textarea
{
    background-color: whitesmoke;
    border-radius: 8px;
    border : none;
    padding:none;
    padding-left:15px;
    margin-left: 0px;
}

#mailForm textarea
{
    height: 300px;
    width:92.5%;
    padding:15px;
    resize: none;
    overflow-x:hidden;
    overflow-y: scroll;
}

textarea::-webkit-scrollbar {
    width: 0px;
}

.mailInput
{
    height:80px;
    width :75%;
    margin-bottom:20px;
}

.otc {
	position: relative;
	width: 100%;
	margin: 0 auto;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.otc fieldset {
	border: 0;
	padding: 0;
	margin: auto;
}

.otc fieldset div {
	display: flex;
	align-items: center;
}

.otc legend {
	margin: 0 auto 1em;
	color: #5555FF;
}

input[type="number"] {
	width: .82em;
	line-height: 1;
	margin: .1em;
	padding: 8px 0 4px;
	font-size: 2.65em;
	text-align: center;
	appearance: textfield;
	-webkit-appearance: textfield;
	border: 2px solid #BBBBFF;
	color: rgb(0, 0, 0);
	border-radius: 4px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* 2 group of 3 items */
input[type="number"]:nth-child(n+4) {
	order: 2;
}
.otc div::before {
	content: '';
	height: 2px;
	width: 24px;
	margin: 0 .25em;
	order: 1;
	background: #BBBBFF;
}

.otc label {
	border: 0 !important;
	clip: rect(1px, 1px, 1px, 1px) !important;
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;
}

#importantInquiries
{
    width: 100vw;
}

#subscribeSubmitCode
{
    color:white;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    width : 90%;
    height : 50px;
    max-width: 200px;
    border-radius: 8px;
    background-image: linear-gradient(135deg, #000280 60%, #529bfa);
    transition: all 0.2s ease-in;
    font-size: 1.1em;
    border : none;
}



#mailVerif
{
    width : 100%;
    text-align: center;
    margin-left: 0px;
    margin-right: 0px;
    padding: none;
}

#pMailVerif
{
    width : 100%;
    text-align: center;
    margin : 20px;
    margin-left: 0px;
    margin-right: 0px;
    padding: none;
}

#divMailVerif
{
    height:92vh;
    width : 100vw;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#divUnsubscribe
{
    height:92vh;
    width:100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: transparent;
    text-align: center;
}

#divUnsubscribe h2, #divUnsubscribe p
{
    margin: auto;
    margin-bottom: 20px;
}

#divUnsubscribe p
{
    margin-top: 0px;
    width: 90%;
    max-width: 500px;
}
#divUnsubscribe h2
{
    margin-top: auto;
    width: 90%;
    max-width: 800px;
}

#unsubscribeForm
{
    width:80%;
    max-width: 450px;
    height:100px;
    background-color: white;
    box-shadow: 2px 2px 5px rgb(70, 70, 70);
    border-radius: 16px;
    text-align: center;
    margin: auto;
    margin-top: 20px;
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#unsubscribeInput
{
    width:50%;
    max-width: 225px;
    padding-left: 25px;
    border:0px;
    border-radius:8px;
    display: flex;
    justify-content: center;
    height:60%;
    margin: auto;
}

#unsubscribeSubmit
{
    color:white;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(135deg, #00b809 60%, #72ff72);
    transition: all 0.2s ease-in;
    font-size: 1.1em;
    width:25%;
    height: 45%;
    border-radius: 8px;
    border:0px;
    margin: auto;
}



#divThumbArticles
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    overflow: hidden;
    width:100%;
    background-color: transparent;
    justify-content: center;
    padding: none;
}

.articleThumbImg
{
    width:100%;
    height:50%;
    object-fit:cover;
    border-radius: 16px;
    margin-top: none;
}

.articleThumb
{
    height : 60vh;
    width : 90vw;
    max-width: 460px;
    max-height: 560px;
    background-color: white;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding:20px;
    margin-left : 2.5vh;
    margin-bottom : 5vh;
    margin-right : 2.5vh;
}

.articleThumbH3
{
    text-align: left;
    font-family: 'proza_librelight', 'marianneregular', Verdana, Geneva, Tahoma, sans-serif  ;
    background-color: transparent;
    margin-top: 20px;
    margin-bottom: none;
    width:80%;
    margin-left : none;
}

.articleThumbShort
{
    text-align: justify;
    background-color: transparent;
    margin-top: 10px;
    font-family: 'marianneregular', Verdana, Geneva, Tahoma, sans-serif  ;
    width:80%;
    margin-left : none;
}

.divArticleThumbLink
{
    display: flex;
    justify-content: center;
    text-align: center;
    width:100%;
    height:15%;
    background-color: transparent;
    margin-top: auto;
    margin-bottom: 0px;
}

.articleThumbLink
{
    margin: auto;
    width:35%;
    height:40px;
    background-color: white;
    border-radius: 10px;
    border: 2px solid #00aeff;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    color: #00aeff;
    font-weight: bold;
    font-size: large;
    font-family: 'marianneregular', Verdana, Geneva, Tahoma, sans-serif  ;
    text-decoration: none;
}



#divArticle 
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width : 90%;
    max-width: 1000px;
    margin: auto;
    margin-bottom: 100px;
}

#divArticle h2
{
    text-align: center;
    font-size: 3em;
    margin:20px auto auto auto;
    color:orangered;
    margin-top:30px;
}
#divArticle h3
{
    text-align: left;
    font-size: 2em;
    width: 100%;
    margin:20px auto auto auto;
    color:rgb(30, 184, 255);
    margin-top:20px;
}
#divArticle h4
{
    text-align:left;
    width: 100%;
    font-size: 1.2em;
    margin:20px auto auto auto;
    color:rgb(0, 0, 0);
    margin-top:10px;
    margin-bottom: 10px;
}
#divArticle img
{
    max-width: 100%;
    text-align: center;
    max-height: 70vh;
    object-fit: contain;
    margin: auto;
}
#divArticle p
{
    text-align: justify;
    margin-top: 20px;
}
#divArticle ul
{
    margin-top: 10px;
    margin-left: 30px;
}
#divArticle li
{
    margin-left: 30px;
    margin-top: 5px;
}
#divArticle ol
{
    margin-top: 10px;
    margin-left: 30px;
}
#articleDate
{
    text-align: center;
    margin: 20px auto 20px auto;
}
#articleExtract
{
    text-align: center;
    width:50%;
    margin: auto;
    margin-bottom: 100px;
}

#divErrorBlog
{
    height:73vh;
    width : 100vw;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

@media (max-width: 450px) and (max-height: 780px) {
    #welcomePhoneImage
{
    display: block;
    background-color: rgb(250, 250, 250);
    justify-content: center;
    align-items: center;
    object-fit: cover;
    width: 100vw;
    height : 670px;
}
}

@media (max-width: 450px) and (min-height: 780px) {
    #welcomePhoneImage
{
    display: block;
    background-color: rgb(250, 250, 250);
    justify-content: center;
    align-items: center;
    object-fit: cover;
    width: 100vw;
    height : 85vh;
}
}



@media (max-width: 450px) {

    #filtersWallpaper
{
    height: auto;
    padding-top: 20px;
    padding-bottom: 40px;
    margin: auto;
    width: 100%;
    background-color: transparent;
    display: flex;
    transition: all 0.3s ease-out;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#wallpaperArea
{
    
    display: flex;
    width:100vw;
    margin-left: 0px;
    margin-right: 0px;
    justify-content: center;
    height:auto;
    flex-wrap: wrap;
    margin-bottom:5vw;
    background-color: rgb(250, 250, 250);
    
}

    .validateComment
{
    color:white;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    width : 150px;
    height : 45px;
    border-radius: 8px;
    background-image: linear-gradient(135deg, rgb(128, 168, 255) 60%, rgb(128, 168, 255));
    transition: all 0.2s ease-in;
    font-size: 1.1em;
    border : none;
    background-color: transparent;
}

.hideComment
{
    color:white;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    width : 150px;
    height : 45px;
    border-radius: 8px;
    background-image: linear-gradient(135deg, #464646 60%, #464646);
    transition: all 0.2s ease-in;
    font-size: 1.1em;
    border : none;
    background-color: transparent;
}

.deleteForeverComment
{
    color:white;
    margin: auto;
    display: flex;
    margin-bottom: 0px;
    justify-content: center;
    align-items: center;
    width : 150px;
    height : 45px;
    border-radius: 8px;
    background-image: linear-gradient(135deg, #000000 60%, #000000);
    transition: all 0.2s ease-in;
    font-size: 1.1em;
    border : none;
    background-color: transparent;
}

    .formValidatedComment
{
    background-color: rgb(197, 232, 255);
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content:flex-end;
    align-items: center;
    margin-right: 0px;
}

.formWaitingForValidationComment
{
    background-color: rgb(255, 206, 197);
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content:flex-end;
    align-items: center;
    margin-right: 0px;
}

.formDeletedComment
{
    background-color: rgb(129, 129, 129);
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content:flex-end;
    align-items: center;
    margin-right: 0px;
}
    
    #headerAdmin h1
    {
        background-color: transparent;
        margin-left: 2px;
        font-size: 1.1em;
    }    
  
    #divNomPrenom
{
    display: flex;
    margin: 0px;
    margin-left: 0px;
    padding-left:12px;
    transition: all 0.35s ease-in;
    margin-right: 0px;
    height: 55px;
}

#nomprenom
{
    display: flex;
    flex-direction: row;
    font-size: 25px;
    color: black;
    text-decoration: none;
    transition: all 0.35s ease-in;
    background-color: white;
}

.h4ContactPage
{
    text-align: center;
    color:#101013;
    font-size: 1.5em;
    width: 90%;
    margin: auto;
}

#insta
{
    display: none;
    justify-content: center;
    flex-direction: column;
}

#headerReleaseInformation
{
    display: none;
}

#pDivNewsletter
{
    background-color: transparent;
    font-size: 1.4em;
    width:80%;
    height:auto;
    margin: auto;
    margin-top: 18px;
    margin-bottom: 5px;
    text-align: center;
    color:black;
}

#hamburgerMenuButton 
{
    height : 50px;
    width : 55px;
    cursor : pointer;
    position: absolute;
    top : 2px;
    right : 2px;
    margin-right: 0px;
    opacity: 0;
    border-radius: 13px;
    background-color: rgb(52, 55, 102);
    border: none;
    transition: all 0.35s ease-in;
}

#container-ligne
{
    height : 40px;
    width : 40px;
    display: flex;
    flex-direction: column;
    padding : 2px;
    margin-right: 0px;
    position: absolute;
    top : 13px;
    right : 6px;
    transition: all 0.35s ease-in;
    background-color: transparent;
}

#lienChangeLanguage
{
    display: flex;
    justify-content: center;
    text-align: center;
    background-color: transparent;
    position : absolute;
    top:2px;
    right:55px;
    height: 50px;
    width:60px;
    border-radius: 13px;
    padding: none;
    transition: all ease-in 0.35s;
    z-index: 301;
}

/*#welcomePhoneImage
{
    display: block;
    background-color: rgb(250, 250, 250);
    justify-content: center;
    align-items: center;
    object-fit: cover;
    width: 100vw;
    height : 85vh;
}*/

#welcomeLaptopImage
{
    display: none;
}

#degradeWhiteSmoke
{
    display: none;
}

#WhiteSmoke
{
    height : 6.25vh;
    width:100%;
    background: linear-gradient(rgb(250, 250, 250), white);
    display: block;
}

#links a
{
    background-color: #24242a;
    color: white;
    text-decoration: none;
    font-size: 1.3em;
    margin-top : 5%;
    margin-bottom : 5%;
    margin-left: auto;
    margin-right: auto;
    transition : transform 0.2s ease-in-out;
}

#divAboutWelcome
{
    height:88vh;
    width:100%;
    background-color: rgb(255, 255, 255);
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    padding:30px 0px 30px 0px;
}

#newsletterForm
{
    height:50%;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 90%;
    justify-content: center;
}

#newsletter
{
    display: flex;
    flex-direction: column;
    background-color: white;
    border-radius: 20px;
    box-shadow: 2px 2px 5px rgb(70, 70, 70);
    width: 90%;
    max-width: 500px;
    height:230px;
    margin:auto;
    justify-content: space-around;
    padding:none;
    margin-top : 20px;
}

#mailNewsletterInput
{
    height : 40px;
    background-color: whitesmoke;
    border-radius: 8px;
    border : none;
    padding-left:15px;
    width : 80%;
    margin: auto;
}

#subscribeSubmit
{
    color:white;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width : 50%;
    height : 40px;
    border-radius: 8px;
    background-image: linear-gradient(135deg, #000280 60%, #529bfa);
    transition: all 0.2s ease-in;
    font-size: 1.1em; 
    border : none;
}

#newsletterFooter
{
    display: flex;
    flex-direction: column;
    background-color: white;
    border-radius: 20px;
    box-shadow: 2px 2px 10px rgb(0, 0, 0);
    width: 90%;
    max-width: 500px;
    height:230px;
    margin:auto;
    justify-content: space-around;
    padding:none;
    margin-top : 80px;
    margin-bottom: 10px;
}

#mailSubmit
{
    width:50%;
}

.filterButton
{
    text-decoration: none;
    color:black;
    width:auto;
    height:auto;
    padding:8px 15px 8px 15px;
    margin:5px 10px 5px 10px;
    font-size: 1em;
    text-align: center;
    border-radius: 7px;
    background-color: rgb(236, 236, 236);
    transition: all 0.2s ease-in;
    border:none;
    cursor: pointer;
}



#filters
{
    height: 100vh;
    padding-bottom:30px ;
    width: 100vw;
    max-width: 100vw;
    margin :0px;
    background-color: white;
    border-radius: 0px;
    display: none;
    opacity: 0;
    transition: all 0.3s ease-out;
    justify-content: flex-start;
    align-items: center;
    position : fixed;
    flex-direction: column;
    z-index: 400;
    overflow: scroll;
    max-height: 100vh;
    position:fixed;
    top:0px;
    left:0px;
}

#headFiltres
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width : 70%;
    height : auto;
    background-color: white;
    margin-top: 40px;
    margin-bottom: 40px;
}

.imageThumbNail
{
    width:100%;
    height:100%;
    max-height: 1000px;
    margin:none;
    background-color: transparent;
    opacity: 1;
    border: none;
}

.thumbNail
{
    width:auto;
    height:auto;
    max-width: 95vw;
    margin: auto;
    margin-bottom: 2.5vw;
    display: flex;
    border: none;
    box-shadow: none;
    align-items: flex-start;
    background-color: black;
    flex-direction: column;
    overflow: hidden;
    transition: all 0.2s ease-in;
    position:relative;
}

#loaderGallery img
{
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    top: 50vh;
    width:50px;
    height:50px;
    background-color: transparent;
    transition: opacity 0.5s ease-out;
}

#loaderPresta img
{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    top: 50vh;
    width:50px;
    height:50px;
    background-color: transparent;
    transition: opacity 0.5s ease-out;
}

#goTop
{
    z-index: 2;
    position:fixed;
    right : 15px;
    top : 63vh;
    height:40px;
    width : 40px;
    background-color: white;
    border-radius: 100px;
    padding:5px;
    transition: all 0.2s ease-in;
    display: none;
}

#divExploreLink
{
    background-color: transparent;
    height:auto;
    position:absolute;
    top:70vh;
    width:100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#alertComment
{
    display: flex;
    position : fixed;
    width : 90vw;
    height : 200px;
    top : 50%;
    left : 50%;
    margin-left: -45vw;
    margin-top: -100px;
    background-color: white;
    border-radius: 20px;
    z-index: 100;
    border: none;
    padding: none;
    z-index: 200;
    border: 1px solid rgb(190, 190, 190);
}

#landingPageInsta {
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
}

@media (max-width: 1150px) and (min-width: 450px) {
    #divCarrousel {
        display: none;
    }

    .GalleryHikes {
        height: 60vh;
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: 0px;
        margin: 0px;
    }
}

@media (max-width: 1150px){
#divAboutWelcome {
    height: 88vh;
    width: 100%;
    background-color: rgb(255, 255, 255);
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    padding: 30px 0px 30px 0px;
}

#divAboutWelcomeText {
    width: 80vw;
    margin: none;
    padding: 1%;
}



#visitGallery {
    background-color: rdg(250, 250, 250);
    height: 100%;
    width: 100%;
    margin: 0px;
    transition: all 0.3s ease-in-out;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}

#landingPageInsta {
    width: 100vw;
    max-width: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}
}

@media (min-width: 450px) {

    .validateComment
{
    color:white;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
    width : 150px;
    height : 45px;
    border-radius: 8px;
    background-image: linear-gradient(135deg, rgb(128, 168, 255) 60%, rgb(128, 168, 255));
    transition: all 0.2s ease-in;
    font-size: 1.1em;
    border : none;
    background-color: transparent;
}

.hideComment
{
    color:white;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
    width : 150px;
    height : 45px;
    border-radius: 8px;
    background-image: linear-gradient(135deg, #464646 60%, #464646);
    transition: all 0.2s ease-in;
    font-size: 1.1em;
    border : none;
    background-color: transparent;
}

.deleteForeverComment
{
    color:white;
    margin: auto;
    display: flex;
    margin-left: 10px;
    justify-content: center;
    align-items: center;
    width : 150px;
    height : 45px;
    border-radius: 8px;
    background-image: linear-gradient(135deg, #000000 60%, #000000);
    transition: all 0.2s ease-in;
    font-size: 1.1em;
    border : none;
    background-color: transparent;
}

    .formValidatedComment
{
    background-color: rgb(197, 232, 255);
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content:flex-end;
    align-items: center;
    margin-right: 0px;
}

.formWaitingForValidationComment
{
    background-color: rgb(255, 206, 197);
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content:flex-end;
    align-items: center;
    margin-right: 0px;
}

#alertComment
{
    display: flex;
    position : fixed;
    width : 400px;
    height : 200px;
    top : 50%;
    left : 50%;
    margin-left: -200px;
    margin-top: -100px;
    background-color: white;
    border-radius: 20px;
    z-index: 200;
    border: none;
    padding: none;
    border: 1px solid rgb(190, 190, 190);
}

.formDeletedComment
{
    background-color: rgb(129, 129, 129);
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content:flex-end;
    align-items: center;
    margin-right: 0px;
}

    #degradeWhiteSmoke
{
    height : 70px;
    width:100%;
    background: linear-gradient(rgb(250, 250, 250), white);
    justify-content: center;
    display: flex;
    align-items: flex-end;
    font-size: 50px;
    font-family: 'alluraregular', 'marianneregular',Verdana, Geneva, Tahoma, sans-serif;
}

#WhiteSmoke
{
    display:none;
}

.BoutonMenu:not(#boutonPrints):hover a p::after
{
    transform :scale(1);
}

#hamburgerMenuButton:hover
{
    opacity: 0.1;
}

.BoutonMenu:not(#boutonPrints):hover p
{
    transform:translateY(-3px);
}

#links img:hover
{
    background-color: #16161a;
}

#mail:hover::after
{
    transform :scale(1);
}

#mail:hover
{
    transform: translateY(-3px);
}

#goTop:hover, #goTop:hover img
{
    transform:translateY(-3px) ;
    cursor: pointer;
}

#exploreLink:hover p::after
{
    transform :scale(1);
}

#exploreLink:hover
{
    cursor: pointer;
}

#linkVisitBlog:hover
{
    transform: translateY(-3px);
    box-shadow: 0px 0px 15px rgb(177, 102, 83);
    cursor: pointer;
}

#linkVisitGallery:hover
{
    transform: translateY(-3px);
    box-shadow: 0px 0px 15px rgb(255, 8, 8);
    cursor: pointer;
}

#linkVisitWallpaper:hover
{
    transform: translateY(-3px);
    box-shadow: 0px 0px 15px rgb(255, 68, 11);
    cursor: pointer;
}

#linkVisitShop:hover
{
    transform: translateY(-3px);
    box-shadow: 0px 0px 15px #4e8db4;
    cursor: pointer;
}

.thumbNail:hover img
{
    opacity: 0.75;
    cursor: pointer;
}

#photoDisplay button:hover
{
    background-color: rgb(7, 7, 7);
    cursor: pointer;
}

#gear a:hover
{
    background-color: #101013;
    color:white;
    box-shadow: 0px 0px 8px #000000;
}

#rightPartInsta a:hover
{
    box-shadow: 0px 0px 13px #ff8494;
}

#unsubscribe:hover
{
    text-decoration: underline;
}

#subscribeSubmit:hover
{
    box-shadow: 0px 0px 10px #000280;
    cursor: pointer;
}

#mailSubmit:hover
{
    box-shadow: 0px 0px 10px #009207;
    cursor: pointer;
}

.validateComment:hover 
{
    box-shadow: 0px 0px 10px #247cff;
    cursor: pointer;
}
.hideComment:hover 
{
    box-shadow: 0px 0px 10px #ffffff;
    cursor: pointer;
}
.deleteForeverComment:hover 
{
    box-shadow: 0px 0px 10px #000000;
    cursor: pointer;
}

#commentSubmit:hover
{
    box-shadow: 0px 0px 10px #009207;
    cursor: pointer;
}

#subscribeSubmitCode:hover
{
    box-shadow: 0px 0px 10px #000280;
    cursor: pointer;
}

#unsubscribeSubmit:hover
{
    box-shadow: 0px 0px 10px #009207;
    cursor: pointer;
}

.articleThumbLink:hover
{
    background-color: #00aeff;
    color:white;
    cursor: pointer;
    transition: all 0.2s ease-in;
}
}

@media (max-width: 450px) and (orientation: portrait) {
    
    #divInfo h1
{
    margin : 30vh auto 20px auto;
    font-size: 2em;
    text-align: center;
    font-family: 'miller-display','proza_librelight','otama.epregular', 'marianneregular', Verdana, Geneva, Tahoma, sans-serif  ;
    max-width: 90vw;
}

#place
{
    margin : 20px auto 20px auto;
    font-size: 1.3em;
    font-weight: 100;
    max-width: 90vw;
}

#divSettings
{
    display: flex;
    flex-direction: column;
    margin : auto;
    margin-top: 20px;
    justify-content: center;
    text-align: center;
    height:20vh;
    border-radius: 15px;
    border : solid white 1px;
    width : 80%;
    max-width: 400px;
}
    
    #nextButton
{
    top:85%;
    right:20%;
    display: flex;
}
#previousButton
{
    top:85%;
    left:20%;
    display: flex;
}
#closeButton
{
    top:15px;
    right:15px;
    display: flex;
}
#fullScreenButton
{
    top:15px;
    right:70px;
    display: flex;
}
#endfullScreenButton
{
    display:none;
    top:15px;
    right:70px;
}
#infoButton
{
    top:15px;
    right:125px;
    display: flex;
}

#photoDisplay button
{
    background-color: transparent;
    width:40px;
    height:40px;
    margin: none;
    padding:1vh;
    transition: all 0.2s ease-in;
    border: none;
    border-radius: 50%;
    position : absolute;
    justify-content: center;
    align-items: center;
}

#photoDisplay button img
{
    background-color: transparent;
    width:25px;
    height:25px;
    margin: none;
    transition: all 0.1s ease-in;
    border: none;
    object-fit: contain;
    z-index: 8;
}

#divPhoto img
{
    width:auto;
    height:auto;
    max-width: 100vw;
    max-height: 60vh;
    margin: auto;
}
  }

  @media (max-height: 450px) and (orientation: landscape) {

    #divInfo h1
    {
        margin : 10vh auto 20px auto;
        font-size: 2em;
        text-align: center;
        font-family: 'miller-display','proza_librelight','otama.epregular', 'marianneregular', Verdana, Geneva, Tahoma, sans-serif  ;
        max-width: 90vw;
    }
    
    #place
    {
        margin : 20px auto 20px auto;
        font-size: 1.3em;
        font-weight: 100;
        max-width: 90vw;
    }
    
    #divSettings
    {
        display: flex;
        flex-direction: column;
        margin : auto;
        margin-top: 20px;
        justify-content: center;
        text-align: center;
        height:40vh;
        border-radius: 15px;
        border : solid white 1px;
        width : 80%;
        max-width: 400px;
    }
    
    #divPhoto img
{
    width:auto;
    height:auto;
    max-width: 80vw;
    max-height: 100vh;
    margin: auto;
}

    #nextButton
{
    top:45%;
    right:5px;
    display: flex;
}
#previousButton
{
    top:45%;
    left:5px;
    display: flex;
}

#closeButton
{
    top:5px;
    right:5px;
    display: flex;
}
#fullScreenButton
{
    top:50px;
    right:5px;
    display: flex;
}
#endfullScreenButton
{
    display:none;
    top:50px;
    right:5px;
}
#infoButton
{
    top:95px;
    right:5px;
    display: flex;
}

#photoDisplay button
{
    background-color: transparent;
    width:50px;
    height:50px;
    margin: none;
    padding:1vh;
    transition: all 0.2s ease-in;
    border: none;
    border-radius: 50%;
    position : absolute;
    justify-content: center;
    align-items: center;
}

#photoDisplay button img
{
    background-color: transparent;
    width:30px;
    height:30px;
    margin: none;
    transition: all 0.1s ease-in;
    border: none;
    object-fit: contain;
    z-index: 8;
}



  }

#bodyAccessPage
{
    display:flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height:100vh;
    flex-direction: column;
}

#h1AccessPage
{
    margin: 20px;
    z-index: 2;
    background-color: transparent;
}

#passwordInput
{
    background-color: rgb(255, 255, 255);
    border-radius: 8px;
    border : none;
    padding:none;
    padding-left:15px;
    margin-left: 0px;
    height:45px;
    width :90%;
    max-width: 250px;
    margin-bottom:20px;
    z-index: 2;
}

#bodyAccessPage form
{
    z-index: 2;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

#adminBackground
{
    display: block;
    position:fixed;
    background-color: rgb(250, 250, 250);
    justify-content: center;
    align-items: center;
    object-fit: cover;
    width: 100vw;
    height : 100vh;
    margin-top: 0px;
    z-index: 1;
}

#logInInput
{
    color:white;
    display: flex;
    justify-content: center;
    align-items: center;
    width : 80%;
    height : 45px;
    max-width: 140px;
    border-radius: 8px;
    background-image: linear-gradient(135deg, #000280 60%, #529bfa);
    transition: all 0.2s ease-in;
    font-size: 1.1em;
    border : none;
}

#logInInput:hover
{
    box-shadow: 0px 0px 10px #000280;
    cursor: pointer;
}

#errorAccessPage
{
    z-index: 2;
    color: red;
    background-color: transparent;
    font-weight: 700;
    margin-top: 10px;
}

#headerAdmin
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height:80px;
    width : 100%;
    background-color: #fd4f23;
}

#headerAdmin h1
{
    background-color: transparent;
    margin-left: 25px;
}

#headerAdmin a 
{
    display: flex;
    align-items: center;
    justify-content: center;
    height : 55px;
    background-color: #000000;
    border-radius: 10px;
    margin-right: 15px;
    width : 140px;
    text-decoration: none;
}

#headerAdmin a p
{
    background-color: #000000;
    color:white;
    font-size: 1.25em;
    text-decoration: none;
    margin-left: 12px;
}

#headerAdmin a img
{
    height:25px;
}

#addAnImageForm
{
    background-color: white;
    border-radius: 20px;
    width:90%;
    max-width: 800px;
    border: none;
    margin: auto;
    text-align: left;
    padding: 10px;
    padding-bottom: 28px;
}

#addAnImageForm input
{
    background-color: transparent;
    font-size: 1.3em;
    margin-left:20px;
}

#addAnImageForm label
{
    background-color: transparent;
    font-size: 1.3em;
    margin-bottom: 5px;
    margin-top:20px;
    margin-left:20px;
}

#bodyAdminPage
{
    text-align: center;
}

#bodyAdminPage h2
{
    margin-top: 80px;
    margin-bottom: 10px;
}

#upperPartAdminForm
{
    display: flex;
    flex-direction: row;
    width:100%;
    background-color: transparent;
    margin-bottom: 20px;
}

#upperLeftPartAdminForm, #upperRightPartAdminForm
{
    width : 50%;
    background-color: white;
    border-radius: 20px;
    padding-top: 20px;
    padding-left: 10px;
    height: 370px;
}

#upperLeftPartAdminForm2, #upperRightPartAdminForm2
{
    width : 50%;
    background-color: white;
    border-radius: 20px;
    padding-top: 20px;
    padding-left: 10px;
    height: 250px;
}

#submitButtonAddImageForm
{
    color:white;
    margin: auto;
    margin-right: 2.5%;
    display: flex;
    justify-content: center;
    align-items: center;
    width : 120px;
    height : 50px;
    border-radius: 8px;
    background-image: linear-gradient(135deg, #00b809 60%, #72ff72);
    transition: all 0.2s ease-in;
    font-size: 1.1em;
    border : none;
    margin-bottom:30px;
}

#submitButtonAddImageForm:hover
{
    box-shadow: 0px 0px 10px #009207;
    cursor: pointer;
}

#messageSuccessUpload h4
{
    margin-top: 32px;
    color:orangered;
    font-size: 1.5em;
    text-align: center;
    font-weight: 800;
}
#messageSuccessUpload p
{
    color:black;
    font-size: 1em;
    text-align: center;
}

.addAnImageFormTextBox
{
    height : 50px;
    background-color: rgb(184, 184, 184);
    border-radius: 8px;
    border:1px solid black;
    padding-left:15px;
    width : 70%;
    margin-bottom: 35px;
}

.pInfosPageWallpaper
{
    max-width:80%;
    width:800px;
    text-align: center;
    margin: auto;
    margin-bottom: 50px;
}

#h3InfosPageWallpaper
{
    max-width:80%;
    width:800px;
    text-align: center;
    margin: auto;
    margin-bottom: 20px;
}

.AffichageWallpaper
{
    display: flex;
    flex-direction: column;
    width: 330px;
    max-width: 90%;
    height: 540px;
    max-height: 200vw;
    background-color: white;
    border-radius: 20px;
    color: #000000;
    margin-left:30px;
    margin-right:30px;
    margin-bottom: 60px;
}

.divThumbnailWallpaper
{
    width: 100%;
    height: 330px;
    border-radius: 20px;
    background-color: white;
    text-decoration: none;
}

.thumbnailWallpaper
{
    width: 100%;
    height: 100%;
    margin: none;
    border-radius: 20px;
    background-color: white;
}

.divInfoWallpaper
{
    height: 100px;
    width: 80%;
    background-color: white;
    margin: auto;
    margin-top: 20px;
}

.divInfoWallpaper p, .divInfoWallpaper h4, .divInfoWallpaper img
{
    background-color: white;
}

.downloadWallpaperDiv
{
    height: 80px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    background-color: white;
}

.downloadWallpaperButton
{
    width:120px;
    height:40px;
    text-decoration: none;
    border-radius: 5px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    background-color: #00e70c;
    color: #000000;
    margin: auto;
    margin-top: 10px;
}

.downloadWallpaperButton:hover
{
    width:120px;
    height:40px;
    text-decoration: none;
    border-radius: 5px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    background-color: #00ff0d;
    color: #000000;
    margin: auto;
    margin-top: 10px;
}

.iconTagWallpaper
{
    margin-top: 5px;
    width: 30px;
    height : 30px;
    object-fit:contain;
}

.clickMessage
{
    background-color: white;
    width:250px;
    height:30px;
    border-radius: 8px;
    position: relative;
    bottom:50px;
    left:62px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    opacity: 0.75;
}

.clickMessage img 
{
    width: 25px;
    height: 25px;
    margin-right: 10px;
    background-color: transparent;
}

.clickMessage p
{
    text-decoration: none;
    color: #000000;
    background-color: transparent;
}

.buttonAdminHome
{
    color:white;
    margin: auto;
    margin-left:none ;
    margin-bottom: 60px;
    margin-top:50px;
    display: flex;
    justify-content: center;
    align-items: center;
    width : 300px;
    height : 60px;
    border-radius: 8px;
    background-image: linear-gradient(135deg, #000280 60%, #529bfa);
    transition: all 0.2s ease-in;
    font-size: 1.1em;
    border : none;
    text-decoration: none;
}

#commentsForm
{
    display: flex;
    flex-direction: column;
    background-color: white;
    border-radius: 20px;
    box-shadow: 2px 2px 5px rgb(70, 70, 70);
    width: 90%;
    max-width: 800px;
    height:auto;
    margin:auto;
    justify-content: space-around;
    margin-bottom : 20px;
    margin-top: 10px;
}

#commentSubmit
{
    color:white;
    margin: auto;
    margin-right: 5%;
    margin-bottom: 5%;
    margin-top: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    width : 130px;
    height : 50px;
    border-radius: 8px;
    background-image: linear-gradient(135deg, #00b809 60%, #72ff72);
    transition: all 0.2s ease-in;
    font-size: 1.1em;
    border : none;
}

#nameCommentInput, #divPostComment form textarea
{
    background-color: whitesmoke;
    border-radius: 8px;
    border : none;
    padding:10px;
    margin-top:5%;
    margin-right:5%;
    margin-left:5%;
    margin-bottom: 0px;
}

#divPostComment form textarea
{
    height: 150px;
    width:auto;
    resize: none;
    overflow-x:hidden;
    overflow-y: scroll;
}

textarea::-webkit-scrollbar {
    width: 0px;
}

#nameCommentInput
{
    height:30px;
    width :50%;
}

#headComment
{
    width : 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#pInfoCommentPage
{
    text-align: center;
    text-justify: center;
}

.divComment
{
    max-width:800px;
    width:90%;
    display: flex;
    background-color: white;
    margin-top: 15px;
    margin-bottom: 15px;
    flex-direction: column;
    border-radius: 20px;
    color:#000000 ;
    border : 2px solid black;
}

.divModerateComment
{
    max-width:800px;
    width:100%;
    display: flex;
    background-color: white;
    margin-bottom: 15px;
    flex-direction: column;
    border-radius: 20px;
    color:#000000 ;
    border : 2px solid black;
}

.divNameDateComment
{
    width : 80%;
    background-color: white;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    color : black;
    margin-top: 10px;
    margin-bottom : 10px;
}

.divNameDateComment
{
    width : auto;
    background-color: white;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    color : black;
    margin-top: 20px;
    margin-bottom : 10px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 1.1em;
    font-weight:bold ;
}

.divContentComment
{
    width : auto;
    background-color: white;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    color : black;
    margin-top: 10px;
    margin-bottom : 20px;
    margin-left: 20px;
    margin-right: 20px;
    text-align:justify;
    overflow: hidden;
    text-overflow: ellipsis; 
}

#showComments
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width : 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}

#messageSuccesPartageComment
{
    color : rgb(0, 0, 0);
    text-align: center;
    width : 90%;
    margin: auto;
}

.waitingForValidationComment
{
    background-color: rgb(255, 206, 197);
    width:80%;
    max-width: 800px;
    padding : 25px;
    display: flex;
    flex-direction: column;
    border:none;
    border-radius: 38px;
    justify-content:center ;
    align-items: center;
    margin-bottom: 30px;
}

.formWaitingForValidationComment form
{
    background-color: rgb(255, 206, 197);
}



.validatedComment
{
    background-color: rgb(197, 232, 255);
    width:80%;
    max-width: 800px;
    padding : 25px;
    display: flex;
    flex-direction: column;
    border:none;
    border-radius: 25px;
    justify-content:center ;
    align-items: center;
    margin-bottom: 30px;
}



.formValidatedComment form
{
    background-color: rgb(197, 232, 255);
}

.deletedComment
{
    background-color: rgb(129, 129, 129);
    width:80%;
    max-width: 800px;
    padding : 25px;
    display: flex;
    flex-direction: column;
    border:none;
    border-radius: 25px;
    justify-content:center ;
    align-items: center;
    margin-bottom: 30px;
}



.formDeletedComment form
{
    background-color: rgb(129, 129, 129);
}



#alertCommentButtonForm
{
    background-color: transparent;
    border: none;
    border-radius: 20px;    
    display: flex;
    margin: none;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#alertCommentButtonForm p 
{
    background-color: transparent;
    font-size: 1.2em;
    margin: 15px;
    margin-top: auto;
}

#alertCommentButtonForm input
{
    width : 90px;
    height : 50px;
    background-color: #1572fd;
    color:white;
    margin: 15px;
    margin-bottom: auto;
    border: none;
    border-radius: 10px;
    font-size: 1.2em;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

#alertCommentButtonForm input:hover
{
    cursor : pointer;
    background-color: #3686ff;
}

#preloadImage
{
    display:none;
}

#preloadImage img
{
    display:none;
}

#divBusiness
{
    max-width: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 50px;
    padding-bottom: 50px;
}
#h3DivBusiness
{
    width:90%;
    max-width: 1000px;
    font-weight: bolder;
    font-family: 'robotobold','marianneregular', Verdana, Geneva, Tahoma, sans-serif ;
    margin-bottom: 10px;
    text-align: left;
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}
#pDivBusiness
{
    width:90%;
    max-width: 1000px;
    margin-bottom: 50px;
    font-family: 'roboto','marianneregular', Verdana, Geneva, Tahoma, sans-serif ;
    text-align: left;
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}
#pDivBusiness p
{
    box-sizing: border-box;
    width: 100%;
    text-align: justify;
    margin-bottom: 15px;
}
#pDivBusiness ul
{
    box-sizing: border-box;
    width: 100%;
    text-align: justify;
    margin-bottom: 15px;
    padding-left: 20px;
}

.h2LegalPages
{
    width:90%;
    max-width: 1050px;
    font-family: 'robotobold','marianneregular', Verdana, Geneva, Tahoma, sans-serif ;
    margin-bottom: 10px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

.pLegalPages
{
    width:90%;
    max-width: 1050px;
    margin-bottom: 50px;
    font-family: 'roboto','marianneregular', Verdana, Geneva, Tahoma, sans-serif ;
    text-align: justify;
    font-weight: 400;
    color: #272727;
    margin-left: auto;
    margin-right: auto;
}

.ulLegalPages
{
    width:90%;
    max-width: 1050px;
    margin-top: -40px;
    margin-bottom: 10px;
    font-family: 'roboto','marianneregular', Verdana, Geneva, Tahoma, sans-serif ;
    text-align: justify;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    box-sizing: border-box;
}

.ulLegalPages li
{
    font-family: 'roboto','marianneregular', Verdana, Geneva, Tahoma, sans-serif ;

}

#title-classic-page
{
    width: 90%;
    max-width: 1050px;
    margin-top: 150px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 50px;
    font-size: 3em;
    font-weight: 500;
    font-family: 'miller-display', 'roboto','marianneregular', Verdana, Geneva, Tahoma, sans-serif ;
}



@media (min-width:1000px) {
    #div-legalnotice
    {
        display: flex;
        flex-direction: row;
        align-items: center;
        background-color: transparent;
        justify-content: space-around;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 100px;
        margin-top: 100px;
        max-width: 280px;
    }
    
    #div-legalnotice a
    {
        display: flex;
        flex-direction: row;
        align-items: center;
        background-color: transparent;
        text-decoration: none;
        color:white;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width:1000px) {
    #div-legalnotice
    {
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: transparent;
        justify-content: space-around;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 100px;
        margin-top: 100px;
    }
    
    #div-legalnotice a
    {
        display: flex;
        align-items: center;
        background-color: transparent;
        text-decoration: none;
        color:white;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }
}

.ulTiragesPages
{
    width:90%;
    max-width: 500px;
    margin-bottom: 10px;
    font-family: 'roboto','marianneregular', Verdana, Geneva, Tahoma, sans-serif ;
    text-align: justify;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
}

.ulTiragesPages li
{
    font-family: 'roboto','marianneregular', Verdana, Geneva, Tahoma, sans-serif ;
    background-color: white;
    list-style: none; /* Supprime les puces */
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 8px;
    box-sizing: border-box;
    border: 2px solid white;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.062);
}

#carrousel-container-tirage-encadre
{
    display: flex;
    margin: auto;
    max-width: 1000px;
    height: auto;
    width: 90%;
    background-color: transparent;
    position: relative;
    z-index: 0;
}

.imgSwipper
{
    width:100%;
    height: 100%;
    object-fit: contain;
    background-color: transparent;
}


@media (min-width:1080px){

    .pBottomSliderTirage
{
    width:90%;
    max-width: 700px;
    font-family: 'roboto','marianneregular', Verdana, Geneva, Tahoma, sans-serif ;
    text-align: justify;
    font-weight: 400;
    color: #272727;
    margin-left: auto;
    margin-right: auto;
    margin-top: 200px;
    z-index: 1;
    position: relative;
}

.pTopSliderTirage
{
    width:90%;
    max-width: 400px;
    font-family: 'roboto','marianneregular', Verdana, Geneva, Tahoma, sans-serif ;
    text-align: justify;
    font-weight: 400;
    color: #272727;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    z-index: 1;
    position: relative;
}

    #carouselImages
    {
    margin-top: 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height:65vh;
    width: 100%;
    }

    .swiper
    {
    width:95%;
    height:100%;
    background-color: transparent;
    overflow: visible;
    }

    #swiperANDpagination
    {
    display: flex;
    flex-direction: column;
    width:80%;
    background-color: transparent;
    height:550px;
    overflow: visible;
    }
}

.swiper-wrapper
{
    background-color: transparent;
}

@media (max-width:1080px){

    .pBottomSliderTirage
{
    width:90%;
    max-width: 700px;
    font-family: 'roboto','marianneregular', Verdana, Geneva, Tahoma, sans-serif ;
    text-align: justify;
    font-weight: 400;
    color: #272727;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    z-index: 1;
    position: relative;
}

.pTopSliderTirage
{
    width:90%;
    max-width: 700px;
    font-family: 'roboto','marianneregular', Verdana, Geneva, Tahoma, sans-serif ;
    text-align: justify;
    font-weight: 400;
    color: #272727;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    z-index: 1;
    position: relative;
}

    #carouselImages
    {
    margin-top: 20px;
    width: 100%;
    height:65vh;
    margin-bottom: 200px;
    }

    #swiperANDpagination
    {
    display: flex;
    flex-direction: column;
    width:100%;
    height: 100%;
    background-color: transparent;
    }

    .swiper
    {
    width:100%;
    height:45vh;
    background-color: transparent;
    }
}

.img-presta-tirage-encadre
{
    display: flex;
    margin: auto;
    width : 90%;
    max-width: 600px;
}

.subtitleTiragesEncadres
{
    width: 90%;
    display: flex;
    background-color: transparent;
    justify-content: center;
    text-align: center;
    align-items: center;
    color: black;
    font-size: 2em;
    font-family: 'miller-display', 'alluraregular', 'marianneregular', Verdana, Geneva, Tahoma, sans-serif ;
    font-weight: 400;
    padding: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
}

.pTiragesEncadres
{
    width:90%;
    max-width: 700px;
    font-family: 'roboto','marianneregular', Verdana, Geneva, Tahoma, sans-serif ;
    text-align: justify;
    font-weight: 400;
    color: #272727;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    position: relative;
}

.pTiragesEncadres-center-bold1
{
    width:90%;
    max-width: 700px;
    font-family: 'roboto','marianneregular', Verdana, Geneva, Tahoma, sans-serif ;
    font-weight: 700;
    font-size: 1.2em;
    color: #0f5add;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    position: relative;
    text-align: center;

}

.pTiragesEncadres-center-bold2
{
    width:90%;
    max-width: 700px;
    font-family: 'roboto','marianneregular', Verdana, Geneva, Tahoma, sans-serif ;
    font-weight: 700;
    font-size: 1.1em;
    color: #313131;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    position: relative;
    text-align: center;
}

.pTiragesEncadres-bottom
{
    width:90%;
    max-width: 700px;
    font-size: 0.9em;
    font-family: 'roboto','marianneregular', Verdana, Geneva, Tahoma, sans-serif ;
    text-align: justify;
    font-weight: 400;
    color: #5a5a5a;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    position: relative;
    margin-top: 80px;
    margin-bottom: 150px;
}

#tirageEncadreSubmit
{
    color:white;
    margin: auto;
    margin-right: 2.5%;
    display: flex;
    justify-content: center;
    align-items: center;
    width : 50%;
    max-width: 120px;
    height : 10%;
    border-radius: 8px;
    background-color :#2E7BFD;
    transition: all 0.2s ease-in;
    font-size: 1.1em;
    border : none;
}

#tirageEncadreSubmit:hover
{
    background-color :#0f5add;
    cursor: pointer;
}

#tirageEncadreForm
{
    display: flex;
    flex-direction: column;
    background-color: white;
    border-radius: 20px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.062);
    width: 82%;
    max-width: 460px;
    height:500px;
    margin:auto;
    justify-content: space-around;
    padding:20px;
    margin-top : 20px;
}

#tirageEncadreForm p
{
    height : 80%;
    width : 95%;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
}

.mailInput, #tirageEncadreForm textarea
{
    background-color: whitesmoke;
    border-radius: 8px;
    border : none;
    padding:none;
    padding-left:15px;
    margin-left: 0px;
    box-sizing: border-box;
}

#tirageEncadreForm textarea
{
    height: 300px;
    width:100%;
    padding:15px;
    resize: none;
    overflow-x:hidden;
    overflow-y: scroll;
}

#heroSection-tirage-encadre
{
    display: flex;
    flex-direction:row;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1500px;
    background-color: white;
    position: relative;
    z-index: 0;
    margin: auto;
    height: auto;
}

#home-personnal-presentation
{
    display: flex;
    flex-direction: row;
    background-color: white;
    justify-content: center;
    box-sizing: border-box;
}

#home-personnal-presentation *
{
    background-color: white;
}

#div1-home-personnal-presentation
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width:30%;
    height: auto;
}

#div2-home-personnal-presentation
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width:30%;
    height: auto;
}

@media (min-width : 1000px)
{
    #home-personnal-presentation
    {
        flex-direction: row;
        padding-top: 200px;
        padding-bottom: 200px;
    }

    #div1-home-personnal-presentation
    {
        margin-right: 50px;
        margin-bottom: 0px;
    }

    #image-home-personnal-presentation
    {
        width: 100%;
        height:400px;
        max-width: 400px;
        object-fit: cover;
        border-radius: 10px;
        margin-right: 0px;
    }
}

@media (max-width : 1000px)
{
    #home-personnal-presentation
    {
        flex-direction: column;
        align-items: center;
        padding-top: 100px;
        padding-bottom: 100px;
    }

    #div1-home-personnal-presentation
    {
        margin-right: 0px;
        margin-bottom: 50px;
        width: 85%;
    }

    #div2-home-personnal-presentation
    {
        width: 85%;
        max-width: 500px;
    }

    #image-home-personnal-presentation
    {
        width: 100%;
        height:300px;
        max-width: 200px;
        object-fit: cover;
        border-radius: 10px;
        margin-right: 0px;
    }
}

#name-home-personnal-presentation
{
    font-weight: bold;
    font-size: 2em;
    margin-bottom: 20px;
}

#metier-home-personnal-presentation
{
    font-weight: bold;
    font-size: 1.3em;
    margin-bottom: 15px;
}

#link-hero-1
{
    display: flex;
    align-items: center;
    justify-content: left;
    flex-direction: row;
    transition: all 0.2s ease-out;
    font-family: 'roboto','marianneregular', Verdana, Geneva, Tahoma;
    font-weight: 500;
    background-color: white;
    color:black;
    padding: 10px 18px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 1.1em;
    width:90px;
    margin-bottom: 40px;
    box-shadow: 0px 0px 14px 1px rgba(0,0,0,0.1);
}

#link-hero-2
{
    display: flex;
    align-items: center;
    justify-content: left;
    flex-direction: row;
    transition: all 0.2s ease-out;
    font-family: 'roboto','marianneregular', Verdana, Geneva, Tahoma;
    font-weight: 500;
    background-color: white;
    color:black;
    padding: 10px 18px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 1.1em;
    width:135px;
    margin-bottom: 40px;
    box-shadow: 0px 0px 14px 1px rgba(0,0,0,0.1);
}

#link-hero-3
{
    display: flex;
    align-items: center;
    justify-content: left;
    flex-direction: row;
    transition: all 0.2s ease-out;
    font-family: 'roboto','marianneregular', Verdana, Geneva, Tahoma;
    font-weight: 500;
    background-color: white;
    color:black;
    padding: 10px 18px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 1.1em;
    width:135px;
    margin-bottom: 40px;
    box-shadow: 0px 0px 14px 1px rgba(0,0,0,0.1);
}

#link-hero-1:hover, #link-hero-2:hover, #link-hero-3:hover
{
    background-color: rgb(255,255,255,0.9);
}

#link-hero-1 img, #link-hero-2 img, #link-hero-3 img
{
    height:12px;
    background-color: transparent;
}

#link-hero-1 p, #link-hero-2 p, #link-hero-3 p
{
    background-color: transparent;
    position: relative;
    top:-2px;
}

#barre1, #barre2, #barre3
{
    height:2px;
    background-color: black;
    width:0px;
    transition: all 0.2s ease-out; 
    border-radius: 3px;
    margin-left: 10px;
    position: relative;
    left:5px;
}

@media (min-width:450px)
{
    #hero-index
    {
        height:calc(100vh - 80px);
        background-color: blue;
        display: flex;
    }

    #carouselImagesIndex
    {
        position: absolute;
        width:100vw;
        height:calc(100vh - 80px);
        z-index: 0;
    }

    .imgSwipperPhone
    {
        display: none;
    }

    .imgSwipperLaptop
    {
        display: default;
    }

    .imgSwipperPhone, .imgSwipperLaptop
    {
        height: calc(100vh - 80px);
    }

    #link-hero-1, #link-hero-2, #link-hero-3
    {
        background-color: rgb(255,255,255,0.7);
    }

    #link-hero-1
    {
        width: 90px;
    }

    #link-hero-2
    {
        width: 133px;
    }

    #link-hero-3
    {
        width: 123px;
    }

    #links-hero-index
    {
        display: flex;
        justify-content: left;
        background-color: transparent;
        margin: auto;
        flex-direction: column;
        z-index: 1;
        width:90%;
        max-width: 200px;
        margin-left: 20%;
    }
}

@media (max-width:450px)
{
    #hero-index
    {
        height:calc(100vh - 55px);
        background-color: blue;
        display: flex;
    }

    #carouselImagesIndex
    {
        position: absolute;
        width:100vw;
        height:calc(100vh - 55px);
        z-index: 0;
    }

    .imgSwipperPhone
    {
        display: default;
    }

    .imgSwipperLaptop
    {
        display: none;
    }

    .imgSwipperPhone, .imgSwipperLaptop
    {
        height: calc(100vh - 55px);
    }

    #link-hero-1, #link-hero-2, #link-hero-3
    {
        background-color: rgb(255,255,255,0.75);
    }

    #link-hero-1
    {
        width: 80px;
    }

    #link-hero-2
    {
        width: 123px;
    }

    #link-hero-3
    {
        width: 113px;
    }
    
    #links-hero-index
    {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: transparent;
        margin: auto;
        flex-direction: column;
        z-index: 1;
    }
}

.imgSwipperPhone, .imgSwipperLaptop
{
    width: 100%;
    object-fit: cover;
}

#buttonsPrestations {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    flex-direction: row;
    flex-wrap: wrap;
    height: fit-content;
    /* Empêche les variations de hauteur */
    transition: height 0s;
    margin-top: 30px;
    margin-bottom: 30px;
}

@media (min-width:750px) {

    #buttonsPrestations button:hover {
        display: flex;
        width: 280px;
        height: 140px;
        padding: 0;
        margin: 10px;
        border: none;
        background-color: transparent;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        box-sizing: border-box;
        position: relative;
        border-radius: 10px;
        opacity: 80%;
        cursor:pointer;
    }

    #idMessagePagePresta
{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    max-width: 85%;
    color:#000000;
    flex-direction: row;
}

    #buttonsPrestations button:hover p {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: flex;
        position: absolute;
        width: 100%;
        height: 30%;
        background-color: transparent;
        color:white;
        justify-content: center;
        margin-top: 98px;
        align-items: center;
        text-align: center;
        font-size: 1.1em;
    }

    #buttonsPrestations button {
    display: flex;
    width: 300px;
    height: 150px;
    padding: 0;
    margin: 5px;
    border: none;
    background-color: transparent; /* optionnel selon ton besoin */
    justify-content: center;
    align-items: center;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    border-radius: 5px;
    transition: all 0.1s ease-out;
}

#buttonsPrestations button p {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: flex;
    position: absolute;
    width: 100%;
    height: 30%;
    background-color: transparent;
    color:white;
    justify-content: center;
    margin-top: 105px ;
    align-items: center;
    text-align: center;
    font-size: 1.2em;
    transition: all 0.1s ease-out;
}

}

@media (max-width:750px) {

    #idMessagePagePresta
{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    max-width: 85%;
    color:#000000;
    flex-direction: column;
}

#buttonsPrestations button {
    display: flex;
    width: calc(100vw / 2 - 20px);
    height: calc((100vw / 2 - 20px) / 2);
    padding: 0;
    margin: 5px;
    border: none;
    background-color: transparent; /* optionnel selon ton besoin */
    justify-content: center;
    align-items: center;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    border-radius: 5px;
    transition: all 0.1s ease-out;
}

#buttonsPrestations button p {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: flex;
    position: absolute;
    width: 100%;
    height: 30%;
    background-color: transparent;
    color:white;
    justify-content: center;
    margin-top: calc((100vw / 2 - 20px) / 2 * 0.7) ;
    align-items: center;
    text-align: center;
    font-size: 1em;
    transition: all 0.1s ease-out;
}

}

#buttonsPrestations button img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    background-color: transparent;
}