/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url(/include/core_icons.css);

/* Base */

body {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center top;
	font-size:18px;
    font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #333333;
	margin: 0px 0px 0px 0px;
	overflow-x: hidden;
	overflow-y: scroll;
	width:100%;
}

h1,h2,h3,h4,strong,b {
	color: #333333;
}

h1,h2,h3,h4{
	font-family:'Montserrat','Lato';
}

li {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 20px;
}

video:focus {
    outline: none;
}

/*Bootstrap DEBUT*/

.container-lg {
	max-width:1170px;
}
.nopadding {
    padding: 0;
	}
.nomargin {
    margin: 0;
	}

.contactheader {
	color: #333333;
	font-size:1.4em;
	text-align:right;	
	top:25px;
	padding-right:20px;
}
/* JP */

.paragrapheinfosecondaire {
	font-size:10px;
}

/* A00 video responsive DEBUT */
.video-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 ratio */
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	text-align: center;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* A00 video responsive FIN */

#headerfond p {
text-transform: none ;
/* color: #52585f ; */
font-size: 20px ;
}

#headerfond p.headertext_00 {
	color:#525252;
}

#headerfond p.headertext_01 {
	color:#525252;
}

#headerfond p.headertext_02 {
	color:#525252;
}

#headerfond p.headertext_03 {
	color: #525252;
}

h2.paragraphetitre_00 {
	color:#084b78;
}


.B10_paragraphe_0, .B10_paragraphe_1, .B10_paragraphe_2, .B10_paragraphe_3, .B10_paragraphe_4, .B10_paragraphe_5, .B10_paragraphe_6, .B10_paragraphe_7, .B10_paragraphe_8, .B10_paragraphe_9, .B10_paragraphe_10, .B10_paragraphe_11 {
/* text-align: left;
margin-left: 25px;
margin-right: 25px; */
width:100%; /* MISE A JOUR IMPORTANTE */
}


p.icone {
text-align: right ;
padding-right: 40px ;
}


.footertop {
	background-color: #fecb00;
	color: #000;
	padding: 30px 0;
	font-size: 1em;
	text-align: center;
    font-family: 'Roboto', sans-serif;
}

.titrefooter {
	color: #cc092f;
	font-size: 1.6em;
	text-align: left;
}

div.titrefooter_00 {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color:#084b78;
	text-align:left;
}

div.titrefooter_01 {
	font-size: 12px ;
	font-weight: 700;
	text-transform: uppercase;
	color:#000;
	text-align:left;
}

div.titrefooter_02 {
	font-size: 12px ;
	font-weight: 700;
	text-transform: uppercase;
	color:#cc092f;
	text-align:left;
}

div.titrefooter_03 {
	font-size: 12px ;
	font-weight: 700;
	text-transform: uppercase;
	color:#cc092f;
	text-align:left;
}

.footertexte {
	color: #000;
	font-size: 1rem;
	text-align: left;
	font-family: 'Roboto',sans-serif;
}

.footertexte a {
    color: #000 ;
	text-decoration: none;
	transition: opacity 200ms ease-in;
}

.footertexte .link-main {
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    text-transform: uppercase;
}

.footertop .mapsep {
    display: none;
}

.footertop .map {
	width: 140px;
	height: 140px;
	margin-left: auto;
	border: 1px solid #c7c6c6;
}

.footertexte a:hover {
	opacity: 0.8;
}

.contact-box .contact-title,
.contact-box .contact-info {
	text-align: left;
}

.contact-box .contact-title {
    font-size: 16px;
}

.social-links {
    margin-top: 20px;
    text-align: left;
}

.social-links a {
    margin-right: 30px;
    text-decoration: none;
}

.social-links a:last-child {
    margin-right: 0;
}

.social-links img {
	width: 30px;
	height: 30px;
}

.vcenter {
	display: inline-block;
	vertical-align: top;
	float: none;
}

.footerbottom {
	background-color: #fecb00;
	color: #000;
	padding: 12px 0 8px;
	font-size: 0.7em;
	text-align: left;
	font-family: 'Roboto', sans-serif;
}

.colophon {
	display: inline-block;
	padding-top: 3px;
}

.footerbottom > .row {
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
}

.footerbottom .colophon > div {
	padding-right: 7px;
	border-right: 1px solid #555;
	margin-right: 6px;
	padding-left: 0;
	width: auto;
}

.footerbottom .colophon > div:last-child {
	margin: 0;
	padding: 0;
	border: none;
}

.footerbottom .colophon > div > a {
	color: #000;
	text-decoration: none;
}

.footerbottom .colophon > div > a:hover {
	opacity: 0.8;
}

.social {
	display: inline;
	float: right;
	line-height: 0;
}

.social a {
	text-decoration: none;
}

.social .fb,
.social .gp,
.social .tw,
.social .in {
	display: inline-block;
	vertical-align: top;
}
															
.vertical-align {
	display: flex;
	flex-direction: row;
}

.vertical-align > [class^="col-"],
.vertical-align > [class*=" col-"] {
	display: flex;
	align-items: center;
	justify-content: center; /* Optional, to align inner items 
															horizontally inside the column */
}

