@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-regular.woff') format('woff'),
    url('../fonts/lato-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoitalic';
    src: url('../fonts/lato-italic.woff') format('woff'),
    url('../fonts/lato-italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latobold_italic';
    src: url('../fonts/lato-bolditalic.woff') format('woff'),
    url('../fonts/lato-bolditalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'titillium';
    src: url('../fonts/titilliumweb-regular.ttf') format('ttf'),
    url('../fonts/titilliumweb-regular.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}


* {
    font-family: latoregular, Verdana ,Arial, Helvetica, sans-serif;
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: Arial;
    font-size: 20px;
}

h1, h2, h3{
    font-family: titillium, Verdana ,Arial, Helvetica, sans-serif;
    font-weight:normal;
    color:#988670;
    padding:0;
}



#header, #header img {
    height: 5vw;
}

#header {
    padding: 0;
    width: 100%;
    z-index: 20;
    flex: 0 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.close {
    float: right;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
}


/* liste items */

.liste_marqueurs span {
    display: inline-block;
    white-space: nowrap;
    cursor: pointer;
    color: white;
    background-color: #a71532;
    border: 0.15vw solid black;
    border-radius: .5vw;
    margin: 0 0.6vw 1vw 0.6vw;
    padding: 0.5vw 1vw;
    max-width: 400px;
}

.liste_marqueurs {
    max-width: 400px;
    
}


.fullscreen {
    position: absolute;
    width: 6vw;
    max-width: 60px;
    top: 0;
    right: 12px;
    cursor: pointer;
}

.bouton {
    display: inline-block;
    color: white;
    background-color: #a71532;
    border: 0.15vw solid black;
    border-radius: .5vw;
    margin: 3vw auto;
    padding: 1vw 1vw;
}

a {
    text-decoration: none;
}


a:hover.bouton {
    display: inline-block;
    color: white;
    background-color:rgb(255,166,26);
    border: 0.15vw solid black;
    border-radius: .5vw;
    margin: 3vw auto;
    padding: 1vw 1vw;
}




/* Modal */

.modal-header {
    border-bottom: none;
}

.modal-dialog {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.modal-header .close {
    padding: 0.5rem 0.5rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-dialog{
    max-width:90%; margin-left: auto; margin-right: auto;
}

.modal-content{
   padding-left: 50px;
   padding-right: 50px;
}

.link {
	background-image: url("../link.gif");
	background-repeat: no-repeat;
	background-position: right 0.2em;
    padding-right: 30px;
}



#corps {
    position: relative;
    margin: 0 2vw;
    padding: 0;
    flex: 0 0 auto;
    display: inline-flex;
    flex-direction: row;
    width: 99%;
}

#carte {
    position: relative;
    margin: auto 1vw;
    flex: 1 1 auto;
}

#fond_carte {
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
}

#carte span {
    display: block;
    position: absolute;
    width: 2vw;
    height: 2vw;
    margin-left: -1.1vw;
    margin-top: -2.2vw;
    background-image: url("../images/marker.png");
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 1;
    cursor: pointer;
    transition: 0.3s;
}

#carte span img {
    width: 100%;
    height: 100%;
    display: none;
}

.container_carte {
    /* width: 100%; */
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.marge {
    width: 30%;
}



/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
   
    #carte span {
        width: 6vw!important;
        height: 6vw!important;
        margin-left: -3vw!important;
        margin-top: -6vw!important;
    }
    
    #corps{
        width: auto;
    }
    #carte{
        margin: 0 10px!important;
    }

}

@media only screen and (min-width: 600px) {
   
}



/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 992px) {
    
    #carte span {
        width: 4vw;
        height: 4vw;
        margin-left: -2.4vw;
        margin-top: -4.3vw;
    }
    .container_carte {
        display: block;
    }
    .liste_marqueurs{
        max-width: 90%;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
    }
    .carte_background{
        width: 100%;
        margin-left: 50px;
        margin-right: 50px;
    }
    #corps{
        width: auto;
    }
    #carte{
        margin: 0 50px;
    }


}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media (min-width: 993px) and (max-width: 1400px) {
    #carte span {
        width: 3vw;
        height: 3vw;
        margin-left: -1.7vw;
        margin-top: -3.2vw;
    }

}
