:root {
	--theme-blue: #004a95;
	--theme-green: #00914a;
	--theme-darkblue: #3a5566;
	--theme-darkerblue: #313247;
	--theme-text: #666c73;
	--theme-pink: #f83ec6;
	--theme-primarylight: #ffffff;
}

html {
	background-color:#1D2B36;
}


body {


	background-color: rgba(237, 241, 242, 0.9);
	background-color: #fff;

	/*background: url(../img/ffbpdf/background.jpg) no-repeat 0 0;
	width:1366px;
	margin:0 auto;*/

	color:var(--theme-text);
}

.glyphicon-ok::before {
	content: "\2713";
	font-size: 16px;
	color: #004A9B;
	margin-top: 7px;
	display: block;
}

/*
bleu foncé : 1d2b36
bleu foncé foncé : 0f1922
vert : 008b45
bleu info : 004a95
gris clair bg : edf1f2
police foncée : 1d2b36
police gris clair : 9b9ea0
police gris : 707375
couleur lignes grises : ebeff2

couleur bg ligne foncé : fbfcfc
couleur police lien bleu : 004a95
*/
a {
	color:#004a95;
}
a:hover {
	color:#004a95;
}

body {
	/*font-family: 'Droid Sans', Helevetica, sans-serif;*/
	font-family: 'Open Sans', Helevetica, sans-serif;
}

#logo-replace-sm {
	background-color:#fff;
	color:#004a95;
	text-align: center;
	display: block;
	font-size:0.8em;
	padding: 5px;
	margin-bottom: 20px;
}
#logo-replace-sm img {
	width:50%;
}
#footer-label {
	background-color: #212529;
	color: #fff;
	text-align: center;
	display: block;
	font-size: 0.8em;
	padding: 5px;
	margin-bottom: 20px;
}


h1 {
	margin: 30px 0;
	font-size:2.75em;
	text-align:center;
	/*text-transform: uppercase;*/
	color: var(--theme-darkerblue);
}

h2 {
	margin: 10px 0px;
	font-size: 1.8em;
	text-align: center;
	padding: 20px;
	display: block !important;
	float: none;
	width: 100%;
	color: var(--theme-darkerblue);
	font-weight: bold;
}
h3 {
	margin: 0 5px;
	font-size:1.5em;
	text-align:left;
	padding:20px;
}
.divhoraire h3 {
	padding-left: 0;
	margin-left:0;
}
#contentcontainer {

	width:100%;
	border-top: 0px solid #019C5F;
	min-height: 100%;


}

#content {
	/*width:800px;*/
	margin:0 auto;
	border-width:0;
	padding:0;
	-webkit-box-shadow:none!important;
	box-shadow:none!important;
	-moz-box-shadow:none!important;
}
#innercontent {
	padding: 10px 20px;

	margin-bottom: 30px;
	margin-top:20px;

	max-width: 1000px;
	margin: 0 auto;
}
#innercontent2 {
	padding: 10px 20px;
	background-color: #fff;
	margin-bottom: 30px;
	margin-top:20px;

	max-width: 1000px;
	margin: 0 auto;
}
#innercontent2 > div {
	background-color:#fff;
	opacity:0.93;
	border-radius: 5px;
}
header {
	padding-top:20px;

	max-width: 1400px;
	margin: 0 auto;
	padding: 10px 20px;
}

.menu {

	font-size: 10px;
	/*float: left;*/
	margin-top: 52px;
}
.menu nav {
	text-align:center;
}
.menu nav a {

	width: 100px;
	display: block;
	font-weight: 600;
}

.menu nav a:hover {
	border-bottom: 2px solid #004a95;
	text-decoration:none;
}
.menu nav a#topbar-logout-compte {
	border-width: 0px;
	background-color:var(--theme-blue);
	width:160px;
	border-radius:15px;
	font-size: 1.5em;
	/*float:right;*/
	height: 30px;
	padding-top: 3px;
    margin-top: -5px;
}

.menu nav a#topbar-logout-compte svg {
	float: left;
	color: #fff;
	margin: 4px 0 0 9px;
}
.menu nav a#topbar-logout-compte span {
	font-size:1em;
	color:#fff;
}

.menu nav a.active:hover {
	text-decoration:none;
}
.menu nav a.active {
	border-bottom: 2px solid #004a95;
}

#logoMenu, #logoMenu2 {
	max-width: 100%;
	max-height:70px;
	margin: 15px;
}

