

@font-face {
	font-family: Century Gothic;
	src: url(fonts/GOTHIC.TTF);
}

@font-face {
	font-family: Century Gothic;
	src: url(fonts/GOTHICB.TTF);
	font-weight: bold;
}

#map {
    position: absolute;
    width: 100%;
    height: 100%;
}

.buttons{
    position: absolute;
    top: 20px;
    margin-left: 20px;
    z-index: 1;
}

.right-buttons{
    width: 100%;
    right: 0;
}


.button {
    background: linear-gradient(to right, #fb3640, #542e71);
    border-radius: 36px;
    display: block;
    cursor:pointer;
    color: #ffffff;
    font-family:Century Gothic;
    font-size:17px;
    font-weight: bold;
    padding:10px 24px;
    border-width:0;
    margin-bottom: 15px;
    width: 220px;
    transition: 0.3s;
}

.button:hover{
    transition: 0.3s;
    opacity: 90%;
}

.button span {
    color: #ffffff;
}

.button-lm{
    border-width: 3px;
    border-color: #fdca40;
    border-style: solid;
    position: relative;
}

.button-lm i {
    margin-right: 10px;
}

.dropdown-menu{
    width: auto;
    background-color: #ffffff;
    margin-top: 0;
    font-family:Century Gothic;
    left: 26px;
    font-size: 17px;
    padding: 10px 30px;
    perspective: 1000px;
    border-bottom-left-radius:36px;
    border-bottom-right-radius: 36px;
    border-top-right-radius: 36px;
    width: auto;
}

.dropdown-menu>li>a {
    display: inline-block;
    color: #542e71;
    padding: 0 30px;

}

.dropdown-menu>li>a:hover{
    background-color: rgb(255, 255, 255);
}

hr {
    margin: 10px 0 10px 0;
    border-top: 1px solid #542e71;
}

.dropdown-menu:hover{
    color: none;
}

.fa-caret-down, .fa-trash-alt{
    position: absolute;
    top: 30%;
    left:15px;
}
.typeMap{
    top: 0 !important;
    margin-bottom: 20px;
    width: 220px;
    display: flex;
}
.typeMap-map{
    color: #542e71;
    background: #ffbb01;
    border-top-right-radius: 0;
    border-bottom-right-radius:0;
    width: 50% !important;
    font-weight: bold;
}
.typeMap-satellite{
    color: #542e71;
    background: #ffc62b;
    border-top-left-radius: 0;
    border-bottom-left-radius:0;
    width: 50% !important;
    font-weight: normal;
}

.typeMap-satellite:hover, .typeMap-map:hover{
    font-weight: bold;
    box-shadow: none;
    background: #fdca40;
    opacity: 70%;
}

.full-screen{
    top: 20px;
    display: inline-block;
    width: 170px;
    color: #542e71;
    background: #fdca40;
    position: absolute;
    font-weight: normal;
    right: 0;
    margin-right: 35px;
    z-index: 2;
}

.recommandation{
    position: absolute;
    margin-right: 20px;
    margin-top: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-block: 5px;
    font-size: 9px;
    color: white;
    background:#542e71;
}

.centre-zoom-default{
    position: absolute;
    background: #ffbb01;
    color: #542e71;
    margin-top: -55px;
    right: 0;
    padding-right: 27px;
    padding-left: 14px;
    width: 10px;
}

.signaler-problem{
    left:10px;
    right: auto;
    top: auto;
    width: auto;
    bottom: 10px;
    z-index: 1;
}

.signaler-problem:hover{
    color: #542e71;
    text-decoration: none;
}

.reinitialiser{
    right: 10px;
    left: auto;
    top: auto;
    width: auto;
    bottom: 10px;
}

.reinitialiser:hover{
    color: #542e71;
    text-decoration: none;
}

.reinitialiser span, .signaler-problem span, .full-screen span{
    color: #542e71;
}

.zoom{
    z-index: 2;
    position: absolute;
    top:auto;
    bottom: 80px;
    margin-right: 35px;
    right: 0;
}

.zoom-in, .zoom-out{
    color: #542e71;
    text-align: center;
    border-radius:0;
    padding-left: 14px;
    margin:0;
    width: 10px;
}

.localiser-moi-mobile{
    display: none;
    padding: 10px;
    width: auto;
    border-radius: 36px;
    color: #542e71;
    background: #ffbb01;
}


.zoom-in:hover, .zoom-out:hover, .centre-zoom-default:hover, .localiser-moi-mobile:hover{
    box-shadow: none;
}

.zoom-in{
    background: #ffbb01;
    border-top-left-radius: 26px;
    border-top-right-radius: 26px;
}

.zoom-out{
    background: #fdca40;
    border-bottom-left-radius: 26px;
    border-bottom-right-radius: 26px;
}

.selectionneVille{
    appearance: none;
    display: flex;
    background: #542e71;
    border-radius: 10px;
    width: 100%;
    position:relative;
    margin-bottom: 0 !important;
    font-weight: normal;
}

.villeSelectionee{
    color: #542e71;
    border-top-right-radius: 0;
    background-color: rgba(255, 255, 255, 0.3);
}

.search-bar{
    position:absolute;
    display: flex;
    z-index: 1;
    left: 34%;
}

.typeDirection{ 
    display: none;
    font-size: 20px;
    font-family: Century Gothic;
    position: absolute;
    z-index: 2;
    width: auto;
    padding: 10px;
    margin: 10px;
    top: 550px;
    margin-left: 40%;
    align-items: center;
    border-radius: 36px;
    color: #542e71;
    transition: 1s;
}

#walking, #driving, #bicycling{
    transition: 0.6s;
}

