@charset "UTF-8";

.sitemap ul li ul li{
  padding: 0 0 0 40px;
}
.sitemap ul li a{
  color: #103d67;
}
.sitemap ul li ul li a i{
  color: #cc007a;
}


.liste_bis article .description p{
    color: #2f6496 !important;
    font-size: 19px !important;
    font-weight: 400 !important;
    line-height: 21px !important;
    margin: 20px 20px 0 20px !important;
}
.liste_bis article .description a{
    color: inherit;
    text-decoration: none;
}

div#gender{
  display: flex;
}

/* Popin Cookies */
#pc-cookie-notice{
     z-index: 20;
     position: fixed !important;
     bottom: 0 !important; top:auto !important;
     width: 100%;
   color:#ffffff !important;
   font-family:'Conduit ITC' !important;
   font-size:16px !important;
     padding: 25px 0 !important;
   background-color: rgba(0, 71, 110, 0.9) !important;
}

#pc-cookie-notice a{
   color:#ffffff !important;
   font-weight:bold !important;
}

#pc-cookie-notice #pc-button{
   margin: 0 10px !important;
   border: none !important;
   right: 0 !important;
   top: 8px !important;
}

#pc-cookie-notice #pc-button button{
   background: none !important;
   color: #FFFFFF !important;
   font-family:'Conduit ITC' !important;
     border: 0px solid #FFFFFF !important;
     cursor: pointer !important;
   font-weight:400 !important;
   }

#pc-cookie-notice #pc-message{
  text-align:center !important;
  padding:0px !important;
  line-height: 1.4em;
}

#pc-cookie-notice #pc-icon{
   top: 5px !important;
}

.grecaptcha-badge{
    display: none !important;
}

/* Have ideas for improving this CSS for the general community? Submit your changes at: https://github.com/Valums-File-Uploader/file-uploader */
.qq-uploader {
  position: relative;
  width: 100%;
}
.qq-upload-button {
  display: block;
  /*or inline-block*/
  width: 160px;
  padding: 7px 0;
  text-align: center;
  background: #00476E;
  color: #FFF;
}
.qq-upload-button-hover {
  background: #89D0FF;
}
.qq-upload-button-focus {
  outline: 1px dotted #000000;
}
.qq-upload-drop-area, .qq-upload-extra-drop-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 30px;
  z-index: 2;
  background: #FF9797;
  text-align: center;
}
.qq-upload-drop-area span {
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -8px;
  font-size: 16px;
}
.qq-upload-extra-drop-area {
  position: relative;
  margin-top: 50px;
  font-size: 16px;
  padding-top: 30px;
  height: 20px;
  min-height: 40px;
}
.qq-upload-drop-area-active {
  background: #FF7171;
}
.qq-upload-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.qq-upload-list li {
  margin: 0;
  padding: 9px;
  line-height: 15px;
  font-size: 16px;
  background-color: #FFF0BD;
}
.qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-failed-text {
  margin-right: 12px;
}
.qq-upload-file {
}
.qq-upload-spinner {
  display: inline-block;
  background: url('/static/img/loader.gif') no-repeat center top;
  background-size: 15px;
  width: 15px;
  height: 15px;
  vertical-align: text-bottom;
}
.qq-upload-size, .qq-upload-cancel {
  font-size: 12px;
  font-weight: normal;
}
.qq-upload-failed-text {
  display: none;
}
.qq-upload-fail .qq-upload-failed-text {
  display: inline;
}
.qq-upload-list li.qq-upload-success {
  background-color: #89D0FF;
  color: #FFFFFF;
}
.qq-upload-list li.qq-upload-fail {
  background-color: #D60000;
  color: #FFFFFF;
}


/* PRESSE 
main article .who{background-color:#d7dde2;color:#0a0a0a;font-size:17px;line-height:21px;font-style:italic;margin:-25px 0 0 0;padding:37px 15px 15px 15px;float:left}
main article .who strong{font-style:normal;display:inline-block;width:100%}
main article div.strong > p{
    color: #103d67;
    font-size: 21px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 15px;
}*/