footer{

	padding: 20px 0;
	background-color: #212529;
}
footer a {
	padding:0 5px;
	color:#fff;
	font-size:0.8em;
	text-decoration: underline;
}
footer a:hover {
	color:#fff;
}
footer a.liencreabox {

	text-decoration: none;
}
footer a.liencreabox img {
	/*float: right;
	margin: -40px 15px 15px 15px;
	position: absolute;
	right: 10px;*/
	width: 60px;
}
#accueilmenu {
	margin:20px 0;
}
#accueilmenu li {
	text-align: center;
	padding:10px;
}


.container {
	background-color: #fff;
}

p {
	padding:20px;
	line-height: 1.2em;
}
.preambule {
	border: 1px solid #ffa100;
	background-color: #ffd98c;
	font-size: 14px;
	margin: 10px 15px 15px 15px;
}
.divinput {
	padding:20px;
}
.divinput label {
	margin:5px;
	padding-left: 5px;
}
.divhoraire.divinput label {
	margin:0px;
}
.divinput input {
	/*color: #999;*/
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	padding: 7px 15px;
	margin: 5px;
}
.block {
	display: block;
}
#div_oui_btp, #div_non_btp {
	display:none;
}
#div_oui_reglement_interieur, #div_non_reglement_interieur {
	display:none;
}
#div_contact_federation_5962, #div_contact_federation_aisne, #div_contact_federation_somme, #div_contact_federation_oise {
	 display:none;
 }


.effectif11, .effectif50, .effectif250 {
	display:none;
}


.action_div {
	text-align: center;
}

#etape_1_affiche0 {
	/*display:none;*/
}

#etape_1_affiche1 {
	/*display:none;*/
}

#etape_2_affiche1 {
	/*display:none;*/
}

#etape_3_affiche1 {
	/*display:none;*/
}

#etape_4_affiche1 {
	/*display:none;*/
}

#etape_5_affiche1 {
	/*display:none;*/
}

#etape_6_affiche1 {
	/*display:none;*/
}

a.btn {
	color: #fff;
	background-color: #004a95;
	border-color: #004a95;
	padding: 15px 30px;
	font-weight: bold;
	border-radius: 0;
}

a.btn:hover {
	color: #004a95;
	background-color: #fff;
	border-color: #004a95;
	padding: 15px 30px;
	font-weight: bold;
}

.boutonprecedent {
	text-align:left;
}
.boutonsuivant {
	text-align:right;
}
.action_div a {
	margin:50px 20px;
}

#div_accord_collectif {
	display:none;
}

.divhoraire {
	font-size: 70%;
	padding: 0 0 0 0px;
	padding-left: 30px;
	margin-right: 0;
}

.horaire_jour {
	display:block;
	text-transform: uppercase;
}
.horaire_jour_ampm:before {
	display:block;
	content:'';

	clear:left;
}
.horaire_periode {
	display:block;
	text-transform: uppercase;
	font-size:120%;
}
.horaire_jour_chantier {
	display:block;
	text-transform: uppercase;
}
.horaire_jour_chantier_ampm:before {
	display:block;
	content:'';

	clear:left;
}

#div_amenagement_temps_travail {
	display:none;
}

#lien_affiche1_cibtp {
	display:block;
	text-align: center;
}



/***LOADER*****/
#bgajax {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.5);
	/*background-color:transparent;*/
	display:none;
	z-index:255;
	/*cursor: none;*/
}

#bgajax img {
	width: 100px;
	height: 100px;
	top: 300px;
	position:fixed;
	display:none;
}



.loader {
	margin: auto;
	width: 100px;
	height: 100px;
}
.loader:before {
	content:'';
	display: block;
	padding-top: 100%;

}

.circular {
	animation: rotate 2s linear infinite;
	height: 100px;
	transform-origin: center center;
	width: 100px;
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	margin: auto;
}


.path {
	stroke-dasharray: 1,200;
	stroke-dashoffset: 0;
	animation:
			dash 1.5s ease-in-out infinite,
			color 6s ease-in-out infinite
;
	stroke-linecap: round;
}

@keyframes rotate{
	100%{
		transform: rotate(360deg);
	}
}
@keyframes dash{
	0%{
		stroke-dasharray: 1,200;
		stroke-dashoffset: 0;
	}
	50%{
		stroke-dasharray: 89,200;
		stroke-dashoffset: -35px;
	}
	100%{
		stroke-dasharray: 89,200;
		stroke-dashoffset: -124px;
	}
}
@keyframes color{
	100%, 0%{
		stroke: #004E98;
	}
	40%{
		stroke: #00914A;
	}
	66%{
		stroke: #ffa700;
	}
	80%, 90%{
		stroke: #d62d20;
	}
}

