.img-fluid {
    width: 40%;
    height:auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.navbar {
    background-color: rgba(3, 190, 255, 1);
  	padding : 0%;
}

.navbar navbar-expand-lg sticky-top {
    margin-top: 0px;
    height: 40px;
}

.nav-link {
    text-decoration: none;
    color: white;
    margin-left: 120px;
    font-size: 18pt;
    font-family: "Trebuchet MS";
    font-weight: bold;
}

.nav-link:hover {
    color: rgba(255, 102, 0, 1);
}


.map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    margin-top: 15px;
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

p {
    text-align: center;
    font-size: 14pt;
    font-family: "Trebuchet MS";
    margin-top: 15px;
}

header {
    background-image: url("img/fond.jpg");
    width: 100%;
    height: auto;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
}

body {
    background-color: rgba(236, 236, 236, 1);
}

html {

    overflow-x: hidden;
}

.navbar-toggler-icon {
    color: white;
    margin-top: 8px;
}

span{
    color:white;
    text-align: center;
    font-size: 18pt;
    font-family: "Trebuchet MS";
    font-weight: bold;
}