* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
	/*font-family: 'Nunito', sans-serif;*/
	font-family: 'Comfortaa', cursive;
	font-weight: normal;
	}

	input[type=checkbox], input[type=radio]{
		margin: 4px 4px 0px 0px!important;
	}

	html{
		
		overflow-x: hidden;
	}
	a, a:hover{
		text-decoration: none!important;
	}

	.main{
		display: flex;
		flex-direction: column;
		gap: 118px;
		margin-top: 63px;
		padding: 1em;
		max-width: 100vw;
	}

	.l-block{
		display: flex;
		flex-direction: column;
		gap: 18px;
	}
	.l-flex{
		display: flex;
		justify-content: center;
		gap: 27px;
	}
	.l-flex--line{
		align-items: center;
		justify-content: start;
		gap: 9px;
	}

	.l-flex--gap-l{
		gap: 54px;
	}

	.l-flex--wrap{
		flex-wrap: wrap;
	}
	.img--cover{
		object-fit: cover;
	}

	.img--contain{
		object-fit: contain;
	}
/* LIEN SITE CARRIERE */

.lienOffresEmplois{
	padding: 12px 0;
}
.lienOffresEmplois p {
	text-align: center;

	color: white;
}

.lienOffresEmplois a {
	text-decoration: underline!important;
	font-family: 'Comfortaa', cursive;
	padding-right: 5px;
	font-size: 20px;
	color: white;
}

.lienOffresEmplois a:hover {
	color: black;
	text-decoration: none;
}

.lienOffresEmplois img {
	width: 30px;
	
}

.lienOffresEmplois p.ln{
	display: inline;
	float: right;
	margin-top: -35px;
}

.lienOffresEmplois p.mail {
	display: inline;
	float: right;
	margin-top: -30px;
	margin-left: 10px;
}


/* MENU NAVIGUATION */

header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  background:  #717D7E;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
  padding: 0px 7%;
  display: flex;
  justify-content: space-between;
  z-index: 1000;
}


header .logo img{
	margin-bottom: -30px;
  	width: 120px;
}


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

header .navbar ul li {
  position: relative;
 float: right;
}

header .navbar ul li a {
  font-size: 20px;
  padding: 20px;
  color: white;
  display: block;
  text-decoration: none;
}

header .navbar ul li a:hover {
  color: black;
}

header .navbar ul li ul {
  position: absolute;
  left: 0;
  width: 220px;
  background: #717D7E;
  display: none;
}

header .navbar ul li ul li {
  width: 100%;
}

header .navbar ul li:focus-within > ul,
header .navbar ul li:hover > ul {
  display: initial;
}

#menu-bar {
  display: none;
}

header label {
  color: white;
  cursor: pointer;
  display: none;
}

/* IMAGE DACCUEIL */

.fondAccueil .img {
	margin-top: 10px;
  	margin-left: 850px;
  	width: 900px;
  	height: 600px;
	object-fit: cover;
    max-width: 100%;
}

.fondAccueil {
	background-color: #839192;
	padding: 10px;
	width: 1080px;
	margin-top: -20px;
}

.fondAccueil p {
	margin-left: 500px;
	font-family: 'Comfortaa', cursive;
	font-size: 60px;
	color: white;
	margin-top: -400px;
	text-shadow: 2px 2px 1px black;
	margin-bottom: 280px;
	font-weight: bold;
 	width: 1000px;
}
.fondAccueil p span {
	font-size: 35px;
}

.fondAccueil .logoJDL {
	margin-left: 350px;
	margin-top: -310px;
	margin-bottom: 20px;
	width: 700px;
}

.textdaccroche {
	font-size: 60px;
	font-family: 'Reenie Beanie', cursive;
	color: #1B1F23;
	text-align: center;
}

.textdaccroche2 {
	margin-top: -70px;
	font-size: 35px;
	font-family: 'Comfortaa', cursive;
	margin-left: 1088px;
	color: #4e635f;
}


