*{
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: MediumRoboto;
    src: url(Source/Police/Roboto/Roboto-Medium.ttf);
}

@font-face {
    font-family: BlackRoboto;
    src: url(Source/Police/Roboto/Roboto-Black.ttf);
}

@font-face {
    font-family: LightRoboto;
    src: url(Source/Police/Roboto/Roboto-Light.ttf);
}

.menu{
    width: 100%;
    height: 130px;
    padding: 0;
    margin: 0;
    position:fixed;
    background-color: white;
    position: relative;
}

.contlogo{
    width: 25%;
    height: 110px;
    margin-top: 10px;
    margin-left: 20px;
    display: flex;
    justify-content: left;
    float: left;
}

.logo{
    width: auto;
    height: 110px;
}

a{
    text-decoration: none;
    text-decoration-line: none;
    color: black;
}

.img-thumbnail.active {
    border: 3px solid #c00; /* rouge vif, à adapter */
}

.contpages {
    width: 70%;
    height: 110px;
    margin-right:20px;
    background-color: white;
    display: flex;
    justify-content: right;
    float: right;
    flex: 1;
    transition: all 0.3s ease;
}

.pages {
    width: 15%;
    text-decoration: none;
    height: auto;
    color: black;
    font-size: 23px;
    text-align: center;
    position: right;
    display: inline;
    margin: 10px;
    float: left;
    margin-top: 50px;
    font-family: LightRoboto;
}

.pages:hover{

    font-family:MediumRoboto;
}
/* Hamburger caché par défaut */
.hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 35px;
    float: right;
    margin-top: 45px;
    margin-right: 10px;
    height: 30px;
    cursor: pointer;
    z-index: 10;
}

.hamburger span {
    width: 100%;
    height: 4px;
    margin: 3px 0;
    background: black;
    border-radius: 10px;
    transition: all 0.3s ease;
}

/* Animation en croix quand actif */
.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(7px, 7px);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

/* Responsive : affichage hamburger */
@media screen and (max-width: 1200px) {
    .hamburger {
        display: flex;
    }

    .contpages {
        font-family: LightRoboto;
        position: absolute;
        top: 128px;
        margin-right: 0;
        background-color: white;
        flex-direction: column;
        width: 100%;
        height: 500px;
        text-align: center;
        padding-top: 50px;
        display: none;  
    }

    .contpages.show {
        display: flex;
    }

    .pages {
        margin: 10px;

    }
}


