/* 
    Created on : 8 janv. 2024, 14:25:32
    Author     : carlito
*/

@charset "utf-8";
/* CSS Document */

footer {
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}

.contentLigne1 {
	padding: 2% 2% 0% 2%;
    width: 96%;
    position: relative;
    clear: both;
    display: flex;
    justify-content: center;
	background: #1f1f1f;
	color: white;
}
.ligne1 {
	max-width: 1200px;
    width: 100%;
	z-index: 1;
	margin-bottom: 20px;
	display: flex;
}
.FooterPresent {
	position: relative;
    width: 70%;
    padding: 0 15px;
	float: left;
}
.FooterPresent img {
	position: relative;
    float: left;
	clear: both;
	max-width: 300px;
	margin: 0px 0 12px 0;
}
.FooterPresent p {
	width: 100%;
    float: left;
    position: relative;
    font-size: 0.9em;
    line-height: 1.5em;
	margin: 5px 0;
}
.FooterPresent .societe {
	font-weight: 900;
    text-transform: uppercase;
    color: #8cbe23;
	font-size: 1.2em;
}
.FooterPresent .ville {
	letter-spacing: 1px;
    color: #8cbe23;
    /* background-color: #000; */
    padding-left: 5px;
}
.FooterPresent .ville:before {
	content: "\f455";
    font-family: "Ionicons";
    font-size: 1.3em;
    margin-right: 2px;
}

.FooterAdresse {
	position: relative;
    width: 25%;
    padding-left: 30px;
    border-left: 2px solid #8cbe23;
}
.FooterAdresse h5 {
	font-weight: 900;
    text-transform: uppercase;
    color: #8cbe23;
    font-size: 1.2em;
    margin: 20px 0 0 0;
    position: relative;
}
.FooterAdresse h5:after {
	content: "";
    width: 30%;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    left: 0;
	bottom: -13px;
    z-index: 0;
}
.FooterAdresse p {
	font-size: 1em;
    margin: 25px 0 20px 20px;
    position: relative;
}
.FooterAdresse p:before {
	content: "\f455";
    font-family: "Ionicons";
    position: absolute;
    left: -20px;
}
.FooterAdresse p:after {
	content: "";
    width: 30%;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    left: -20px;
    bottom: -18px;
    z-index: 0;
}
.FooterAdresse .tel {
	font-size: 2em;
    font-family: 'Exo 2', sans-serif;
    font-weight: bold;
    text-decoration: none;
    color: #8cbe23;
    margin: 18px 0;
    position: relative;
    float: left;
    clear: both;
	transition: all 0.5s;
}
.FooterAdresse .tel:before {
	content: "\f375";
    font-family: "Ionicons";
    margin-right: 12px;
	transition: all 0.5s;
}
.FooterAdresse .tel:hover {
	color: #fff;
}
.FooterAdresse .tel:hover:before {
	color: #8cbe23;
}
.FooterAdresse .contact {
	position: relative;
    float: left;
    clear: both;
	text-transform: uppercase;
    color: #fff;
    text-decoration: none;
	transition: all 0.3s;
}
.FooterAdresse .contact:before {
	content: "\f100";
    font-family: "Ionicons";
    margin-right: 12px;
}
.FooterAdresse .contact:hover {
	letter-spacing: 0.3em;
    color: #fff;
}
.FooterAdresse ul {
	position: relative;
    float: left;
    clear: both;
	display: flex;
	padding: 0;
}
.FooterAdresse ul li {
	list-style: none;
	margin: 15px;
}
.FooterAdresse ul li a {
	color: #fff;
	transition: all 0.5s;
	font-size: 3em;
	text-decoration : none;
	transition: all 0.3s;
}
.FooterAdresse ul li a:hover {
	color: #8cbe23;
}
.FooterAdresse ul li a span {
	display: none;
}
.FooterAdresse ul li .facebook:before {
	content: "\f231";
    font-family: "Ionicons";
}
.FooterAdresse ul li .twitter:before {
	content: "\f243";
    font-family: "Ionicons";
}
.FooterAdresse ul li .youtube:before {
	content: "\f24d";
    font-family: "Ionicons";
}
.FooterAdresse ul li .instagram:before {
	content: "\f351";
    font-family: "Ionicons";
}


.contentLigne2 {
	padding: 40px 2% 20px 2%;
    width: 96%;
    position: relative;
    clear: both;
    display: flex;
    justify-content: center;
	background: #000000;
	color: white;
}
.ligne2 {
	max-width: 1200px;
    width: 100%;
	z-index: 1;
	display: flex;
}
.ligne2 .copyright {
	width: 50%;
}
.ligne2 .copyright span {
	position: relative;
    line-height: 1em;
    padding-top: 13px;
    float: left;
    width: 150px;
}
.ligne2 ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 10px 0;
}
.ligne2 ul li {
	list-style: none;
	flex: 1 1 45%;
}
.ligne2 ul li a {
	color: #6b6b6b;
    transition: all 0.5s;
    font-size: 0.7em;
    transition: all 0.3s;
    text-transform: uppercase;
    margin: 0 7px;
}
.ligne2 ul li a:hover {
	color: #8cbe23;
}

@media (max-width: 1400px) {
	
}

/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
	.FooterAdresse .tel {
		font-size: 1.5em;
	}
	.FooterPresent {
		width: 65%;
	}
}

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
	.ligne1 {
		display: block;
	}
	.FooterPresent {
		width: 96%;
		padding: 2%;
	}
	.FooterAdresse {
		width: 96%;
		padding: 2%;
		border-top: 2px solid #8cbe23;
		border-left: none;
		clear: both;
		text-align: center;
	}
	.FooterAdresse h5:after {
		width: 50%;
		left: 25%;
	}
	.FooterAdresse p {
		margin: 25px 0 20px 0;
	}
	.FooterAdresse p:before, .FooterAdresse p:after {
		display: none;
	}
	.FooterAdresse .tel {
		clear: none;
		width: 45%;
		text-align: right;
		padding-right: 5%;
		margin: 0px 0px;
	}
	.FooterAdresse .contact {
		clear: none;
		width: 45%;
		text-align: left;
		padding-left: 5%;
		margin: 7px 0 3px 0;
	}
	.FooterAdresse ul {
		display: block;
		width: 100%;
		text-align: center;
	}
	.contentLigne2 {
		text-align: center;
	}
	.ligne2 {
		width: 100%;
		display: block;
	}
	.ligne2 .copyright {
		width: 100%;
	}
	.ligne2 .copyright span {
		padding-top: 0;
		float: left;
		min-width: 120px;
		font-size: 0.75em;
		width: 100%;
	}
	.ligne2 ul {
		margin: -12px auto 0 auto;
		padding: 0;
		width: 333px;
	}
}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
	
}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 575.98px) {
	.FooterPresent img {
		max-width: 100%;
	}
	.FooterAdresse .tel {
		clear: both;
		width: 100%;
		text-align: center;
		padding-right: 0;
		margin: 18px 0px;
	}
	.FooterAdresse .contact {
		clear: both;
		width: 100%;
		text-align: center;
		padding-left: 0;
		margin: 3px 0;
	}
	.ligne2 ul {
		display: contents;
	}
}