#content-wrapper{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background-image: url(/media/img/v2/deejo-garantie.jpg);

}

#alert-box-code{
color: red;
    font-weight: 500;
    text-align: center;
    margin-top: 5px;
}

p,h1,h2,h3{
    margin: 0;
    padding: 0;
}

#main{
    background-color: rgba(0,0,0,0.7);
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    color: white;
    padding-top: 200px;
    padding-bottom: 100px;
}

.breadcrumb-header-container{
    position: absolute;
    top: 10px;
    left: 10px;
}

#left-side{
    width: 48%;
}

#left-side p{
    color: white;
}

#form-garantie{
    width: 40%;
    background-color: rgba(255,255,255,0.8);
    color: black;
    padding: 25px;
    z-index: 1000;
}

#title-form{
    text-align: center;
    font-size: 1em;
    max-width: 80%;
    text-transform: uppercase;
    
    margin: 0px auto;
    margin-bottom: 25px;
}



.bloc_form{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.champ p{
    color: black;
}

.title_form{
    text-transform: uppercase;
    font-weight: bold;
    color: black;
    margin-bottom: 5px;
}

.champ{
    width: 47%;
    margin-bottom: 10px;
}

.champ.full{
    width: 100%;
    position: relative;
}

.champ input {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 35px;
    border: 2px solid transparent;
    min-height: 35px;
    outline: none;
    padding: 0px 5px;
}


.champ select {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 35px;
    border: 2px solid transparent;
    min-height: 35px;
    outline: none;
    padding: 0px 5px;
}

.champ input.accepted{
    border:2px solid green;
}

.champ input.refused{
    border:2px solid red;
}

.champ select.accepted{
    border:2px solid green;
}

.champ select.refused{
    border:2px solid red;
}

.container{
    padding: 0;
}

#container-left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: 0px auto;
    margin-bottom: 50px;
}

.borders{
    border-top: 1px solid rgba(255,255,255,0.4);
    width: 100%;
}


#partie1, #partie2{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
#partie1 p, #partie2 p{
    margin: 0;
    padding: 0;
    text-align: center;
    margin: 0px 10px;
}

#partie1 p{
    font-size: 1.5em;
    font-weight: bold;
}

#partie2 p{
    font-size: 1em;
    font-weight: bold;
    white-space: nowrap;
    text-transform: uppercase;
}

h1{
    font-weight: normal;
    font-size: 1em;
    margin: 15px 0px;
}

#txt-garantie{
    margin-top: 30px;
}

.btn_garantie {
    display: block;
    margin: 0px auto;
    text-align: center;
    padding: 12px 30px;
    cursor: pointer;
    background-color: transparent;
    outline: none;
    color: white;
    text-transform: initial;
    border: 0;
    font-weight: 500;
    margin-top: 5px;
    height: 50px;
    padding: 0 15px;
    font-size: 15px;
    color: black;
    border: 2px solid #efab18;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.btn_garantie:hover{
    opacity: 0.5;
}

#label-check-info{
    font-weight: 500;
    font-size: 16px;
}

#label-check-info label{
    font-size: 15px;
}

#btn-continue, #btn-validation{
    background-color: #efab18;
}

#btn-validation{

    background-color: #efab18;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    margin: 0 auto;
    max-width: 50%;
    height: 40px;

}

.bloc_form{
    margin-bottom: 15px;
}

#txt-garantie p{
    margin-bottom: 15px;
}


@media (max-width: 1000px){

    #main{
        flex-direction: column;
    }

    #left-side {
        width: 65%;
        text-align: center;
        margin-bottom: 30px;
    }

    #form-garantie {
        width: 65%;
    }

}

@media (max-width: 800px){

    #left-side {
        width: 85%;
    }

    #form-garantie {
        width: 85%;
    }
}

@media (max-width: 650px){

.larger_mobile .champ{
    width: 100%;
}

}

@media (max-width: 400px){

    #left-side {
        width: 95%;
    }

    #form-garantie {
        width: 95%;
    }




}






/* Success part */

#result-form{
    background-color: black;
    position: relative;
    overflow: hidden;
    padding: 10%;
        min-height: 100vh;
}

#fond-noir{
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: rgba(0,0,0,0.6);
    z-index: 1;
    width: 100%;
    height: 100%;
}

#container-result-title p {
    color: white;
}

#container-result-form{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
    object-fit: cover;
}

#container-result{
    position: relative;
    z-index: 2;
    width: 60%;
    margin: 0px auto;
}

#container-result-title{
    width: 100%;
    margin: 0px auto;
    margin-bottom: 40px;
}

#title-success{
    font-size: 1.1em;
    text-align: center;
    margin: 15px 0px;
    text-transform: uppercase;
}

#container-results-social{
    background-color: rgba(255,255,255,0.7);
    padding: 4%;
}

.paragraphe_title{
    color: black;
    text-align: center;
    margin: 10px 0px;
}

.paragraphe_title.uppercase{
    text-transform: uppercase;
    font-weight: 500;
}

#networks-social{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.network{
    width: 30px;
    height: 30px;
    margin: 0px 5px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.display_none{
    display: none;
}

@media (max-width: 1000px){

    #container-result {
        width: 80%;
    }

}


@media (max-width: 500px){

    #container-result {
        width: 100%;
    }

}





/* Adresse */

#div-adresse-1{
    display: none;
    position: absolute;
    border: solid 1px;
    width: 100%;
    box-sizing: content-box;
    z-index: 1000;
    background-color: #fcfcfc;
    top:105%;
    left:0px;
}

#menu-1 {
    list-style: none;
    margin: 0;
    padding: 0;
}

.propositions_address {
    padding: 10px;
    text-align: left;
    padding-left: 5%;
    cursor: pointer;
}

.propositions_address:nth-child(even) {background: #fbfbfb}

.propositions_address:nth-child(odd) {background: #ececec}

#close-address a{
    color: #F47D26;
    font-size: 25px;
    text-decoration: none;
}

div#close-address {
    position: absolute;
    right: 5px;
    float: inherit;
    cursor: pointer;
    top: 50%;

    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);

}

.propositions_address:hover {
    background-color: #f47c26;
    color: white;
}

#container-title-address{
    padding: 10px;
    color: white;
    font-weight: 500;
    background-color: black;
    position: relative;
    color: white;
}

#question{
    position: fixed;
    background-color: rgba(0,0,0,0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1010;
}

#container-question{
    background-color: white;
    padding: 20px;
    max-width: 550px;
}

#btns{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

#btns button{
    margin: 0px 10px;
}

@media (max-width: 1250px){

        #container-question{
            max-width: 75%;
        }

    }


@media (max-width: 800px){

    #btns{
        flex-direction: column-reverse;
    }
    #btns button {
        margin: 0px 10px;
        width: 100%;
        margin-bottom: 15px;
    }

    #btns button:first-of-type{
        margin-bottom: 0;
    }

    #btn-continue {
    margin-bottom: 15px;
    }
}

@media (max-width: 500px){

    #container-result {
        width: 100%;
    }

    #container-question p{
        font-size: 12px;
    }

}


#inside-question {
    border: 2px solid #efab18;
    padding: 15px 25px;
}

#inside-question p{
    font-weight: 500;
    text-align: center;
    color: black;
}

#border-pop {
    width: 70%;
    height: 2px;
    background-color: #efab18;
    margin: 20px auto;
}









