/*
Kate style
*/

/******************/
/*******LIENS******/
/******************/
a:link {
color: #000000;
}
a:visited {
color: #000000;
}
a:active,
a:hover {
color: #028293;
}

/******************/
/******POLICES*****/
/******************/
body{
font-family: 'gelionL';
font-weight: normal;
font-size: 16px;
color: #1C1C1B;
}
h1, h2, h3, h4, h5, h6{
display: block;
}
@font-face {
    font-family: 'gelionL'; /*Light*/
    src: local('PoliceFamily Regular'),
    local('PoliceFamily-Regular'),
    url('ceris_fonts/Gelion-Light.woff2') format('woff2'),
    url('ceris_fonts/Gelion-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'gelionR'; /*Regular*/
    src: local('PoliceFamily Regular'),
    local('PoliceFamily-Regular'),
    url('ceris_fonts/Gelion-Regular.woff2') format('woff2'),
    url('ceris_fonts/Gelion-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'gelionM'; /*Medium*/
    src: local('PoliceFamily Regular'),
    local('PoliceFamily-Regular'),
    url('ceris_fonts/Gelion-Medium.woff2') format('woff2'),
    url('ceris_fonts/Gelion-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'gelionB'; /*Bold*/
    src: local('PoliceFamily Regular'),
    local('PoliceFamily-Regular'),
    url('ceris_fonts/Gelion-Bold.woff2') format('woff2'),
    url('ceris_fonts/Gelion-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/******************/
/****STRUCTURE*****/
/******************/
.widzmain{
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}
.widzmin{
  width: 75%;
  margin-right: auto;
  margin-left: auto;
}
#breadcrumb{
  padding-top: 17px;
}
#breadcrumb a{
  text-decoration: none;
}
#breadcrumb_content{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 20px;
}
.breadcrumb_home_page a{
  font-size: 13px;
  line-height: 16px;
  color: #646464;
}
.breadcrumb_ancestor_page, .breadcrumb_actual_page{
  position: relative;
  line-height: 16px;
}
.breadcrumb_ancestor_page::before, .breadcrumb_actual_page::before{
  content: '•';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -13px;
  font-size: 13px;
  line-height: 16px;
}
.breadcrumb_ancestor_page a {
  font-family: 'gelionL', sans-serif;
}
.breadcrumb_actual_page {
  font-family: 'gelionM', sans-serif;
}
.breadcrumb_ancestor_page a,
.breadcrumb_actual_page {
  font-size: 13px;
  line-height: 16px;
  color: #646464;
}
.breadcrumb_home_page a:hover,
.breadcrumb_ancestor_page a:hover{
color: #028293;
}
/******************/
/******HEADER******/
/******************/
#header{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 22px;
  margin-bottom: 10px;
}
#logo{
  position: relative;
}
#logo a{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#menu{
  flex: 1;
}
#navtop ul{
  display: flex;
  justify-content: end;
  column-gap: 70px;
}
#navtop ul li{
  position: relative;
  padding-top: 22px;
  padding-bottom: 33px;
}
#navtop ul li a{
  font-family: 'gelionR';
  font-size: 18px;
  line-height: 22px;
  color: #646464;
  text-decoration: none;
  text-transform: uppercase;
}
#navtop ul li:hover a{
  text-underline-offset: 6px;
  text-decoration: underline;
  text-decoration-thickness: 4px;
  text-decoration-color: #FFE701;
}
#navtop ul li.menu_contact{
  padding-top: 0;
}
#navtop ul li.menu_contact a{
  display: block;
  height: 57px;
  width: 57px;
  text-indent: -99999px;
  background: url(ceris_img/picto_menu_contact.svg) no-repeat center/contain;
}
#navtop ul li ul{
  visibility: hidden;
  display: block;
  position: absolute;
  z-index: 10;
  top: 70px;
  left: -55px;
  width: 256px;
  padding: 20px;
  border-radius: 0 0 16px 16px;
  background: #F5F5F5;
  transition: all 0.2s;
}
#navtop ul li:hover ul{
  visibility: visible;
  transition: all 0.2s;
}
#navtop ul li ul li{
  padding: 0 0 15px 0;
}
#navtop ul li ul li a{
  font-family: 'gelionL';
  color: #1C1C1B;
  text-transform: none;
}
#navtop ul li:hover ul li a{
  text-decoration: none;
}
#navtop ul li ul li:hover a{
  text-underline-offset: 6px;
  text-decoration: underline;
  text-decoration-thickness: 4px;
  text-decoration-color: #FFE701;
}
/******************/
/******FOOTER******/
/******************/
#footer{
  padding: 73px 157px 0;
  border-radius: 30px 30px 0 0;
  background: #F5F5F5;
  box-sizing: border-box;
}
#footer_form{
  display: flex;
  column-gap: 22px;
  margin-bottom: 54px;
}
#widget_footer_form:nth-child(1) {
  max-width: 48%;
}
#widget_footer_form:nth-child(2) {
  flex: 1;
}
.widget_footer_form  .widget_title{
  margin-bottom: 20px;
  font-family: 'gelionB';
  font-size: 24px;
  line-height: 29px;
}
.widget_footer_form .textwidget > p{
  font-size: 15px;
  line-height: 21px;
}
.widget_footer_form .gform_wrapper.gravity-theme .gform_fields{
  column-gap: 0;
}
.widget_footer_form .gform_wrapper.gravity-theme #field_1_3{
  grid-column: span 9;
}
.widget_footer_form .ginput_container_email input[type="email"]{
  padding: 10px 16px;
  border: none;
  font-family: 'gelionL';
  font-size: 15px;
  line-height: 21px;
  color: #979797;
}
.widget_footer_form .gform_wrapper.gravity-theme #field_submit{
  display: block;
  order: 2;
  grid-column: span 3;
}
.widget_footer_form .gform_wrapper.gravity-theme #field_submit input[type="submit"]{
  height: 100%;
  max-width: inherit;
  padding: 9px 24px;
  background: #FFE701;
  border: none;
  font-family: 'gelionL';
  font-size: 18px;
  line-height: 21px;
}
.widget_footer_form .gform_wrapper.gravity-theme fieldset{
  order: 3;
}
.widget_footer_form .gform_wrapper.gravity-theme .ginput_container_consent{
  display: flex;
  align-items: start;
}
.gform_wrapper.gravity-theme .ginput_container_consent input[type="checkbox"]{
  height: 20px;
  width: 20px;
  margin: 0;
  appearance: none;
  border: 1px solid #1C1C1B !important;
}
.gform_wrapper.gravity-theme .ginput_container_consent input[type="checkbox"]:checked{
  background: #FFE701 ;
}
.widget_footer_form .gform_wrapper.gravity-theme .gfield_consent_label{
  font-size: 14px;
  line-height: 21px;
}
.widget_footer_form .gform_wrapper.gravity-theme .ginput_container_consent .gfield_required{
  font-size: 24px;
}
.gform_wrapper.gravity-theme .gform_footer{
  padding: 0;
}
#navbottom{
  display: flex;
  justify-content: space-between;
  column-gap: 76px;
}
.navbottom_logo_pic{
  width: 188px;
  height: 84px;
  padding-bottom: 21px;
  background: url(ceris_img/logo_elix.png) no-repeat top/contain;
  border-bottom: 1px solid #C9C9C9;
}
#navbottom_logo a{
  display: block;
  background: url(ceris_img/picto_lien_footer.svg) no-repeat right;
  margin-top: 10px;
  font-size: 15px;
  line-height: 21px;
  text-decoration: none;
}
.widget_footer_nav ul li{
  padding-bottom: 32px;
}
.widget_footer_nav ul li a, .widget_footer_nav .textwidget p > a{
  font-family: 'gelionR';
  font-size: 16px;
  line-height: 19px;
  color: #646464;
  text-decoration: none;
  text-transform: uppercase;
}
.widget_footer_nav ul li:hover > a, .widget_footer_nav .textwidget p:hover > a{
  color: #028293;
}
.widget_footer_nav .textwidget p:first-of-type{
  margin-bottom:25px ;
}
.widget_footer_nav ul li ul{
  padding-top: 17px;
}
.widget_footer_nav ul li ul li{
  padding-bottom: 0;
}
.widget_footer_nav ul li ul li a{
  font-family: 'gelionL';
  font-size: 15px;
  line-height: 21px;
  color: #1C1C1B;
  text-transform: none;
}
#navbottom_legal{
  background: #FFE701;
}
#navbottom_legal ul{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 9px 0;
}
#navbottom_legal ul li:nth-of-type(1n+2){
  position: relative;
  padding-left: 20px;
}
#navbottom_legal ul li:nth-of-type(1n+2):before{
  content: '•';
  position: absolute;
  left: 5px;
}
#navbottom_legal ul li a{
  font-size: 15px;
  line-height: 18px;
  text-decoration: none;
}
/******************/
/*******PAGES******/
/******************/
.page_title{
display: block;
line-height: 53px;
margin-bottom: 22px;
font-size: 48px;
}
.page_title_chapo_sub{
display: block;
line-height: 28px;
font-size: 25px;
font-family: /**/;
}
.post_content{
padding: 44px 0 76px;
}
.page_hentry h1{
  font-family: 'gelionB';
  font-size: 50px;
  line-height: 77px;
  color: #028293;
}
.page_hentry h2{
  font-family: 'gelionB';
  font-size: 35px;
  line-height: 55px;
  color: #1C1C1B;
}
.page_hentry h3{
margin-bottom: 12px;
font-family: 'gelionB';
font-size: 23px;
line-height: 55px;
}
.page_hentry p{
line-height: 27px;
}
.page_hentry p strong{
  font-family: 'gelionM';
  font-weight: normal;
}
.page_hentry ul{
  padding: 0;
  margin: 29px 0 27px;
}
.page_hentry ul{
  margin: 15px 0 20px;
}
.page_hentry ul li{
line-height: 27px;
padding: 0 0 0 12px;
margin: 0;
position: relative;
}
.page_hentry ul li ul{
  margin: 9px 0 0px;
}
.page_hentry ul li:before{
content: '-';
position: absolute;
left: 1px;
}
.page_hentry ul li ul li{
  padding-left: 20px;
  border-left: 1px solid #979797;
}
.page_hentry ul li ul li:before{
  display: none;
}
.page_hentry img{
  max-height: 454px;
  max-width: 85%;
  margin-top: 108px;
  margin-bottom: 50px;
}
.page-template-default .page_hentry img{
  margin-top: 50px;
  margin-bottom: 70px;
}
.page_hentry b,
.page_hentry strong{
font-family: /**/;
}
.page_hentry em{
font-family: /**/;
}
.page_content h2{
  margin-bottom: 29px;
}
.hentry_yellow_bg{
  padding-left: 51px;
  margin-right: 2px;
  margin-left: -51px;
  background: #FFE701;
}
.hentry_yellow_btn_wrapp{
  margin: 30px 0;
}
span.hentry_yellow_btn{
  position: relative;
  display: inline-block;
  border: 1.5px solid #646464;
  box-sizing: border-box;
  padding: 13px 106px 16px 22px;
  box-shadow: inset 0 0 0 0 #FFE701;
  transition: box-shadow .6s ease-in-out;
}
span.hentry_yellow_btn:hover{
  box-shadow: inset -300px 0 0 0 #FFE701;
  transition: box-shadow .6s ease-in-out;
}
.hentry_yellow_btn a{
  font-family: 'gelionM';
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: color .6s ease-in-out;
}
.hentry_yellow_btn a::after{
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  width: 48px;
  height: 97%;
  background: #FFE701 url(ceris_img/page_home_cta_fleche_droite.svg) no-repeat center;
  border: 1px solid #FFE701;
}
.hentry_yellow_btn a:hover{
  color: #fff;
  transition: color .6s ease-in-out;
}
.page_baner{
  position: relative;
  height: 79vh;
  max-height: 566px;
  margin-bottom: 73px;
}
.page_baner_pic{
  height: 100%;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}
