@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body.SamBody {
	font-family: "Poppins", Sans-serif;
	background-color: #fff;
	font-size: 16px;
	--vert : #74B52E;
}
.SamBgBanniere {
	position: relative;
	width: 100%;
	padding-top: 26.32%;
    background: url("../images/header.png") no-repeat center;
    background-size: contain;
    aspect-ratio: 3000 / 1261;
}

.Footer {
	font-family: 'Poppins';
	padding-top: 25px;
	padding-bottom: 25px;
}
.SamBgFooter {
	background-color: white;	
}

.Footer h2 {
	font-size: 20px;
	color: black;
}

.FooterCoord{
	font-size: 18px;
}

#lscom-frame {
	min-height: 500px;
}

.container-fluid {
    padding: 0px;
}

.SamBgHeader {
	background-color: var(--vert) ;	
}


.Footer .LogoVille {
	max-width: 70%;
}

.SamFollow > span {
	margin-right: 15px;
}
.FooterLogo {
	line-height: 92px;
	text-align: center;
}
.SamBottomText {
	margin-bottom: 50px;
}

.FooterCoord h2 {
	font-weight: bold;
}

.SamTopText {
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: 0em;
	text-align: left;
	padding: 25px 30px;
}

.Footer a {
	color: black ;
}
.Footer a:hover {
	color: black  ;
}
.container-text {
	color: white;
	background-color: #74B52E;
	font-size: 30px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	height: auto;
	padding: 20px 0;
	font-family: 'Poppins' !important;
}
.container-text .reseaux-sociaux {
    display: flex;
    gap: 20px;
}
.container-text img{
	height: 50px;
	width: auto;
}
img.icone-app {
    height: 62px;
    margin-top: -5px;
}
.FooterLogo{
	padding-top: 20px;
}
.pasteque{
	padding-top: 20px;
	padding-left: 150px;
}

.SamBgFooter {
    background-color: white;
    padding: 40px 0;
}

.Footer {
    text-align: center; /* centre tout le contenu */
}

.Footer .row {
    justify-content: center;
    align-items: center;
    text-align: center; /* force le centrage dans chaque colonne */
}

.Footer img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.FooterCoord{
	text-align: left;
}

.Footer {
    margin-left: 200px;
    margin-right: 200px;
}

/* @media (max-width: 1200px) { */
	/* .SamBgBanniere { */
		/* height: 120px; */
	/* } */
/* } */
@media (max-width: 1530px) {
	.HeaderTitre > div {
		padding-left: 200px;
	}
}
@media (max-width: 992px){
	
	/* .SamBgBanniere { */
		/* height: 100px; */
	/* } */
	.Footer .row > div {
		text-align: center;
	}
	.navbar-default .navbar-header {
		visibility: visible;
	}	
}
@media (width < 768px) {
	.SamBgBanniere {
		min-height: 120px;
	}	
	
	.container-text {
        display: block;
        text-align: center;
        height: auto;
        font-size: 14px;
        padding: 10px 0;
    }

    .container-text .reseaux-sociaux {
        display: flex;
     	justify-content: center;
        gap: 20px;
        margin-top: 10px;
    }

	.container-text img{
		height: 30px;
		width: auto;
	}
	
	.Footer {
        margin-left: 0;
        margin-right: 0;
        text-align: center;
    }

    .Footer .row {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .FooterCoord {
        text-align: center;
        margin-bottom: 20px;
    }

    .FooterLogo {
        margin-bottom: 20px;
        line-height: normal;
    }

    .pasteque {
        padding-left: 0;
        margin: 20px auto 0 auto;
        display: block;
    }

    .Footer img {
        margin-left: auto;
        margin-right: auto;
    }

}

@media screen and (min-width: 767px) {
	
	.SamMenuHeader {
		width: 100%;
	}
	.SamMenuHeader li {
		/* width: 33.33%; pour 3 item dans le menu */
		width: 50%;
	}	
			
}