@font-face {
  font-family: "ordisymb";
  src: url(../fonts/ordisymb.ttf);
}

body {
	font-family: 'Proxima Nova', Helvetica;
	font-size: 13px;

	--main-color: #2da1b1;
	--main-color-red: #d22e26 ;
	--main-color-grey: #58585a;
	--main-color-grey-methode: #575756;

	--home-pink:#f4b3b1;

	--main-color-grey: #58585a;
	--onesection-color-white: #ffffff;
	--color-white:#ffffff;
	--color-black:#000000;
	--color-black-trans:rgba(0,0,0,0.81);
	--color-border-silver:#d9d9d9;
	--color-bg-silver:#e3e3e3;
	--color-bg-silver-accueil:#ebebeb;
	--color-bg-silver-white: #b9b9b9;
	--color-bg-silver-trans:#e3e3e3c7;
	--color-bg-silver-light:#eeeeee;
	--color-font-h2-silver: #575556;
	--color-bg-grey:#9d9d9c;
	--color-bg-grey:#797b7e;

	--main-font-color-white: #ffffff;
	--main-font-color-grey: #929292;
	--main-font-color-black: #000000;

	--nav-link: #818181;
	--nav-link-hover: #444444;

	--btn-bg-color:#00a8b3;
	--btn-bg-color-hover:#818181;

	--nav-a-hover: #00a8b3;

	color:  var(--color-bg-grey) ;
}
.custom-file-input ~ .custom-file-label::after {
    content: "Télécharger";
}
.hidden{
	display: none!important;
}
#main-content{
	padding-top: 71px;
}
.nav-actu{
	display:none;
}		   

.navbar-toggler{
	display: none;
}
ul .dropdown:hover > .dropdown-menu {
    display: block;    
}

.essentiels{
	color: var(--main-color);
	font-weight: 700;
}
.essentielsfl{
	color: var(--main-color-red);
	font-weight: 700;
}
#triangle-up {
	width: 0;
	height: 0;
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
	border-bottom: 13px solid white;

}

.bo_border_bottom{
	border-bottom: solid 2px var(--main-color);
}
.bo_spacer{
	margin: 45px 0;
	border-bottom: dotted 4px var(--main-color);
}

.text-actu iframe{
	height: 40vh;
}

.scroll-table-infos{
	display: none;
}

.container{
	/*width: 1180px!important;*/
	max-width:1180px!important;
}

.no-padding{
	padding-left:0 ;
	padding-right:0 ;
}
.no-margin{
	margin:0;
}

.chevron,.chevronAnnonce,.chevronSide{
	display: inline;
}
.chevronAnnonce{
	padding: 0!important;
}

.chevron::before{
	content: "\203A";
    font-size: 2em;
    line-height: 0.80;
    width: 10px;
    padding: 0 7px;
}
.chevronAnnonce::before{
	content: "\203A";
    font-size: 1.4em;
    line-height: 1;
    width: 10px;
    padding: 0 7px;
}
.chevronSide::before{
	content: "\203A";
    font-size: 1.4em;
    line-height: 1;
    width: 10px;
    padding: 0 3px;
}

.spanCookie{
    background: var(--main-color);
    border-radius: 7px;
    color: white;
    padding: 3px 5px;
    margin: 0 6px;
}

.spanCookie:hover{
	box-shadow: 0 0 5px white;
}

.padding-25{
	padding: 25px;
}

.padding-20-25{
	padding: 20px 25px;
}

.no-underline, .no-underline:hover{
	text-decoration: none!important;
}

.font-regular{
	font-family: 'Proxima Nova';
}
.font-alt-light{
	font-family: 'proxima_nova_ltthin';
}
.font-alt-bold{
	font-family: 'proxima_nova_ltsemibold';
}
.font-extra-bold{
	font-family: 'proxima_nova_altblack';
}

.font-size-menu{
	font-size:17px;
}
.font-size-menu-top{
	font-size:11px;
}

.font-size-home-100 {
    font-size: 100px;
}

.font-size-home-48{
	font-size:48px;
}
.font-size-35{
	font-size: 35px;
}
.font-size-home-32{
	font-size: 32px;
}
.font-size-home-31{
	font-size: 31px;
}
.font-size-home-30{
	font-size: 30px;
}
.font-size-home-28{
	font-size: 28px;
}
.font-size-home-27{
	font-size: 27px;
}
.font-size-home-22{
	font-size: 22px;
}
.entreprise-main,.font-size-home-20{
	font-size: 20px;
}
.font-size-home-24{
	font-size: 24px;
}
.font-size-home-18{
	font-size: 18px;
}
.font-size-home-17{
	font-size: 17px;
}
.font-size-home-14{
	font-size: 14px;
}


.font-size-footer{
	font-size:14px;
}
.font-size-footer-title{
	font-size:18px;
}
.font-size-footer-link{
	font-size:11px;
}


.font-size-16{
	font-size:16px;
}

.color-white{
	color: var(--main-font-color-white);
}

.color-blue{
	color: var(--main-color);
}

.color-silver{
	color: var(--main-color-grey)
}

.color-black{
	color: var(--main-font-color-black)!important;
}