/* ENCADRE PRESENTATION DU CABINET */

.Page1 {
	display: flex;
	justify-content: center;
    max-width: 90%;
    margin: auto;
    flex-wrap: wrap;
	gap: 18px;
}

.card {    
	flex: 1;
    padding: 25px;
    color: white;
    margin: 2px;
    background-color: #717D7E;
    box-shadow: #78a39b 6px 6px 2px;
	min-width: 300px;
}

.card h2 {
	color: #78a39b;
	top: -30px;
	right: -15px;
	font-size: 25px;
	transition: all .6s;
}

.card:hover h2 {
	font-size: 28px;
}



/* PRESENTATION PERSONNEL */

#Presentation {
	border: solid 1px white;
}


#Presentation h2 {
	background: #78a39b;
	margin-top: 0;
	text-align: center;
	font-size: 40px;
	font-weight: normal;
}

p.personnel {
    text-align: center;
    width: 650px;
    margin: auto;
	
}

.nos-membres{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 18px;
}

.TextEmmanuelle {
	font-family: 'Reenie Beanie', cursive;
	font-size: 50px;
}

.TextJulie {

	font-family: 'Reenie Beanie', cursive;
	font-size: 50px;
}


/* APPARITIONS DES PRESENTATIONS SUR LES PHOTOS */

.apparition {

	width: 300px;
	display: grid;
	place-items: center;
	grid-template-areas: "main";
	cursor: pointer;
	text-decoration: none;
}

.apparition > * {
	grid-area: main;
}

.apparition > img {
	width: 300px;
}

.apparition > .imgJulie {
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: cover;
	transition: transform 400ms, filter 400ms;
}

.apparition > .text {
    padding: 40px;
    opacity: 0;
    color: white;
    font-size: 9px;
    transition: opacity 400ms, transform 400ms;
}

.apparition:is(:hover, :focus) > .imgJulie{
	transform: scale(1.1);
	filter: brightness(0.4);
}

.apparition:is(:hover, :focus) > .text {
	transform: scale(1.2);
	opacity: 1;
}
.text2 a, .text a{
	color: white;
}

/* APPARITION PHOTO EMMANUELLE */

.apparition2 {
	width: 300px;
	display: grid;
	place-items: center;
	grid-template-areas: "main";
	cursor: pointer;
	text-decoration: none;
}

.apparition2 > * {
	grid-area: main;
}

.apparition2 > .imgEmmanuelle {
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: cover;
	transition: transform 400ms, filter 400ms;
}

.apparition2 > .text2 {
    padding: 40px;

    opacity: 0;
    color: white;
    font-size: 8px;
    transition: opacity 400ms, transform 400ms;
}

.apparition2:is(:hover, :focus) > .imgEmmanuelle {
	transform: scale(1.1);
	filter: brightness(0.4);
}

.apparition2:is(:hover, :focus) > .text2 {
	transform: scale(1.2);
	opacity: 1;
}

/* CAROUSEL */

.notrejob {
	font-size: 25px;
	text-shadow: 4px 4px #78a39b;
	margin-bottom: 100px;
	margin-top: 58px;
	margin-left: 500px;
}

.cliquezTémoignages {
	font-size: 40px;
	font-family: 'Reenie Beanie', cursive;
   text-align: center;
}

.cadre {
    width: 800px;
    border-radius: 2px;
    overflow: hidden;
    color: gray;
    font-family: 'Comfortaa', cursive;
    margin: auto;
    text-align: left;
	max-width: 100%;
}

.cadre .contenant {
	padding-top: 10px;
	padding-bottom: 10px;
}


.centre {
    left: 0;
    right: 0;
    margin-top: -22.5px;
}

.carousel {
    width: 100%;
    height: 50px;
    text-align: center;
    font-size: 17px;
    line-height: 45px;
}

