@font-face {
    font-family: "Regular";
    src: url('../fonts/regular.ttf');
}
@font-face {
    font-family: "Bold";
    src: url('../fonts/bold.ttf');
}
@font-face {
    font-family: "Italic";
    src: url('../fonts/italic.ttf');
}
@font-face {
    font-family: "Bebas";
    src: url('../fonts/bebas.ttf');
}
body, html {
    margin: 0;
    padding: 0;
    background-color: #fff;
    font-family: "Regular";
    color: #363636;
}
header {

}
main {
    position: relative;
}
footer {
    background-color: #363636;
    color: #fff;
}
a {
    color: #fff;
    text-decoration: none;
}
.logoHome {
    max-height:200px;
}
.container {
    max-width: 1240px;
    margin: auto;
    position: relative;
}
.navigate {
    padding-top: 25px;
    position: absolute;
    width: 100%;
    z-index: 3;
}
.logo {
    position: absolute;
    top: 40px;
    left: 40px;
    width: 70px;
    height: 60px;
}
.burger {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 4;
}
.topPage {
    height: 100vh;
}
.topPage .intro h2 {
    margin: 0;
    padding-top: 85px;
}
.imageDeFond {
    height: 100vh;
    background-image: url('../images/fond.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.imageDeFondAbout {
    position: relative;
    height: 100vh;
    background-image: url('../images/fond-about.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    margin-bottom: 30px;
}
.imageDeFondApropos {
    position: relative;
    height: 100vh;
    background-image: url('../images/fondApropos.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
    overflow: hidden;
    margin-bottom: 30px;
}
.imageDeFondApropos .annonce {
    border: 2px solid #fff;
    width: 50%;
}
.imageDeFondApropos .topPage h2 {
    text-shadow: 10px 5px 10px rgba(0, 0, 0, 0.66);
    font-size: 1.7em;
    left: 50%;
    top: 50%;
    transform: translate(0%, 50%);
}
.imageDeFondApropos .topPage {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.imageDeFondGalerie {
    position: relative;
    height: 100vh;
    background-image: url('../images/fondGalerie.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
    overflow: hidden;
    margin-bottom: 30px;
}
.imageDeFondContact {
    position: relative;
    height: 100vh;
    background-image: url('../images/fondContact.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
    overflow: hidden;
    margin-bottom: 30px;
}
.intro-card {
    width: 100%;
    font-size: 0.8em;
	margin-top: 35px;
	margin-left: 30px;

}
.leftSide{
    display: block;
    background-color: white;
    width: 43%;
    float: right;
    height: 100vh;
    position: relative;
}
.annonce {

    padding: 10px;
    padding-left: 20px;
    border: 1px solid #242424;
    border-radius: 5px;
    width: auto;
    text-align: center;
    margin: auto;
    margin-bottom: 20px;
    max-width: 1000px;
	font-size: medium;

}
.annonce p {
    margin: 0px;
}
.important {
    font-family: "Bold";
}
.cta {
    color: #363636;
    padding: 10px 25px 10px 25px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    border: 2px solid #363636;
}

.cta-galerie {
    position: absolute;
    top: 60%;
    left: 30%;
    color: #fff;
    padding: 10px 25px 10px 25px;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid #fff;
}
.cta-home{
	display: block;
	margin-top: 25px;
	margin-left: 15px;
	width: 70px;
}
.title1 {
    position: absolute;
    top: 130px;
    right: 45%;
    color: #fff;
    z-index: 2;
    font-size: 180px;
    font-family: "Bebas";
    text-shadow: 5px 10px 15px rgba(36, 36, 36, 0.7);
}
.title2 {
    display: block;
	margin-top: 135px;
	margin-left: 30px;
    z-index: 2;
    font-size: 180px;
    font-family: "Bebas";
	color: rgb(36, 36, 36);
}
.title3 {
    display: block;
	margin-left: 30px;
    z-index: 2;
    font-size: 70px;
    font-family: "Bebas";
	color: rgb(36, 36, 36);
    width: 500px;

}
.relContainer {
	position: relative;
}
.zoneTexte {
	width: 451px;
}
.small {
    font-size: 120px;
}
.intro {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 3em;
    text-align: center;
    font-family: "Bebas";

}
.services-case {
    position: absolute;
    display: flex;
    width: 70%;
    margin: auto;
    justify-content: space-around;
    left: 50%;
    bottom: 12%;
    transform: translateX(-50%);
}
.case {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 15px;
    margin: 15px;
    text-align: center;
    background-color: #fff;
    color: #363636;
    border-radius: 20px;
    width: 180px;
    height: 140px;
}
.case h3 {
    margin: 0;
    margin-top: 20px;

}
.case img {
    width: 50px;
}
.bottom {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
    width: 35px;
}
.extra {
    margin: auto;
}
.servicesPlus {
    display: flex;
    flex-flow: row wrap;
    width: 80%;
    margin: auto;
}
.cadre {
    display: flex;
    position: relative;
    flex-direction: column;
    width: 50%;
    height: 320px;
}
.cadre p, .cadre h3 {
    padding-left: 30px;
    padding-right: 30px;
}
.cadre h3 {
    font-family: "Bebas";
    font-size: 2em;
    margin-bottom: 0px;
}
.cadre img {
    position: absolute;
    width: 140px;
    bottom: 20px;
    opacity: 0.3;
    right: 100px;
}
.image1 { background: center / cover no-repeat  url('../images/reparation.jpeg'); }
.image2 { background: center / cover no-repeat  url('../images/pneus.jpeg'); }
.image3 { background: center / cover no-repeat  url('../images/controle.jpeg'); }

.clients {
    text-align: center;
    width: 90%;
    margin: auto;
    margin-bottom: 50px;
}
.clients h2 {
    font-family: "Bebas";
    font-size: 2.4em;
}
.footerTop {
    display: flex;
    flex-flow: row wrap;
}
.footerTop .col {
    text-align: center;
    width: 33%;
}
.footerTop .col img {
    margin-top: 30px;
}
.footerTop .col p, .footerTop .col h2 {
    margin-left: 15px;
    margin-right: 15px;
}
.footerBottom {
    border-top: 2px solid #fff;
    display: flex;
    justify-content: space-between;
}
.cta-texte {
    font-family: "Bebas";
    font-size: 1.6em;
}
.btnBlanc {
    border: none;
    text-decoration: none;
    border-radius: 30px;
    padding: 10px 20px 10px 20px;
    background-color: #fff;
    color: #363636;
}
.footerTop .colMenu span {
    margin-top: 30px;
    width: 100%;
    border-bottom: 2px solid #fff;
    margin-left: 30px;
}
.footerTop .colMenu ul {
    display: flex;
    flex-flow: column wrap;
    height: 100px;
    margin-left: 30px;
    text-transform: uppercase;
    list-style-type: none;
}
.footerTop .colMenu ul li{
    margin-top: 15px;
}
.footerTop .colMenu {
    text-align: left;
    margin-top: 30px;
}
.identity {

    width: 80%;
    margin: auto;
    display: flex;
    margin-top: 80px;
}
.identity-left img{
    width: 370px;
}
.identity-right {
    margin-left: 30px;
}
.identity-right h2 {
    font-family: "Bebas";
    font-size: 3em;
    margin-top: 0px;
    margin-bottom: 20px;
}
.validate {
    margin-top: 20px;
    display: flex;
}
.validate img {
    width: 50px;
    margin-right: 30px;
}

.bande {
    background-color: #363636;
    margin-top: 50px;
    margin-bottom: 50px;
}
.chiffres {
    display: flex;
    justify-content: center;
    color: #fff;
    font-family: "Bebas";
}
.gris {
    background-color: rgb(101, 101, 101);
}
.chiffre {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    width: 25%;

}
.chiffre {
    font-size: 1.8em;
}
.chiffre .value {
    font-size: 1.4em;
}
.chiffre .small {
    font-size: 0.7em;
}
.profils {
    display: flex;
    justify-content: space-around;
    width: 80%;
    margin: auto;
}
.profils img {
    width: 120px;
    margin-bottom: 30px;

}
.profil {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: "Bebas";
    text-align: center;
    font-size: 1.5em;
}
.equipe {
    width: 100%;
    text-align: center;
    font-size: 3em;
    font-family: "Bebas";
}
.partenaire {
    display: flex;
    align-items: center;
    color: #fff;
    position: relative;
}
.autoserice>h2 {
    font-family: "Bebas";
    font-size: 3em;
}
.partenaire>img {
    width: 200px;
    height: 120px;
    margin-left: 12%;

}
.autoservice {
    margin-left: 10%;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 55%;
}
.quoteAbso {
    position: absolute;
    top: 40%;
    left: 33%;
}
.menuFull {
    display: none;
    position: absolute;
    z-index: 4;
    background-color: #fff;
}
.flexMenu {
    position: relative;
    display: flex;
    z-index: 4;
    background-color: #fff;
    height: 100vh;
    width: 100vw;
    justify-content: center;
    align-items: center;
}
.horaires h2 {
    font-family: "Bold";
    margin-top: 0;
}
.menuGauche {
    margin-right: 3%;
    border-right: 2px solid #363636;
    height: 300px;
    padding-right: 3%;
}
.menuDroite {
    padding-left: 1%;
}
.menuDroite nav ul {
    margin-left: 0;
    list-style-type: none;
    text-transform: ;
    font-size: 2em;
}
.menuDroite nav ul li{
    margin-top: 20px;
    margin-bottom: 20px;
}
.menuDroite nav ul li a{
    text-decoration: none;
    color: #363636;
    transition: opacity .3s;
}
.menuDroite nav ul li a:hover{
    opacity: 0.6;

}
.afficher {
    display
}
.cadreIntro {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 700px;
}
.imageDeFondGalerie .topPage h1{
    position: absolute;
    top: 40%;
    left: 38%;
    transform: translate(-50%, -50%);
    font-family: "Bebas";
    font-size: 4em;
    text-align: left;
}
.imageDeFondGalerie .topPage h1 img{
    width: 40px;
}
.galerie {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    width: 100%;
    margin: auto;
}
.formulaire {
    width: 60%;
    border-radius: 25px;
    background-color: rgba(228, 228, 228, 0.28);
    color: #fff;
    display: flex;
    justify-content: center;
    margin: auto;
    padding: 60px 45px 30px 45px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.formulaire .side {
    width: 45%;
    padding-left: 3%;
    padding-right: 3%;
}
.formulaire .side h1  {
    font-family: "Bebas";
    font-size: 3.4em;
    margin-bottom: 0px;
}

.formulaire .side h2 {
    font-family: "Bebas";
    font-size: 2em;
    margin-top: 0px;
    border-bottom: 3px solid #fff;
}
.formulaire .side form {
    display: flex;
    flex-direction: column;
}
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 50px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
.close:hover, .close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
.wrap .picture:hover {
    opacity: 0.7;
    cursor: pointer;
}
.formulaire input[type="text"], textarea {
    border: none;
    border-radius: 5px;
    padding: 10px 10px 10px 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.formulaire input[type="mail"], input[type="password"] {
    margin-top: 10px;
    margin-bottom: 10px;
	padding: 10px;
	padding-left: 10px;
	border: none;
	border-radius: 5px;
	padding-left: 19px;
}
.formulaire select {
    border-radius: 5px;
    padding: 10px 20px 10px 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: none;

}
.formulaire textarea {
    height: 100px;
    border-radius: 5px;
    margin-bottom: 20px;
}
.noir {
    background-color: #363636;
    color: #fff;
}
.moreContact {
    width: 30px;
}
.icoContact {
    position: absolute;
    width: 90px;
    top: 9%;
    left: 63%;
    z-index: 4;
    transform: translateX(-25%);
}
.bebas {
    font-size: 3em;
    font-family: "Bebas";
    text-align: center;
}
.otherContact {
    display: flex;
    justify-content: space-around;
    margin-bottom: 80px;
}
.caseContact {
    display: flex;
    flex-direction: column;
    justify-content:  flex-start;
    align-items: center;
    border: 4px solid #363636;
    padding: 15px 20px 15px 20px;
    width: 200px;
    height: 200px;
    text-align: center;
}
.caseContact h3 {
    font-size: 2em;
    margin-top: 0;
    font-family: "Bebas";
}
.caseContact img {
    width: 50px;
}
#close {
    position: absolute;
    cursor: pointer;
    top: 40px;
    right: 40px;
    width: 30px;
}
table td {
    padding: 5px;
}

/* PANNEAU DE CONTROLE CSS */

.mainHeader {
    background-color: #363636;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 35px;
	width: 100%;
}
.corps {
    display: flex;
    flex-flow: row wrap;
}
.outil {
    border: 2px solid #363636;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 30px;
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
}
.outil label {
    display: block;
    font-size: 1.5em;
    margin-bottom: 20px;
}
.outil input[type="submit"] {
    display: block;
    margin-top: 20px;
}
.outil ul {
    list-style-type: none;
}
.outil ul .droit {
    font-family: "Bold";
}
.outil input[type="text"], input[type="password"] {
    width: 100%;
}
.wrap {
    width: 200px;
    height: 200px;
    border: 8px solid black;
    margin: 20px;
    overflow: hidden;
}
.wrap img {
    width: 135%;
}
#loginPanel {
    width: 350px;
    margin: auto;
    background-color: #363636;
    color: #fff;
    padding: 20px;
    border-radius: 20px;
    margin-top: 100px;
}
.responsiveBurgerBlanc {
    display: none;
}
.adminForms label {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;

}
.navbarFooter {
	position: absolute !important;
	bottom: 0px;
	width: 100%;
}

.homeContent {
    width:100vw;
    height: 100vh;
    display: flex;
    overflow-y: hidden;
}
.left-side {
    background: url('../images/fond.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 20%;
    width: 55%;
}
.right-side {
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.col-content {
    width: 400px;
}
.homeContent h1 {
    font-size: 8em;
    font-family: "Bold";
    color: #fff;
    text-transform: uppercase;
    text-align: right;
    line-height: 90%;
    margin-right: 50px;
    opacity: 0;
}
.col-content h2 {
    font-size: 4em;
    font-family: "Bold";
    margin: 0;
}
.messageAvant {
    padding: 10px;
    border-radius: 8px;
    border: 2px solid black;
    max-width: 600px;
    text-align: center;
    margin: 30px auto;
}
@media screen and (max-width: 1023px) {

    .homeContent {
        flex-direction: column;
    }
    .left-side {
        display: none;
    }
    .right-side {
        width: 80%;
        margin: auto;
        margin-top: 35%;
        
    }
    .imageDeFond {
        background-image: url('../images/fond.png');
        background-position: center;
		height: 166vh;
    }
	.smartphone {
		background-color: rgba(0, 0, 0, 0.3);
		height: 100%;
	}
    .leftSide {
        width: 100%;
		height: 100vh;
        background: rgba(255, 255, 255, 0);
    }
    .title1, .title2, .title3 {
        position: relative;
        display: block;
        top: 0;
        left: 0;
        font-size: 30px;
        text-align: center;
        color: #fff;
        background-image:none;
        -webkit-text-fill-color:#fff;
        width: auto;
		text-shadow: 15px 15px black 55px;
    }
    .title1 {
        padding-top: 135px;

        font-size: 60px;
    }
    .title2 {
		margin-top:0;
        font-size: 60px;
    }
	.zoneTexte {
		width: 100%;
		height: 100%;
	}
    .title3 {
        font-size: 40px;
    }
    .intro-card {
        position: relative;
        bottom: -15px;
        right: 0;
        transform: translateX(0);
        margin-top: 0px;
        padding: 20px;
        padding-top: 30px;
        color: #fff;
        color: #fff;
        margin-left: 0;
        width: auto;
        font-size: 1.1em;
		height: 100%;
    }
    .intro-card .annonce {
        display: block;
		border: 2px solid white;
    }

    .intro-card .cta {
        display: block;
        height: 30px;
        color: #fff;
        border: 1px solid #fff;
        z-index: 15;
		width: 70px;
		padding-right: 60px;
    }
    .logo-resp {
        display: none;
    }
    .flexMenu {
        flex-direction: column;
        justify-content: center;
    }
    .menuGauche {
        border:none;
        margin: 0;
        padding: 0;
        height: auto;
    }
    .menuGauche img {
        width: 130px;
        margin: auto;
    }
    .menuDroite nav ul {
        padding-left: 0;

    }
    .topPage .intro {
        font-size: 30px;
        margin-top: 35px;
        margin-bottom: 35px;
    }
    .services-case {
        position: relative;
        left: 0;
        bottom: 0;
        align-items: center;
        flex-direction: column;
        transform: translateX(0);
    }
    .case {
        margin: 5px;
        padding: 10px;
    }
    .bottom {
        bottom: 50px;
    }
    .extra {

    }
    .servicesPlus{
        flex-direction: column;
        width: 100%;
    }
    .cadre .image3 {
        margin-top: 30px;
    }
    .image3 {
        display: none;
    }
    .cadre {
        width: 100%;
        margin: auto;
        height: 450px;

    }
    #google-reviews {
        flex-direction: column;
    }
    .review-item {
        width: 80%;
        margin-bottom: 15Px;
        margin-top: 15px;
    }
    .clients {
        width: 100%;
    }
    .footerTop {
        flex-direction: column;
    }
    .footerTop .col {
        width: 100%;
        padding-bottom: 20px;
    }
    .footerBottom{
        margin-top: 20px;
    }
    .topPage .intro .aproposTitre {
        font-size: 70px;
        padding-top: 0px;
    }
    .identity {
        flex-direction: column;
        width: 95%;
        align-items: center;
    }
    .identity-right {
        margin-top: 30px;
    }
    .annonce {
        width: 80%;
        margin: auto;
    }
    .chiffres {
        flex-direction: column;
    }
    .chiffre {
        width: 100%;
    }
    .profils {
        flex-direction: column;
    }
    .profil {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .partenaire {
        flex-direction: column;
    }
    .partenaire img {
        margin: 0;
        margin-top: 30px;
    }
    .autoservice {
        width: 80%;
        margin: 0;
        margin-bottom: 20px;
    }
    .quoteAbso {
        display: none;
    }
    .container {
        margin: 0;
    }
    body {
        overflow-x: hidden;
    }
    .cadreIntro {
        width: 300px;
    }
    .imageDeFondGalerie .topPage h1 {
        top: 46%;
        left: 45%;
        font-size: 3em;
    }
    .cta-galerie {
        top: 65%;
        left: 25%;
    }
    .galerie {
        align-items: center;
    }
    .wrap {
        margin: auto;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .formulaire {
        flex-direction: column-reverse;
        margin-top: 20px;
        padding-top: 0px;
        width: 80%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .formulaire .side {
        width: 100%;
        padding: 0;
    }
    .formulaire h2 {
        display: none;
    }
    .formulaire p {
        display: block;
        margin: 0;
        padding: 0;
    }
    .otherContact {
        flex-direction: column;
        align-items: center;
    }
    .caseContact {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .annonce {
        margin-bottom: 20px;
    }
    .corps {
        justify-content: center;
        flex-grow: 1;
    }
    .responsiveBurgerNoir {
        display: none;
    }
    .responsiveBurgerBlanc {
        display: block;
    }
    .icoContact {
        display: none;
    }
    .formulaire .side h1 {
        font-size: 1.5em;

    }

}
