/*menu haut*/

.navlinks {
    list-style: none;
}
.navlinks li {
    display: inline-block;
    padding: 0px 20px;
}

.navlinks li a:hover {
    color: #bfbfbf;
}
.navlinks a {
    font-family: "Mada", sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #001a33;
    text-decoration: none;
}
button {
    padding: 8px 20px;
    border: none;
    border-radius: 50px;
    transition: all 0.1s ease 0s;
    background-color: #475663;
}
button:hover {
    background-color: #7b8dab;
}

/*corps*/
html {
    scroll-behavior: smooth;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}
body {
    background-attachment: fixed;
    background-color: #fff;
    font-size: 14px;
    font-family: "Mada", sans-serif;
    color: black;
}

li,
button {
    font-family: "Mada", sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}
header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 10%;
    background-color: #fff;
    border-bottom: solid 0.1px;
}
h4 {
    text-transform: uppercase;
    padding: 10px;
    text-align: center;
}

.corps {
    width: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
    margin-top: 0px;
}
.container {
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 2px 8px #001a33;
    padding: 5px;
    margin-bottom: 30px;
}
.consult {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 20px;
    border-radius: 8px;
    margin: 30px 0;
}
.contact {
    width: 100%;
    background-color: #f2f2f2;
    padding: 20px 0;
    margin: 30px 0;
}

.contact h1 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #001a33;
    padding: 20px;
}

.contact p {
    font-size: 16px;
    padding: 5px;
}

.contact a {
    color: #001a33;
    text-decoration: none;
}

.fa,
.far,
.fas {
    font-family: "Font Awesome 5 Free";
}

.video {
    width: 100%;
    text-align: center;
    margin: 30px 0;
}

/*p2*/
.containerB {
    width: 100%;
    padding: 5px;
    background-position: center;
    text-align: justify;
    font-size: 15px;
}
.containerC {
    width: 100%;
    padding: 5px;
    background-color: #fff;
}
.back {
    width: 100%;
    text-align: center;
    font-size: 26px;
    padding: 50px;
}
.back a {
    color: #bfbfbf;
    text-decoration: none;
}

.corpscent {
    width: 800px;
    min-height: 150px;
    margin: 50px auto;
    position: relative;
}

.imageheader {
    width: 100%;
    height: 180px;
    position: relative;
    background-image: url(IMG/bleu.jpg);
    background-size: 1800px;
    background-repeat: repeat-x;
}
.imagebg {
    width: 100%;
    background-image: url(IMG/bleu2-01.jpg);
    background-repeat: repeat-x;
    background-size: 2300px;
}

.header {
    padding-bottom: 20px;
    color: #001a33;
    text-align: justify;
}
.headertext {
    text-transform: uppercase;
    color: #001a33;
    font-size: 30px;
}
.header2 {
    margin: 0 auto;
    color: #b3b3b3;
    padding-bottom: 10px;
    padding-top: 10px;
}
.text {
    text-align: justify;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
}
.link {
    text-align: center;
    font-size: 26px;
    text-transform: uppercase;
    color: #001a33;
    padding-top: 30px;
}
.link a {
    text-decoration: none;
    color: #001a33;
}
.link a:hover {
    color: #bfbfbf;
}

.loginbox {
    width: 250px;
    height: 300px;
    background-color: none;
    color: #001a33;
    top: 200px;
    left: 50%;
    padding: 70px 40px;
    position: absolute;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    border-radius: 5px;
}
.loginbox input {
    width: 100%;
    margin-bottom: 20px;
    color: #cccccc;
}
.loginbox input[type="text"],
input[type="password"] {
    border: none;
    border-bottom: 1px solid #001a33;
    background: transparent;
    outline: none;
    height: 20px;
    font-size: 16px;
}
.loginbox input[type="submit"] {
    border: none;
    outline: none;
    height: 30px;
    background: #475663;
    color: #fff;
    font-size: 18px;
    border-radius: 20px;
}
.loginbox input[type="submit"]:hover {
    cursor: pointer;
    background: #d9d9d9;
    color: #000;
}

.div1 {
    float: left;
    margin-right: 15px;
    height: 413px;
    width: 255px;
    padding: 12px;
    text-align: justify;
    color: #001a33;
    border-style: none;
    border-radius: 8px;
    background-color: #e6f3ff;
}
.div2 {
    height: 413px;
    width: 255px;
    padding: 12px;
    border-style: none;
    border-radius: 8px;
    color: #001a33;
    background-color: #f2f2f2;
    overflow: hidden;
}
.div3 {
    float: right;
    margin-left: 15px;
    height: 413px;
    width: 258px;
    padding: 12px;
    color: #001a33;
    border-style: none;
    border-radius: 8px;
    background-color: #e6f3ff;
}

.box1 {
    margin-left: 10px;
    margin-bottom: 10px;
    padding: 50px;
    height: 420px;
    width: 500px;
    background: grey;
    color: white;
}
.box2 {
    margin-left: 300px;
    margin-bottom: 10px;
    padding: 50px;
    height: 450px;
    width: 500px;
    background-color: #001a33;
    color: #f2f2f2;
}
.box3 {
    margin-left: 300px;
    margin-bottom: 10px;
    padding: 50px;
    height: 300px;
    width: 500px;
    background: grey;
    color: white;
}
.box4 {
    margin-left: 10px;
    margin-bottom: 10px;
    padding: 50px;
    height: 350px;
    width: 500px;
    background: grey;
    color: white;
}

.mail {
    float: left;
    margin-right: 25px;
    height: 130px;
    width: 250px;
    padding: 25px;
    text-align: center;
    border-style: none;
}
.phone {
    height: 130px;
    width: 250px;
    padding: 25px;
    text-align: center;
    border-style: none;
    background-color: none;
    overflow: hidden;
}
.address {
    float: right;
    margin-left: 25px;
    height: 140px;
    width: 250px;
    padding: 25px;
    text-align: center;
    border-style: none;
    background-color: none;
}