.color-red{
	color: var(--main-color-red)!important;
}


.bg-white{
	background: var(--main-font-color-white);
}

.bg-red{
	background: var(--main-color-red);
}
.bg-red-methode{
	background: #e30613;
}

.bg-grey{
	background: var(--color-bg-grey);
}
.bg-silver{
	background: var(--color-bg-silver);
}
.bg-silver-acceuil{
	background: var(--color-bg-silver-accueil);
}
.bg-silver-trans{
	background: #fffc;
}
.bg-silver-methode{
	background: var(--main-color-grey-methode);
}
.bg-silver-grey{
	background: var(--main-color-grey);
}
.bg-silver-white{
	background: var(--color-bg-silver-white);
}
.bg-silver-light{
	background: var(--color-bg-silver-light);
}
.bg-blue{
	background: var(--main-color);
}

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

a, a:hover {
	color:var(--nav-a-hover);
	cursor: pointer;
}
/* TOP */
#top {
	height: 40px;
}
#top a, #top a:hover{
	color: var(--main-font-color-black);
	line-height: 40px;
}
#top-right {
	text-align: right;
}
#top-left {
	line-height: 40px;
}

/* HEADER */
#header {
	background-color:var(--color-white)  !important;
	font-family: "Proxima Nova";
}

#header-top{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 47px;
	background: var(--color-black);
	display: none;
}
	
#header{
	Margin-top : 0px ;
}
	

.header-ban{
	height: 47px;
	background:var(--color-black);
	color: var(--main-font-color-grey);
	text-transform: uppercase;
	font-weight: bold;
}

.text-cookie{
	padding-left:32px;
}

.header-white-bloc{
	width: 287px;
	height: 47px;
	background: var(--color-white);
}
#header, #header A, #header A:hover {
	color: var(--main-font-color-white);
}
#header .tel a{
	color: var(--main-color);
}
#header .tel a:hover{
	color: var(--main-color);
}
#header .dropdown-menu A, #header .dropdown-menu A:hover{
	color: var(--main-font-color-black);
}

#page_pages-accueil #btnAccueil ,
#page_pages-candidat #btnCandidat ,
#page_pages-entreprise #btnEntreprise ,
#page_pages-essentiels #btnEssentiels ,
#page_pages-contact #btnContact {
	color: var(--main-color);
}

#header h1 {
	font-size: 1em;
}
#header .title {
	/* text-transform: uppercase; */
	font-size: 1.4em;
	line-height: 30px;
}
#header .logosite{
	width: 287px!important;
	height: 100%;
	position: static;
	min-height: 70px;
}
#header IMG {
	height: 55px;
	vertical-align: middle;
}

#header .header-tel{
	vertical-align: middle;
	color: var(--main-color);
	border-right: solid var(--color-border-silver) 1px;
	border-left: solid var(--color-border-silver) 1px;
	padding: 0;
	justify-content: center;
}
.hovernone{
	text-decoration: none!important;
	color: var(--main-font-color-white)!important;
}
.subSideMenu1,.subSideMenu2, .subSideMenu3{
	border: solid var(--main-font-color-white) 3px;
	background: #766667;
	color: var(--main-font-color-white);
	font-size: 27px;
	width: 175px;
	transition: 1s;
	position: fixed;
    width: 298px;
    height: 55px; 
	right: -228px;
	display: flex;
	/*justify-content: space-between;*/

	float: left;
	vertical-align: middle;
	border-right: none;
}
.subSideMenu1 a,.subSideMenu2 a, .subSideMenu3 a{
	display: flex;
	align-items: baseline;
	padding: 0 15px;
}

.subSideMenu1 .sideimg,.subSideMenu2 .sideimg, .subSideMenu3 .sideimg{
	margin: auto 5px;
    width: 63px;
    height: 30px;
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.subSideMenu1 img,.subSideMenu2 img, .subSideMenu3 img{
	height: 30px;
}
.subSideMenu1{

	top: 200px;
}
.subSideMenu2{
	top: 260px;
}
.subSideMenu3{
	top: 320px;
}

.subSideMenu1:hover,.subSideMenu2:hover,.subSideMenu3:hover{
	right: 0px;
	transition: 1s;
}

.hover-submenu{
	right: 0px;
	transition: 1s;
}


/* MENU */
#menu{
	height: 70px;
	padding:0;
	z-index: 5000;
}
#menu .dropdown{
	/*margin-right: 1.5rem;*/
}
.nav-item {
/*	text-align: center;
	/* text-transform: uppercase; */
	/*padding-right: 55px;
	line-height: 30px;*/
}
.nav-link {
	color: var(--nav-link);
}
.nav-link:hover {
	color: var(--nav-link-hover);
}

#navbar .navbar-nav li a.active {
    background-color:var(--main-color);
    color: var(--main-font-color-white);
}

#header .btn {
	background-color: var(--color-white);
	color: #ffffff;
	border: 0px solid transparent;
	color: var(--color-black);
	height: 70px;
	border-right: solid  var(--color-border-silver) 1px;
	border-radius: 0px;
	padding: 0 29px;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

#btnContact{
	border-right: none!important;
}
#telheader{
	border-left: none!important;
}
				  
					
 