.page_baner_content{
  position: absolute;
  bottom: -73px;
  left: 0;
  width: 64%;
  padding: 4% 10px 4% 10%;
  /*padding:21px 10px 56px 10%;*/
  background: #FFE701;
}
.page_baner_content.cpt_projet_page_baner{
  width: 50%;
  padding-top: 51px;
}
.page_baner_content h1{
  padding-right: 70px;
  margin-bottom: 8px;
}
h1.page_baner_long_title{
  font-size: 38px;
}
.page_baner_content p{
  padding-right: 254px;
  padding-left: 33px;
  border-left: 4px solid #028293;
  font-size: 19px;
  line-height: 27px;
}
.page_introduction{
  display: flex;
  flex-wrap: wrap;
  column-gap: 61px;
  margin-top: 56px;
  margin-bottom: 83px;
}
.single-job .page_introduction{
  margin-top: 35px;
}
.page_introduction_content{
  width: calc(50% - 31px);
}
.page_introduction_col_left{
  flex: 1;
}
.page_main_content{
  padding-bottom: 90px;
  margin-bottom: 40px;
  border-bottom: 1px solid #E1E1E1;
}
.page_main_content h2{
  margin-bottom: 12px;
}
.page_bloc_projet{
  padding-bottom: 12px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E1E1E1;
}
.page_bloc_projet h2{
  margin-bottom: 59px;
}
.page_bloc_projet_list{
  display: flex;
  flex-wrap: wrap;
  column-gap: 62px;
}
.page_bloc_actu_list{
  display: flex;
  flex-wrap: wrap;
  column-gap: 62px;
}
.page_bloc_actu_list .cpt_actu_single{
  width: calc(33% - 38px);
}
.page_bloc_actu{
  padding-bottom: 148px;
  margin-bottom: 40px;
  border-bottom: 1px solid #E1E1E1;
}
.page_bloc_actu h2{
  margin-top: 43px;
  margin-bottom: 59px;
}
.page_bloc_formulaire{
  display: flex;
  flex-wrap: wrap;
  column-gap: 57px;
  margin-bottom: 120px;
}
.page_bloc_form_chapo {
  flex: 1;
}
.page_bloc_form{
  flex: 1;
}
.gform_required_legend{
  display: none;
}
.page_bloc_form .gform_wrapper.gravity-theme .gform_fields{
  column-gap: 9%;
  row-gap: 28px;
}
.page_bloc_form .gform_wrapper.gravity-theme .ginput_complex{
  column-gap: 9%;
  row-gap: 28px;
}
.page_bloc_form .gform_wrapper.gravity-theme .gfield input, .page_bloc_form .gform_wrapper.gravity-theme .gfield select{
  padding: 6px 6px 6px 0;
  border: none;
  border-bottom: 1px solid #E1E1E1;
  font-family: 'gelionL';
  font-size: 15px;
  line-height: 17px;
}
.page_bloc_form .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full), .page_bloc_form .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full){
  padding-right: 0;
}
.page_bloc_form .gform_wrapper.gravity-theme .gfield textarea{
  height: 155px !important;
  padding: 16px 17px;
  margin-top: 30px;
  border: 1px solid #E1E1E1;
  background: #F5F5F5;
  font-family: 'gelionL';
  font-size: 15px;
  line-height: 27px;
  color: #1C1C1B;
}
.page_bloc_form .gform_wrapper.gravity-theme .gform_footer button, .page_bloc_form .gform_wrapper.gravity-theme .gform_footer input,.page_bloc_form .gform_wrapper.gravity-theme .gform_page_footer button,.page_bloc_form .gform_wrapper.gravity-theme .gform_page_footer input{
  position: relative;
  display: inline;
  padding: 13px 16px;
  background: #fff;
  border: 1px solid #646464;
  box-shadow: inset 0px 0 0 0 #FFE701;
  transition: box-shadow .6s ease-in-out;
}
.page_bloc_form .gform_wrapper.gravity-theme .gform_footer button:hover, .page_bloc_form .gform_wrapper.gravity-theme .gform_footer input:hover,.page_bloc_form .gform_wrapper.gravity-theme .gform_page_footer button:hover,.page_bloc_form .gform_wrapper.gravity-theme .gform_page_footer input:hover{
  box-shadow: inset -300px 0 0 0 #FFE701;
  transition: box-shadow .6s ease-in-out;
}
.page_bloc_form .gform_wrapper.gravity-theme .gform_footer{
  justify-content: flex-end;
  margin-top: 37px;
}
.ginput_container_consent{
  display: flex;
  align-items: center;
  column-gap: 9px;
}
.ginput_container_consent .gfield_consent_label{
  flex: 1;
}
.page_call_to_action{
  display: flex;
  flex-wrap: wrap;
  column-gap: 2px;
  row-gap: 15px;
  margin-top: 55px;
  margin-bottom: 136px;
}
.page_call_to_action_single{
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  column-gap: 55px;
  padding: 43px 61px;
  transition: all 0.4s;
}
.page_call_to_action_single a{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.page_call_to_action_pic{
  height: 97px;
  width: 97px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
}
.page_call_to_action_content{
  flex: 1;
}
.page_call_to_action_content h3{
  margin-bottom: 5px;
  font-family: 'gelionB';
  font-size: 15px;
  line-height: 27px;
  text-transform: uppercase;
}

.page_call_to_action_content p{
  line-height: 21px;
}
.page_call_to_action_left{
  background: #028293;
  border: 1px solid #028293;
  color: #fff;
}
.page_call_to_action_left:hover{
  background: #fff;
  transition: all 0.4s;
}
.page_call_to_action_left:hover p{
  color: #1C1C1B;
}
.page_call_to_action_left h3{
  color: #FFE701;
}
.page_call_to_action_right{
  border: 1px solid #028293;
}
.page_call_to_action_right:hover{
  background: #028293;
}
.page_call_to_action_right h3{
  color: #028293;
}
.page_call_to_action_right:hover h3{
  color: #FFE701;
}
.page_call_to_action_right:hover p{
  color: #fff;
}
.gform_button{
  font-family: 'gelionM';
  font-size: 16px;
  line-height: 24px;
  color: #1C1C1B;
}
/******************/
/*****HOMEPAGE*****/
/******************/
#page_home_baner{
  position: relative;
  padding-bottom: 329px;
  background: #F5F5F5;
}
#page_home_baner_slider_area{
  position: relative;
  height: 122vh;
  max-height: 870px;
}
#page_home_baner_content{
  width: 35%;
  position: absolute;
  z-index: 2;
  top: 13%;
  left: 10%;
}
#page_home_baner_title h1{
  font-family: 'gelionB';
  font-size: 89px;
  line-height: 77px;
  color: #fff;
}
#page_home_baner_title p{
  margin-top: 39px;
  padding-left: 36px;
  border-left: 4px solid #FFE701;
  box-sizing: border-box;
  font-family: 'gelionR';
  line-height: 24px;
  color: #fff;
}
#page_home_baner_cta{
  margin-top: 65px;
}
#page_home_baner_cta p{
  position: relative;
  display: inline-block;
  border: 1px solid #fff;
  padding: 13px 107px 9px 22px;
  box-shadow: inset 0 0 0 0 #FFE701;
  transition: box-shadow .6s ease-in-out;
}
#page_home_baner_cta p:hover{
  box-shadow: inset -300px 0 0 0 #FFE701;
  transition: box-shadow .6s ease-in-out;
}
#page_home_baner_cta p a{
  font-family: 'gelionM';
  line-height: 24px;
  color: #fff;
  text-decoration: none;
}
#page_home_baner_cta p a::after{
  content: '';
  position: absolute;
  top: 0px;
  right: -0.5px;
  bottom: 0;
  width: 48px;
  height: 100%;
  background: #FFE701 url(ceris_img/page_home_cta_fleche_droite.svg) no-repeat center;
  box-sizing: border-box;
}
.page_home_baner_slider{
  height: 100% !important;
}
.page_home_baner_slider_single{
  height: 100%;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  filter: brightness(0.8);
}
#page_home_baner_slider_area .controls {
  position: absolute;
  bottom: -40px;
  left: 0;
}
#page_home_baner_slider_area .numericControls{
  display: flex;
  column-gap: 6px;
}
#page_home_baner_slider_area .numericControls li a{
  display: inline-block;
  text-indent: -9999px;
  width: 9px;
  height: 9px;
  background: #fff;
  border-radius: 100%;
}
#page_home_baner_slider_area .numericControls li.current a{
  background: #028293;
}
#page_home_service{
  width: 90%;
  position: absolute;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  padding: 62px 69px 48px 0;
  background: #FFE701;
  box-sizing: border-box;
}
.page_home_service_title{
  flex: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-left: 5%;
}
.page_home_service_title h2{
  position: relative;
  display: inline-block;
  transform: rotate(180deg);
  font-family: 'gelionB';
  font-size: 35px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
.page_home_service_title h2::before{
 content: '';
 position: absolute;
 top: -49px;
 left: -12px;
 width: 54px;
 height: 1px;
 background: #1C1C1B;
 transform: rotate(90deg);
}
.page_home_service_content{
  flex: 4;
}
.page_home_service_desktop{
  display: flex;
  flex-wrap: wrap;
  column-gap: 23px;
  row-gap: 63px;
}
.page_home_service_single{
  width: calc(33% - 126px);
  padding-left: 114px;
  background-repeat: no-repeat !important;
  background-position: left top !important;
}
.page_home_service_single_content h3{
  margin-bottom: 5px;
  font-family: 'gelionB';
  font-size: 15px;
  line-height: 27px;
  text-transform: uppercase;
}
.page_home_service_single_deescription{
  margin-bottom: 17px;
  font-size: 15px;
  line-height: 21px;
}
.page_home_service_single_link a{
  position: relative;
  padding-right: 37px;
  font-family: 'gelionM';
  font-size: 15px;
  line-height: 24px;
  text-decoration: none;
}
.page_home_service_single_link a::after{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 16px;
  background: url(ceris_img/page_home_bloc_service_cta_fleche_droite.svg) no-repeat center;
}
.page_home_service_single_contact{
  position: relative;
  width: calc(33% - 90px);
  padding: 30px 23px 33px 47px;
  margin: auto;
  border-radius: 10px;
  background-color: #EED800 !important;
  transform: scale(1);
  transition: .3s ease-in-out;
}
.page_home_service_single_contact:hover{
  transform: scale(1.05);
}
.page_home_service_single_contact .page_home_service_single_content h3{
  padding-left: 57px;
  margin-bottom: 12px;
  background-repeat: no-repeat !important;
  background-position: left center !important;
}
.page_home_service_single_contact .page_home_service_single_deescription{
  margin-bottom: 0;
}
.page_home_service_single_link_contact{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/*BLOC ACTIVITE*/
#page_home_bloc_activite{
  padding-top: 95px;
  background: #F5F5F5;
}
.page_home_bloc_activite_chapo{
  text-align: center;
}
.page_home_bloc_activite_chapo h2{
  margin-bottom: 7px;
  font-family: 'gelionB';
  font-size: 35px;
  line-height: 77px;
}
.page_home_bloc_activite_chapo p{
  line-height: 24px;
  width: 37%;
  margin: auto;
}
.page_home_activite_slider_area{
  position: relative;
  width: 100%;
  margin-top: 57px;
}
#page_home_activite_slider_for_sudo_slider{
  width: 100%;
  overflow-y: visible;
  overflow-x: hidden;
  padding-bottom: 137px;
}
#page_home_activite_slider_wrapp{
  position: relative;
  width: 25%;
  margin: 0 auto;
}
#page_home_activite_slider_wrapp:hover{
  cursor: url(ceris_img/picto_cursor_drag_row.svg), move;
}
.page_home_activite_slider_single_content{
  display: flex !important;
  margin-right: 20px !important;
}
.page_home_activite_slider_single_pic{
  width: 135px;
  height: 158px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  border-radius: 11px 0 0 11px;
}
.page_home_activite_slider_single_title{
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 15px;
  padding-left: 29px;
  border-radius: 11px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 12px 0 rgba(0,0,0,0.11);
}
.page_home_activite_slider_single_title h3{
  width: 100%;
  margin: auto 0 0;
  font-family: 'gelionB';
  font-size: 21px;
  line-height: 25px;
  color: #646464;
}
.page_home_activite_slider_single_content a{
  display: block;
  padding-right: 37px;
  margin: 0 0 auto;
  background: url(ceris_img/page_home_bloc_activite_cta.svg) no-repeat right center;
  cursor: pointer;
  text-decoration: none;
}
.page_home_activite_slider_single_content a p{
  font-family: 'gelionM';
  font-size: 15px;
  line-height: 30px;
  color: #646464;
}
#page_home_bloc_actualite{
  background: #F5F5F5;
  padding-top: 75px;
  padding-bottom: 135px;
}
#page_home_bloc_actualite_chapo{
  width: 35%;
  margin-bottom: 70px;
}
#page_home_bloc_actualite_chapo h2{
  font-family: 'gelionB';
  font-size: 35px;
  line-height: 77px;
}
#page_home_bloc_actualite_chapo p{
  line-height: 24px;
}
#page_home_bloc_actualite_wrapper{
  display: flex;
  flex-wrap: wrap;
  column-gap: 60px;
}
#page_home_bloc_actualite_wrapper .cpt_actu_single{
  width: calc(33% - 36px);
}
.page_home_bloc_actualite_link{
  margin-top: 57px;
  text-align: right;
}
.page_home_bloc_actualite_link p{
  position: relative;
  display: inline-block;
  border: 1px solid #646464;
  padding: 13px 107px 9px 22px;
  box-shadow: inset 0 0 0 0 #FFE701;
  transition: box-shadow .6s ease-in-out;
}
.page_home_bloc_actualite_link p:hover{
  box-shadow: inset -300px 0 0 0 #FFE701;
  transition: box-shadow .6s ease-in-out;
}
.page_home_bloc_actualite_link p a{
  display: inline-block;
  font-family: 'gelionM';
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: color .6s ease-in-out;
}
.page_home_bloc_actualite_link p:hover a{
  color: #000000;
  transition: color .6s ease-in-out;
}
.page_home_bloc_actualite_link p a::after{
  content: '';
  position: absolute;
  top: 0;
  right: -0.5px;
  bottom: 0;
  width: 48px;
  height: 46px;
  background: #FFE701 url(ceris_img/page_home_cta_fleche_droite.svg) no-repeat center;
  box-sizing: border-box;
}
#page_home_bloc_client{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 138px;
  margin-bottom: 151px;
}
#page_home_bloc_client_title{
  flex: 1;
  font-family: 'gelionB';
  font-size: 35px;
  line-height: 77px;
}
#page_home_bloc_client_slider_area{
  position: relative;
  width: 70%;
  height: 77px;
}
.page_home_bloc_client_slider{
  height: 100% !important;
}
.page_home_bloc_client_single{
  height: 100%;
}
.page_home_bloc_client_logo{
 height: 100%;
 margin-right: 29px;
 margin-left: 1px;
 border-radius: 8px;
 background-repeat: no-repeat !important;
 background-position: center !important;
 background-size: cover !important;
}
#page_home_bloc_client_slider_area .controls{
  position: absolute;
  display: flex;
  column-gap: 10px;
  height: 43px;
  bottom: -64px;
}
#page_home_bloc_client_slider_area .controls .prevBtn, #page_home_bloc_client_slider_area .controls .nextBtn{
  color: transparent;
}
#page_home_bloc_client_slider_area .controls .prevBtn{
  width: 43px;
  height: 100%;
  background: url(ceris_img/page_home_slider_client_gauche.svg) no-repeat center;
}
#page_home_bloc_client_slider_area .controls .nextBtn{
  width: 43px;
  height: 100%;
  background: url(ceris_img/page_home_slider_client_droite.svg) no-repeat center;
}
/*****************/
/*****************/
/*****************/
/****CPT ACTUS****/
/*****************/
/*****************/
/*****************/
.cpt_actu_single{
  position: relative;
  z-index: 0;
  height: 100%;
}
.cpt_actu_single::after{
  content: '';
  position: absolute;
  z-index: -1;
  top: 28px;
  right: -12px;
  bottom: -14px;
  left: 17px;
  background: #028293;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.2s , opacity 0.3s ;
}
.cpt_actu_single:hover:after{
  visibility: visible;
  opacity: 1;
  transition: visibility 0.2s , opacity 0.3s ;
}
.cpt_actu_single_picture{
  position: relative;
  height: 33vh;
  max-height: 234px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}