.carousel .changeHidden {
	width: 100%;
    position: absolute;
    top: 0;
    left: 0%;
    height: 45px;
    overflow: hidden;
}


.carousel .changeHidden .contenant {
    position: relative;
    animation: carousel 12s ease-in-out infinite;
}


.carousel .changeHidden .element {
    display: block;
   font-weight: 700;
   text-align: center;
}


@keyframes carousel {
    0%, 15% {
        transform: translateY(0);
    }
    20%, 35% {
        transform: translateY(-45px);
    }
    40%, 55% {
        transform: translateY(-90px);
    }
    60%, 75% {
        transform: translateY(-135px);
    }
    80%, 100% {
        transform: translateY(-180px);
    }
}


/* NOS SERVICES */

.services h4 {
	background-image: linear-gradient(#78a39b, #78a39b);
	background-repeat: no-repeat;
	background-size: 0% 100%;
	background-position-x: left;
	transition: background-size 500ms;
	margin-top: 20px;
	font-size: 30px;
	font-weight: normal;
	cursor: pointer;
}

.recrutement h4 {
	padding: 5px;
	margin-bottom: 10px;
}

.services .titreServices {
	background: #78a39b;
	margin-top: 0px;
	text-align: center;
	font-size: 40px;
	font-weight: normal;
}

.recrutement {
    width: 500px;
    max-width: 90%;
}

.recrutement span {
	font-size: 25px;
	color: #78a39b;
}

.recrutement .num1-3 {
	text-align: center;
	margin-bottom:  -50px;
	float: left;
	margin-left: 40px;
	width: 200px;
}

.recrutement .num2-4 {
	text-align: center;
	margin-top:  10px;
	margin-left: 300px;
	width: 200px;
}

.schema img{
	margin-bottom: -1300px;
	margin-left: 900px;
	width: 150px;
}

.schema .imgmain {
	margin-bottom: -1200px;
	width: 500px;
	margin-left: 1300px;
}

p.schema {
	margin-top: 1000;
}

.services h4:hover {
	background-size: 100% 100%;
}

/* ACCOMPAGNEMENT */
.accompagnementconseilrhtitle{
	font-size: 30px;
}
.titreAccompganement {
	background: #78a39b;
}

.accompagnement img {
	width: 450px;
	max-width: 90%;
}

.accompagnement {
	text-align: left;
	display: flex;
	gap: 54px;
	justify-content: center;
	flex-wrap: wrap;
}

.coaching h4 {
	font-size: 20px;
}

.notreobjectif p{
	text-align: center;
	font-family: 'Reenie Beanie', cursive;
	font-size: 40px;
}

.cequinousdifférencie p{
	text-align: center;
	font-family: 'Reenie Beanie', cursive;
	font-size: 40px;
}



/* NOTRE EXPERTISE */


.Expertise {
	border: 0.5rem solid #78a39b;
    width: 900px;
    margin: 36px auto;
    max-width: 90%;
	padding-bottom: 36px;
}

.titreExpertise {    
	background: #78a39b;
    font-family: 'Comfortaa', cursive;
    font-size: 40px;
    margin-top: -5px;
    text-align: center;
    margin: auto;
    padding: 0.25em;
}


.title--banner{	
    background: #78a39b;
    margin-top: 0;
    text-align: center;
    font-weight: normal;
	padding: 4px 0;
}

p.qualités {    
	text-align: justify;
    width: 90%;
    margin: auto;
	padding: 1em 0;
	line-height: 2em;
}

.qualités span {
	font-weight: bold;
	font-size: 20px;
	color: #78a39b;
	font-family: 'Comfortaa', cursive;
}

/*.qualités span:hover {
	font-size: 25px;
	cursor: pointer;

}*/

/* PONTS FORTS */

h3.titre {
	font-size: 40px;
	text-align: center;
	font-family: 'Comfortaa', cursive;
	font-weight: normal;
}

.rond.deux, .rond.quatre {
	margin-top: -190px;
	margin-left: 985px;
}



.rond.un, .rond.deux, .rond.trois, .rond.quatre {
	background: #78a39b;
	border-radius: 180px;
	width: 200px;
	height: 200px;
	justify-content: space-evenly;
	display: flex;
}

.points{
	display: flex;
	flex-wrap: wrap;
    justify-content: space-around;
	row-gap: 45px;
	margin-top: 54px;
}

.point{    
	width: 600px;
    max-width: 90%;
    border: solid 4px white;
    background: #717D7E;
    overflow: visible;
    position: relative;
    margin-left: 2ch;
	min-width: 40%;
}

.point::before{    
	content: '';
    background-color: #78a39b;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    top: 0;
    left: 0;
    transform: translate(-50%, -25%);
    position: absolute;
    z-index: -1;
}

.point h4 {
	font-family: 'Comfortaa', cursive;
	font-size: 30px;
	font-weight: normal;
	color: white;
    transform: translateX(-2.1ch);
}
.point h4.letter--large{
    transform: translateX(-2.5ch);
}

.point .maj {
	font-weight: bold;
	font-size: 50px;
	color: black;
	margin-right: 6px;
}

.point p {
	text-align: justify;
	padding: 18px;
	color: white;
}

/* AVIS CLIENTS */

.container1 .slide-container .slide.client {
	background: #717D7E;
}

h5#témoignages {
	font-size: 40px;
	text-align: center;
	font-family: 'Comfortaa', cursive;
	font-weight: normal;
}