.typeButtons i{
    font-size: 20px;
    color: #542e71 !important;
    width: 30px;
    height: 30px;
    padding-top: 5px;
    border-radius: 36px;
}

.typeButtons button {
    background: none;
    width: 0;
    padding: 0;
    margin-top: 10px;
    margin-inline: 20px;
}

.typeButtons{
    display: flex;
}

.form-control{
    border-radius: 36px;
    display: block;
    cursor:pointer;
    font-family:Century Gothic;
    font-weight: bold;
    border-width:2px;
    width: 300px;
    height: 45px;
    transition: 0.3s;
}

.form-control:focus{
    border-color: #542e71;
    border-width:4px;
}

#clickOnMap{
    display: none;
    position:absolute;
    z-index: 1;
    height:100%;
    width:100%;
    text-align:center;
    background:rgb(84, 46, 113, 0.50);
    padding: 20%;
}

#clickOnMap h1{
    font-family:Century Gothic;
    font-weight: bold;
    font-size: 40px;
    color: #ffffff;
    text-shadow: 0 0 20px #542e71;
}

#clickOnMap button{
    margin-left: 35% ;
    margin-top:40px;
    background: #542e71 ;
}

.mobileMenuMap{
    display: none;
}

.buttons-list{
    display: block;
}

@media (max-width: 958px) {
    .signaler-problem span, .full-screen span, .recommandation, .reinitialiser span,.button-lm, .quitter-full-screen-icon{
        display:none;
    }

    .signaler-problem, .full-screen, .reinitialiser, .quitter-full-screen-icon{
        width: auto;
        padding: 8px;
        padding-block: none;
        font-size: 23px;
        text-align: center;
    }

    .full-screen, .quitter-full-screen-icon {
        background-color: transparent;
    }

    .reinitialiser{
        background-color: #fdca40 !important;
        right: 0;
    }

    .localiser-moi-mobile{
        display: block;
    }

    .buttons-list{
        background-color: rgb(84, 46, 113, 0.20);
        border-radius: 36px;
        padding-block: 10px;
        padding-inline: 10px;
    }

    #map-menu{
        position: absolute;
        display: block;
    }

    .mobileMenuMap{
        margin-top: 10px;
        display: none;
        cursor: pointer;
        display: block;
        font-size: 30px;
        color: #fb3640 !important;
    }

    .mobileMenuMap:focus-visible, .mobileMenuMap:focus{
        color: #fb3640;
    }

    .dropdown-menu{
        width: 300px;
    }

    #clickOnMap h1{
        font-size: 32px;
    }

    #clickOnMap button{
        margin-left: 30%;
    }

    .typeDirection{ 
        margin-left: 30%;
        top: 500px;
    }
}

@media (max-width: 805px) {

    #clickOnMap h1{
        margin-top: 33%;
        font-size: 30px;
    }

    #clickOnMap button{
        margin-left: 25%;
    }

    .typeDirection{
        top: 500px;
    }

}

@media (max-width: 698px) {
    .search-bar{
        margin-top: 60px !important;
        display: inline-flex;
        left: 0;
        z-index: 1;
    }

    #clickOnMap button{
        margin-left: 0;
    }

    .typeDirection{
        margin-left: 25%;
        top: 500px;
    }

    .typeDirection b{
        display: none;
    }
    
    .buttons .left-buttons{
        height: 50px;
    }
}