#bgajaxtoast {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.9);
	/*background-color:transparent;*/
	display:none;
	z-index:255;
	/*cursor: none;*/
    opacity: 90%;
}

#bgajaxtoast .toast {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);

}


/**** public home ****/
html.publichtml {
	background-color: transparent;
}
html.publichtml body {
	background-color: transparent;
	/*height: 100vh;*/
	/*margin-bottom: 100px;*/
}
#publicbg {
	width:100%;

	border-top: 0px solid #019C5F;
	min-height: 100%;
	background: url(../img/ffbpdf/background.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	opacity:0.1;
	position: fixed;
	filter: grayscale(0.9);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;

	/*filter: blur(8px);
	-webkit-filter: blur(8px);
	-moz-filter: blur(8px);
	-o-filter: blur(8px);
	-ms-filter: blur(8px);*/
}

#publicbg2 {
	width:100%;
	border-top: 0px solid #019C5F;
	min-height: 100%;
	background: url(../img/public-bg-1440x900.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	opacity:0.9;
	position: fixed;

	top: 0;
	bottom: 0;
	left: 0;
	right: 0;

	filter: blur(8px);
	-webkit-filter: blur(8px);
	-moz-filter: blur(8px);
	-o-filter: blur(8px);
	-ms-filter: blur(8px);
}

#publiccontentcontainer {

	width:100%;
	min-height: 100%;



}
#publiccontent {
	/*width:800px;*/
	margin:0 auto;
	border-width:0;
	padding:0;
	-webkit-box-shadow:none!important;
	box-shadow:none!important;
	-moz-box-shadow:none!important;
}
#publicinnercontent {
	padding: 10px 20px;
	background-color: transparent;
	margin-bottom: 30px;
	margin-top:20px;

	max-width: 1400px;
	margin: 0 auto;
	/*margin-top: 100px;*/
}
header.publicheader {
	padding-top:20px;

	max-width: 1400px;
	margin: 0 auto;
	padding: 10px 20px;
}
header.header2 {
	padding-top:20px;

	max-width: 1000px;
	margin: 0 auto;
	padding: 10px 20px;
}
.publicmenu nav a {
	color:var(--theme-darkerblue) !important;
	font-size: 1.8em;
	width: 100px;

}
.publicmenu nav a:hover {
	border-bottom: 2px solid var(--theme-darkerblue);
	text-decoration:none;
}
.publicmenu nav a.active:hover {
	text-decoration:none;
}
.publicmenu nav a.active {
	border-bottom: 2px solid var(--theme-darkerblue);
}


#publicinfosdiv {
	margin: 0px;
	/*margin-bottom: 60px;*/
}
#publicinfosdiv h1 {
	color: var(--theme-darkerblue);

	/*text-transform: uppercase;*/
	/*font-size: 4em;*/

	text-align: left;
	margin: 0;
	padding: 10px 0px;
	margin-top: 10px;
	font-weight: 800;
	margin: 0 auto;
	width: 530px;


}
#searchdiv {
	width: 600px;
	margin: 0 auto;
	height: 60px;
	border-radius:250px;
	background-color: var(--theme-primarylight);
	margin-top: 30px;
	box-shadow: 8px 4px 15px 4px rgba(0, 0, 0, 0.1);
}
#search {
    width: 490px;
    margin-left: 20px;
    margin-top: 9px;
    font-size: 1.2em;
    border: none;
    /*background-color: red;*/
}
#searchbutton {
	width: 48px;
	height: 48px;
	border-radius: 24px;
	text-align: center;
	background-color: var(--theme-green);
	margin: 6px 7px 0 0;
	display: block;
	float: right;
}
#searchbutton:hover {
	cursor:pointer;
	background-color: var(--theme-green) !important;
}
#searchbuttonimage {
	width: 24px;
	height: 24px;
	margin-top: 12px;
}
#clearsearch {
    margin-top: 17px;
    margin-left: 522px;
    position: absolute;
    z-index: 256;
    font-weight: bold;
}

#publicinfosdiv p {
	/* color: #fff; */
	padding: 15px 5px;
	/* font-weight: bold; */
	text-align: center;
	margin-top: 20px;
}
#publicinfosdiv a {
	/*margin: 0 auto;
	width: 200px;
	display: block;
	background-color: #004a95;
	border-color: #004a95;*/
}