.cpt_actu_single_picture::after{
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 29%;
  height: 6px;
  background: #FFE701;
}
.single_post_category{
  display: inline-block;
  position: absolute;
  top: 29px;
  left: -23px;
  padding: 5px 11px;
  background: #FFE701;
  font-family: 'gelionR';
  font-size: 15px;
  line-height: 18px;
}
.single_post_category span:nth-of-type(1n+2){
  position: relative;
  padding-left: 10px;
}
.single_post_category span:nth-of-type(1n+2)::before{
  content: '|';
  position: absolute;
  left: 0;
}
.cpt_actu_content{
  height: 230px;
  background: #fff;
  box-shadow: 0 0 19px 0 rgba(0,0,0,0.06);
  box-sizing: border-box;
  padding: 20px 38px 41px;
}
.cpt_actu_date{
  margin-bottom: 9px;
  font-size: 15px;
  line-height: 18px;
  color: #646464;
}
.cpt_actu_content h3{
  margin-bottom: 9px;
  font-family: 'gelionM';
  font-size: 19px;
  font-weight: normal;
  line-height: 21px;
  color: #00677D;
}
.cpt_actu_excerpt{
  font-size: 15px;
  line-height: 21px !important;
}
.cpt_actu_link{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.single_content{
  margin-top: 50px;
  margin-bottom: 70px;
}
/**********************/
/****PAGES A PROPOS****/
/**********************/
.page_a_propos_bloc{
  display: flex;
  flex-wrap: wrap;
  column-gap: 61px;
  padding-bottom: 40px;
  margin-top: 35px;
}
.page_a_propos_bloc_left{
  flex: 1;
}
.page_a_propos_bloc_right{
  width: calc(50% - 31px);
}
.page_a_propos_bloc_left h2,.page_a_propos_bloc_right h2{
  margin-bottom: 35px;
  line-height: 43px;
}
.page_a_propos_bloc.page_hentry  img{
  margin-top: 30px;
  margin-bottom: 30px;
}
/**********************/
/****PAGES SERVICES****/
/**********************/
.page_service_intro{
  display: flex;
  flex-wrap: wrap;
  column-gap: 61px;
  margin-top: 55px;
}
.page_service_intro_col_left{
  flex: 1;
}
.page_service_intro_col_right{
  flex: 2;
}
.page_service_prestation{
  display: flex;
  flex-wrap: wrap;
  column-gap: 63px;
  row-gap: 66px;
  margin-top: 83px;
  margin-bottom: 133px;
}
.page_service_prestation_single{
  position: relative;
  z-index: 0;
  width: calc(33% - 38px);
}
.page_service_prestation_single::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 29px;
  right: -15px;
  bottom: -15px;
  left: 20px;
  background: #028293;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.2s , opacity 0.3s;
}
.page_service_prestation_single:hover:after {
  visibility: visible;
  opacity: 1;
  transition: visibility 0.2s , opacity 0.3s;
}
.page_service_prestation_single_picto{
  height: 33vh;
  background-color: #F9F9F9 !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.page_service_prestation_single_description{
  position: relative;
  height: 100%;
  max-height: 233px;
  box-sizing: border-box;
  padding: 47px 38px 57px;
  background: #fff;
  box-shadow: 0 0 19px 0 rgba(0,0,0,0.06);
}
.page_service_prestation_single_description::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 27%;
    height: 6px;
    background: #FFE701;
}
.page_service_prestation_single_description h3{
  margin-bottom: 30px;
  font-family: 'gelionM';
  font-size: 19px;
  font-weight: normal;
  line-height: 21px;
  color: #00677D;
}
.page_service_prestation_single_description p{
  font-size: 15px;
  line-height: 21px;
}
.page_service_prestation_single > a{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/*************************/
/**** PAGE REFERENCES ****/
/*************************/
.bloc_filtres_references {
  display: block;
  padding: 80px 0 0;
}
.bloc_filtres_references_title {
  display: block;
  font-family: 'Gelion', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 27px;
  padding-bottom: 17px;
  text-transform: uppercase;
  color: #00677D;
}
#widget_filter_references ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
#widget_filter_references ul li {
  transition: all 0.3s;
}
#widget_filter_references ul li a {
  display: block;
  font-weight: 500;
  text-decoration: unset;
  box-sizing: border-box;
  padding: 5px 15px;
  border: 1px solid #00677D;
  color: #00677D;
}
#widget_filter_references ul li a:hover,
#widget_filter_references ul li.current-menu-item a {
    background-color: #00677D;
    color: #fff;
    transition: all 0.3s;
}