#header .btn-secondary:focus{
	box-shadow:none;
}
#header .btn:hover {
	color: var(--main-color);
	text-decoration: underline var(--main-color);
	text-underline-offset: 15px;
}

#header .dropdown-menu {
	margin: 0;
	border-radius:0;
	background-color: var(--color-black-trans);
}
#header .dropdown-menu a.dropdown-item{
	color: var(--main-font-color-white);
	font-weight: 300;
}

#header .dropdown-menu a.dropdown-item:focus,#header .dropdown-menu a.dropdown-item:hover {
	background: none;
	font-weight: bold;
}

.dropdown-toggle::after{
	display: none;
}

.head-desc{
	min-height: 349px;
}
.key-desc ,.comp-desc,.pers-desc,.point-desc{
	min-height: 150px;
}

/* CONTENT */
#content {
	min-height: 75vh;
}
#content .bloc_img img{
	height: 300px;
	width: 100%;
}

.bloc_bloc{
	background: whitesmoke;
	border: solid black 1px;
	margin: 15px 0;
}
.bloc_bloc h3{
	text-decoration: underline;
}
.bloc_bloc p{
	padding: 10px;
}


.bloc_actu{
	background: whitesmoke;
    padding: 10px;
    height: 100%;
}
.sub_bloc_actu a{
	position:absolute;
	bottom: 5px;
	left: 15px;
}
.sub_bloc_actu p{
	padding: 10px;
}
.text-actu{
    width: 90%;
    text-align: justify;
	padding: 25px 25px 0 25px;
	margin: 0 auto;
}

.collapse-actu{
	position: sticky;
    left: 0;
	bottom: 0;
    margin: 15px 0;
}

.sub_bloc_annonce .annonce-txt h3{
	padding-left:76px;
}
.sub_bloc_annonce .annonce-txt img{
	position: absolute;
    left: -5px;
    top: 40px;
}
.sub_bloc_annonce .annonce-txt {
	text-align: justify;
}

.sub_bloc_annonce{
	float: left;
}
.sub_bloc_annonce div{
	padding: 15px;
}
.sub_bloc_annonce div .annone-link{
	width: 100%;
	display: flex;
	padding: 0;
    margin: 3px 0;
}
.sub_bloc_annonce div .annonce-img{
	width: 50px;
	display: flex;
    justify-content: center;
}
.sub_bloc_annonce div img{
	padding: 0 5px;
}
.sub_bloc_annonce p{
	margin: auto 0px;
	font-size: 17px;
}
.bloc_annonce a{
	float:right;
}

.annonce-txt-forced, .annonce-txt-forced * {
    font-size: 15px !important;
    color: var(--main-color-grey)
}

.annonce-txt-forced UL {
	margin-left :  20px !important;
}


/* Partial Message*/
.message_error{
	color: var(--main-font-color-black);
	border: solid var(--main-color );
	font-family: 'proxima_nova_ltsemibold';
}

.message_message{
	color: var(--main-font-color-black);
	border: solid var(--main-color );
	padding: 15px 30px;
	font-size: 25px;
	margin-top: 25px;
	font-family: 'proxima_nova_ltsemibold';
}


/* Page Acceuil */

.bandeau{
	background: var(--home-pink);
	display: flex;
	align-items: center;
}

.home-btn-link{
	margin-top:-97px;
}

.contact .home-btn-link{
	margin-top: -165px;
}

.home-votre-agence{
	margin: 48px 0;
}