/* centered columns styles */
.row-centered {
		text-align:center;
}
.col-centered {
	display:inline-block;
	float:none;
	/* reset the text-align */
	text-align:center;
	/* inline-block space fix */
	margin-right:-4px;
}

.encart {
	background-color: rgba(0, 0, 0, 0.5);
	bottom: 0;
	left: 0;
	text-shadow: none;
	padding: 0 20px;
	width:100%;
	color: #fff;
	/* padding: 20px 20px 20px 20%; */
	text-align: left;
	/* white-space: nowrap;	 */
}

/* Styles pour les fonds */

.backff h2, .backee h2, .backe5 h2{
		font-size: 24px;
		text-align: left;
		text-transform: uppercase;
		font-weight: bold;	
		margin-top:60px;
		margin-bottom:32px;
		}

.backff h2, .backee h2{
}
.backe5 h2{
	color:#ffffff;
}

.backee, .separ-backee {
	background-color:#f7f7f7;
}

.separ-backee h2 {
	font-weight: 700;
	text-transform: none;
}

.backee h4 {
}

.backff, .separ-backff{
	background-color:#ffffff;
}

.separ-backff h2 {
	font-weight: 700;
	text-transform: none;
}

.separ-backff h2::after, .separ-backee h2::after {
	content: "";
	border-top: 2px solid rgb(204, 9, 47);
	width: 40px;
	display: block;
	margin: 20px auto;
}


.backe5 {
	background-color:#828282;
	color: #ffffff;
}

.backe5 h2{
	color: #ffffff;
}


.backblue, .separ-backblue {
	background: linear-gradient(90deg, RGBa(0,89,157,1) 0%, RGBa(0,72,126,1) 100%);
}
.separ-backblue h2 {
	color : white;
	font-size:30px;
	font-weight: 400;
	text-transform: none;
	margin-bottom: 0px;
	letter-spacing: 4px;
}
.separ-backblue-after img{
	vertical-align: top;
}

/* Fin styles pour les fonds */



.latwrapper {
	position: fixed;
	top: 44%;
	z-index: 2000;
	right: 16px;
	height: 300px;
	top: 50%;
	margin-top: -150px;
}
.bandeau {
	height:120px;
}

@media screen and (min-width: 1025px){
	.encart {
		left: 0%;
	}
	
	.backtuyau {
		background-position:top right;

	}
	
	h1, .pagetitre {
		text-align: left;
	}

}

@media screen and (min-width: 1281px){
.encart	{
	left: 0%;
}

.backtuyau{
	background-position:90% 0;
}
.latwrapper {
right:0px;
}
}


@media screen and (min-width: 1400px){
.encart	{
	left: 0%;
}

.backtuyau{
	background-position:80% 0;
}
}