#publicinfosdiv a:hover {
	background-color: #fff;
	color: #004a95;
}
#publicinfosdiv2 {
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-bottom: 60px;
	background-color: #00000020;
	padding-top: 15px;
	margin-top: 100px;
	border-radius: 10px;
}
#publicinfosdiv2 h2 {
	margin: 15px 15px;
	font-size: 1.4em;
	text-align: left;
	padding: 20px;
	background-color: #004a95ff;
	color: #fff;
	border-radius: 10px;

}
#publicinfosdiv2 a.ah3 {
	display: inline-block ;
	background-color: transparent;
	width: auto;

}
#publicinfosdiv2 a.ah3:hover {
	background-color: transparent;
}
#publicinfosdiv2 a h3 {
	margin: 15px 30px;
	font-size: 1.4em;
	text-align: center;
	padding: 10px;
	color: #fff;
	border-radius: 10px;

}

#publicinfosdiv2 p {
	color:#fff;
	padding: 15px 20px;
	/*font-weight: bold;*/
}
#publicinfosdiv2 label {
	color:#fff;
	padding: 15px 20px;
	/*font-weight: bold;*/
}
#publicinfosdiv2 li {
	color:#fff;
	padding: 5px 20px;
	/*font-weight: bold;*/
}
#publicinfosdiv2 a {
	margin: 0 auto;
	border-color: #004a95;
	line-height: 5em;
	text-underline-position: under;
}
#publicinfosdiv2 a:hover {
	background-color: #fff;
	color: #004a95;
}
.bluezone {
	background-color: #004a95;
	text-align:center;
	border-radius: 5px;
	margin: 10px;

}
.bluezone a {
	color: #fff;
	display: block;
	height: 100%;

	text-decoration: underline;
	padding-top:0;
}
.novignette {
	min-height: 170px;
}
.novignette a {
	padding-top: 65px !important;
}
.bluezone a img {
	max-width:100%;
	max-height:100%;
	border-radius:5px;
	/*box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, .3);*/
}
.member {
	background-color: #004a9555;
}
footer.publicfooter {
	position:fixed;
	bottom:0;
	width:100%;
	opacity:0.83;
}

a.locked:after {
	display:block;
	float: right;
	content: '';
	background: url(../img/locked.png) no-repeat 0px 2px;
	width: 12px;
	height: 20px;
}
.member:before {
	display: block;
	position: absolute;
	content: '';
	background: url(../img/locked.png) no-repeat 0px 2px;
	width: 12px;
	height: 20px;
	margin: 5px;
	right:27px;
}

#identificationlienpublic {
	display: block;
	width: 150px;
	margin: 20px auto;
}

/* Clearable text inputs */
.clearable{
	background: #fff url(https://i.stack.imgur.com/mJotv.gif) no-repeat right -10px center;

	/* Use the same right padding (18) in jQ! */
	/*border: 1px solid #999;
	padding: 3px 18px 3px 4px;
	border-radius: 3px;*/
	transition: background 0.4s;
}
.clearable.x  { background-position: right 5px center; } /* (jQ) Show icon */
.clearable.onX{ cursor: pointer; }              /* (jQ) hover cursor style */
.clearable::-ms-clear {display: none; width:0; height:0;} /* Remove IE default X */

.boutonprecedent a {
	margin-left: 15px;
}
.boutonsuivant a {
	margin-right: 15px;
}

#lien_hygiene_securite_affiche6 {
	margin-left:15px;
}

.premseccontent {
	padding-left:20px;
}

#contactsdiv {
	margin-bottom:10px;
}
#contactsdiv div div {
	font-size:14px;
	float:left;
	border:1px solid #004996;
	border-width:0 0 0 5px;
	margin-top:10px;
	margin-bottom:30px;
	padding:20px;
}
#contactsdiv div div label {
	display:block;
	padding:0;
	margin:0;
}
#contactsdiv div div label:nth-child(2), #contactsdiv div div label:nth-child(7),#contactsdiv div div label:nth-child(12),#contactsdiv div div label:nth-child(17) {

    font-weight: bold;
}
#contactsdiv div div label:nth-child(3),#contactsdiv div div label:nth-child(8),#contactsdiv div div label:nth-child(13),#contactsdiv div div label:nth-child(18) {

    text-decoration: underline;
}
#contactsdiv.contactsdiv2 {
	margin: 10px auto;
	width: calc(100% - 20px);
	margin-bottom: 100px;
}


#contactsdividentification {
	margin: 0px auto;
	background-color: white;
	/*width: calc(100% - 50px);
	max-width: 960px;*/
	display:none;
}



.tittrecontact {
	font-weight: bold;
	color:#004996;
	font-size:14px;
	display:block;
	padding:5px;
	margin-bottom:10px !important;
}


#showcontactsconnexion {
	text-decoration: underline;
	font-size: 9px;
	color: #fff;
	margin-bottom:20px;
}