.container-job{
	background-image: url("../../images/ess/img/Bandeau_Recherche-demploi.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 22px;
}

.home-recherche{
	padding-top: 57px ;
	min-height: 520px;
}

.home-img-fleche{
	position: absolute;
	bottom: -65px;
	width: 441px;
	left: 762px;
}
 .recherche-form-2{
	margin-top: 20px ;
}
.recherche-form-1{
	margin-top: 44px ;
}
.recherche-form-3{
	margin-top: 44px ;
}

.recherche-form-1 label{
	padding-left: 16px;
}

.recherche-form-2 .border-top{
	margin-top: 17px ;
	border-top: 2px solid var(--main-font-color-white)!important;
}

.recherche-form-2 input[type="submit"]{
	width: 100%;
	background: var(--main-color);
	border: solid var(--main-font-color-white) 2px;
}
.recherche-form-2 a.home-btn:hover{
	color: var(--main-font-color-white);
}

.recherche-form-3 p{
	background: var(--main-font-color-white);
	border-radius: 25px;
	text-align: center;
    margin-top: 21px;
	height: 52px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.recherche-form-3 p a{
	color: var(--main-color-red);
}

.home-recherche p input{
	border-radius: 25px;
	height: 51px;
}

.home-offres-cont{
	padding: 70px 0 95px;
}

.home-offres-cont h2{
	margin-bottom: 40px;
}

.home-offre{
	width: 386px;
	padding: 25px;
	position: absolute;
}

.home-offre h3{
	padding: 0;
	margin: 0;
}
.home-offre p{
	margin-bottom: 5px;
}

.glide__slide{
	/*width: 317px!important;*/
	height: 258px;
}

#glide_ess{
	position: relative;
}





.glide__arrow{
	color:var(--main-font-color-white);
	box-shadow: none;
	border: none;
}

.glide__arrow--left{
	left:-100px;
}
.glide__arrow--right{
	right: -100px;
}

.home-link{
	position: absolute;
	left: 323px;
	font-size: 45px;
	top: 204px;
}

.home-btn{
    margin: 50px 0;
    width: 378px;
    height: 49px;
    border: solid 2px #cbcbcb;
    display: flex;
    justify-content: center;
    align-items: center;
	font-size: 1.5em;
    font-family: 'proxima_nova_ltsemibold';
    text-decoration: none;
}
.home-btn-border-white{
	border: solid 2px var(--main-font-color-white);
}

.home-btn:hover{
	text-decoration: none;
	box-shadow: 0 0 5px var(--main-font-color-white);
}

.home-connaitre{
	padding: 75px 0 87px;
}
.home-actu{
	padding: 71px 0;
}
.home-connaitre-main, .home-actu-main{
	margin-top: 40px;
}
.listeActu{
	padding-bottom: 53px ;
}
.accueil_Sedecouvrir{
	background-image: url("../../images/ess/img/Essentiels_Accueil_Sedecouvrir.jpg") ;
	background-repeat: no-repeat;
	background-size: cover;
	width: 295px;
	min-height: 295px;
}
.accueil_seprojeterensemble{
	background-image: url("../../images/ess/img/Essentiels_Accueil_seprojeterensemble.jpg") ;
	background-repeat: no-repeat;
	background-size: cover;
	width: 295px;
	min-height: 295px;
}

.actu-img, .actu-bloc{
	height: 295px ;
	width: 277px ;
}
.actu-bloc{
	margin-bottom: 15px;
}
.actu-bloc .home-link{
	position: absolute;
	left: 203px;
	font-size: 45px;
	top: 229px;
}

/* Partial Search*/
.search{
	border:solid black 1px;
	background: whitesmoke;
	padding: 15px;	
}


/* Essentiels */

.ess-qsn{
	padding: 49px 0 73px;
}


.ess-qsn-main{
	margin-top: 70px;
}

.ess-qsn-text-1{
	padding: 13px 41px;
}

.ess-qsn-text-2{
	padding: 17px 0px;
}
.logo-essentiels-anim{
	margin-top: 56px;
	width: 100%;
}

.valeur{
	padding: 70px 0 105px;
}

.valeur-main{
	padding-top: 66px; 
}

.essentiels-valeurs{
	height: 256px;
}
.valeur-left{
    margin-right: 9px;
    max-width: 580px;
}
.valeur-left h4{
	text-align: right;
	margin-top: 31px;
}
.valeur-left p{
	padding-left: 33px;
	text-align: end;
	line-height: 1.3;
}

.valeur-right{
    margin-left: 10px;
    max-width: 580px;
}
.valeur-right h4{
	text-align: left;
	margin-top: 31px;
}
.valeur-right p{
	padding-right: 33px;
	text-align: start;
	line-height: 1.3;
}

.valeur-m-b{
	margin-bottom: 19px;
}

.equipe{
	padding: 75px 0 75px;
}
.equipe-main{
	margin-top: 27px;
}
.equipe-img img{ 
	width: 209px;
}
.equipe-txt{
	text-align: center;
	margin-top: 50px;
}
.equipe-txt .spacer{
	border-bottom:solid var(--main-color-red) 2px;
	margin: 7px 37%;

}
.equipe-txt p{
	line-height: 1.1;
}
.equipe-bg{
	background-image: url("../../images/ess/img/bg-equipe.png");
	background-repeat: repeat-y;
	background-position: center;
}

.adn{
	margin: 72px 0px 75px;
}

.adn-main{
	margin-top: 40px;;
}

.adn-sub{
	margin:10px;	
	height: 260px;
	text-align: center;
	padding-top: 32px;
}

.adn-sub h4{
	margin-top:18px;
}

.notreadn{
	max-height: 537px;
	background-image: url("/site/ui/images/ess/img/Bandeau_Notre-ADN.jpg");
	background-repeat: no-repeat;
	background-position: center;
}

.philo{
	padding: 75px 0 73px;
}

.philo > p{
	text-align: center;
}
#notremethode{
	background-image: url("/site/ui/images/ess/img/Bandeau_notre-methode.jpg");
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 57px ;
}
.methode-main{
	padding:25px 0 75px;
}

.first-methode::before{
	width: 15px;
    height: 15px;
    border-radius: 15px;
    background: var(--main-color-grey);
    content: " ";
    position: absolute;
    left: 0;
    margin-top: -9px;
}
.last-methode::after{
	width: 15px;
    height: 15px;
    border-radius: 15px;
    background: var(--main-color-grey);
    content: " ";
    position: absolute;
    right: 0;
    margin-top: -9px;	
}
.border-methode{
	border-top: solid var(--main-color-grey) 2px;
	margin: 25px 0;
}
.border-methode .rond{
	width: 24px;
	height: 24px;
	border-radius: 15px;
	border: solid var(--main-color-grey) 2px;
	margin-top: -13px;
	background: var(--main-font-color-white);
}
.border-methode .rond .sub-rond{
	width: 14px;
	height: 14px;
	border-radius: 15px;
	margin: 3px;
}