/* Footer KAZED */
#footer #top_footer p a.link.picto.kazed{
  background: transparent url("../img/picto_liens_kz.png") no-repeat 0 center;
}

/* Footer EDAC */
#footer #top_footer p a.link.picto.edac{
    background: transparent url("../img/picto_edac.png") no-repeat 0 center;
}

form.form_me input[type="email"]{
  width: calc(100% - 145px);
  height: 40px;
  background-color: #e6eaee;
  border-radius: 20px;
  color: #0a0a0a;
  font-size: 17px;
  font-weight: 400;
  padding: 0 22px;
  border: 0;
}
a.button,
span.button,
label.button{
  display: inline-block;
  color: #cc007a;
  display: inline-block;
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #cc007a;
  padding: 8px 15px;
  -webkit-transition: all 0.3s;    -moz-transition: all 0.3s;    -o-transition: all 0.3s;    -ms-transition: all 0.3s;    transition: all 0.3s;
}
a.button:hover,
span.button:hover,
label.button:hover {
  background-color: #cc007a;
  color: white;
}

.blocs_accueil{
  overflow: hidden;
}

form .selectric-wrapper{
  width: calc(100% - 145px);
}
@media screen and (max-width: 767px) {
  form .selectric-wrapper{
    width:100%;
  }
}

@media (min-width: 1440px) {
  #menu {
      padding: 72px 0 0 80px;
      /* display: flex !important;
      justify-content: space-evenly; */
  }
}

form.form_me input[type="submit"] {
    margin-top: 0;
}
form.form_me label{
  width: auto;
  margin:0 18px 0 4px;
}

form.form_me #form_gender label{
  float: none;
}

#file-uploader-cv,
#file-uploader-motivation,
#file-uploader{
  height: 40px;
}


#menu > ul li.active a{
  color: inherit;
}
#menu > ul li.active a:after {
    display: none;
}

#menu > ul li.active > a {
    text-decoration: none;
    color: #cc007a;
}
#menu > ul li.active > a:after {
    content: " ";
    position: absolute;
    bottom: -5px;
    left: 10px;
    right: 10px;
    height: 2px;
    background-color: #cc007a;
}

#intro h2 {
	text-transform: uppercase !important;
	font-size: 30px !important;
	font-weight:700;
	margin-bottom: 25px !important;
	margin-top: 15px !important;
}

section.main h4 {
	font-weight:300 !important;
}

section.main h3 {
	font-weight:700 !important;
}

.liste_bis article .text-content p.date::before {
    background-color: #d7dde2;
}


.blocs_accueil .logo_container span, .blocs_accueil .logo_container span {
	color:#e7e9ef;
}



.blocs_accueil .logo_container {
	border-bottom: 1px solid #e7e9ef !important;
}

.blocs_accueil a.pictodeya {    
    display:inline-block !important;
    padding-left: 30px !important;
    background: transparent url("../img/picto_deya.png") no-repeat 0 center !important;
	color: #fff !important;
	font-size: 18px !important;
	font-weight: normal !important;
	text-transform: none !important;
	border: 0px !important;
	width: auto !important;
	line-height: 1em !important;
	text-align: left !important;
	position: relative !important;
}

.blocs_accueil a.pictokazed {    
    display:inline-block !important;
    padding-left: 30px !important;
    background: transparent url("../img/picto_kazed.png") no-repeat 0 center !important;
	color: #fff !important;
	font-size: 18px !important;
	font-weight: normal !important;
	text-transform: none !important;
	border: 0px !important;
	width: auto !important;
	line-height: 1em !important;
	text-align: left !important;
	position: relative !important;
}

.blocs_accueil a.pictoedac {
    display:inline-block !important;
    padding-left: 30px !important;
    background: transparent url("../img/picto_edac_blanc.png") no-repeat 0 center !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: normal !important;
    text-transform: none !important;
    border: 0px !important;
    width: auto !important;
    line-height: 1em !important;
    text-align: left !important;
    position: relative !important;
}