.titresouscontact {
	font-weight: bold;
	font-size:10px;
	display:block;
	margin-bottom:10px !important;
}
.preambule2 {
	border: 1px solid #ffa100;
	background-color: #ffd98c;
	font-size: 14px;
	margin: 10px 15px 15px 15px;
}
.preambule3 {
	border: 1px solid #ffa100;
	background-color: #ffd98c;
	font-size: 14px;
	margin: 10px 15px 15px 15px;
}
.atmp1 {
	font-size:14px;font-weight:bold;

}
.atmp2 {
	font-weight:bold; color:#004a95; font-size:14px;
	display:block;
}
.atmp3 {
	font-weight:bold; color:#004a95; font-size:13px;
	display:block;
}
.atmp4 {
	font-weight:bold; color:#004a95; font-size:12px;padding-left:20px;
	display:block;
}
.atmp5 {
	font-weight:bold; color:#000; font-size:12px;padding-left:0px;
	display:block;
}

.datepickerdatesignature {
	width: 200px;
	display: inline;
}

.infoaffichage {
	margin-top: 10px;
	background-color: #003671;
	color: #fff;
	text-align: center;
	font-size: 12px;
	border-radius: 5px;
	border: none;
}
.infoaffichage a {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
	display: block;
}

#domaines {
	width: 950px;
	margin: 0 auto;
}
.domaine {
	width: 180px;
	height: 150px;
	background-color: var(--theme-primarylight);
	border-radius: 10px;
	display: block;
	margin: 0 5px;
	float: left;
	box-shadow: 8px 4px 15px 4px rgba(0, 0, 0, 0.1);
}
.domaine a {
	display:block;
	/*width:100%;*/
	/*height:100%;*/
	border:2px solid var(--theme-primarylight);
	border-radius: 10px;
	text-decoration: none;
    height: 150px;
}
.domaine a:hover {
	border-color:var(--theme-blue);
}

.domaine a.selected {
	border-color:var(--theme-blue) !important;
}

.domaine a img{
	max-width: 50px;
	height: 40px;
	margin: 30px auto 10px auto;
	display: block;
}
.domaine a h3{
	display: block;
	text-align: center;
	width: 100px;
	margin: 0 auto;
	color: var(--theme-text);
	font-weight: 600;
	line-height: 1.2em;
	font-size: 1.1em;
	padding:0;
}

#pinfosreponses {
	text-align: center;
	width:100%;
	margin: -40px 0 0 0;
}
#infocadenasimage {
	margin: -7px 5px 0 5px;
}
#pinfosreponses a {
	color: var(--theme-text);
	text-decoration: underline;
}

#fiches {
	width: 950px;
	margin: 0 auto;
}
a.afiche {
	display:block;
	border:1px solid var(--theme-green);
	background-color: var(--theme-primarylight);
	width:100%;
	border-radius: 10px;
	margin: 10px 0;
}
a.afiche:hover {
	cursor:pointer;
	/*border-color:var(--theme-pink);*/
	/*border-width:2px;
	margin: 4px 0;*/
	/*background-color:var(--t)*/
}
a.afiche h4 {
	color:var(--theme-blue);
	display: inline-block;
	font-size: 1.2em;
	padding: 9px 0 2px 25px;
	font-weight: 600;
}
a.afiche:hover h4 {
	text-decoration: underline;
}
a.afiche img {
	float: right;
	/* width: 15px; */
	max-height: 14px;
	margin: 12px 15px 0 0;
}

#pinfosfooter {
	text-align: center;
	width:100%;
}

#valideadherents {
	width: 100px;
	margin: 0 auto;
	margin-top: -20px;
}

#labelfooter {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 0.6em;
	font-weight: 700;
	padding-top: 10px;
	margin-bottom: 20px;
}
div.toast-error {
	border:2px solid var(--theme-blue);
}

.autoComplete_wrapper>ul>li mark {
	color: var(--theme-blue) !important;
	padding:0;

}

#newsletter label#newsletter_message {
    position: absolute;
    background-color: #fff;
    color: red;
    bottom: 56px;
    display: block;
    width: 90%;
    padding: 0px;
    text-align: center;
    margin-left: -15px;
}

#pfiltres {
	width:100%;
	text-align: center;
	padding:0;
	margin:0;
	display:none;
}
#solutions {
    width: 150px;
    margin-left: -18px;
}
#solutionsmobile {

}
#solutions:hover #solutionsdiv{
    display:block;
}
#solutionsdiv {
    z-index: 256;
}
#solutionsdivmobile {
    position: relative;
    width: 150px;
    margin: 0 auto;
    top: 0;
    margin-top: 5px;
    border: none;
    background-color: transparent;
    display:none;
    z-index: 256;
}
#solutionsdivmobile a {
    background-color: white;
    margin-left: -15px;
}