@media screen and (max-width: 1200px){
	.menuH {
	position: relative;
    top: -20px;	
}
	.tophead {
	background-image: url(../images/0003logo.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	}
}

@media screen and (max-width: 991px) {
    .footertop .map {
        display: none;
    }
    .footertop .mapsep {
        display: block;
        border-color: rgba(0,0,0,0.2);
    }

    .contact-box .contact-title,
    .contact-box .contact-info {
        text-align: left;
    }

	.social-links {
        text-align: left;
    }

    .footerbottom {
		text-align: center;
	}
	
	.colophon {
		display: block;
		padding-top: 0;
	}
	
	.social {
		display: block;
		margin-top: 10px;
		text-align: center;
	}
}

@media screen and (max-width: 768px){
	.logoAPM {
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
	}

	.contactheader {
        color: #333333;
        font-size: 1em;
        text-align: center;	
	}
}


.encartnews {
top:36%;
left:11%;
width:70%;
}


/*Bootstrap FIN */


.bordure{
	background-color: #FFF;
	width: 1px;
}

.tableauboitetelechargez{
	width:100%;
	text-align:left;
}

.titreimage {
	background-repeat: repeat-x;
	background-position: left;
}

.sizetenpix {
	font-size: 12px;
	color: #000000;
}

.size10pix {
	font-size: 1em;
	color: #000000;
	line-height: 1.2em;
}

.size8pix {
	font-size: 8pt;
}

.hautdate {
	font-size: 10px;
	color: #ffffff;
	font-weight: normal;
	white-space: nowrap;
	text-align: right;
	padding-right: 5px;
}



TD.line-height {
	line-height: 0px;
}

B {
	font-weight: bold;
}

a:active, .activelink {
	color: #e73a2a;
}

a:link {
	color: #333333;
}

a:visited {
	color: #333333;
}


.breadcrumbs {
	width: 100%;
	padding: 10px 0;
	border-bottom: 2px solid #000;
	background-color: #333333;
}

.navigationtextemenu {
	color: #333;
	font-weight: normal;
	text-decoration: none;
}

a.navigationtextemenu {
	color: #333;
	font-weight: normal;
	text-decoration: none;
}

a.navigationtextemenu:hover, a.navigationtextemenu:visited {
	color: #333;
	font-weight: normal;
	text-decoration: none;
}


.navigationtexte, .navigationtexteheader	{
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-weight: normal;
	font-size: 12px;
}

a.navigationtexte, a.navigationtexteheader {color: #fff;}

div.navigationtexteheader div:last-child a.navigationtexteheader {
	color: #fff;
	text-decoration: none;
	cursor: default;
}
a.navigationtexte:hover, a.navigationtexteheader:hover {color: #fff;}
div.navigationtexteheader div:first-child a.navigationtexteheader:hover {
	color: #fff;
}
.navigationtextecourant , .navigationtexteheadercourant {
	color: #000000;
	font-size: 9px;
}
.textesociete {
	color: #379B31;
}

.contacttexte {
	font-size: 11px;
	color: #ffffff;
}

.contacttelfax {
	font-size: 11px;
	color: #ffffff;
	padding-bottom: 2px;
}

.contactemail {
	font-size: 11px;
	color: #ffffff;
}

.contactsociete {
	font-size: 12px;
	color: #C8E1FF;
	font-weight: bold;
}

.contactbox {
	margin: 5px 7px 0px 7px;
}

.contactadresse {
	padding: 5px 7px 0px 7px;
	font-size: 12px;
	color: #ffffff;
}
.contactinfosup {
	padding : 5px 7px 0px 7px;
	font-size: 11px;
	color: #ffffff;
}

.contact-img {
	width: auto;
	height: auto;
	max-width: 100%;
	margin: 0 auto;
	display: block;
}

.contact-text {
	text-align: center;
	font-size: 2em;
	font-weight: bold;
}

@media screen and (min-width: 992px) {
	.contact-img {
	/*	padding-top: 70%; suppression suite à disposition empilée */
	}
	
	.contact-text {
	/*	padding-top: 75%; suppression suite à disposition empilée */
	}
}


TD.imageboite {
	 font-size: 1pt;
	 line-height: 1pt;
	
}

TABLE.tableauboite {
	background-color: #fff;
}

TD.fondboite {
	padding: 0 3px 0 3px;
	background-color: #fff;
	background-position: top;
}

TD.fondboiteactu {
	padding: 0 3px 0 3px;
	background-color: #fff;
	background-position: top;
}


TD.fondboitenewsletter {
	margin-right: 10px;
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: top;
}

/* E64 Recherche DEBUT */
#E64_boiteRecherche {
	width: 110px;
	height: 40px;
	margin: 0;
	padding: 0;
	/* background-color:; */
	background-image: url(../images/0001spacer.gif);
	background-repeat: no-repeat;
	/* background-position:; */
	float:right;
	top: 51px;
    position: relative;
}

#E64_boiteRecherche form {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#E64_input {
	float: right;
	height: 5px;
	border: 0px;
}
#E64_input input {
	margin-left: 20px;
	background-color: transparent;
	background-image: url("../images/0008backrecherche.gif");
	background-repeat: no-repeat;
	width: 110px;
	height: 30px;
	color: #666666;
	/* JP font-family: "Questrial",Arial,Verdana,Helvetica,Sans; */
	font-family: Arial,Verdana,Helvetica,Sans;
	font-size: 0.5em;
	border: 0px solid #C1C1C1;
	padding-left: 5px;
	padding-top: 0px;
}

#E64_bouton {
	float: right;
	height: 30px;
}
#E64_bouton img {
	margin-top: 0px;
	margin-right: 18px;
}
/* E64 Recherche FIN */
/* F06 Likes DEBUT */

#F06_likes_select {
		background: none repeat scroll 0 0;
		border-radius: 2px 2px 2px 2px;
		display: table-cell;
		height: 20px;
		margin: 0 0 0 0;
		padding: 5px 20px 2px;
		position: relative;
		}
#F06_likes_select div {
	    float: left;
		margin-right: 2px;
}

/* F06 Likes Fin */
/* B10 DEBUT */
#B10_masquedebut {
	width:100%;
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
}

/* B10 FIN */

/**
 * Carousel
 */
#myCarousel .carousel-indicators {
	left: 92%;
	bottom: -8px;
}

#myCarousel .carousel-indicators li {
	margin-left: 10px;
}

#myCarousel .carousel-indicators .active {
	margin-left: 10px;
}

#myCarousel .titre,
.encartsingle .titre {
	font-size: 40px;
	font-weight: 700;
	color: #fff;
}

#myCarousel .texte,
.encartsingle .texte {
	font-size: 30px;
	font-weight: 300;
	color: #fff;
}

/** Sidebar Widgets **/
#menudroite {
	/* margin-top: 35px; */
}

#menudroite .widget {
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #9fb725;
	background-color: #fff;
	border-radius: 3px;
	overflow: hidden;
}

#menudroite .widget .header {
	margin-bottom: 10px
}

#menudroite .widget .header h3 {
	margin: 0;
	font-size: 18px;
}

#menudroite .widget .contents .more-link {
	margin-top: 10px;
	font-size: 14px;
	text-align: center;
}

/* Styles depending on page type */

.NetplTypePageacc h1 {
	display: none;
}

.highlight{
	background-color: #f5f5f5;
	padding: 10px;
	margin-bottom: 20px;
}

.theme-color{
	color: #e73a2a;
}