.container1 {    
	margin: 27px auto;
    position: relative;
    perspective: 1000px;
    width: 650px;
    max-width: calc(100% - (40px + 36px)*2);

}

.container1 .slide-container .slide {
	border-radius: 5px;
	background: #78a39b;
	color: white;
	box-shadow: 0 5px 10px black;
	width: 100%;
	padding: 20px;
	position: relative;
	transform-style: preserve-3d;
	animation: slide .4s linear;
}

@keyframes slide {
	0% {
		transform: rotateX(180deg);
	}
}

.container1 .slide-container .slide > * {
	animation: slideContent .2s linear .4s backwards;
}

@keyframes slideContent {
	0% {
		opacity: 0;
		transform: scale(.5);
	}
}

.container1 .slide-container .slide .user{
	display: flex;
	align-items: center;
}

.container1 .slide-container .slide .icon {
	width: 40px;
	top:  10px;
	left: 15px;
	float: right;
}

.container1 .slide-container .slide .user .user-info h5 {
	font-size: 20px;
	margin-bottom: 20px;
	color: white;
}

.container1 .slide-container .slide .text{
	font-size: 15px;
	padding-top: 15px;
	font-style: italic;
}

.container1 .slide-container {
	display: none;
}

.container1 .slide-container.active {
	display: block;
}

.container1 #next, 
.container1 #prev {    
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    background: #717D7E;
    color: white;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0 5px 10px black;
}

.container1 #next {
    left: calc(100% + 9px);
}

.container1 #prev {
    right: calc(100% + 9px);
}

.container1 #next:hover, 
.container1 #prev:hover {
	background: white;
	color: black;
}


/* LES PARTENAIRES */

