@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;700;800&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&display=swap');


body{
    font-family: Roboto;
    font-size: 14pt;
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
    width: 100%;
	height: 130px;
	background-color: white;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.30);
	z-index: 100;
	padding: 0;
}

#header .header_marge {
   max-width: 100%;
}

#header #logoEntete {
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-image: url(images/logoentete_gl_plomberie.png);
	width: 300px;
	height: 130px;
}


#header .contenuAvecLogo {
	min-height: 10px;
	display: none;
}


#headerContact {
    position: revert;
    height: 0px;
}

#headerContact .contact{
    display: none;
}

#headerContact .telephone{
    color: #CB0006;
    font-size: 28px;
    font-weight: bold; 
    font-family: Helvetica;
    position: relative;
    top: 13px;
    right: 15px;
}

#footer{
    background-color: #2b5ba7;
	padding-top: 30px;
    color: white;
}

#footer a {
    color: white ;
}

#footer a:hover {
    color: rgb(196, 255, 253) ;
}

#main {
	margin-top: 120px;
}

@media screen and (max-width: 1200px) {
    
    #header {
        height: 105px;
    }

    #header #logoEntete {
        zoom: 80%;
    }
    
    #main {
        margin-top: 105px;
    }
    
    #headerContact .telephone{
        font-size: 23px;
        top: 10px;
    }
}

@media screen and (max-width: 700px) {

    #header {
        height: 60px;
    }

    #header #logoEntete {
        bottom: -4px;
        zoom: 50%;
    }
    
    #headerContact .telephone{
        font-size: 20px;
        top: 16px;
        right: 52px;
    }

    #main {
        margin-top: 60px;
    }
    
}

/* MENU */

#menu {
	background-color: transparent;
	position: absolute;
	width: auto;
	right: 0;
	height: auto;
    padding-top: 30px;
}

#menuNavigation {
    background-color: #2b5ba7;
}

#menu .menu_marge {
	margin-left: 0;
}
   

#menu li {
	width: auto;
	padding-right: 20px;
	padding-left: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
	font: 14px "Manrope", sans-serif;
    transition-duration: 0.5s;
}
    
#menu li:first-child {
    border-radius: 8px 0 0 8px;
}

#menu li:last-child {
    padding-right: 40px;
}

#menu li a {
	color: #ffffff;
}

#menu li.actif {
    background-color: #d50909;
}

#menu li.actif a {
	color: rgba(255, 255, 255, 1);
}

#menu li:hover {
	background-color: #2C3771;
	color: white;
}

#menu li:hover a {
	color: white;
}

#menu li:last-child {
	border-right-width: 0;
	border-right-style: none;
}


@media screen and (max-width: 1200px) {

    #menu {
        padding-top: 25px;
    }
    
    #menu li {
        font-size: 12px;
        padding-right: 6px;
        padding-left: 6px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    
    #menu li:last-child {
        padding-right: 15px;
    }

}


@media screen and (max-width: 800px) {
    
    #menu li {
        padding-right: 4px;
        padding-left: 4px;
        font-size: 11px;
    }
    
}


@media screen and (max-width: 700px) {
    
    #menuNavigation_affiche:before {
        content: "";
    }

    #menu {
        position: absolute;
        left: 0;
        top: 60px;
        margin: 0;
        padding: 0;
    }
    
    #menu li {
        padding: 0;
        font-size: 11px;
    }
    
    #menu li:first-child {
        border-radius: 0px;
    }

    #menu li:last-child {
        padding-right: 0px;
    }
    
}


/* CONTENU */

#contenu_col_d,#contenu_col_g,#contenu_col_gd, #contenu_seul, #main .blochaut, #main .blocbas  {
	max-width: 100%;
}

h1 {
    font-family: Manrope;
    font-weight: 800;
}

h2 {
    font-family: Manrope;
    font-weight: 800;
    color: #2a6db2;
    margin-top: 40px;
    margin-bottom: 30px;
}
 
.article.bloc{
    margin-top: 50px;
    margin-bottom: 50px;
}

.article.intro h1 {
	color: #2b5ba7;
	margin-top: 1.8em;
	margin-bottom: 1em;
    padding-bottom: 0.2em;
}

.article.intro h2 {
    color: #2b5ba7;
    margin-top: 2em;
	margin-bottom: 2em;
	font: 2em "Open Sans", sans-serif;
}

.article.intro p.intro{
    font-size: 24px;
}

.article.bloc h1 {
	color: #2a6db2;
	margin-top: 0.5em;
	-font: 2.2em "Open Sans", sans-serif;
	margin-bottom: 0.1em;
}

.article.standard.contraste {
    background-color: #2b5ba7; 
    color: white;
}

.article.bloc.contraste {
    background-color: #2b5ba7;
    color: white;
}

.article.contraste h2 {
    color: white;
}

@media screen and (max-width: 700px) {
    
    .article.taille4b{
        width: 90%
    }

    h1 {
        
    }
}