.solutions {
    margin-top: 0px;
    width: 150px;
    margin-left: -20px;
}
.solutionsdiv {
    display: block;
    position: absolute;
    top: 30px;
    width: 180px;
    left: -18px;
    background-color: grey;
    border: solid 0px black;
    z-index: 255;
    /*display:none;*/
    border-radius: 10px;
}
.solutionsdiv a {
    display: block;
    font-size: 13px;
    padding: 5px;
    width: 100%;
    background-color: white;
    border-radius: 0px;
    border-bottom:1px solid;
    width: 100% !important;
}
.solutionsdiv a:first-child{
    /*border-radius: 10px 10px 0 0;*/
}
.solutionsdiv a:nth-child(2){
   /* border-radius: 0 0 10px 10px;*/
}
.solutionsdiv a:hover {
    text-decoration: underline !important;
    /*border:none !important;
    color:lightgrey !important;
    background-color: var(--theme-darkerblue);*/
}


@media(max-width:1400px){

	#publicinfosdiv2 h1 {
		font-size: 2.75em;
	}

	#publicinfosdiv h1 {
		font-size: 2.75em;
	}
    .solutions {
        /*font-size: 12px;
        margin-top: 4px;*/
    }
    .solutionsdiv {

    }
    .solutionsdiv a {

    }

}

@media(max-width:1040px) {
    .solutions {

    }
    .solutionsdiv {
        display: block;
        position: absolute;
        /*top: 35px;
        left: 5px;*/
        /*width: 120px;*/
        background-color: grey;
        /*border: solid 1px black;*/
        z-index: 255;

    }
    .solutionsdiv a {
        display: block;
        /*font-size: 10px;*/
        padding: 5px;
        /*background-color: lightgrey;*/
    }
	#publicinfosdiv h1 {
		text-align: center;
	}
	#domaines {
		width: auto;
	}
	.domaine {
		width: 120px;
		height: 110px;
	}
    .domaine a {
        height: 110px;
    }
	.domaine a img {
		max-width: 30px;
		height: 23px;
		margin: 20px auto 10px auto;
		display: block;
	}
	.domaine a h3 {
		line-height: 1.1em;
		font-size: 0.9em;
	}
	.publicmenu nav a {
		font-size: 1.4em;
	}
	.menu nav a#topbar-logout-compte span {
		font-size: 0.8em;
        display: block;
        padding-top: 2px;
	}
	.menu nav a#topbar-logout-compte {
        width: 110px;
        position: absolute;
        margin-top: -5px;
        right: 0;
        margin-right: -25px;
	}
	#publicinfosdiv h1 {
		font-size: 2.2em;
	}
	#logoMenu, #logoMenu2 {
		max-height: 60px;
	}
	h2 {
		font-size: 1.5em;
		margin:5px 0;
	}
	#publicinfosdiv p {
		padding: 10px 5px 0 7px;
	}
	a.afiche {
		margin: 10px;
	}
	a.afiche h4 {
		font-size: 1.1em;
	}
	#fiches {
		width: auto;
	}
	#pinfosreponses {
		width: 80%;
		margin: -40px 10% 0 10%;
	}
}
@media(max-width:740px) {
    .menu nav a#topbar-logout-compte {
        width: 110px;
        margin: -100px 35px 0 -46px;
        position: absolute;
    }

    .solutions {
        font-size: 11px;
       /* margin-top: -7px;
        width: 46px;
        */margin-left: 0;
    }
    .solutionsdiv {
        display: block;
        position: absolute;
        top: 30px;
        left: 15px;
        /* background-color: grey; */
        /* border: solid 1px black; */
        width: 100px;
        z-index: 255;
    }
    .solutionsdiv a {
        display: block;
        font-size: 10px;
        padding: 5px;
        /* background-color: lightgrey;*/
    }
	#domaines {
		width: auto;
	}
	.domaine {
		width: 18%;
		height: 110px;
	}
    .domaine a {
        height: 110px;
    }
	.domaine a img {
		max-width: 30px;
		height: 23px;
		margin: 20px auto 10px auto;
		display: block;
	}
	.domaine a h3 {
		line-height: 1.1em;
		font-size: 0.9em;
	}
	#pinfosreponses {
		width: 100%;
		margin: -40px 0% 0 0%;
	}

	#searchdiv {
		width: auto;
	}

	element.style {
	}
	.autoComplete_wrapper {
		width: calc(100% - 80px);
	}
	#search {
		width: calc(100% - 35px);
	}
    #clearsearch {
        margin-left: 0;
        right:84px;
    }
	#fiches {
		width: 100%;
	}
	a.afiche h4 {

		width: calc(100% - 40px);
	}
    .publicmenu nav a {
        font-size: 1.3em;
    }
}