.blocs_accueil a.pictodeya:before, .blocs_accueil a.pictokazed:before, .blocs_accueil a.pictoedac:before{
     display:none !important;
}


.blocs_accueil .image p {
    font-size: 22px !important;
}

.blocs_accueil .image a {
    font-size: 19px !important;
	
}

.bloc_kazed .logo_container img {
    padding: 0 0 13px 0;
	
}


.bloc_deya .logo_container img {
    padding: 0 0 14px 0;
	
}

.blocs_accueil .bloc_edac a::before{
    background: transparent url("../img/btn_vert.png") no-repeat 0 0;
}
.blocs_accueil .bloc_edac .bloc{
    background-color: #00a19a;
    width: 750px;
    margin-top: 50px;
    margin-left: -100px;
}
.blocs_accueil .bloc_edac .image{
    float: right;
    margin-top: -420px;
    margin-right: -350px;
}
.blocs_accueil .bloc_edac .image a{
    color: white;
    background-color: #00a19a;
    margin-left: 300px;
}
.blocs_accueil .bloc_edac .image a:hover{
    background-color: white;
    color: #00a19a;
}
.blocs_accueil .bloc_edac .image p{
    color: #00a19a;
    background-color: white;
    margin-left: 300px;
}
.blocs_accueil .bloc_edac .sep i{
    background-color: #00a19a;
}
.blocs_accueil .bloc_edac .sep::before{
    background-color: #00a19a;
}
.blocs_accueil .bloc_edac .sep::after{
    background-color: #00a19a;
    content: " ";
    position: absolute;
    height: 2px;
    width: 380px;
    left: 22px;
    top: 110px;
}
.bloc_edac .logo_container img {
    padding: 0 0 14px 0;
}

.liste_bis article .text-content p.date {
	color:#103d67 !important;
}
	
	
.liste_bis article .text-content p.date span{
	color:#cc007a !important;
}

.bloc_bordered {
    margin-bottom: 60px !important;
}



.chiffres-cles {
	color: #103d67;
	font-size: 28px;
	font-weight: 900;
}

.liste_bis article .description p
{
    margin: 5px 0px 25px 0px !important;
	color:#000000 !important;
}


.liste_bis article .text-content {
	margin-bottom: 20px !important;
}

a:hover {
	text-decoration: none !important;
}

.menu-footer {
	background-color:#f2f2f2;
	padding:30px;
}

.menu-footer ul {
	margin-bottom: 10px !important;

}

.menu-footer a {
	color:#103d67 !important;
	font-weight:700 !important;
}

.menu-footer h2 {
	color: #103d67 !important;
	font-size: 28px !important;
	font-weight: 700 !important;
	line-height: 37px !important;
	position: relative !important;
	padding-bottom: 19px !important;
	margin-bottom: 28px !important;
}


.menu-droite {
	background-color:#f2f2f2;
	padding:30px;
}

.menu-droite a {
	color:#103d67 !important;
	font-weight:700 !important;
}

.menu-droite ul {
	margin-bottom: 10px !important;

}

.menu-footer h2::after {
    background-color: #cc007a !important;
}


nav.ariane ul li span {
    font-weight: 700 !important;
}

.description {
    margin: 20px;
}


#menu ul.sub-menu > li {
	background-image: linear-gradient(to top, rgba(255,255,255,0), rgba(241,241,241,1));
}

section.main ul li {
	padding-bottom: 15px;
	border-bottom: 1px dashed #103d67;
}

.bloc_contact {
    padding: 60px 70px 31px 0px !important;
}

section.main p {
	margin-bottom: 5px !important;	
}

.blocs_style p {
    color: white !important;
}

.bloc_bordered .bg p {
    color: #000000 !important;
}



section.main h6 {
    margin: 0 0 10px 0;
    font-size: 25px;
    font-weight: 700;
    line-height: 28px;
}

section.main ul {
	margin-bottom: 0px !important;
}

.bloc_bleu .bg {
    margin-top: 70px !important;
	background-color: #103d67 !important;
}