/*******************/
/****TAXO PROJET****/
/*******************/
.cpt_projet_secteur_chapo{
  display: flex;
  flex-wrap: wrap;
  column-gap: 61px;
  margin-top: 55px;
}
.cpt_projet_secteur_chapo h2{
  flex: 1;
  font-family: 'gelionB';
  font-size: 35px;
  line-height: 55px;
}
.cpt_projet_secteur_chapo_texte{
  flex: 2;
  padding-top: 10px;
  line-height: 27px;
}
.cpt_projet_secteur_search{
  margin-top: 34px;
}
.widget_search_project_secteur .widget_title{
  margin-bottom: 17px;
  font-size: 15px;
  line-height: 27px;
}
.widget_search_project_secteur .search-form{
  width: 30%;
  display: flex;
  justify-content: space-between;
  padding: 11px 31px 15px 22px;
  border: 1px solid #646464;
  background: #fff;
}
.widget_search_project_secteur .search-form > label{
  flex: 1;
  padding-right: 10px;
}
.widget_search_project_secteur .search-field, .widget_search_project_secteur .search-submit{
  border: none;
  padding: 0;
  color: #1C1C1B;
}
.widget_search_project_secteur input[type="search"]{
  width: 100%;
  font-family: 'gelionL';
  font-size: 16px;
  line-height: 27px;
}
.widget_search_project_secteur input::placeholder{
  color: #1C1C1B;
}
.widget_search_project_secteur .search-submit{
  width: 25px;
  height: 25px;
  background: #fff url(ceris_img/page_secteur_projet_loupe_picto.svg) no-repeat center/contain;
  text-indent: -9999px;
}
.cpt_projet_secteur_list_wrapp{
  display: flex;
  flex-wrap: wrap;
  column-gap: 62px;
  row-gap: 59px;
  margin-top: 65px;
}
.cpt_projet_secteur_single{
  position: relative;
  width: calc(33% - 38px);
  margin-bottom: 77px;
  box-shadow: 0 0 19px 0 rgba(0,0,0,0.06);
}
.cpt_projet_secteur_single_picture{
  position: relative;
  height: 33vh;
  max-height: 234px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}
