#popUpAgeLegal {
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    display: none;
    background-color: #fff;
    text-align: center;
}

#popUpAgeLegal .Marie-Louise {
    background-color: #211d3e;
    height: 100vh;
    background: url(/public/medias/images/bg_popup.jpg) center bottom no-repeat;
    background-size: cover;
    margin-top: 2.5vw;
}

.verify-window {
    overflow: hidden;
}

#popUpAgeLegal .bienvenue {
    display: grid;
    grid-template-columns: 1fr 2fr 2fr 1fr;
    grid-column-gap: 10vw;
    margin-top: 4vw;
}

.bienvenue1 {
    grid-column-start: 2;
}

.bienvenue2 {
    grid-column-start: 3;
}

.bienvenue1, .bienvenue2 {
    /*border: 1px #b8a391 solid;*/
    border-radius: 10px;
    text-align: center;
    padding: 0 2vw 2vw 2vw;
    margin-bottom: 4vw;
}

.verify-window img {
    display: block;
    width: auto;
    height: 12vh;
    margin: 3vw auto 2vw auto;
    padding: 1vw;
}

.verify-window h3 {
    font-size: 7vh;
    line-height: 6vh;
    color: white;
    /* margin-top: 10px; */
    text-align: center;
    font-family: 'Bellefair', serif;
    width: 100%;
    font-weight: 400;
}
.verify-window h3 span {
    font-size: 2.5vh;
    margin-top: 10px;
    text-align: center;
    display: block;
    width: 100%;
    font-family: 'Bellefair', serif;
    text-transform: uppercase;
}

#popUpAgeLegal .bienvenue {
    display: grid;
    grid-template-columns: 1fr 35% 35% 1fr;
    grid-column-gap: 10vw;
    margin-top: 4vw;
}
.bienvenue1, .bienvenue2 {
    padding: 0 0vw 2vw 0vw;
    margin-bottom: 4vw;
}

.verify-window p {
    font-size: 0.8vw;
    color: #fff;
    margin-top: 10px;
    line-height: 1.7;
    text-align: center;
    font-weight: 200;
}

.button-yes {
    background: #b8a391;
    color: #fff;
    margin-top: 10px;
    padding: 0.5vw;
    text-align: center;
    font-size: 0.7vw;
    border-radius: 5px;
    transition: all 0.5s ease;
    font-weight: 200;
    text-transform: uppercase;
}


.verify-window p {
    font-size: 1.5vw;
    margin-top: 1vw;
    line-height: 1.5vw;
    color: #fff;
    font-weight: 200;
    text-align: center;
}
.verify-window p strong {
    font-size: 2vw;

}   
.button-yes {
    padding: 0.5vw;
    font-size: 1.5vw;
}
.button-yes:hover {
    background-color: #fff;
    color: #b8a391;
    transition: all 0.5s ease;
    cursor: pointer;
}

#popUpAgeLegal div.CGU {
    width: 100vw;
    position: relative;
    bottom: 0;
    left: 0;
    background: transparent url(/public/medias/images/v_dechirure-2.svg) no-repeat;
    background-size: 102% auto;
    background-position: center 60px;
    margin: auto;
}
#popUpAgeLegal .CGU p {
    background-color: #fff;
    width: 100w;
    padding-top: 1vw;
    padding-bottom: 1vw;
    padding-left: 20vw;
    padding-right: 20vw;
    font-size: 0.7vw;
    margin: 0;
    color: #7d7b79;
    line-height: 1vw;
    transition: ease 300ms;
    font-weight: 200;
}

#popUpAgeLegal img.vcerf {
    position: absolute;
    bottom: 0;
    left: 3vw;
    width: auto;
    height: 13vw;
    margin: 0 0 0vw -2vw;
}
#popUpAgeLegal img.vcerf2 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
    height: 11vw;
    margin: 0px 1vw 0vw 0;
    transform: scaleX(-1);
}

#cgubox {
    position: absolute;
    bottom: 0;
    width: 100%;
}

#logoCalo {
    display: block;
    position: absolute;
    bottom: 0vw;
    margin-left: 16vw;
}
#logoCalo img {
    width: 3vw;
    margin: 0 1vw 2vw 0;
}