.bloc_rose .bg {
    margin-top: 70px !important;
}

.bloc_vert .bg {
    margin-top: 70px !important;
    background-color: #00a19a !important;
}

.pimcore_area_corpo-produit1.pimcore_area_content h3 {
    margin: 0 0 25px 0 !important;
}

.pimcore_area_corpo-produit2.pimcore_area_content h3 {
    margin: 0 0 25px 0 !important;
}
.pimcore_area_corpo-produit4.pimcore_area_content h3 {
    margin: 0 0 25px 0 !important;
}

.bloc_bleu .bg li {
    color: #ffffff !important;
	border-bottom: 1px dashed #ffffff !important;
}

.bloc_rose .bg li {
    color: #ffffff !important;
    border-bottom: 1px dashed #ffffff;
}

.bloc_vert .bg li {
    color: #ffffff !important;
    border-bottom: 1px dashed #ffffff !important;
}

.bloc_rose ul li i {
color: #000 !important;
}


@media (min-width: 992px) {

.bloc_rose, .bloc_bleu, .bloc_vert {
	margin-top:-40px !important;
}

}


@media (max-width: 1439px){
    .blocs_accueil .bloc_edac .image{
        margin: auto;
        float: none;
        width: 100%;
    }
    .blocs_accueil .bloc_edac .bloc{
        margin: auto;
        width: 932px;
    }
    .blocs_accueil .bloc_edac .image p{
        margin-left: 10px;
    }
    .blocs_accueil .bloc_edac .image a{
        margin-left: 10px;
    }
    .blocs_accueil .bloc_edac .sep::after{
        height: 0;
        width: 0;
        left: 0;
        top: 0;
    }
}
@media (max-width: 991px){
    .blocs_accueil .bloc_edac .bloc{
        margin: auto !important;
        width: 100%;
    }
}


aside.sidebar h2 {
	padding-top: 25px !important;
}

aside.sidebar a {
	font-weight:bold;
	color:#103d67;
}


@media (min-width: 320px) and (max-width: 1229px) {
.pimcore_area_corpo-produit1.pimcore_area_content h3 {
    margin: 0 0 0px 0 !important;
}

.pimcore_area_corpo-produit2.pimcore_area_content h3 {
    margin: 0 0 0px 0 !important;
}
    .pimcore_area_corpo-produit4.pimcore_area_content h3 {
        margin: 0 0 0px 0 !important;
    }
}

.bloc_bleu, .bloc_rose, .bloc_vert {
    margin-bottom: 80px;
}

#link-marque, #link-marque a {
	tex-align:center;
	color:#ffffff;
	font-size:21px;
	font-weight:700;
	padding-top:20px;
	
}

#link-marque-kazed, #link-marque-kazed a {
	tex-align:center;
	color:#ffffff;
	font-size:21px;
	font-weight:700;
	padding-top:20px;
	
}

#link-marque-edac, #link-marque-edac a {
    text-align:center;
    color:#ffffff !important;
    font-size:21px;
    font-weight:700;
    padding-top:20px;

}

section.main {
    padding-top: 10px !important;
}


.candidature-spontanee {
margin-top: 40px;
}

.date {
font-size: 22px !important;
font-weight: 700 !important;
}

.date a {
    color: #ffffff !important;
}

.liste-job-container .description {
color: #cc007a !important;
font-size: 22px !important;
}

#partenaire2 {
	text-align:center;
    display: block;
    float: left;
	margin-right:85px;
}


#partenaire3 {
	text-align:center;
    display: block;

}


.menu-presse {
	background-color:#f2f2f2;
	padding:30px;
}



.menu-presse a {
	color:#cc007a !important;
	font-weight:700 !important;
}

.menu-presse h2 {
	color: #103d67 !important;
	font-size: 28px !important;
	font-weight: 700 !important;
	line-height: 37px !important;
	position: relative !important;
	padding-bottom: 19px !important;
	margin-bottom: 28px !important;
}

.menu-presse h2::after {
    background-color: #cc007a !important;
}


#langues {
    display: none !important;
}


