/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */
nav a::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%) scaleX(0);
    -ms-transform: translateX(-50%) scaleX(0);
    transform: translateX(-50%) scaleX(0);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    width: 100%;
    height: 1px;
    background-color: rgba(232, 172, 40, 0.8);
    -webkit-transition: -webkit-transform 250ms;
    transition: -webkit-transform 250ms;
    -o-transition: transform 250ms;
    transition: transform 250ms;
    transition: transform 250ms, -webkit-transform 250ms;
}


.bloc-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
footer .pif {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.name {
    text-align: center;
    text-transform: uppercase;
}

.name p {
    font-size: 20px;
    color: #fff;
    margin: 40px auto 30px;
}

.name a {
    font-size: 20px;
    font-family: 'Open Sans Semibold', sans-serif;
    padding: 8px 40px;
    color: #fff;
    background: #E8AC28;
}

.name a:hover {
    color: #E8AC28;
    background: #fff;
}
h1 {
    text-align: center;
    text-transform: uppercase;
    color: #00505D;
    max-width: 1140px;
}
#ache{
    color:#fff;
}

#singAria{
    margin-left:0;
}
#singAria a{
    margin-right:5px;
	text-transform: uppercase;
    font-weight: 600;
}
.chat{
    margin-left:5px;
}
#singAria span {
    text-transform: initial;
    color: #E8AC28;
    font-weight: 700;
}
#singAria strong{
	color:#00505D;
    margin-left: 5px;
}
.test {
    font-size: 60px;
}

.tof {
    display: none;
}

.contact {
    margin: 20px 0 60px;
}

.contact a {
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px 60px;
    font-weight: 600;
    background: #E8AC28;
    color: #fff;
}

.contact a:hover {
    background: #fff;
    color: #E8AC28;
}


.downMenu img {
    width: 100vw;
}

/* PAGE MENTIONS LEGALES */
.menLeg {
    max-width: 1140px;
    margin-bottom: 50px;
}

.menLeg .bloc-1 {
    flex-direction: column;
    padding: 0 30px;
}

.menLeg .str {
    font-size: 20px;
    margin: 30px 0 10px;
}

.menLeg p {
    text-align: justify;
}

/* FIN PAGE MENTIONS LEGALES */

@media only screen and (min-width: 1200px) {
.gerer h2 {
    line-height: 38px;
}
}

@media only screen and (max-width: 1199px) {
    .h2 {
        text-align: center;
        text-transform: uppercase;
        color: #fff;
        font-size: 50px;
    }

/*    .gerer h2 {
        line-height: 38px;
        width: 65%;
        margin: auto;
        margin-bottom: auto;
        margin-bottom: 20px;
    }*/

    h1{
        margin: 1rem;
    }
}
@media only screen and (max-width: 800px) {
    #ache{
        font-size:36px;
    }
}
@media only screen and (min-width: 800px) {
    .tof {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 50px auto;
    }

    .contact {
        position: absolute;
        top: 50%;
        margin: inherit;
    }
}

@media only screen and (min-width: 800px) and (max-width: 1199px) {
    .h2 {
        padding-top: 10rem;
    }
}

@media only screen and (min-width: 1199px) {
    .gerer .name {
        display: none;
    }

}

@media only screen and (min-width: 1024px) {
    .downMenu {
        display: none;
    }
}

@media only screen and (min-width: 1200px) {
    .downMenu {
        display: none;
    }
    .h2 {
        padding-top: 9rem;
        color: #fff;
        font-size: 60px;
		text-shadow: 2px 2px 3px #0000005e;
    }


}

@media only screen and (min-width: 600px) and (max-width:1024px) {

    #mbt1,
    #mbt2,
    #mbt3 {
        max-width: 600px;
        margin: auto;
    }
}


/* BLOC BANDEAU FIN DE PAGE */
.bloc-bandeau{
	position:relative;
}
.bloc-bandeau .tof{
    margin:2em 0;
	display: flex;
	position:relative;
	width:100%;
}
.bloc-bandeau .contact {
	position: absolute;
    bottom: 50%;
    left: 50%;
	transform: translate(-50%, -50%)
}
.bloc-bandeau .contact a {
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px 60px;
    font-weight: 600;
    background: #E8AC28;
    color: #fff;
}
.bloc-bandeau .contact a:hover {
    background: #fff;
    color: #E8AC28;
}