body {
	font-family: 'Open Sans', sans-serif;
	color: #303030;
	font-size: 16px;
}

h1,
h2{
	font-weight: 400;
}

h3,
h4,
h5,
h6 {
	font-weight: 500;
}

h1 {
	font-size: 55px;
}

h2 {
	font-size: 42px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 16px;
}

h2 strong {
	font-weight: 600;
}

.title-border:after {
	border-bottom: 1px solid #004b55;
	content: "";
	display: block;
	width: 72px;
	margin: 10px auto 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.text-uppercase {
	text-transform: uppercase;
}

.text-justify {
	text-align: justify;
}

.color-text1 {
	color: #00bbc5;
}

.color-text2 {
	color: #303030;
}

.color-text3 {
    color: #004b55;
}

.color-text-white {
	color: #fff;
}

.btn-style {
	text-align: center;
	display: block;
	padding: 15px 25px;
	font-weight: 500;
	width: 100%;
	max-width: 320px;
	text-decoration: none;
	cursor: pointer;
}

.btn-grey {
	color: #303030;
	border: 1px solid #303030;
}

.btn-grey:hover {
	color: #777777;
	background: rgba(240, 240, 240, 0.8);
	border: 1px solid #777777;
}

.btn-light {
	color: #fff;
	border: 1px solid white;
}

.btn-light:hover {
	color: white;
	background: rgba(255, 255, 255, 0.3);
}

.btn-red {
	color: #fff;
	background: #c60651;
	border: 1px solid #c60651;
}

.btn-red:hover {
	opacity: 0.8;
}

.bloc-border-bottom {
	border-bottom: 11px solid #00bbc5;
	transition: all 2s;
}

.bloc-border-bottom:hover {
	border-bottom: 11px solid #004b55;
}

/**************************************** HEADER ****************************************/

.navbar-athena {
	background-color: rgba(0, 75, 85, 0.8);
	font-size: 14px;
	line-height: 14px;
	width: 100%;
	position: fixed;
	z-index: 5;
	box-shadow: 0 2px 5px #333;
	padding: 0;
	transition: 0.5s;
}

.navbar-athena .navbar-brand {
	padding: 0;
	opacity: 0;
	transition: 0.5s;
	margin-left: 10px;
}

.navbar-athena.sticky {
	padding: 10px 0;
	background-color: rgba(0, 75, 85, 1);
}

.navbar-athena.sticky .navbar-brand {
	opacity: 1;
}

.navbar-athena .nav-item .nav-link {
	padding: 11px 18px;
	transition: 0.5s;
}

.navbar-athena .nav-link.active,
.navbar-athena .nav-link.show,
.navbar-athena .nav-link:hover,
.navbar-athena .nav-link:focus {
	color: #fff;
}

.navbar-athena .navbar-toggler {
	border: 0;
	border-radius: 0;
}

.navbar-athena .navbar-toggler:focus {
	box-shadow: inherit;
}

.navbar-athena .navbar-toggler-icon {
	filter: invert(1);
}

.label-navbar-toggler {
	font-size: 14px;
}

/**************************************** PAGE ACCUEIL - Section Accueil ****************************************/

.section-home {
	background-image: url(../images/bg-banner2.jpg);
	background-size: cover;
	background-position: 50%;
	padding: 4rem 0;
	min-height: 550px;
}

.section-home h1{
	font-weight: 600;
}

.section-home a img {
	margin: 5rem 0;
	max-width: 90%;
	height: auto;
}

.section-home .slogan {
	font-size: 24px;
}

/**************************************** PAGE ACCUEIL - Section A propos ****************************************/

.section-about {
	padding: 5rem 0;
	background-image: url(../images/bg-about.jpg);
	background-size: cover;
	background-position: 73% center;
	background-repeat: no-repeat;
	overflow: hidden;
}

.section-about .container-about {
	padding: 0 6%;
	margin-bottom: 3rem;
}

.section-about .col-content-about {
	padding: 0 2rem;
}

.section-about .block-title-about {
	text-align: right;
	position: relative;
}

.section-about .block-title-about h2{
	font-weight: 600;
}

.section-about .block-title-about::after {
	width: 1px;
	border-right: 1px solid #0096a1;
	content: "";
	position: absolute;
	right: -2rem;
	top: 1rem;
	bottom: 1rem;
}

.section-about .block-key-figures {
	margin: 0 1rem;
	border-bottom: 7px solid #004b55;
}

.section-about .block-key-figures span {
	display: block;
	font-weight: 600;
	font-size: 62px;
	line-height: 62px;
}

.section-about .block-key-figures p {
	margin-bottom: 1.4rem;
}

/**************************************** PAGE ACCUEIL - Section Association ****************************************/

.section-association {
	padding: 5rem 0;
	background: #f4f5f4;
	background-image: url(../images/bg-category.jpg);
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
}

.section-association .row {
	margin-top: 4rem;
}

.section-association .col-association {
	margin-bottom: 2rem;
}

.section-association .association-item {
	padding: 2rem 1.5rem;
	background: #fff;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.section-association .association-item img {
	margin-bottom: 1rem;
}

.section-association .association-item a {
	margin: 0 auto 0.5rem;
}

.section-association .bloc-content-association-item {
	flex-grow: 1;
	margin-bottom: 0.5rem;
}

.section-association .title-content-association-item {
	min-height: 70px;
}

.bloc-contact {
	margin-top: 1rem;
}

.bloc-contact a {
	margin: 2rem auto 0;
}

.btn-rse a {
	max-width: 480px;
}

#section-form{
	padding-bottom: 50px;
}