.red-methode, .silver-methode, .blue-methode{
    height: 36px;
	width: 155px;
	display: flex;
	justify-content: center;
}

.btn-txt{
    display: flex;
    justify-content: center;
	vertical-align: middle;
	align-items: center;
	width: 131px;
}

.red-methode::before{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 18px 20px 18px 0;
	border-color: transparent var(--main-color-red) transparent transparent;
	content: " ";
}
.red-methode::after{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 18px 0 18px 20px;
	border-color: transparent transparent transparent var(--main-color-red);
	content: " ";
}

.silver-methode::before{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 18px 20px 18px 0;
	border-color: transparent var(--main-color-grey-methode) transparent transparent;
	content: " ";
}
.silver-methode::after{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 18px 0 18px 20px;
	border-color: transparent transparent transparent var(--main-color-grey-methode);
	content: " ";
}

.blue-methode::before{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 18px 20px 18px 0;
	border-color: transparent var(--main-color) transparent transparent;
	content: " ";
}
.blue-methode::after{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 18px 0 18px 20px;
	border-color: transparent transparent transparent var(--main-color);
	content: " ";
}

.card{
	border: none;
}

.card-methode{
	width: 172px;
	border: none;
	font-size: 15px;
}
.card-methode .padding-left{
	padding-left: 20px ;
}
.card-methode > p{
	height: 44px;
	display: flex;
    flex-direction: row;
	justify-content: center;
	
}
.card-methode > ul{
	height: 115px;
	margin:0;
	line-height: 1.1;
}
.card-methode > ul li{
	margin-bottom: 7px;
}
.card1-medhode{
	height: 130px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	font-size: 12px;
	text-align: center;
	font-size: 14px;
	padding: 0 10px;
	color: var(--main-font-color-white);
}

.card1-medhode p{
	margin:0;
}

.card1-medhode p::before{
	content: \002022;
}

/* Entreprise */

.infoEntriprise{
	padding: 55px 0 52px;
}

.infoEntriprise #glide{
    margin-top: 55px!important;
}

.infoEntriprise #glide .glide__slide{
    height: 290px;
}
.infoEntriprise .slide-text h3{
	line-height: 1.1!important;
	margin-bottom: 9px;
	color: var(--main-font-color-black);
}
.infoEntriprise .slide-img{
    height: 290px;
    overflow: hidden;
}
.infoEntriprise .slide-text{
	padding: 18px 22px 18px 6px;
	line-height: 1.2;
	color: var(--main-font-color-black);
}

.infoEntriprise .bullets_entreprise {
    margin-top: 68px;
	position: inherit;
	transform: none;
}

.infoEntriprise .bullet_entreprise{
    background-color: var(--main-color-grey);
    width: 14px;
    height: 14px;
	box-shadow: none;
	margin: 0 0.50em;
	
}
.infoEntriprise .bullet_entreprise:hover{
    background-color: var(--main-color-red);
}

.infoEntriprise #glide .glide__arrow{
	color:var(--main-color);
	box-shadow: none;
	border: none;
	top: inherit;
}
  
.infoEntriprise #glide .glide__arrow--left{
	margin-top: 72px;
	font-size: 50px;
}
.infoEntriprise #glide .glide__arrow--right{
	margin-top: 72px;
	font-size: 50px;
}


#packCdi{
	background-image: url("../../images/ess/img/bg-pack-bleu.png");
	background-position: center;
	background-repeat: repeat-x;
}
#packInterim{
	background-image: url("../../images/ess/img/bg-pack-grey.png");
	background-position: center;
	background-repeat: repeat-x;
}

.packEntreprise{
	padding: 65px 0 0;
}

.packEntreprise .packMain a, .packMainInterim a{
	text-align: center;
	margin: 19px 0;
}
.packEntreprise .packMain a:first-child{
	margin: 53px 0 0;
}
#prestations1{
	padding-bottom: 53px;
}
.packMainInterim a{
	margin-bottom: 50px;
}
.cardPack{
	padding: 90px 0;
}
.tab-left{
	width: 589px;
}

.table{
	width: 766px;
}

.scroll-table{
	overflow-x: none;
	margin-left: 29%;
	overflow-y: visible;
	padding: 0;
}

.headcol{
	position: absolute;
	width: 32%;
	left: 0;
	top: auto;
	/*only relevant for first row*/
	margin-top: -1px;
	/*compensate for top border*/
	text-align: end;
  }


.table-2{
	width: 423px;
}
.scroll-table-2{
	overflow-x: none;
	margin-left: 25.2%;
	overflow-y: visible;
	padding: 0;
}

.headcol-2{
	position: absolute;
    width: 24.8%;
    left: 0;
    top: auto;
    margin-left: 21%!important;
	text-align: end;
  }






thead th{
	height: 50px;
	text-align: center;
	border-spacing:5px;
	border-collapse: separate;
	font-weight: 900;
}

thead th > div{
	padding:5px;
	font-size: 19px;
	line-height: 1.2;
	width: 184px;
}

