

@font-face {
    font-family: "Lexend Deca";
    src : url("/font/lexend_deca/LexendDeca-VariableFont_wght.ttf") format("truetype");
    font-weight: 400;
}

body {
    font-family: "Lexend Deca", sans-serif;
}


@media(min-width:992px) 
{
    .bandeau-desktop {
		background-repeat: no-repeat;
		background-size: cover;
    }
    
    .bandeau-mobile {
		display: none;
    }
    
    .bandeau-logo {
		height: 70px;
    }
    
    .telephone {
		display: block;
		position: absolute;
		z-index: 10;
		top: 100px;
		right: 110px;
    }
    
    .email {
		display: block;
		position: absolute;
		z-index: 10;
		top: 100px;
		right: 40px;
    }
    
    .container-titre {
		display: block;
		position: absolute;
		top: 160px;
		width: 90%;
		margin: 15px;
    }
    
    .bandeau-btn {
		position: relative; 
		top:-24px;
    }
    
    .btn-yellow {
		font-size: 24px;
		width: 40%;
    }
    
    .btn-green {
		font-size: 24px;
    }
    
    .chiffre-img { 
		max-height: 150px;
    }
    
}

@media(max-width:992px)
{
    .bandeau-desktop {
		display: none;
    }
    
    .bandeau-mobile {
		background-repeat: no-repeat;
		background-size: contain;
    }
    
    .bandeau-logo-link {
		margin: auto;
    }
    
    .bandeau-logo {
		height: 50px;
    }
    
    .navbar-light .navbar-toggler {
		background-color: rgba(255, 255, 255, 0.3);
		border-radius: 5px;
    }
    
    .navbar-light .navbar-toggler-icon {
		width: 2em;
		height: 2em;
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='5' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
    
    .navbar-collapse {
		background-color: white;
		margin-top: 10px;
		margin-left: 80px;
		margin-right: -31px;
		padding-right: 10px;
		font-size: large;
		z-index: 50;
    }
    
    .telephone {
		display: block;
		position: absolute;
		z-index: 10;
		top: 70px;
		left: 0px;
    }
    
    .email {
		display: block;
		position: absolute;
		z-index: 10;
		top: 120px;
		left: 0px;
    }
    
    .container-titre {
		display: block;
		position: absolute;
		top: 170px;
		width: 94%;
		margin: 15px;
		font-size: 0.8em;
    }
    
    .bandeau-btn {
		position: relative; 
		top:-24px;
    }
    
    .btn-yellow {
		font-size: 18px;
		width: 80%;
    }
    
    .btn-green {
		font-size: 18px;
    }
    
    .chiffre-img { 
		max-height: 100px;
    }
    
}

@media(max-width:768px) 
{
    .bandeau-desktop {
		display: none;
    }
    
    .bandeau-mobile {
		background-repeat: no-repeat;
		background-size: contain;
    }
    
    .bandeau-logo-link {
		margin: auto;
    }
    
    .bandeau-logo {
		height: 50px;
    }
    
    .navbar-light .navbar-toggler {
		background-color: rgba(255, 255, 255, 0.3);
		border-radius: 5px;
    }
    
    .navbar-light .navbar-toggler-icon {
		width: 2em;
		height: 2em;
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='5' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
    
    .navbar-collapse {
		background-color: white;
		margin-top: 10px;
		margin-left: 80px;
		margin-right: -31px;
		font-size: large;
    }
    
    .telephone {
		display: block;
		position: absolute;
		z-index: 10;
		top: 70px;
		left: 0px;
    }
    
    .email {
		display: block;
		position: absolute;
		z-index: 10;
		top: 120px;
		left: 0px;
    }
    
    .container-titre {
		display: block;
		position: absolute;
		top: 170px;
		width: 94%;
		margin: 15px;
		font-size: 0.8em;
    }
    
    .bandeau-btn {
		position: relative; 
		top:-28px;
    }
    
    .btn-yellow {
		font-size: 18px;
		width: 80%;
    }
    
    .btn-green {
		font-size: 18px;
    }
    
    .chiffre-img { 
		max-height: 100px;
    }
}



.bandeau-desktop-home {
   	background-image: url("/assets/img2/bandeau_desktop_home.webp");
}

.bandeau-desktop-qui {
   	background-image: url("/assets/img2/bandeau_desktop_qui.webp");
}

.bandeau-desktop-comment {
   	background-image: url("/assets/img2/bandeau_desktop_comment.webp");
}

.bandeau-desktop-contact {
   	background-image: url("/assets/img2/bandeau_desktop_contactez_nous.webp");
}

.bandeau-desktop-rejoindre {
   	background-image: url("/assets/img2/bandeau_desktop_rejoindre.webp");
}

.bandeau-mobile-home {
    background-image: url("/assets/img2/bandeau_mobile_home.webp");
}

.bandeau-mobile-qui {
    background-image: url("/assets/img2/bandeau_mobile_qui.webp");
}

.bandeau-mobile-comment {
    background-image: url("/assets/img2/bandeau_mobile_comment.webp");
}

.bandeau-mobile-contact {
    background-image: url("/assets/img2/bandeau_mobile_contactez_nous.webp");
}

.bandeau-mobile-rejoindre {
    background-image: url("/assets/img2/bandeau_mobile_rejoindre.webp");
}

a {
	font-weight: bold;
	color: rgb(95 196 188);
}

a:hover {
	color: rgb(237, 203, 58);
	text-decoration: underline rgb(237, 203, 58);
	text-decoration-thickness: 2px;
}

.nav-item {
    margin-top: 5px;
    margin-left : 15px;
}

.btn-nav {
    background: rgba( 255, 255, 255, 0.23);
    border-radius: 10px;
    color: white;
}

.btn-nav-green {
    background: rgb(95 196 188);
    border-radius: 25px;
    color: white;
}

.box-titre {
    border: 1px solid white;
    border-radius: 30px;
    background-color: rgba( 255,255,255, 0.23);
    padding: 15px;
    color: white;
}

.titre {
	color: white;
}


.sousligne-jaune {
    background-image: url("/assets/img2/sousligne_yellow.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: bottom;
}

.sousligne-vert {
    background-image: url("/assets/img2/sousligne_green.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: bottom;
}

.row-titre {
    margin-top: 20px;
}

.row-carousel-vert {
    background-image: url("/assets/img2/carousel_fond_vert.png");
    background-position-y: top 105px;
    background-size: 100% 60%;
    background-repeat: no-repeat;
}

.row-vert {
    margin-top: -50px;
}

.row-carousel-jaune {
    background-image: url("/assets/img2/carousel_fond_jaune.png");
    background-position-y: top 50px;
    background-size: 100% 70%;
    background-repeat: no-repeat;
}

.carousel-left {
    cursor: pointer;
    position: absolute;
    width: 70px;
    top: 50%;
    left: -40px;
    z-index: 10;
}

.carousel-right {
    cursor: pointer;
    position: absolute;
    width: 70px;
    top: 50%;
    right: -40px;
    z-index: 10;
}

.col-point {
    background-image: url("/assets/img2/groupe_points.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: top 105px;
}

.card-radius {
	margin: 10px;
	background-color: white;
    border: 1px solid lightgrey;
    border-radius: 30px;
    box-shadow: 2px 2px 2px lightgrey;
}

.card-no-border {
    display: inline-block;
    vertical-align: top;
    background-color: initial;
    border: none;
    margin: 15px;
}

.card-center {
	display: flex;
	margin: auto;
	width: 90%;
} 

.card-img-top {
    max-width: 400px;
    margin: auto;
    display: flex;
}

.card-200 {
    min-height: 200px;
}

.card-250 {
    min-height: 250px;
}

.w-95 {
    width: 95% !important;
}

.card-430 {
    min-height: 430px;
}

.card-pastille {
    position: relative;
    top: 35px;
    width: 70px;
    left: auto;
}

.card-body-border {
    background-color: white;
    border: 1px solid lightgrey;
    border-radius: 15px;
    box-shadow: 2px 2px 2px lightgrey;
    padding-top: 30px;
}

.card-border-vert {
    background-color: white;
    border: 5px solid rgb(95 196 188);
    border-radius: 15px;
    padding-top: 30px;
}

.card-chiffre {
	display: flex;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 15px;
	height: 50px;
}

.card-title {
    text-align: center;
}

.card-title-jaune {
    color: rgb(237, 203, 58);
    text-align: center;
}

.card-title-vert {
    color: rgb(95, 196, 188);
    text-align: center;
}

.ul-none {
    list-style: none;
}

.puce-yellow {
    height: 20px;
    vertical-align: top;
    padding-right: 7px;
}

.btn-green {
    color: #fff;
    background-color: rgb(95, 196, 188);
    border-color: rgb(95, 196, 188);
    border-radius: 20px;
}

.btn-yellow {
    display: block;
    margin: auto;
    color : #fff;
    background-color: rgb(237, 203, 58);
    border-color: rgb(237, 203, 58);
    border-radius: 20px;
}

.col-point-jaune {
    background-image: url("/assets/img2/groupe_points_jaune.png");
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    z-index: -10;
}

.col-point-vert {
    background-image: url("/assets/img2/groupe_points_vert.png");
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    z-index: -10;
}

.col-vert {
	background-image: url("/assets/img2/carousel_fond_vert.png");
    background-position-y: top 85px;
    background-size: 100% 30%;
    background-repeat: no-repeat;
}

.img-accompagnement {
    max-width: 80%;
}

.chiffre-table {
    width: 90%;
    border-spacing: 10px;
    border-collapse: separate;
}

.cadre-vert {
	margin : 30px;
	padding : 15px;
	background-color: rgb(95, 196, 188);
	background-image: url("/assets/img2/groupe_points_blanc.png");
	background-size: 100px 100px;
    background-repeat: no-repeat;
	color: #fff;
    border-radius: 20px;
}

.contact-border {
	border: 1px solid lightgrey;
	border-radius: 30px;
	padding: 20px;
	margin-bottom: 60px;
}

.contact-submit {
	position: relative;
	bottom: -50px;
}

.input-vert {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 2px solid rgb(95, 196, 188);
	border-radius: unset;
	margin-bottom: 5px;
}

.input-group-vert {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 2px solid rgb(95, 196, 188);
	border-radius: unset;
	margin-bottom: 5px;
	background-color: inherit;
}

.select-vert {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 2px solid rgb(95, 196, 188);
}


.radio-jaune[type="radio"]{
	appearance: none;
	font: inherit;
	color: rgb(237, 203, 58);
	width: 1.15em;
	height: 1.15em;
	border: 1px solid rgb(237, 203, 58);
	border-radius: 50%;
	display: grid;
  	place-content: center;
}

.radio-jaune[type="radio"]:checked {
	background-color: rgb(237, 203, 58);
}

.textarea-vert {
	border: 2px solid rgb(95, 196, 188);
	border-radius: 20px; 
	resize: none;
}

.footer {
	margin-top: 30px;
}

.footer-logo {
    height: 70px;
    display: flex;
    margin: auto;
}
