
/* GENERAL */

#footer {
	background-color: #002551;
	color: #ffffff;
}

#footer .footer-top,
#footer .footer-bottom {
	padding-right: 30px;
	padding-left: 30px;
}

/* titre */

#footer .title,
#footer p,
#footer span {
	color: #ffffff;
}

#footer .idi-title-area {
	margin-bottom: 15px;
}

#footer .idi-title-bloc {
	text-align: left;	
}

#footer .title {
	font-size: 19px;
	line-height: 25px;
}

#footer .title .icon,
#footer .title .icon:before,
#footer .title .icon:after {
	height: 2px;
}

#footer .icon {
	margin-top: 6px;
	margin-bottom: 6px;
	width: 10px;
}

#footer .icon:before,
#footer .icon:after {
	width: 13px;
}

#footer .icon:before {
	top: -7px;
}

#footer .icon:after {
	bottom: -7px;
}




/* MENU TOP */

#footer .footer-top {
	display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    padding-top: 10px;
    margin-bottom: 30px;
}

#footer .footer-top .col {
	width: 20%;
}

#footer .footer-top ul li {
	list-style-type: none;
	margin-bottom: 5px;
}

#footer .footer-top ul li > * {
	padding-left: 8px;
}


/* col1 */
#footer .footer-top .col1 img {
	margin-top: 23px;
	max-height: 35px;
	margin-bottom: 10px;
}

#footer .footer-top .col1 .description {
	margin-bottom: 25px;
}

#footer .footer-top ul li:before {
	content: '–';
	color: #DD1915;
}

#footer .social-networks {
	display: flex;
	gap: 10px;
}

#footer .social-network {
	font-size: 18px;
	line-height: 22px;
	font-family: 'Permanent Marker', cursive;
}

#footer .social-network span {
	padding-right: 20px;
	transition: color 0.4s ease;
}

#footer .social-network:hover span {
	color: #d60016;
}


#footer .social-network i {
	font-size: 25px;
	vertical-align: middle;
}

#footer.isVisible {
	transition: opacity 0.7s ease;
}


/* MENU BOTTOM */

#footer .footer-bottom {
	position: relative;
	border-top: 1px solid rgba(201, 217, 222, 0.2);
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

#footer .footer-bottom ul {
	overflow:hidden;
}

#footer .footer-bottom ul li {
	display: inline-block;
	margin-right: 20px;
}

#footer .footer-bottom ul li a {
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 1px;
}

@media screen and (max-width: 1300px) {

	#footer .footer-top .col {
		width: 24%;
	}
}

@media screen and (max-width: 1199px) {
	
	#footer .footer-top {
		flex-wrap: wrap;
	}
	
	#footer .footer-top .col {
		width: 45%;
	}
}


@media screen and (max-width: 980px) {

}

@media screen and (max-width: 772px) {
	
	#footer .social-networks {
		justify-content: center;
	}

	#footer .footer-top .col {
		width: 100%;
	}
	
	#footer .footer-top .col,
	#footer .idi-title-bloc {
		text-align: center;	
	}
}

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

}