@media all and (max-width: 414px)
{
    #popUpAgeLegal .CGU p {
        font-size: 2.6vw;
        line-height: 2.5vw;
    }

    #popUpAgeLegal img.vcerf {
        width: 33vw;
        height: 33vw;
        margin: 0 0vw 0vw -16vw;
    }
    #popUpAgeLegal img.vcerf2 {
        width: 42vw;
        height: 36vw;
        margin: 0 -21vw -1vw 0;
    }
}

@media all and (max-width: 567px)
{
    .verify-window img {
        margin: 7vw auto 2vw auto;
    }
    #popUpAgeLegal .CGU p {
        font-size: 1.2vw;
        line-height: 1.2vw;
        padding: 3vw 23vw;
    }

    #popUpAgeLegal .CGU p:hover {
        font-size: 2.5vw;
        line-height: 3vw;
        transition: ease 500ms;
    }

    #popUpAgeLegal .bienvenue {
        display: block;
    }

    .bienvenue1, .bienvenue2 {
       width: 80vw;
       margin: 2vw auto 5vw auto;
    }

    .verify-window p {
        font-size: 4vw;
        line-height: 4vw;
    }

    .verify-window p strong {
        font-size: 4vw;
    }

    .button-yes{
        font-size: 3.5vw;
        line-height: 3.5vw;
        padding: 2vw 0 1vw 0;
        width: 80%;
        margin: -1vw auto;
    }

    #popUpAgeLegal img.vcerf {
        width: 24vw;
        height: auto;
        margin: 0 0 0 -10vw;
    }
    #popUpAgeLegal img.vcerf2 {
        height: 37vw;
        margin: 0 -10vw 0 0;
    }
}

@media all and (min-width: 568px) and (max-width: 767px)
{
    .verify-window img {
        margin: 7vw auto 2vw auto;
    }
    #popUpAgeLegal .bienvenue {
        display: grid;
        grid-template-columns: 1fr 35% 35% 1fr;
        grid-column-gap: 5vw;
        /* margin-top: 4vw; */
    }
    .verify-window p strong {
        font-size: 3vw;
        margin-bottom: 1vw;
        display: inline-block;
    }
    .verify-window p {
        font-size: 2.8vw;
        margin-top: 10px;
        line-height: 2.5vw;
    }
    .button-yes {
        padding: 1.5vw 1vw 0.5vw 1vw;
        font-size: 2vw;
        width: auto;
    }

    #popUpAgeLegal .CGU p{
        font-size: 1vw;
        line-height: 1.5vw;
    }

    #popUpAgeLegal .CGU p:hover {
        font-size: 1.4vw;
        line-height: 2vw;
        transition: ease 500ms;
    }

    #popUpAgeLegal img.vcerf {
        width: 27vw;
        height: auto;
        margin: 0 0 0 -10vw;
    }
    #popUpAgeLegal img.vcerf2 {
        height: 37vw;
        margin: 0 -10vw 0 0;
    }
}

@media all and (min-width: 768px) and (max-width: 1279px)
{
    .verify-window img {
        margin: 7vw auto 2vw auto;
    }
    #popUpAgeLegal .bienvenue {
        display: grid;
        grid-template-columns: 1fr 35% 35% 1fr;
        grid-column-gap: 10vw;
        margin-top: 4vw;
    }
    .bienvenue1, .bienvenue2 {
        padding: 0 0vw 2vw 0vw;
        margin-bottom: 4vw;
    }
    .verify-window p {
        font-size: 1.5vw;
        margin-top: 1vw;
        line-height: 1.5vw;
    }
    .verify-window p strong {
        font-size: 2vw;
    }   
    .button-yes {
        padding: 0.5vw;
        font-size: 1.5vw;
    }
    #popUpAgeLegal .CGU p {
        line-height: 1.5vw;
        font-size: 1vw;
    }

    #popUpAgeLegal .CGU p:hover {
        font-size: 1.3vw;
        line-height: 2.5vw;
        transition: ease 500ms;
    }

    #popUpAgeLegal img.vcerf {
        width: 15vw;
        height: auto;
    }
    #popUpAgeLegal img.vcerf2 {
        width: 15vw;
        height: auto;
    }
}


/* @media all and (min-width: 1024px) and (max-width: 1279px)
{
   #popUpAgeLegal .CGU p:hover {
        font-size: 1.2vw;
        line-height: 2vw;
        transition: ease 500ms;
    }
} */