.cpt_projet_secteur_single_picture::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 27%;
  height: 6px;
  background: #FFE701;
}
.cpt_projet_secteur_single_content{
  padding: 32px 38px 77px;
}
.cpt_projet_secteur_single_content h3{
  margin-bottom: 5px;
  font-family: 'gelionM';
  font-size: 19px;
  font-weight: normal;
  line-height: 21px;
  color: #00677D;
}
.cpt_projet_secteur_single_client{
 font-size: 15px;
 line-height: 18px;
 color: #646464;
}
.cpt_projet_secteur_single_excerpt{
  margin-top: 17px;
  font-size: 15px;
  line-height: 21px !important;
}
.cpt_projet_secteur_single_link{
  position: absolute;
  bottom: 0;
  display: flex;
  width: 100%;
}
.cpt_projet_secteur_single_link a{
  display: block;
  padding: 18px 56px 18px 27px;
  margin-left: auto;
  background: #FFE701 url(ceris_img/page_secteur_projet_picto_btn.svg) no-repeat center right 26px;
  font-family: 'gelionR';
  font-size: 15px;
  line-height: 18px;
  text-decoration: none;
  transition: all 0.2s;
}
.cpt_projet_secteur_single_link a:hover{
  background: #028293 url(ceris_img/page_secteur_projet_picto_btn_hover.svg) no-repeat center right 26px;
  color: #fff;
  transition: all 0.2s;
}
.cpt_projet_secteur_single_pagination{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  column-gap: 15px;
  margin-bottom: 88px;
}
.cpt_projet_secteur_single_pagination a{
  text-decoration: none;
}
.cpt_projet_secteur_single_pagination .current{
  padding: 6px 8px 25px;
  background: #FFE701;
}
.cpt_projet_secteur_single_pagination .inactive{
  padding-top: 6px;
  margin-right: 7px;
}
/*********************/
/****SINGLE PROJET****/
/*********************/
.single-project .page_baner_content {
  padding-top: 34px;
}
.page_baner_client_name{
  display: inline-block;
  font-family: 'gelionM';
  font-size: 23px;
  line-height: 28px;
  font-weight: normal;
  color: #028293;
}
.single_projet_info_cles{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 121px;
  row-gap: 30px;
  margin-top: 29px;
  padding: 36px 0 38px;
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
}
.single_projet_info_cles_single{
  padding-left: 51px;
  padding-bottom: 7px;
}
.single_projet_info_cles_single p{
  padding-left: 24px;
}
.single_projet_info_cles_single p:first-of-type{
  margin-bottom: 6px;
  font-family: 'gelionM';
  line-height: 19px;
  text-transform: uppercase;
}
.single_projet_info_cles_single p:last-of-type{
  line-height: 19px;
}
.single_projet_info_cles_lieu{
  padding-left: 36px;
  background: url(ceris_img/page_projet_picto_lieu.svg) no-repeat top left;
}
.single_projet_info_cles_surface{
  background: url(ceris_img/page_projet_picto_surface.svg) no-repeat top left;
}
.single_projet_info_cles_realisation{
  background: url(ceris_img/page_projet_picto_date.svg) no-repeat top left;
}
.single_projet_info_cles_invest{
  background: url(ceris_img/page_projet_picto_prix.svg) no-repeat top left;
}
.single_projet_objectif{
  display: flex;
  flex-wrap: wrap;
  column-gap: 61px;
  margin-top: 44px;
  margin-bottom: 50px;
}
.single_projet_objectif_col_left{
  flex: 1;
  display: flex;
  font-family: 'gelionB';
  font-size: 34px;
  line-height: 48px;
}
.single_projet_objectif_col_right{
  width: 50%;
}
.single_projet_objectif_col_right h2{
  margin-bottom: 29px;
}
.single_projet_description{
  background: #F5F5F5;
  padding-top: 55px;
  padding-bottom: 37px;
}
.single_projet_description_content{
  position: relative;
  z-index: 1;
}
.single_projet_description_content::before{
  content: '';
  position: absolute;
  z-index: -1;
  top: -35px;
  left: -111px;
  width: 253px;
  height: 253px;
  background: url(ceris_img/page_nous_rejoindre_picto_titre.png) no-repeat center/cover;
}
.single_projet_description_globale{
  width: 50%;
  margin-bottom: 30px;
}
.single_projet_description_globale h2{
  position: relative;
  margin-bottom: 15px;
}
.single_projet_description_globale h2::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: ;
}
.single_projet_description_detaille{
  display: flex;
  flex-wrap: wrap;
  column-gap: 69px;
  line-height: 27px;
}
.single_projet_description_detaille_col_left{
  flex: 1;
}
.single_projet_description_detaille ul{
  padding-left: 18px;
  margin-top: 15px;
}
.single_projet_slider{
  margin-bottom: 158px;
  background: linear-gradient(180deg, rgba(245,245,245,1) 34%, rgba(255,255,255,1) 34%);
}
.single_projet_slider_area{
  position: relative;
  margin-left: 10%;
}
.single_projet_slider_area:hover{
  cursor: url(ceris_img/picto_cursor_drag_row.svg), move;
}
#single_projet_slider_js{
  height: 100% !important;
}
.single_projet_slider_single {
  margin-right: 61px !important;
}
.single_projet_slider_single_pic{
  height: 272px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}