tbody th{
	text-align: end;

}
tbody tr td{
	text-align: center;
	
}
tbody tr td,tbody th , tbody tr,tbody tr th{
    line-height: 32px!important;
    height: 43px!important;
	margin: 0!important;
	/*border-bottom: solid 1px var(--main-color-grey)!important;*/ 
}
 

.firstTR,.firstTH,.firstTD{
	border-bottom: 0px!important;
	height: 1px!important;
	line-height: 1px!important;
	border-bottom: solid 1px transparent!important; 
}


.border-none{
	border:none!important;
}


.th-spec{
	position: absolute;
	left: -153px;
	background: var(--color-bg-silver-light);
	padding: 4px 5px;
	font-weight: 900;
	width: 146px;
	text-align: center;
}
.th-headcol-spec{
    background: var(--color-bg-silver-light);
    border-radius: 5px;
    font-weight: 900;
    width: 100%;
	float: left;
	font-size: 0.8em;
}
.td-headcol-spec{
	height: 43px!important;
}

.espace-main{
	padding: 85px 0;
}

.espace-main .margin-icon{
	margin-bottom: 10px;
	height: 176px;			   
}
.espace-main .margin-icon .margin-icon-img{
	height: 60px;
}

.espace-main h4{
	font-size: 15px;
    font-family: 'proxima_nova_ltsemibold';
    margin-top: 19px;
}

.espace-service{
	padding: 33px 0;
	line-height: 1.2;
}
.table-first-line{
	padding-bottom: 6px!important;
	line-height: 32px !important;
}

/* contact */

.contact .container{
	padding: 45px 0 0!important;
}
#formEntreprise, #formCandidat{
	margin-top: 58px;
	padding-bottom: 68px;
}

#formEntreprise .color-black, #formCandidat .color-black, #formCV .color-black{
	text-decoration: underline;
}

.contact form{
	margin-top: 52px;
	width: 70%;
}
form label{
	font-size: 18px;
}

.contact .home-btn:hover{
	box-shadow: 0 0 10px #000000;
	cursor:pointer; 
}

.contact label::before{
content: "\2022  ";
}
.contact .no-content::before{
	content: " "!important;
}
#noustrouver{
	margin-top: 52px;
}
#noustrouver h2{
	margin-bottom: 52px;
}

/* Candidat */

.candidat-main{
	padding: 50px 0 0;
}
.candidat-main h2{
	margin-bottom: 50px;
}

/* FOOTER */
#footer {
	border-image: url('../../images/ess/logofooter/btn-top-footer.png') 30 30 round;
	border-bottom:0;
	border-left:0;
	border-right:0;
	background-color: var(--main-color);
	padding: 65px 0;
	bottom: 0;
}
#footer, #footer a, #footer:hover {
	color: var(--main-font-color-white);
}

#footer ul, #footer li {
    padding-inline-start: 0px;
    list-style: none;
    margin: 0;
    text-align: right;
}
#footer ul, #footer li {
    padding-inline-start: 0px;
    list-style: none;
    margin: 0;
    text-align: right;
}
#footer a {
    color: var(--main-font-color-white);
    text-decoration: underline;
}
.btn-bleu, #footer .btn-bleu {
    background-color: var(--main-color);
    color: var(--main-font-color-white);
    margin-top: 10px;
    text-decoration: none;
}
#footer .coltwo {
	width: 100%;
}
#footer .border-top{
	border-top:solid var(--main-font-color-white) 2px!important;
	margin-top: 12px;
}
#footer .logo-PE{
	margin: 20px 0 75px;
}

#footer p{
	margin-bottom:0px;
}

#footer .margin-10{
	margin:10px 0; 
}

#footer .margin-23{
	margin:23px 0;
}

#footer ul li:first-child{
	margin-top: 0px;
}


/** Generics **/

.position-absolute{
	position:absolute;
}

p {
    margin: 0 0 10px;
}
h2, .h2 {
	font-size: 20px;
	color: var(--color-font-h2-silver);
}
h3, .h3 {
	font-size: 16px;
	color: var(--main-font-color-grey);
	line-height: 1.6em;
	padding: 0 10px;
	margin-top: 20px;
}
h4, .h4 {
	font-size: 15px;
	color: var(--main-font-color-grey);
	line-height: 1.6em;
	padding: 0 20px;
	margin-top: 10px;
}
.textaucentre {
    text-align: center;
}
a.action, a.action:hover {
	color: var(--main-color);
}

.onesection {
	margin: 10px 0 40px 0;
	background-color: var(--onesection-color-white);
	padding: 10px 20px;
}
.section_action {
	margin-top: 20px;
	text-align: center;
}
.form-inline .form-group {
    padding-right: 30px;
}

.btn {
	display: inline;
	background-color: var(--btn-bg-color);
	color: #ffffff;
	/* padding: 3px 6px; */
	line-height: 1em;
	border: 0px solid transparent;
}
.btn:hover {
	background-color: var(--btn-bg-color-hover);
	color: #ffffff;
}

#footer .border-top{
	display: block;
}
#footer .border-top-resp{
	display: none;
}