/**************************************** PAGE ACCUEIL et RESPONSABILITÉ SOCIALE - Section Engagements, nos valeurs ****************************************/

.section-values-commitments {
	padding: 5rem 0;
}

.section-values-commitments .bloc-img-values-commitments {
	width: 100%;
	height: 100%;
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.section-values-commitments .bloc-content-values-commitments {
	background-color: #fff;
	padding: 20px;
	margin: 2rem;
	min-height: 296px;
	z-index: 2;
	position: relative;
}

.section-values-commitments .row-values-commitments {
	margin: 4rem 0;
	position: relative;
}

.section-values-commitments .row-values-commitments:nth-child(odd) {
	flex-direction: row-reverse;
}

.section-values-commitments .row-values-commitments:nth-child(even) .col-content-values-commitments {
	margin-left: -13rem;
	width: 41.66666667%;
}

.section-values-commitments .row-values-commitments:nth-child(odd) .col-content-values-commitments {
	margin-right: -13rem;
	width: 41.66666667%;
}

.section-values-commitments .row-values-commitments:nth-child(even) .bloc-content-values-commitments:before,
.section-values-commitments .row-values-commitments:nth-child(even) .bloc-content-values-commitments:after,
.section-values-commitments .row-values-commitments:nth-child(odd) .bloc-content-values-commitments:before,
.section-values-commitments .row-values-commitments:nth-child(odd) .bloc-content-values-commitments:after {
	background-color: #00BAC6;
	content: "";
	position: absolute;
	top: 0;
}

.section-values-commitments .row-values-commitments:nth-child(even) .bloc-content-values-commitments:before {
	width: 140px;
	height: 2px;
	right: 0;
}

.section-values-commitments .row-values-commitments:nth-child(even) .bloc-content-values-commitments:after {
	width: 2px;
	height: 80px;
	right: 0;
}

.section-values-commitments .row-values-commitments:nth-child(odd) .bloc-content-values-commitments:before {
	width: 140px;
	height: 2px;
	left: 0;
}

.section-values-commitments .row-values-commitments:nth-child(odd) .bloc-content-values-commitments:after {
	width: 2px;
	height: 80px;
	left: 0;
}

.section-values-commitments .row-values-commitments .title-border:after {
	margin: 15px 0;
}

.section-values-commitments .bloc-content-values-commitments p {
	font-size: 14px;
}

/**************************************** PAGE ACCUEIL - Section Témoignages ****************************************/

.section-testimonials {
	background: #00bbc5;
	padding: 5rem 0;
}

.section-testimonials .row {
	margin-top: 4rem;
}

.section-testimonials .bloc-testimonials {
	padding: 0 1rem;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.section-testimonials .bloc-testimonials .lien-testimonials {
	position: relative;
	transition: opacity 0.5s, background-color 0.5s;
	display: inline-block;
}

.section-testimonials .bloc-testimonials .lien-testimonials:hover {
	cursor: pointer;
}

.section-testimonials .bloc-testimonials .lien-testimonials img {
	width: 100%;
	height: auto;
	max-width: 315px;
	display: block;
}

.section-testimonials .player-filter {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	transition: background 0.3s ease;
	opacity: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.section-testimonials .bloc-testimonials .lien-testimonials:hover .player-filter {
	opacity: 1;
}

.section-testimonials .bloc-testimonials .lien-testimonials .player-filter:after {
	content: "";
	background-repeat: no-repeat;
	background-image: url(../images/play-video.svg);
	background-size: contain;
	display: inline-block;
	width: 50px;
	height: 50px;
	position: absolute;
}

.section-testimonials .bloc-testimonials h3 {
	margin-top: 1rem;
}

.section-testimonials .content-testimonials {
	flex-grow: 1;
	margin-top: 1rem;
}

.section-testimonials .description-testimonials {
	min-height: auto;
}

.section-testimonials .bloc-testimonials a {
	margin: auto;
}

.section-testimonials .modal-content {
	background-color: #000;
}

.section-testimonials .video-youtube-ifram {
	width: 100%;
}

.section-testimonials .modal-buton-fermer {
	position: absolute;
	right: 1rem;
	top: 1rem;
}

.section-testimonials .modal-buton-fermer button {
	border: 1px solid #c60651;
	background-color: #c60651;
	border-radius: 0;
	color: #fff;
}

.modal-backdrop {
	background: #000;
}

.modal-backdrop.show {
	opacity: 0.9;
}

/**************************************** PAGE ACCUEIL - Section Services ****************************************/

.section-services {
	background-color: #f4f5f4;
	padding: 5rem 0;
}

.section-services .services-item {
	background-color: #fff;
	padding: 2rem;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.section-services .services-item img {
	width: 100%;
	height: auto;
	max-width: 321px;
	margin: 0 auto 1.5rem;
}

.section-services .title-content-services-item {
	min-height: 70px;
}

.section-services .bloc-content-services-item {
	flex-grow: 1;
}

.section-services .services-item a {
	margin: auto;
}

/**************************************** PAGE ACCUEIL - Section Contact ****************************************/

.section-contact {
	padding: 5rem 0;
}

.section-contact .introduction {
	margin-top: 4rem;
}
.agence-column{
	margin-bottom: 20px;
}

.agence-box {
    width: 100%;
    cursor: pointer;
    color: white;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    transition: background .5s;
	height: 100%;
}

.agence-filter {
    display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 105px;
    width: 100%;
    height: 100%;
    padding: 5px 5px;
    background: rgba(138, 136, 136, 0.6);
    transition: all 0.25s ease-out;
}

.agence-select .agence-filter, .agence-filter:hover {
    background: rgba(0, 113, 127, 0.8);
}

.agence-filter h3 {
    text-shadow: 2px 2px 1px #333;
    border-bottom: 1px solid white;
    padding-bottom: 10px;
    font-size: 18px !important;
}

.agence-btn {
    margin-bottom: 0 !important;
}

/********************************* FORMULAIRE *********************************************/
.input-select-agency
{
    display: inline-block;
    padding-left: 15px;
    font-size: 24px;
    width: 57%;
    margin-left: 20px;
    border-bottom: 1px solid #ececec;
}

.form-container{
	max-width: 800px;
	width: 100%;
}

#section-form .container{
	display: flex;
	justify-content: center;
}

#form-contact{
	display: none;
}

/**************************************** PAGE JOB ****************************************/

.section-jobs {
	padding: 5rem 0;
}

.section-jobs .accordion {
	margin-top: 4rem;
	padding: 40px 30px;
	border: 1px solid #cecece;
}

.section-jobs .accordion .accordion-item {
	border: 0;
	border-bottom: 1px solid #cecece;
}

.section-jobs .accordion .accordion-item h2 button {
	font-size: 24px;
}

.section-jobs .accordion-button:not(.collapsed) {
	background-color: #f4f5f4;
	color: #000;
}

.section-jobs .accordion-button:focus {
	box-shadow: inherit;
}

.content-job {
  text-align: justify;
  text-justify: inter-word; /* optionnel : meilleure répartition des espaces */
}


/**************************************** PAGE PAR DEFAULT ****************************************/

.bloc-content-default {
	padding: 3rem 0;
}

.bloc-content-default h3,
.bloc-content-default h4 {
	margin-top: 2rem;
	color: #00bbc5;
	margin-bottom: 10px;
}

.bloc-content-default th {
	background: #00bbc5;
	color: white;
	padding: 5px;
}

.bloc-content-default td {
	padding: 5px;
	border: 1px solid #ececec;
}

/**************************************** FOOTER ****************************************/

footer {
	background: #2A292A;
	padding: 50px 0;
}

footer .nav-footer {
	padding-left: 0;
}

footer .nav-footer li {
	list-style: none;
	display: inline-block;
	padding: 0 10px;
	border-right: 1px solid #7d7777;
}

footer .nav-footer li:first-of-type {
	padding-left: 0;
}

footer .nav-footer li:last-child {
	border-right: 0;
}

footer .nav-reseaux-footer {
	padding-left: 0;
	float: right;
}

footer .nav-reseaux-footer li {
	display: inline-block;
	padding: 0 8px;
}

footer .nav-reseaux-footer li a:hover .bloc-icons-reseaux {
	opacity: 0.7;
}

/**************************************** RESPONSIVE ****************************************/

@media screen and (max-width: 1450px) {
	.section-values-commitments .container {
		max-width: 100%;
	}
}

@media screen and (max-width: 1200px) {
	h1 {
		font-size: 50px;
	}

	.section-about .block-key-figures span {
		font-size: 55px;
		line-height: 55px;
	}

	.section-about .block-key-figures p {
		font-size: 15px;
	}

	.section-testimonials .col-testimonials {
		margin-bottom: 4rem;
	}

	.section-services .col-services-item {
		margin-bottom: 2rem;
	}

	.section-services .title-content-services-item {
		min-height: inherit;
	}
}

@media screen and (max-width: 1199px) {
	footer .nav-reseaux-footer {
		padding-left: 0;
		float: inherit;
		text-align: center;
		margin-top: 1rem;
	}
}

@media screen and (max-width: 1100px) {
	h1 {
		font-size: 40px;
	}

	h2 {
		font-size: 35px;
	}

	h3 {
		font-size: 23px;
	}

	.section-values-commitments .col-img-values-commitments {
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 0;
	}

	.section-values-commitments .bloc-content-values-commitments {
		position: relative;
		z-index: 2;
	}

	.section-values-commitments .row-values-commitments:nth-child(even) .col-content-values-commitments {
		margin-left: 0;
	}

	.section-values-commitments .row-values-commitments:nth-child(odd) .col-content-values-commitments {
		margin-right: 0;
	}

	.section-values-commitments .row-values-commitments:nth-child(odd) {
		flex-direction: inherit;
	}

	.section-values-commitments .row-values-commitments:nth-child(even) {
		flex-direction: row-reverse;
	}

	.section-values-commitments .row-values-commitments:nth-child(even) .bloc-content-values-commitments:before,
	.section-values-commitments .row-values-commitments:nth-child(even) .bloc-content-values-commitments:after,
	.section-values-commitments .row-values-commitments:nth-child(odd) .bloc-content-values-commitments:before,
	.section-values-commitments .row-values-commitments:nth-child(odd) .bloc-content-values-commitments:after {
		display: none;
	}
}

@media screen and (max-width: 991px) {
	.navbar-athena .navbar-nav {
		text-align: center;
	}

	.navbar-athena .nav-item {
		border-bottom: 1px dotted white;
	}

	.navbar-athena .nav-item:last-child {
		border-bottom: inherit;
	}

	.section-home .slogan {
		font-size: 20px;
	}

	.section-about{
		background-size: auto;
		background-position: 73% bottom;
	}

	.section-about .container-about {
		padding: 0;
	}

	.section-about .block-key-figures {
		margin: 1rem;
	}

	.section-about .block-title-about {
		text-align: center;
	}

	.section-about .block-title-about::after {
		height: 1px;
		border-right: 0;
		border-bottom: 1px solid #0096a1;
		bottom: 0;
		right: 0;
		top: 0;
		position: relative;
		border-bottom: 1px solid #004b55;
		content: "";
		display: block;
		width: 72px;
		margin: 17px auto 0;
	}

	.section-about .block-content-about {
		margin-top: 1rem;
		padding: 0 2rem;
        text-align: center;
	}

	.section-values-commitments h2 {
		margin-bottom: 2rem;
	}

	.section-values-commitments .row-values-commitments {
		margin: 0;
	}

	.section-values-commitments .row-values-commitments:nth-child(even) .col-content-values-commitments,
	.section-values-commitments .row-values-commitments:nth-child(odd) .col-content-values-commitments {
		width: 100%;
	}

	.section-values-commitments .col-img-values-commitments {
		height: inherit;
		position: relative;
	}

	.section-values-commitments .bloc-img-values-commitments {
		height: 300px;
	}

	.section-values-commitments .bloc-content-values-commitments {
		text-align: center;
		min-height: inherit;
		margin: 0.5rem 1rem 0.5rem;
	}

	.section-values-commitments .row-values-commitments .title-border:after {
		margin: 15px auto;
	}

	footer .container {
		text-align: center;
		max-width: 100%;
	}

	footer .container img {
		margin-bottom: 2rem;
	}
}

@media screen and (min-width: 940px) {
    .agence-filter {
        padding: 20px 10px 20px 10px !important;
    }
}

@media screen and (max-width: 767px) {
	h1 {
		font-size: 38px;
	}

	h2 {
		font-size: 31px;
	}

	h3 {
		font-size: 22px;
	}

	.section-association .title-content-association-item {
		min-height: inherit;
	}

	.section-association .title-content-association-item br{
		display: none;
	}

	.section-values-commitments .bloc-img-values-commitments {
		height: 240px;
	}

	.section-values-commitments .bloc-content-values-commitments {
		margin: 0.5rem 0rem 0.5rem;
	}

	.section-jobs .accordion .accordion-item h2 button {
		font-size: 20px;
	}
}

@media screen and (max-width: 576px) {
	h1 {
		font-size: 32px;
	}

	h2 {
		font-size: 25px;
	}

	h3 {
		font-size: 20px;
	}

	.section-about,
	.section-association,
	.section-values-commitments,
	.section-testimonials,
	.section-services,
	.section-contact,
	.section-jobs {
		padding: 3rem 0;
	}

	.section-home a img {
		margin: 4rem 0;
		max-width: 75%;
	}

	.section-home .slogan {
		font-size: 17px;
	}

	.section-about .block-key-figures span {
		font-size: 48px;
		line-height: 48px;
	}

	.section-about .container-about {
		margin-bottom: 1rem;
	}

	.section-values-commitments .bloc-img-values-commitments {
		height: 140px;
	}

	.section-values-commitments .bloc-content-values-commitments {
		margin: 0;
	}

	.section-association .row,
	.section-testimonials .row {
		margin-top: 2rem;
	}

	.section-testimonials .col-testimonials {
		margin-bottom: 3rem;
	}

	.section-jobs .accordion {
		margin-top: 3rem;
		padding: 30px 20px;
	}

	.section-jobs .accordion .accordion-item h2 button {
		font-size: 18px;
	}
}