.publicmenumobile {
    display:none;
}
@media(max-width:767px){
    .publicmenu {
        display:none;
    }
    .publicmenumobile {
        display:block;
    }
    .publicmenumobile .menu {
        margin-top:0;
    }
    .publicmenumobile nav {
        /*display:none;*/
        width:100%;
    }
    .publicmenumobile nav a{
        display:block;
        width:100%;
        color: var(--theme-darkerblue) !important;
        font-size:12px;
    }
    #logoMenu, #logoMenu2 {
        margin:auto;
        display: none;
    }
    #logoMenuMobile {
        width:100px;
    }
    .menu nav a#topbar-logout-compte {
        width: 110px;
        margin: 11px 15px 0 0;
        top: 0;    }
    .menu nav:first-child {
        /*margin-top:10px;*/
    }
    .solutions {
        /*font-size: 9px;
        margin-top: -5px;*/
        width: auto;
        /*margin-left: 25px;*/
    }
    .solutionsdiv {
        display:block;
        position:absolute;
        top: 30px;
        left:10px;
        background-color: grey;
        border:solid 1px black;
    }
    .solutionsdiv a {
        display:block;
        font-size:10px;
        background-color: lightgrey;
    }
    .col-sm-3 {

        max-width: 0;
    }
}
@media(max-width:650px) {

	.domaine a h3 {
		width: auto;
	}
	.domaine {
		width: 17%;
		height: 90px;
		margin: 0 1.5%;
	}
    .domaine a {
        height: 90px;
    }
	.domaine a h3 {
		line-height: 1em;
		font-size: 0.7em;
		padding:0 2px;
	}
	.menu {
		margin-top: 40px;
	}

	/*a.afiche img {

		max-height: 14px;
		margin: -27px 0px 0 6px;
		display: block;

		position: absolute;
	}*/


}

@media(max-width:575px){
    .solutionsdiv {
        display: block;
        position: absolute;
        /* top: 30px; */
        /* left: 10px; */
        /* background-color: grey; */
        /* border: solid 1px black; */
        width: 99px;
    }
    .solutionsdiv a {
        display: block;
        /* font-size: 10px; */
        /* background-color: lightgrey; */
        width: 100%;
    }


	#publicinfosdiv h1 {
		width: auto;
        font-size: 1.8em;
	}



    #newsletter {
        width: 360px !important;
        height: 320px !important;
        /*margin-top: -255px !important;*/
        margin-left: -180px !important;
        padding: 10px !important;
    }
    #newsletter label#newsletter_message {
        position: absolute;
        background-color: #fff;
        color: red;
        bottom: 47px;
        display: block;
        width: 100%;
        padding: 0px;
        text-align: center;
        margin-left: -10px;
    }

}
@media(max-width:500px){
	.domaine {
		width: 100%;
		height: auto;
		margin: 0 auto 8px 0;
	}
    .domaine a {
        height: auto;
    }
	.domaine a img {
		margin: 10px;
		float: left;
	}
	.domaine a h3 {
		font-size: 1em;
		padding: 15px 5px;
	}
	.autoComplete_wrapper>ul {
		min-width: 350px;
	}
}
#footer-label {
	background-color: #212529;

	text-align: center;
	display: block;
	font-size: 0.8em;
	padding: 5px;
	margin-bottom: 20px;
}
.publicfooter{

	padding: 10px 0;
	background-color: #212529;
	opacity:0.3;
}
.publicfooter div {
	color:#fff;
}
.publicfooter div p {

	margin:0;
}
.publicfooter a {
	padding:0 5px;

	font-size:0.8em;
	text-decoration: underline;
}
.publicfooter a:hover {
	color:#fff;
}
.publicfooter a.liencreabox {

	text-decoration: none;
}
.publicfooter a.liencreabox img {
	/*float: right;
	margin: -40px 15px 15px 15px;
	position: absolute;
	right: 10px;*/
	width: 60px;
}
a.liencreabox {

	text-decoration: none;
}
a.liencreabox img {
	/*float: right;
	margin: -40px 15px 15px 15px;
	position: absolute;
	right: 10px;*/
	width: 60px;
}
@media(max-width:767px){
	.publicfooter div p {
		padding:0 0 10px 0;
	}
}
.liensite {
	font-size:1em !important;
	color:inherit;
}

