.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);
}

a {
    text-decoration: none;
    color: white;
    margin-left: 130px;
    font-size: 18pt;
    font-family: "Trebuchet MS";
    font-weight: bold;
}

#Tarif {
    font-size: 14pt;
    font-family: "Trebuchet MS";
    color: black;
    text-decoration: underline;
    margin-left: 8px;
    margin-right: 8px;
}

p {
    margin-left: 8px;
    margin-right: 8px;
    margin-block-start: 15px;
    text-align: left;
    font-size: 14pt;
    font-family: "Trebuchet MS";
    line-height: 40px;
}

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

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

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

html {

    overflow-x: hidden;
}

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