.container h6{
  margin-bottom: 54px;
  text-align:center;
  font-size: 40px;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

/*ça permet de réduit la taille de défilement des partenaires*/ .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.slick-initialized .slick-slide {
    display: block;
} 


/* FORMULAIRE ENTREPRISES */

.formulaireEntreprise {
    color: #1B1F23;
	width: 500px;
    max-width: 90%;
}

.formulaire {
    display: flex;
    flex-direction: column;
}

.espaceFormulaire input[type = "submit"], textarea{
    margin: 18px 0 0 0;
}

.espaceFormulaire label, .book-form input, textarea{
    width: 100%;
}

.espaceFormulaire label, textarea{
    font-weight: 600;
    word-spacing: 5px;
    padding-bottom: 30px;
}

.espaceFormulaire input, textarea{
    padding: 12px 15px;
    border-radius: 5px;
    font-size: 14px;
    border: none;
    color: gray;
    background: gainsboro;
}

.respaceFormulaire input:focus, textarea:focus{
    outline: 0;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
}

.formulaireEntreprise p {
	color: #78a39b;
}

.titreEspaceEntreprise {
	font-family: 'Comfortaa', cursive;
	font-size: 50px;
	text-align: center;
	color: #78a39b;
}

.InfosEntreprise {
	text-align: left;
    width: 500px;
    max-width: 90%;
}

.InfosEntreprise img {
    width: 100%;
}

.InfosEntreprise h4 {
	font-family: 'Comfortaa', cursive;
	font-size: 20px;
	font-weight: bold;
}

.btnEnvoyer {
    margin-left: auto;
    display: block;
    width: fit-content;
}


.btn {
	cursor: pointer;
}

.btn:hover {
  background: #78A39B;
  color: white;
}

.btn:active {
  background: #78A39B;

}

.confidentialité {
	color: #78a39b;
    margin: 18px 0;
}

.confidentialité input{
	margin-right: 4px;
}

.formulaire.confidentialité.entreprise {
	margin-left: 1600px;
}

/* FORMULAIRE CANDIDAT */

.formulaireCandidat{
    color: #1B1F23;
	width: 500px;
    max-width: 90%;
}

.formulaireCandidat p {
	color: #78a39b;
}

.formulaireCandidat a, .formulaireEntreprise a {
	color: gray;
}

.formulaire.candidat{
    display: flex;
    flex-direction: column;
}

.titreEspaceCandidat {
	font-family: 'Comfortaa', cursive;
	font-size: 50px;
	text-align: center;
	color: #78a39b;
}

.InfosCandidat {
	width: 500px;
    max-width: 90%;
}

.InfosCandidat h4 {
	font-family: 'Comfortaa', cursive;
	font-size: 20px;
	font-weight: bold;
	margin-top: 50px;
}

.InfosCandidat img {
	width: 100%;
}
.formulaire.civilité {
	flex-direction: row;
	display: flex;
	gap: 18px;
	align-items: center;
	list-style: none;
}


.formulaire.candidat li, .formulaireEntreprise li{
	list-style-type: none;
}

/* FOOTER */

.pied-de-page li {
	list-style-type: none;
}

.pied-de-page{
    margin-top: 200px;
    background: #1B1F23;
    color: #fff;
    padding: 40px;
    display: flex;
    justify-content: center;
	gap: 126px;
    align-items: flex-start;
    flex-wrap: wrap;
    row-gap: 36px;
}

.logoFooter {
	width: 150px;
}

.contenu-pied {
   width: 250px;
  
}

.contacte{
    max-width: 200px;
}

.pied-de-page h2{
	margin-top: 0;
}

.contenu-pied p {
	text-align: justify;
}
.contenu-pied p, .contenu-pied a, .contenu-pied span{
    opacity: 0.8;
}



.mentionsLégales a {
	color: white;
	text-decoration: none;
}

.mentionsLégales a:hover {
	color: #78a39b;
	text-decoration: none;
}

.logotel {
    width: 30px;
    object-fit: contain;
    height: 30px;
}

.logomail {
	width: 30px;
}

.slick-track{	
    display: flex;
    align-items: center;
}



.flex {
	margin-top: -100px;
	margin-left: 700px;
	padding: 30px;
}

.flex img {
	margin-top: -50px;
	width: 30px;
}

.link {
	margin-left: 40px;
}

footer li {
	margin-top: 20px;
	margin-left: 1480px;
}

footer li a {
	color: white;
	text-decoration: none;
}