#questionspratiques{
	padding-top: 45px;
}


/**Back office**/


.btn-boactu{
	display: inline;
    background-color: var(--btn-bg-color);
    color: #ffffff;
     padding: 3px 6px;
    line-height: 1em;
	border: 0px solid transparent;
	margin: 5px 0;
	border-radius: 5px;
	font-size: 17px;
}

.btn-boactu:hover{
	background-color: var(--btn-bg-color-hover);
	cursor: pointer;
}

/** NOTFOUND **/
.notfound {
	margin: 60px auto;
	padding: 20px;
	border: 1px solid #ddd;
	display: inline-block;
}
/** LOGIN **/
FORM.login {
	text-align: center;
}

/**Block icon entreprise**/
.armado-icon{
	margin-top: -51px;
}

@media screen and (max-width: 1180px) { 
	.scroll-table,.scroll-table-2{
		overflow-x: scroll!important;
	}
	#header .btn {
		padding: 0 10px !important;
	}

}


@media screen and (max-width: 840px) { 
	.glide__arrows{
		display: none;
	}

	.table tbody th,.table-2 tbody th{
		height: 42px;
	}
	
	.table tbody tr td,.table-2 tbody tr td{
		height: 42px;
	}

	.table-first-line{
		/*height: 42px!important;*/
	}
	.essentiels-valeurs{
		height: auto;
		padding-bottom: 25px;
	}

	.valeur-right {
		margin-left: 0;
	}
	.valeur-left {
		margin-bottom: 19px;
	}

	.valeur-left h4,.valeur-left p,.valeur-right h4,.valeur-right p{
		text-align: center;
		padding-left: 5px;
		padding-right: 5px;
	}
	.valeur-left,.valeur-right{
		max-width: 100%;
	}
	.bloc_annonce a {
		font-size: 17px;
	}

	.espace-main .margin-icon {
		height: 230px;
	}

	.last-icon-column{
		flex-direction: row!important;
	}
	.last-icon-column .margin-icon{
		width: 50%;
	}
	.armado-icon{
		margin-top: 0;
	}
	.text-actu iframe{
		height: 30vh;
	}

}

									  

