@import url('https://fonts.googleapis.com/css?family=Lato:300');
@import url('https://fonts.googleapis.com/css?family=Questrial');
@font-face {
    font-family: "Flaticon";
    src: url("font/Flaticon.eot");
    src: url("font/Flaticon.eot?#iefix") format("embedded-opentype"), url("font/Flaticon.woff") format("woff"), url("font/Flaticon.ttf") format("truetype"), url("font/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
}

header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: white;
    -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
    height: 65px;
    position: fixed;
    width: 100vw;
}

header img {
    width: 125px;
    height: auto;
    margin: 0px;
}

nav {
    padding: 35px;
    text-align: center;
    font-family: 'Questrial', sans-serif;
    display: inline;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.2rem;
}

.rubrique {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    color: black;
    text-decoration: none;
    border-top: 0px solid white;
    border-bottom: 0px solid white;
    padding: 20px 0px;
    margin: 0 15px;
}

.focus {
    color: black;
    text-decoration: none;
    border-bottom: 1px solid #3498db;
    padding: 6px 0;
    margin: 0 15px;
}

.rubrique:hover {
    border-top: 1px solid #3498db;
    border-bottom: 1px solid #3498db;
    padding: 6px 0;
}

.tel {
    color: white;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 100px;
    background-color: #f39c12;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    font-weight: 500;
}

.tel:hover {
    background-color: #e67e22;
}

.tel:before {
    content: "\f103";
    font-family: "Flaticon";
    color: white;
    font-size: 1rem;
}


/*NAV*/

main {
    padding-top: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: 'Lato', sans-serif;
    margin-bottom: 35px;
}

main iframe {
    -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
    border: 20px white solid;
    margin: 35px 0px;
}

section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1024px;
    font-size: 1.1rem;
}

aside {
    width: 350px;
    margin-left: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

aside ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

aside li {
    margin-bottom: 5px;
}

aside ul a {
    text-decoration: none;
    color: black;
}

aside ul a:hover {
    color: #3498db;
}

aside .phone:before {
    content: "\f103";
    font-family: "Flaticon";
    font-size: 0.8rem;
    color: #e67e22;
}

aside .mail:before {
    content: "\f102";
    font-family: "Flaticon";
    font-size: 0.8rem;
    color: #e67e22;
}

aside .loca:before {
    content: "\f101";
    font-family: "Flaticon";
    font-size: 0.8rem;
    color: #e67e22;
}

aside .site:before {
    content: "\f100";
    font-family: "Flaticon";
    font-size: 0.8rem;
    color: #e67e22;
}

.contactnous {
    margin-bottom: 35px;
}

.horaire span {
    font-weight: 700;
}

form {
    width: 650px;
}

legend {
    display: block;
    width: 95%;
}

input,
textarea,
select {
    margin-top: 5px;
    margin-bottom: 25px;
    border: 1px solid rgba(0, 0, 0, 0.7);
    border-radius: 3px;
}

input,
select {
    height: 30px;
    width: 95%
}

input[type="submit"] {
    width: 25%;
    background-color: #3498db;
    color: white;
    border: none;
}

textarea {
    width: 94.5%
}

label {
    padding: 0;
}

#nom,
#email {
    width: 90%;
}

.groupe {
    width: 50%;
    margin-bottom: -18px;
    margin-top: 35px;
}

.center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

form h2,
aside h2 {
    margin: 0;
    margin-bottom: 15px;
    font-size: 2rem;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    border-bottom: 1px solid #e67e22;
    display: block;
}

form h2 {
    width: 95%;
    border-bottom: 1px solid #3498db;
}

footer {
    background-color: rgba(0, 0, 0, 0.9);
    font-family: 'Lato', sans-serif;
    color: grey;
    padding: 35px 0px;
}

.footr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

footer ul {
    margin: 0 50px;
    padding: 0;
    list-style: none;
}

footer ul a {
    text-decoration: none;
    color: grey;
}

footer ul a:hover {
    color: white;
}

footer h3 {
    margin-top: 0;
    color: white;
}

footer .phone:before {
    content: "\f103";
    font-family: "Flaticon";
    font-size: 0.8rem;
}

footer .mail:before {
    content: "\f102";
    font-family: "Flaticon";
    font-size: 0.8rem;
}

footer .loca:before {
    content: "\f101";
    font-family: "Flaticon";
    font-size: 0.8rem;
}

footer .site:before {
    content: "\f100";
    font-family: "Flaticon";
    font-size: 0.8rem;
}
