#entete {
	background-color: #0a4e4a;

	#menu-principal {
		a {
			color: #fff;
		}
	}

	#menu-principal>ul ul {
		background-color: rgba(10, 78, 74, 0.9);
		z-index: 9999;
	}

	#bandeau {
		.titre {
			.centre {
				border-left: #82b58a solid 4px;
			}
		}
	}

	#menu-secondaire {
		.don {
			background-color: #c9a074;
			color: #0a4e4a;
		}
	}
}

body::-webkit-scrollbar-thumb{
	-webkit-border-radius:0 0 0 0;
	border-radius:0 0 0 0;
	-webkit-box-shadow:none;
	box-shadow:none;
	background:#0a4e4a
}

#cboxNext, #cboxPrevious, #cboxClose {
	background-image: url(../images/controlsrefonte.png);
}

#accueil-temoignages .fleches .fleche {
	color: #82b58a;
}

#diaporama .image .titre span {
	border-left: #82b58a solid 4px;
}

#diaporama .image .titre .bouton, #nouvelles-liste article .date, #galerie .photos .image p, #contact .coord .icone, #contact .coord .telephone a.courriel {
	color: #0a4e4a;
}

.bouton, a.bouton, input[type=submit] {
	background: #84b68c;
}

.bouton:hover, a.bouton:hover, input[type=submit]:hover {
	color: #b5b5b5;
}

#entete #menu-principal>ul>li:hover>a, #entete #menu-principal>ul>li.current-menu-item>a, #entete #menu-principal>ul>li.current_page_ancestor>a, #entete #menu-principal>ul ul li:hover a, #entete #menu-secondaire .social i, #entete #menu-principal>ul ul li:before, h1, h2, h3, h4, h5, .titre_h, .titre-h, section a, #pied-de-page .coordonnees .coord .icone, .texte-vert, .activites-filtres .filtres a:hover, .activites-filtres .filtres a.actif, .activites-filtres .filtres a:hover, .activites-filtres .filtres a.actif   {
	color: #82b58a;
}

h1, h2, h3, h4, h5, .titre_h, .titre-h {
	color: #84b68c;
}

section a {
	color: #44915a;
}

#nouvelle-complet .date,.emplois .emp-colg a.actif, .emplois .emp-colg a:hover {
	color: #0a4e4a;
}

.emplois .emp-colg li {
	border-bottom: 2px solid #0a4e4a;
}

.joindre .btn-joindre {
	color: #0a4e4a;
	border: 2px solid #0a4e4a;
}

#entete #menu-principal>ul>li:hover>a, #entete #menu-principal>ul>li.current-menu-item>a, #entete #menu-principal>ul>li.current_page_ancestor>a {
	color: #82b58a;
}

input[type=text], input[type=email], textarea, select {
	background: #82b58a;
	background-color: #82b58a;
	color: #0a4e4a;

	&::placeholder {
		color: #0a4e4a;
	}
}

hr, .activites-filtres .filtres a.actif:before {
	background : #82b58a;
}

#pied-de-page .coordonnees img {
	width: 150px;
}

#pied-de-page, .sect-temoignages .temoignage:before {
	background: #0a4e4a;
}

#entete #btn-menu-mobile:before {
	color: #fff;
}

#entete #bandeau {
	position: relative;

	&:before {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: #0A4E4A;
background: linear-gradient(128deg, rgba(10, 78, 74, 1) 0%, rgba(10, 78, 74, 1) 16%, rgba(10, 78, 74, 0) 100%);
		opacity: 0.6;
	}
}

#menu-mobile>ul>li>a {
	border-left: #0a4e4a solid 0;
}

#menu-mobile>ul>li:hover>a, #entete #btn-menu-mobile:hover:before, #menu-mobile>ul ul a:hover {
	color: #0a4e4a;
}

#menu-mobile::-webkit-scrollbar-track {
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none
}

#menu-mobile::-webkit-scrollbar {
    width: 6px;
    background: #fff
}

#menu-mobile::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #b0ceaa
}

#pied-de-page {
	background-image: url(../images/bgfooter.jpg);
	background-size: cover;
	background-position: center center;
}

