/**
 * @file
 * The footer components.
 *
 * It includes styles for the footer itself and its
 * components.
 */

/**
 * Global footer rules
 */
.region.region-footer {
	border-top: solid 1px #d8d8d8;
	margin: 0;
	padding: 0;
	background-color: #19544D;
	color:#fff;
  position: relative;
  font-style: normal;
}

.paragraphe-chiffres-cles {
  position: relative;
}


/**
 * Menu du footer
 */
.block-copyright{
	padding: 0 1rem;
}


 /*ul*/
.menu--footer .menu--level-0 {
	display: flex;
	margin-top: 3rem;
  flex-direction: column;
}

.footer-bloc-wrapper{
  padding: 0.5rem 1rem 0 1rem;
}

/* Responsive 2023 */

@media screen and (min-width: 550px) {
	.menu--footer .menu--level-0 {
    display: block;
    text-align:center;
	}
  .menu--footer .menu--level-0 .menu__link:after{
    content:'';
    width:2px;
    height:1rem;
    margin:1px 11px;
    background-color:#fff;
    position: absolute;
    top:50%;
    transform:translateY(-50%);
  }
  .menu--footer .menu--level-0 li:last-child .menu__link:after{
    display: none;
  }
  .menu--footer .menu__link{
	  padding: 16px 0 13px 0;
  }
  .footer-bloc-wrapper{
    padding: 2rem 15px;
  }
  .block-copyright{
    text-align: center;
  }
}



/*li*/
.menu--footer .menu__item--level-0{
    display: inline-block;
  	position: relative;
  	margin: 0 auto;
}

/*a*/
.menu--footer .menu__link{
  display: block;
  text-decoration: none;
	color:#fff;
	font-weight: bold;
	padding: 6px 0 6px 0;
	margin-right: 11px;
	margin-left:11px;
	position: relative;
	text-transform: uppercase;
}
.menu--footer ul.menu a.is-active{
	color:white;
}



@media screen and (max-width: 1024px) {
	.header{
		overflow: hidden;
		padding:38px 0em 0em;
	}
	.region-header{
		width:100%;
		text-align: center;
		padding:0em 0em 14em;
	}

	.site-logo img{
		width:100%;
		vertical-align: middle;
	}
}

@media screen and (max-width: 900px) {
	.menu-secondaire ul, .search-button-div {
		display: none;
	}
}




.footer-bloc-wrapper .instance-de-bloc__wrapper > div:nth-child(1),
.footer-bloc-wrapper .instance-de-bloc__wrapper > div:nth-child(2),
.footer-bloc-wrapper .instance-de-bloc__wrapper > div:nth-child(3) {
	flex: initial;
}
.footer-bloc-wrapper .instance-de-bloc__wrapper > div:nth-child(1) {
  order: 3;
}
.footer-bloc-wrapper .instance-de-bloc__wrapper > div:nth-child(2) {
  order: 1;
}
.footer-bloc-wrapper .instance-de-bloc__wrapper > div:nth-child(3) {
  order: 2;
}
.footer-bloc-wrapper .instance-de-bloc__wrapper > div:nth-child(4) {
  order: 4;
}
@media screen and (min-width: 1000px) {
	.footer-bloc-wrapper .instance-de-bloc__wrapper > div:nth-child(1),
  .footer-bloc-wrapper .instance-de-bloc__wrapper > div:nth-child(2),
  .footer-bloc-wrapper .instance-de-bloc__wrapper > div:nth-child(3),
  .footer-bloc-wrapper .instance-de-bloc__wrapper > div:nth-child(4) {
    order: initial;
  }
}



.facebook-block a{
	text-decoration: none;
	color: white;
}
.facebook-block__inner{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
}
.facebook-block__text{
	color:#fff;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	/* padding:0 1rem; */
}
.facebook-block__image{
	width:50px;
	height:50px;
	position: relative;
}
.facebook-block__image img{
	position: absolute;
	width:32px;
	height:32px;
	top:50%;
	left:50%;
	transform:translateX(-50%) translateY(-50%);
}


.footer-bloc-wrapper .block-webform .form-item, .form-nl input, .form-nl button,
.footer-bloc-wrapper .block-webform .form-actions{
	margin:0;
	display: inline-block;
	vertical-align: bottom;
}
.footer-bloc-wrapper .block-webform .form-item{
	max-width: 310px;
}
.footer-bloc-wrapper .block-webform .form-actions{
	max-width: 80px;
}
.footer-bloc-wrapper .block-webform .form-item label, footer h2{
	text-transform: uppercase;
	font-weight: bold;
	color:#fff;
	font-size: 1rem;
	margin: 0;
}
.footer-bloc-wrapper .block-webform .form-item input, .form-nl input{
	border:none;
	background-color:#505050;
	padding:0.75rem;
	color:#fff;
}
.footer-bloc-wrapper .block-webform .form-actions input, .form-nl button{
	text-transform: uppercase;
	font-weight: bold;
	background-color:#505050;
	padding:0.5rem 1rem;
	border:none;
	color:#fff;
	height: 43px;
	margin-left: 5px;
}
.form-nl p {margin: 0;}


.footer-bloc-wrapper .instance-de-bloc__wrapper{
	justify-content: space-between;
  padding: 0rem;
}



#block-logoten img {
  max-width: 100px;
  display: block;
  border-radius: 8px;
}
#block-logofooter img {
  max-height: 100px;
}