.garage{
    width: 100%;
    height: 700px;
    background-image: url(images/pages/p_garage.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
}


.tra1{
    width: 100%;
    margin-top: -100px;
    height: 200px;
    background-image: url(image/Transition_01.png);
    background-size: 100%;
    float: left;
}

.text1{
    width: 60%;
    height: 400px;
    margin-left: 20%;
    margin-right: 20%;
    float: left;
}

.titre{
    font-family: BlackRoboto;
    color: black;
    font-size: 21pt;
}

.soustitre{
    font-family: MediumRoboto;
    color: black;
    font-size: 17pt;
}

.texte{
    font-family: LightRoboto;
    color: black;
    font-size: 12pt;
}

.tra2{
    width: 100%;
    margin-top: 1250px;
    height: 200px;
    background-image: url(image/Transition_02.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: bottom;
    position: absolute;
}

.prest{
    width: 50%;
    height: 700px;
    background-image: url(images/pages/p_prestations.jpg);
    background-size: 150%;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 150px;
    float: left;
}
.text2{
    width: 50%;
    height: 700px;
    background-color: #e4e4e4;
    margin-top: 150px;
    float: left;
}

.conttext1{
    width: 90%;
    height: 65%;
    margin-right: 5%;
    margin-left:5%;
    margin-top: 20%;
}

.tra3{
    width: 100%;
    margin-top: -100px;
    height: 200px;
    background-image: url(image/Transition_01.png);
    background-size: 100%;
    float: left;
}

.text3{
    width: 60%;
    height: auto;
    margin-left: 20%;
    margin-right: 20%;
    float: left;
}

.occas{
    width: 90%;
    height: 400px;
    background-color: white;
    padding: 5%;
    float: left;    
}

.occas1{
    width: 29%;
    margin-right: 2%;
    margin-left: 2%;
    height: 350px;
    background-color: white;
    float: left;
}


.occt{
    width: 100%;
    height: 35%;
    margin-top: 5%;
    float: left;
    background-color: white;
}


.contact{
    width: 50%;
    margin-top: 80px;
    height: 700px;
    float: left;
}

iframe{
    width: 100%;
    height: 100%;
}

.text4{
    width: 50%;
    margin-top: 80px;
    height: 700px;
    background-color: #e4e4e4;
    float: left;
}

.conttext2{
    width: 90%;
    height: 70%;
    margin: 5%;
    margin-top: 25%;

}

.tra4{
    width: 100%;
    margin-top: 2600px;
    height: 300px;
    background-image: url(image/Transition_02.png);
    background-size: 100%;
    background-position: bottom;
    position: absolute;
}

@media screen and (max-width: 1200px) {

    .contlogo{
        width: 50%;
        height: 110px;
        margin-top: 10px;
        display: flex;
        justify-content: left;
        float: left;
    }
    
    a{
        text-decoration: none;
        text-decoration-line: none;
        color: black;
    }   
    
    .pages {
        width: 90%;
        text-decoration: none;
        height: auto;
        color: black;
        font-size: 23px;
        text-align: center;
        display: inline;
        margin: 5%;
        float: left;
        margin-top: 0;
        font-family: LightRoboto;
    }

    .garage{
        width: 100%;
        height: 500px;
        background-image: url(images/pages/p_garage.jpg);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        float: left;
    }
    
    
    .tra1{
        width: 100%;
        margin-top: -60px;
        height: 100px;
        background-image: url(image/Transition_01.png);
        background-size: 100%;
        float: left;
    }
    
    .text1{
        width: 90%;
        height: 400px;
        margin-left: 5%;
        margin-right: 5%;
        float: left;
        margin-top: 40px;
    }
    
    .titre{
        font-family: BlackRoboto;
        color: black;
        font-size: 21pt;
    }
    
    .soustitre{
        font-family: MediumRoboto;
        color: black;
        font-size: 17pt;
    }
    
    .texte{
        font-family: LightRoboto;
        color: black;
        font-size: 12pt;
    }
    
    .tra2{
        width: 100%;
        margin-top: 1050px;
        height: 100px;
        background-image: url(image/Transition_02.png);
        background-size: auto;
        background-repeat: no-repeat;
        background-position: bottom;
        position: absolute;
    }
    
    .prest{
        width: 100%;
        height: 500px;
        background-image: url(images/pages/p_prestations.jpg);
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat;
        margin-top: 100px;
        float: left;
    }
    .text2{
        width: 100%;
        height: 700px;
        background-color: #e4e4e4;
        margin-top: 0;
        margin-left:0;
        margin-right: 0;
        float: left;
    }
    
    .conttext1{
        width: 90%;
        height: 95%;
        margin: 5%;    }
    
    .tra3{
        width: 100%;
        margin-top: -80px;
        height: 100px;
        background-image: url(image/Transition_01.png);
        background-size: 100%;
        float: left;
    }
    
    .text3{
        width: 90%;
        height: auto;
        margin-left: 5%;
        margin-right: 5%;
        margin-top: 50px;
        float: left;
    }

    .occas{
        width: 90%;
        height: 200px;
        background-color: white;
        padding: 5%;
        float: left;    
    }
    
    .occas1{
        width: 30%;
        margin-right: 1.5%;
        margin-left: 1.5%;
        height: 350px;
        background-color: white;
        float: left;
    }
    
    
    .occt{
        width: 100%;
        height: 35%;
        margin-top: 20px;
        float: left;
        background-color: white;
    }
    
    
    .contact{
        width: 100%;
        margin-top: 100px;
        height: 500px;
        float: left;
    }
    
    iframe{
        width: 100%;
        height: 100%;
    }
    
    .text4{
        width: 100%;
        margin-top: 0;
        height: 500px;  
        background-color: #e4e4e4;
        float: left;
    }
    
    .conttext2{
        width: 90%;
        height: auto;
        margin: 5%;
        margin-top: 50px;
    
    }
    
    .tra4{
        width: 100%;
        margin-top: 2730px;
        height: 100px;
        background-image: url(image/Transition_02.png);
        background-size: auto;
        background-repeat: no-repeat;
        background-position: bottom;
        position: absolute;
    }
}

@media screen and (max-width: 600px) {

    .contlogo{
        width: 50%;
        height: 110px;
        margin-top: 10px;
        display: flex;
        justify-content: left;
        float: left;
    }
    
    a{
        text-decoration: none;
        text-decoration-line: none;
        color: black;
    }   
    
    .pages {
        width: 90%;
        text-decoration: none;
        height: auto;
        color: black;
        font-size: 23px;
        text-align: center;
        display: inline;
        margin: 5%;
        float: left;
        margin-top: 0;
        font-family: LightRoboto;
    }

    .garage{
        width: 100%;
        height: 300px;
        background-image: url(images/pages/p_garage.jpg);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        float: left;
    }
    
    
    .tra1{
        width: 100%;
        margin-top: -40px;
        height: 50px;
        background-image: url(image/Transition_01.png);
        background-size: 100%;
        float: left;
    }
    
    .text1{
        width: 90%;
        height: 300px;
        margin-left: 5%;
        margin-right: 5%;
        float: left;
        margin-top: 40px;
    }
    
    .titre{
        font-family: BlackRoboto;
        color: black;
        font-size: 21pt;
    }
    
    .soustitre{
        font-family: MediumRoboto;
        color: black;
        font-size: 17pt;
    }
    
    .texte{
        font-family: LightRoboto;
        color: black;
        font-size: 12pt;
    }
    
    .tra2{
        width: 100%;
        margin-top: 1100px;
        height: 100px;
        background-image: url(image/Transition_02.png);
        background-size: auto;
        background-repeat: no-repeat;
        background-position: bottom;
        position: absolute;
    }
    
    .prest{
        width: 100%;
        height: 300px;
        background-image: url(images/pages/p_prestations.jpg);
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat;
        margin-top: 500px;
        float: left;
    }
    .text2{
        width: 100%;
        height: 700px;
        background-color: #e4e4e4;
        margin-top: 0;
        margin-left:0;
        margin-right: 0;
        float: left;
    }
    
    .conttext1{
        width: 90%;
        height: 95%;
        margin: 5%;    }
    
    .tra3{
        width: 100%;
        margin-top: -50px;
        height: 50px;
        background-image: url(image/Transition_01.png);
        background-size: 100%;
        float: left;
    }
    
    .text3{
        width: 90%;
        height: auto;
        margin-left: 5%;
        margin-right: 5%;
        margin-top: 50px;
        float: left;
    }
    
    .occas{
        width: 90%;
        height: 400px;
        background-color: white;
        padding: 5%;
        float: left;    
    }
    
    .occas1{
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        height: 100px;
        margin-top: 20px;
        background-color: white;
        float: left;
    }
    
    
    .occt{
        width: 50%;
        height: 100%;
        margin-top: 0;
        margin-left: 5%;
        float: left;
        background-color: white;
    }
    
    
    .contact{
        width: 100%;
        margin-top: 80px;
        height: 400px;
        float: left;
    }
    
    iframe{
        width: 100%;
        height: 100%;
    }
    
    .text4{
        width: 100%;
        margin-top: 0;
        height: 500px;  
        background-color: #e4e4e4;
        float: left;
    }
    
    .conttext2{
        width: 90%;
        height: auto;
        margin: 5%;
        margin-top: 50px;
    
    }
    
    .tra4{
        width: 100%;
        margin-top: 2740px;
        height: 100px;
        background-image: url(image/Transition_02.png);
        background-size: auto;
        background-repeat: no-repeat;
        background-position: bottom;
        position: absolute;
    }
}