.single_projet_slider_area .controls{
  position: absolute;
  z-index: 10;
  right: 8%;
  bottom: -69px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 108px;
  background: url(ceris_img/page_home_picto_slider_activite.svg) no-repeat center/contain;
}
.single_projet_slider_area .controls a{
  width: 32px;
  height: 20px;
  color: transparent;
}
/*****************/
/****PAGE ACTU****/
/*****************/
.search .page_baner_content{
  position: unset;
}
.page_filter_actu_wrap{
  margin-top: 42px;
}
.search_engine_form{
  display: flex;
  align-items: end;
  flex-wrap: wrap;
  column-gap: 15px;
}
.page_filter_actu_label{
  font-size: 15px;
  line-height: 27px;
}
.search_strap_select_category{
 width: 422px;
}
.search_strap_select{
  width: 100%;
  padding: 15px 0 15px 22px;
  border: 1px solid #646464;
  background: url(ceris_img/page_actu_dropdown_filter.png) no-repeat center right 34px;
  font-family: 'gelionL';
  font-size: 16px;
  line-height: 27px;
  appearance: none;
}
.page_actu_list{
  display: flex;
  flex-wrap: wrap;
  column-gap: 60px;
  row-gap: 52px;
  margin-top: 70px;
  margin-bottom: 88px;
}
.page_actu_list .cpt_actu_single{
  width: calc(33% - 36px);
}
.page_actu_list .cpt_actu_content{
  height: 34vh;
}
.search_strap_select_bt{
  height: 59px;
  padding: 0 15px;
  background: #FFE701;
  border: none;
  font-family: 'gelionM';
  font-weight: normal;
  cursor: pointer;
}
/**********************/
/**********************/
/**********************/
/****PAGE REJOINDRE****/
/**********************/
/**********************/
.page_offre_emploi_chapo{
  margin-top: 54px;
  margin-bottom: 50px;
}
.page_offre_emploi_list{
  display: flex;
  flex-wrap: wrap;
  column-gap: 60px;
  row-gap: 17px;
  margin-bottom: 62px;
}
.page_offre_emploi_single{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: calc(50% - 30px);
  padding: 6px 17px 6px 22px;
  background: #F5F5F5;
  box-sizing: border-box;
}
.page_offre_emploi_single h3{
  flex: 1;
  font-family: 'gelionB';
  font-size: 15px;
  line-height: 27px;
  color: #028293;
}
.page_offre_emploi_single a{
  width: 38px;
  height: 41px;
  background: url(ceris_img/page_nous_rejoindre_picto_lien.svg) no-repeat center/contain;
}
.page-template-modele_nous_rejoindre .page_bloc_form_chapo{
  background: url(ceris_img/page_nous_rejoindre_picto_titre.png) no-repeat left top;
}
.page-template-modele_nous_rejoindre .page_bloc_form_chapo h2{
  padding-top: 29px;
  padding-left: 71px;
}
.page-template-modele_nous_rejoindre .page_bloc_form_chapo p{
  padding-left: 71px;
}
.page-template-modele_nous_rejoindre .page_bloc_form{
  padding-top: 19px;
}
/********************/
/********************/
/********************/
/****PAGE CONTACT****/
/********************/
/********************/
.page_contact{
  display: flex;
  flex-wrap: wrap;
  column-gap: 9%;
  margin-top: 47px;
}
.page_contact .page_bloc_form h2{
  margin-bottom: 47px;
}
.page_contact_pic_area{
  flex: 1;
}
.page_contact_pic{
  width: 100%;
  height: 115%;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
}
.page_contact_implantation{
  margin-bottom: 99px;
}
.page_contact_implantation  h2{
  margin-bottom: 56px;
}
.page_contact_implantation_single{
  display: flex;
  align-items: center;
  column-gap: 50px;
  padding: 42px 60px 41px 44px;
  margin-bottom: 15px;
  border: 1px solid #E1E1E1;
  box-sizing: border-box;
}
.page_contact_implantation_single_pic{
  width: 143px;
  height: 143px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
}
.page_contact_implantation_single_content{
  flex: 2;
}
.page_contact_implantation_single_infos{
  flex: 2;
  padding: 23px 26px 23px 0;
  background: #028293;
  border-radius: 10px;
  color: #fff;
}
.page_contact_implantation_single_infos_tel{
  padding-left: 56px;
  background: url(ceris_img/page_contact_picto_tel.svg) no-repeat center left 29px;
}
.page_contact_implantation_single_infos_adress{
  padding-left: 56px;
  margin-top: 14px;
  background: url(ceris_img/page_contact_picto_localisation.svg) no-repeat center left 30px;
}
/******************/
/******************/
/******************/
/****RESPONSIVE****/
/******************/
/******************/
/******************/
#navtop_bt_resp{
  display: none;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 57px;
  height: 57px;
  background: url(ceris_img/picto_menu_responsive.svg) no-repeat center;
}
#navtop_bt_resp.bt_navtop_cross{
  background: url(ceris_img/picto_menu_responsive_close.svg) no-repeat center;
}
@media screen and (max-width: 1580px){
	#home_wait_pic_text{
	top: 15%;
	}
  .widzmain{
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .page_home_service_content {
    flex: 5;
  }
  .single_projet_slider_area{
    margin-left: 5%;
  }
}
@media screen and (max-width: 1480px){
	.wait_widzmain{
	width: auto;
	margin-right: 30px;
	margin-left: 30px;
	}
  .page_home_service_title{
    margin-left: 5%;
    flex: 0;
    margin-right: 90px;
  }
  .widzmin{
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 1380px){
	.home_wait_pic_block{
	margin-bottom: 29px;
	}
	#home_wait_pic_text{
	top: auto;
	bottom: 0;
	}
	#home_wait_pic_title{
	line-height: 45px;
	margin-bottom: 14px;
	font-size: 43px;
	}
	#home_wait_pic_sub {
    line-height: 26px;
    margin-bottom: 15px;
	}
	#home_wait_pic_box{
	padding: 30px 20px 36px;
	}
	#home_wait_pic_box_title{
	line-height: 28px;
	font-size: 26px;
	}
  #page_home_baner{
    padding-bottom: 0;
  }
  .page_home_service_single{
    width: calc(50% - 126px);
  }
  #page_home_bloc_actualite_wrapper .cpt_actu_single {
    width: calc(33% - 37px);
  }
  #navtop ul{
    column-gap: 50px;
  }
  #page_home_service{
    position: initial;
  }
  #page_home_baner_slider_area{
    height: 530px;
  }
  .page_actu_list .cpt_actu_single {
    width: calc(33% - 37px);
  }
  .page_service_prestation{
    column-gap: 60px;
  }
  #page_home_baner_content{
    width: 50%;
  }
  #page_home_baner_cta p a::after{
    right: 0;
  }
}
@media screen and (max-width: 1180px){
  .widzmain {
    width: auto;
    margin-right: 30px;
    margin-left: 30px;
  }
  #navtop ul {
    column-gap: 30px;
  }
  #page_home_baner_content{
    width: 80%;
    left: 5%;
  }
  #page_home_service{
    display: block;
    width: auto;
    padding: 30px;
  }
  .page_home_service_title{
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .page_home_service_title h2{
    writing-mode: initial;
    text-orientation: initial;
    transform: initial;
  }
  .page_home_service_title h2::before{
    top: 19px;
    left: -73px;
    transform: initial;
  }
  .page_home_service_desktop{
    row-gap: 40px;
  }
  #page_home_bloc_activite{
    padding-top: 50px;
  }
  .page_home_activite_slider_single_content{
    display: initial !important;
  }
  .page_home_activite_slider_single_pic{
    width: 100%;
    height: 130px;
    border-radius: 11px 11px 0 0;
  }
  .page_home_activite_slider_single_title{
    padding: 25px 8px 30px;
    justify-content: center;
    border-radius: 0 0 11px 11px;
    row-gap: 30px;
  }
  .page_home_activite_slider_single_title h3{
    text-align: center;
  }
  #page_home_activite_slider_wrapp .controls{
    bottom: -76px;
  }
  #page_home_bloc_actualite_wrapper{
    row-gap: 40px;
  }
  #page_home_bloc_actualite{
    padding-bottom: 70px;
  }
  #page_home_bloc_actualite_wrapper .cpt_actu_single {
    width: 100%;
  }
  #page_home_bloc_client{
    display: block;
    margin-top: 50px;
  }
  #page_home_bloc_client_slider_area{
    width: 100%;
  }
  .page_service_prestation_single_description{
    max-height: 275px;
  }
  .single_projet_info_cles{
    column-gap: 50px;
  }
}