@media screen and (max-width: 768px) {
	#main-content {
		padding-top: 165px;
	}
	.bandeau img {
		height: auto;
	}
	.navbar-toggler{
		display: block;
		position: absolute;
		top: -40px;
		right: -14px;
		font-size: 59px;
	}
	#menu{    
		/* margin-top: 22px; */
		height: 0;
	}

	#header-top {
		min-height: 28px;
	}

	.heander-ban{
		height: 75px;
	}
	.header-white-bloc{
		display: none;
	}
	#header .btn{
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	#header .btn-first{
		display: flex;
		flex-direction: row;
		justify-content: center;
	}


	#header .logosite{
		box-shadow: none;
		margin-top: 0;
	}
	.header-tel{
		margin-top: 2px;
		margin-bottom: 2px;
		border-right:none!important;
		border-left:none!important;
	}

	#menu,.navbar-nav, #header .btn {
		width: 100%;
	}



	.textaucentre-resp, #footer ul, #footer li{
		text-align: center;
	}
	#footer .border-top{
		display: none;
	}
	#footer .border-top-resp{
		border-top:solid var(--main-font-color-white) 2px!important;
		margin: 23px 0;
		padding: 0 10%;
		display: block;
	}

	.home-btn-link, .contact .home-btn-link{
		margin-top: 0;
	}
	.home-btn-link img{
		width: 90%;
		margin: 5px auto;
	}

	.home-btn-link .firstImg{
		padding-bottom: 25px;
	}

	.border-top {
		display: none!important;
	}
	.container-job{
		background: var(--main-font-color-grey);
	}

	.recherche-form-2 A:hover{
		color: var(--main-font-color-white)!important;
	}

	.recherche-form-2 .no-padding,.recherche-form-3 .no-padding, .ess-qsn-main .no-padding {
		padding: 0 15px;
	}

	.home-actu-main > div{
		margin-bottom: 15px;
	}

	.infoEntriprise #glide .glide__slide{
		height: 580px;
	}
	.infoEntriprise #glide .slide-img{
		justify-content: center;
		display: flex;
		padding: 15px 0;
	}
	.img-armado{
		width: 100%!important;
	}

	.table td, .table th {
		vertical-align: middle!important;
	}
	.headcol,.headcol-2{
		width: 51%;
	}
	.headcol-2{
		margin-left: 5%!important;
	}
	.scroll-table,.scroll-table-2{
		margin-left: 51%;
	}
	.table tr, .table tbody th,.table-2 tr, .table-2 tbody th{
		height: 50px;
	}
	.table-first-line{
		/*height: 51px!important;*/
	}
	.th-spec {
		left: -14px;
		padding: 0px 0px;
		width: 103px;
		line-height: 20px;
		bottom: 0;
		font-size: 10px;
	}
	.th-headcol-spec {
		width: 85%;
	}

	.ess-qsn-text-2 {
		margin-bottom: 222px!important;
	}
	
	.essentiels-valeurs{
		height: auto;
		padding-bottom: 25px;
	}

	.valeur-right {
		margin-left: 0;
	}
	.valeur-left {
		margin-bottom: 19px;
	}

	.valeur-left h4,.valeur-left p,.valeur-right h4,.valeur-right p{
		text-align: center;
		padding-left: 5px;
		padding-right: 5px;
	}

	#clickPackCdi img,#clickPackInterim img, #packInterim img, #packCdi img{
		width: 90%;
	}

	.equipe-main p{
		padding-left: 10px;
		padding-right: 10px;
	}

	.notreadn{
		max-height: none;
		background-color:#58909d ;
	}

	.home-recherche{
		min-height: none;
		min-height: 245px;
	}
	.glide__arrows{
		display: none;
	}

	.infoEntriprise .bullets_entreprise {
		margin-top: -12px;
	}
	#cookie-bar{
		position:fixed!important;
	}
	#cookie-bar p {
		margin: 2px 10px !important;
		
	}
	#cookie-bar a {
		text-align: center !important;
	}
	#cookie-bar-button {
		line-height: 4em !important;
	}

	.bloc-actu{
		padding: 10px!important;
	}
	
	/**
	 * MENU
	 */
	#navbarNavDropdown {
		padding-top: 20px;
		position: fixed;
		top: 96px;
		left:0;
		right: 0;
	}
	.navbar-toggler-icon {
		width: auto !important;
		height: auto !important;
		color: var(--main-color);
		font-weight: bold;
	}
	#header .btn {
		height: 40px;
		line-height: 40px;
		display: inline-block !important;
		text-align: right;
		border-radius: 0 !important;
	}
	#header .btn:hover, #header .btn:active {
		border-radius: 0 !important;
	}
	
	.dropdown-toggle::after {
		display: inline-block !important;
	}
	#header .dropdown-menu {
		background: #000;
	}
	#header .dropdown-menu a.dropdown-item {
		text-align: right;
	}
	#sideMenu{
		display: none;
	}

	.nav-actu{
		display:block;
	}	
	/**
	 * Font adjust
	 */
	.font-size-home-48 {
		font-size: 28px;
		padding: 0 10px;
	}
	.font-size-home-31 {
		font-size: 24px;
	}
	.font-size-home-27 {
		padding-left: 10px;
		padding-right: 10px;
	}


	/**
	*	Actu
	*/
	.text-actu{
		width: 100%;
		padding: 5px;
		margin: 0;
	}

	.contact form{
		width: 100%;
	}
	.contact .container form{
		width: 90%!important;
	}
	/*
	* Entreprise
	*/
	.infoEntriprise .slide-text {
		height: 271px;
		padding: 0 10px;
	}

	.home-recherche {padding-top: 17px;}
	.recherche-form-1,.recherche-form-2,.recherche-form-3{margin-top: 0}
	.home-votre-agence {margin: 48px 0 25px;}
	.container-job,#prestations1{padding-bottom: 25px;}
	.ess-qsn-text-1 h3, .ess-qsn-text-2 h3,.font-size-home-48{padding: 0!important;}
	.ess-qsn-text-2{margin-bottom:0}
	.home-offre{width: inherit;padding:10px;}
	.home-link{left:80%;top:197px;}
	#noustrouver{margin-top: 0;padding-bottom: 35px;}
	h2{display: flex!important;justify-content: center!important;}
	.home-offres-cont,.home-connaitre,.infoEntriprise,.valeur,.equipe,.philo {padding: 25px 0 25px;}
	.home-offres-cont h2,.candidat-main h2,.armado-icon,.imgContact,#noustrouver h2 {margin-bottom: 25px;}
	.home-btn{margin: 25px 0;}
	.home-votre-agence {margin: 25px 0 25px;}
	.home-connaitre-main, .home-actu-main, .ess-qsn-main,.valeur-left h4,.adn-main,.infoEntriprise #glide  {margin-top: 25px!important;}
	.home-actu,.espace-main,.ess-qsn,#notremethode {padding: 25px 0;}
	.candidat-main {padding: 25px 52px;}
	#questionspratiques,.valeur-main,.adn-sub {padding-top: 25px;}
	.packEntreprise {padding: 25px 0 0;}
	.espace-main .margin-icon {height: 190px;}
	.equipe-txt {margin-top: 0;}
	.adn {margin: 25px 0px 25px;}
	.ess-qsn-text-2 {margin-bottom: 25px !important;}
	.home-recherche {padding-top: 0;}
	#formEntreprise, #formCandidat {margin-top: 0px;}
	.contact .container {padding: 25px 0 0 !important;}

	.table-2 tbody th, .table-2 tbody tr td {
		height: 50px !important;
	}

	.img-qsn{margin-top: 170px}

	tbody tr td,tbody th , tbody tr,tbody tr th{
		line-height: 13px!important;
	}
	
	.scroll-table-infos{
		display: block;
		text-align: right;
		margin-right: 10px;
		font-style: italic;
	}

}

@media screen and (max-width: 640px) {
	#header-top {
		height: 78px;
	}
	#header .logosite{
		margin-top: 23px;
	}
	.header-tel{
		margin-top: 28px;
		margin-bottom: 8px;
	}

}


.remarque { display:none; }