#actus {
    width:100%;
}
div.actu {
    max-width:600px;
    margin:0 auto 40px auto;
}
#h2actus {
    margin-bottom: 20px;
}
.logoactu {

}
.logoactu img {
    width:61px;
    margin-left:20px;

}
@media(max-width:620px){
    .logoactu img {
        float:right;
        width: 40px;
        margin-right: -15px;
    }
}
.contenuactu > div {
    margin:5px 0 5px 0;
    padding:0;
}
.contenuactu div p {
    margin: 0;
    padding: 0 0 5px 0;
    /* word-break: auto-phrase; */
    text-align: left;
    word-wrap: break-word;
}
.auteuractu {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    display: block;
    float: left;
    margin: 2px 0 0 0;
    padding: 0;
}
.cocheactu {
    display: block;
    float: left;
    margin: 5px 0 0 10px;
    padding: 0;
}
.dateactu {
    display: block;
    float: left;
    margin: 3px 0 0 5px;
    padding: 0;
    font-size:16px;
    font-weight: 500;
}
.imageactu {
    max-width: 100%;
    border-radius: 15px;
    margin-top:15px;
}

#newsletter {
    text-align: center;
    position: fixed;
    width: 400px;
    height: 350px;
    z-index: 257;
    background-color: #fff;
    border: 2px solid var(--theme-green);
    border-radius: 15px;
    top: 275px;
    left: 50%;
    margin-top: -170px;
    margin-left: -195px;
    padding: 30px;
}
#newsletter label.title {
    width: 100%;
    text-align: center;
    font-size: 18px !important;
    font-weight: 600;
    color: #000;
    padding: 10px 5px;
}
#newsletter label.field {
    width:135px;
    text-align: right;
    font-weight:600;
}
#newsletter label.field sup {
    padding: 0 5px;
  color:red;
}

#newsletter button {
    margin:10px;
    background-color: var(--theme-blue);
    border-color: var(--theme-blue);
}
#newsletter * {
    font-size:1em !important;
}
#newsletter input {
    border-radius: 5px;
    border-width: 1px;
    padding: 0 5px;
}
#closepopupnewsletter {
    float: right;
    font-size: 12px !important;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 15px;
    text-decoration: underline;
    font-weight: 600;
}
#newsletter label {
    display: inline-block;
    text-align: justify;
    width: 77%;
    font-size: 12px !important;
    padding: 5px 15px 0 0;
}

#newsletter input[type=checkbox] {
    margin: 20px 30px;
    display: block;
    float: left;
    height: 15px;
    width: 15px;
    accent-color: var(--theme-blue);
}
.rgpdlabel {

}
.rgpdlabel:hover {
    cursor:pointer;
    text-decoration:underline ;
}



@media (max-width: 380px) {
    .solutions {
        font-size: 9px;
        margin-top: -6px;
        width: 50px;
        margin-left: 25px;
    }
    .solutionsdiv {
        display: block;
        position: absolute;
        /* top: 30px; */
        /* left: 17px; */
        background-color: grey;
        /* border: solid 1px black; */
        width: 99px;
    }
    .solutionsdiv a {
        display: block;
        font-size: 10px;
        /* background-color: lightgrey; */
        width: 100%;
    }




    #newsletter {
        width: 300px;
        height: 280px;
        margin-top: -140px;
        margin-left: -150px;
    }

    #newsletter label.field {
        width:105px;
    }
    #newsletter * {
        font-size:0.8em !important;
    }
    #closepopupnewsletter {
        font-size: 10px !important;
    }

    #newsletter label {
        width: 73%;
        font-size: 9px !important;
    }
    #newsletter input {
        width: 40%;
    }
    #newsletter input[type=checkbox] {
        margin: 10px;
    }
    #newsletter {
        width: 100% !important;
        height: 280px !important;
        /*margin-top: -365px !important;*/
        margin-left: -50% !important;
        padding: 0 !important;
    }

    #publicinfosdiv {
        padding: 0;
    }

    #search {
        font-size:1em;
    }
    #searchdiv {
        width: auto;
    }

    element.style {
    }
    .autoComplete_wrapper {
        width: calc(100% - 80px);
    }
    #search {
        width: calc(100% - 35px);
    }
    #clearsearch {
        margin-left: 0;
        right:70px;
    }
    .dateactu {
        margin: 6px 0 0 5px;
         font-size: 13px;
    }
    .auteuractu {
        font-size: 15px;
        margin: 4px 0 0 0;
    }
    .logoactu img {
        width: 33px;
        margin-right: 0px;
    }
}