@media screen and (max-width: 1080px){
  .page_actu_list .cpt_actu_single {
    width: calc(50% - 30px);
  }
  .page_actu_list .cpt_actu_content {
    height: 30vh;
  }
  .cpt_projet_secteur_chapo{
    row-gap: 20px;
  }
  .cpt_projet_secteur_chapo h2{
    flex: initial;
    width: 100%;
  }
  .page_bloc_actu_list, .page_bloc_projet_list{
    column-gap: 40px;
  }
.cpt_projet_secteur_single
  .page_bloc_actu_list .cpt_actu_single,  {
    width: calc(33% - 24px);
  }
  .cpt_actu_content{
    height: 275px;
  }
  .page_baner_content h1{
    padding-right: 50px;
  }
}
@media screen and (max-width: 980px){
  #navtop_bt_resp{
    display: block;
  }
  .widzmin{
    width: auto;
    margin-right: 30px;
    margin-left: 30px;
  }
  #footer{
    padding: 40px 50px 0;
  }
  #footer_form{
    flex-wrap: wrap;
    row-gap: 35px;
    padding-bottom: 44px;
    margin-bottom: 34px;
    border-bottom: 1px solid #C9C9C9;
  }
  #widget_footer_form:nth-child(1) {
    max-width: unset;
  }
  #widget_footer_form:nth-child(2) {
    flex: unset;
  }
  #header{
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
  }
  #logo{
    margin-left: 30px;
    margin-bottom: 18px;
  }
  #menu {
    display: none;
    flex: initial;
    position: relative;
    width: 100%;
    padding-right: 30px;
    padding-left: 42px;
    background: #028293;
  }
  #navtop ul{
    display: block;
    padding-top: 30px;
  }
  #navtop ul li{
    padding: 8px 0 8px;
  }
  #navtop ul li.menu_contact{
    margin-top: 26px;
  }
  #navtop ul li a{
    color: #fff;
  }
  #navtop ul li.menu-item-has-children{
    background: url(ceris_img/picto_menu_reponsive_bas.png) no-repeat right top 10px;
  }
   #navtop ul li.menu-item-has-children.resp_this_hover{
    background: url(ceris_img/picto_menu_reponsive_haut.png) no-repeat right top 10px;
   }
  #navtop ul li.menu_contact a{
    background: url(ceris_img/picto_menu_responsive_contact.svg) no-repeat center/contain;
  }
  #navtop ul li:hover ul{
    display: none;
  }
  #navtop ul li ul{
    position: initial;
    display: none;
    visibility: visible;
    padding:14px 0 0 21px;
    background: transparent;
  }
  #navtop ul li.menu-item-has-children.resp_this_hover ul{
    display: block;
    width: auto;
  }
  #navtop ul li ul li a{
    color: #fff;
  }
  #page_home_bloc_actualite_chapo{
    width: 90%;
  }
  .page_hentry h1{
    font-size: 30px;
    line-height: 40px;
  }
  .page_hentry h2{
    font-size: 25px;
    line-height: 35px;
  }
  .page_baner{
    height: 55vh;
  }
  .single-project .page_baner_content {
    padding-bottom: 34px;
  }
  .page_baner_content p{
    padding-right: 0px;
  }
  .page_service_intro{
    display: block;
  }
  .page_service_intro_col_right{
    margin-top: 20px;
  }
  .page_service_prestation{
    column-gap: 20px;
    row-gap: 35px;
    margin-top: 50px;
  }
  .page_service_prestation_single{
    width: 100%;
  }
  .page_service_prestation_single_description{
    height: auto;
  }
  .page_a_propos_bloc{
    row-gap: 35px;
  }
  .page_a_propos_bloc_left {
    flex: initial;
    width: auto;
  }
  .page_a_propos_bloc_right {
    width: auto;
  }
  .page_a_propos_bloc{
    padding-bottom: 0;
    margin-top: 30px;
  }
  .page_call_to_action{
    margin-bottom: 70px;
  }
  .page_call_to_action_single{
    flex: initial;
  }
  .page_bloc_formulaire{
    row-gap: 25px;
    margin-bottom: 70px;
  }
  .page-template-modele_nous_rejoindre .page_bloc_form_chapo {
    background: url(ceris_img/page_nous_rejoindre_picto_titre.png) no-repeat left top/contain;
    flex: initial;
  }
  .page_bloc_form .gform_wrapper.gravity-theme .gform_fields, .page_bloc_form .gform_wrapper.gravity-theme .ginput_complex {
    column-gap: 4%;
  }
  .cpt_projet_secteur_single{
    width: 100%;
  }
  .page_bloc_actu_list{
    row-gap: 40px;
  }
  .cpt_actu_single{
    width: 100% !important;
    height: auto;
  }
  .cpt_actu_content {
    height: auto;
  }
  .page_bloc_actu{
    padding-bottom: 90px;
  }
  .page_bloc_form {
    flex: initial;
    width: 100%;
  }
  .page_contact_pic_area {
    flex: initial;
    width: 100%;
    height: 300px;
  }
  .page_contact_pic{
    height: 100%;
  }
  .page_contact_implantation  h2 {
    margin-bottom: 30px;
  }
  .page_contact_implantation_single{
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 15px;
    padding: 20px;
  }
  .page_contact_implantation_single_pic{
    width: 100%;
  }
  .page_contact_implantation_single_content {
    flex: initial;
    width: 100%;
  }
  .aligncenter, img.aligncenter, .alignleft, img.alignleft, .alignright, img.alignright{
    width: auto !important;
  }
  .page_hentry img{
    max-width: 100%;
  }
  #page_home_baner_cta p a::after{
    right: -0.5px;
  }
  .single_projet_slider_single {
    width: 320px !important;
    height: 200px;
    margin-right: 15px !important;
  }
  .single_projet_slider_single_pic {
    width: 320px;
    height: 200px;
  }
}


@media screen and (max-width: 780px){
  #page_home_baner_slider_area {
    height: 580px;
  }
  .page_home_service_single{
    padding-top: 10px;
    padding-bottom: 15px;
    background-size: 78px !important;
  }
  .page_home_service_single_description{
    display: none;
  }
  .page_home_service_single_contact{
    display: flex;
    align-items: center;
  }
  .page_home_service_single_contact h3{
    margin-bottom: 0 !important;
  }
  #navbottom{
    flex-wrap: wrap;
  }
  .widget_footer_nav{
    width: 100%;
  }
  #navbottom_logo{
    order: 3;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 23px;
    margin-bottom: 36px;
  }
  .widget_footer_nav ul li {
    padding-bottom: 23px;
  }
  .navbottom_logo_pic{
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 31px;
    background: url(ceris_img/logo.svg) no-repeat top;
    border-bottom: none;
  }
  #navbottom_logo a{
    width: 191px;
  }
  .page_baner {
    height: 100%;
    max-height: unset;
    margin-bottom: 14px;
  }
  .page_baner_pic{
    height: 35vh;
  }
  .page_baner_content{
    position: initial;
    width: auto;
    padding: 34px 30px;
    text-align: center;
  }
  .single_projet_info_cles{
    row-gap: 37px;
    margin-top: 50px;
  }
  .single_projet_info_cles_single{
    width: 60%;
  }
  .single_projet_objectif{
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .single_projet_objectif_col_left{
    flex: initial;
    width: auto;
    margin-bottom: 50px;
    font-size: 25px;
    line-height: 35px;
  }
  .single_projet_objectif_col_right {
    width: auto;
  }
  .single_projet_description{
    padding-top: 60px;
  }
  .single_projet_description_globale{
    width: auto;
    margin-bottom: 40px;
  }
  .single_projet_slider_area{
    margin-left: 0;
  }
  .single_projet_slider_single_pic{
    height: 294px;
  }
  .page_actu_list .cpt_actu_single {
    width: 100%;
  }
  .page_actu_list .cpt_actu_content {
    height: 19vh;
  }
  .page_baner_content.cpt_projet_page_baner{
    width: auto;
  }
  .cpt_projet_secteur_single {
    width: 100%;
    margin-bottom: 0;
  }
  .cpt_projet_secteur_single_pagination{
    margin-top: 50px;
  }
  .cpt_projet_secteur_chapo h2{
    line-height: 35px;
  }
  .widget_search_project_secteur .search-form{
    width: auto;
  }
  .page_offre_emploi_chapo {
    margin-top: 50px;
    margin-bottom: 30px;
  }
  .page_offre_emploi_list{
    margin-bottom: 50px;
  }
  .page_offre_emploi_single{
    width: 100%;
  }
  .page_introduction{
    margin-top: 50px;
    margin-bottom: 30px;
  }
  .page_introduction_content{
    width: 100%;
  }
  .page_main_content{
    padding-bottom: 50px;
  }
  .page_bloc_projet{
    padding-bottom: 50px;
  }
  .page_bloc_projet h2 {
      margin-bottom: 50px;
  }
  .page_bloc_projet_list{
    row-gap: 43px;
  }
  .page_bloc_form_chapo {
    flex: initial;
  }
  .single_projet_slider{
    margin-bottom: 70px;
  }
  .page_baner_content h1{
    padding-right: 0;
  }
}
@media screen and (max-width: 580px){
  .widzmin{
    margin-right: 0;
    margin-left: 0;
  }
  #page_home_baner_content{
    width: 90%;
    top: 63px;
    left: 30px;
  }
  #page_home_baner_title h1{
    font-size: 50px;
    line-height: 50px;
  }
	.page_home_service_single {
      width: 100%;
  }
  #page_home_baner_cta {
    margin-top: 35px;
  }
  .page_home_service_desktop {
    row-gap: 8px;
  }
  .page_home_service_single_contact{
    margin-top: 28px;
  }
  .page_home_bloc_activite_chapo p{
    width: auto;
  }
  #page_home_activite_slider_wrapp{
    width: 70%;
  }
  #page_home_activite_slider_wrapp .controls{
    bottom: -48px;
    left: -45px;
  }
  #page_home_bloc_actualite {
    padding-bottom: 50px;
  }
  #page_home_bloc_actualite_chapo {
    width: auto;
    margin-bottom: 40px;
  }
  #footer {
    padding: 40px 30px 0;
  }
  .widget_footer_form .gform_wrapper.gravity-theme #field_1_3{
    grid-column: span 8;
  }
  .single_projet_description_detaille_col_left{
    margin-bottom: 31px;
  }
  .page_baner_content p{
    padding-left: 15px;
    text-align: left;
  }
  .search_strap_select_category {
    width: auto;
  }
  .search_engine_form{
    row-gap: 30px;
  }
  .page_filter_actu{
    width: 100%;
  }
  .search_strap_select{
    padding-right: 30px;
    background: url(ceris_img/page_actu_dropdown_filter.png) no-repeat center right 15px;
  }
  .search_strap_select_bt{
    width: 100%;
  }
  .page_actu_list .cpt_actu_content {
    height: auto;
  }
  .page_call_to_action_single{
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 15px;
    padding: 20px;
  }
  .page_call_to_action_content {
    flex: initial;
    width: 100%;
    text-align: center;
  }
  .page-template-modele_nous_rejoindre .page_bloc_form_chapo{
    background: url(ceris_img/page_nous_rejoindre_picto_titre.png) no-repeat left top/30%;
  }
  .page-template-modele_nous_rejoindre .page_bloc_form_chapo h2, .page-template-modele_nous_rejoindre .page_bloc_form_chapo p{
    padding-left: 0;
  }
  #page_home_bloc_client_title{
    line-height: 50px;
  }
  #page_home_bloc_client_slider_area{
    height: 140px;
  }
  #widget_filter_references ul {
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
}

@media screen and (max-width: 380px){
  #logo object{
    width: 139px;
    height: 62px;
  }
  .page_home_bloc_activite_chapo h2, #page_home_bloc_actualite_chapo h2, #page_home_bloc_client_title{
    font-size: 30px;
    line-height: 40px;
  }
  #page_home_bloc_actualite{
    padding-top: 0;
  }
  #page_home_bloc_client_slider_area{
    margin-top: 20px;
  }
  .page_home_service_single{
    padding-left: 100px;
  }
  #page_home_baner_content{
    width: auto;
    left: 0;
    padding: 23px 15px;
  }
  .page_home_service_single_contact{
    justify-content: center;
    padding-left: 23px;
  }
  .widget_footer_form .gform_wrapper.gravity-theme .gform_fields{
    row-gap: 8px;
  }
  .widget_footer_form .gform_wrapper.gravity-theme #field_1_3, .widget_footer_form .gform_wrapper.gravity-theme #field_submit{
    grid-column: span 12;
  }
  .widget_footer_form .gform_wrapper.gravity-theme #field_submit input[type="submit"]{
    width: 100%;
  }
  .cpt_projet_secteur_single_link a{
    width: 100%;
  }
  .cpt_projet_secteur_single_content {
    padding: 32px 15px 77px;
  }
  .cpt_projet_secteur_list_wrapp{
    margin-top: 50px;
  }
  .page_offre_emploi_single{
    padding: 6px 10px;
  }
  .page_bloc_actu h2 {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .cpt_actu_content{
    padding: 20px;
  }
  .page_bloc_actu{
    padding-bottom: 30px;
  }
  #page_home_bloc_client{
    margin-bottom: 90px;
  }
  .page_home_bloc_client_logo{
    margin-right: 0;
  }
  .page_contact_implantation_single_infos{
    padding-right: 10px;
  }
  .page_contact{
    row-gap: 20px;
  }
  .page_bloc_form .gform_wrapper.gravity-theme .gform_footer button,
  .page_bloc_form .gform_wrapper.gravity-theme .gform_footer input,
  .page_bloc_form .gform_wrapper.gravity-theme .gform_page_footer button,
  .page_bloc_form .gform_wrapper.gravity-theme .gform_page_footer input{
    width: 100%;
  }
}
@media screen and (max-width: 320px){
  .cpt_actu_content{
    height: 280px;
  }
  .page_actu_list .cpt_actu_content {
    height: 284px;
  }
  .page_home_bloc_actualite_link p{
    height: 100%;
    padding-right: 77px;
  }
}
/**/
