/*
Prematech style
*/

/******************/
/*******VAR********/
/******************/
:root{
  --bleu: #1B3C6D;
  --bleu-2: #254A82;
  --vert: #D5E027;
  --rose : #E6007E;
  --prune : #A3195B;
  --turquoise: #24CCC1;
  --jaune : #FFD600;
  --gris-3: #575756;
  --gris-2: #E8EBF4;
  --gris-1: #F3F5FA;
  --blanc: #fff;
  --radius-32: 32px;
  --radius-17: 17px;
  --linear: 270deg;
}

/******************/
/*******LIENS******/
/******************/
a:link {
color: var(--bleu);
}
a:visited {
color: var(--bleu);
}
a:active,
a:hover {
color: var(--bleu);
}

/******************/
/******POLICES*****/
/******************/
body{
font-family: 'Inter';
font-weight: 400;
font-size: 16px;
color: var(--bleu);
}
h1, h2, h3, h4, h5, h6{
display: block;
}
@font-face {
  font-family: 'Inter';/*Regular*/
  src: url('prematech_fonts/Inter-Regular.eot'); /* IE9 Compat Modes */
  src: local(''),
     url('prematech_fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
     url('prematech_fonts/Inter-Regular.woff2') format('woff2'), /* Super Modern Browsers */
     url('prematech_fonts/Inter-Regular.woff') format('woff'), /* Modern Browsers */
     url('prematech_fonts/Inter-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
     url('prematech_fonts/Inter-Regular.svg#Inter-Regular') format('svg'); /* Legacy iOS */
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';/*Medium*/
  src: url('prematech_fonts/Inter-Medium.eot'); /* IE9 Compat Modes */
  src: local(''),
     url('prematech_fonts/Inter-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
     url('prematech_fonts/Inter-Medium.woff2') format('woff2'), /* Super Modern Browsers */
     url('prematech_fonts/Inter-Medium.woff') format('woff'), /* Modern Browsers */
     url('prematech_fonts/Inter-Medium.ttf') format('truetype'), /* Safari, Android, iOS */
     url('prematech_fonts/Inter-Medium.svg#Inter-Medium') format('svg'); /* Legacy iOS */
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';/*Semi-Bold*/
  src: url('prematech_fonts/Inter-SemiBold.eot'); /* IE9 Compat Modes */
  src: local(''),
     url('prematech_fonts/Inter-SemiBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
     url('prematech_fonts/Inter-SemiBold.woff2') format('woff2'), /* Super Modern Browsers */
     url('prematech_fonts/Inter-SemiBold.woff') format('woff'), /* Modern Browsers */
     url('prematech_fonts/Inter-SemiBold.ttf') format('truetype'), /* Safari, Android, iOS */
     url('prematech_fonts/Inter-SemiBold.svg#Inter-SemiBold') format('svg'); /* Legacy iOS */
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';/*Bold*/
  src: url('prematech_fonts/Inter-Bold.eot'); /* IE9 Compat Modes */
  src: local(''),
     url('prematech_fonts/Inter-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
     url('prematech_fonts/Inter-Bold.woff2') format('woff2'), /* Super Modern Browsers */
     url('prematech_fonts/Inter-Bold.woff') format('woff'), /* Modern Browsers */
     url('prematech_fonts/Inter-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
     url('prematech_fonts/Inter-Bold.svg#Inter-Bold') format('svg'); /* Legacy iOS */
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/******************/
/****STRUCTURE*****/
/******************/
.widzmain{
  max-width: 1227px;
  margin-right: auto;
  margin-left: auto;
}
.flex_bloc{
  display: flex;
  flex-wrap: wrap;
}
.background_pic_cover{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.background_pic_contain{
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.page_baner_blue{
  position: relative;
  z-index: 1;
  padding-top: 10px;
  padding-bottom: 152px;
  background: linear-gradient(0deg, var(--blanc) 33px, var(--bleu) 33px);
}
.single-formation .page_baner_blue{
  padding-bottom: 100px;
  background: linear-gradient(0deg, var(--blanc) 50px, var(--bleu) 50px);
}
.page_baner_blue::before{
  content: '';
  position: absolute;
  z-index: -1;
  top: 31px;
  bottom: -26px;
  left: 0;
  width: 292px;
  height:295px;
  background: url(prematech_img/page_baner_bleu_picto.svg)no-repeat center top;
}
.single-formation .page_baner_blue::before{
  bottom: 0;
}
.page_baner_blue h1{
  margin-top: 88px;
  font-weight: 500;
  font-size: 40px;
  color: var(--blanc);
  text-align: center;
}
.single-formation .page_baner_blue .page_baner_blue_title{
  width: 46%;
  margin: auto;
}
.page_redirection_content{
  margin-top: 92px;
  margin-bottom: 247px;
}
/*******************/
/****BREADCRUMB*****/
/*******************/
#breadcrumb, .breadcrumb_home a{
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-decoration: none;
}
.breadcrumb_ancestor_page a{
  padding-left: 14px;
  background: url(prematech_img/breadcrumb_picto.svg)no-repeat center left;
  text-decoration: none;
}
.breadcrumb_actual_page{
  padding-left: 14px;
  background: url(prematech_img/breadcrumb_picto.svg)no-repeat center left;
  font-weight:300;
  color: var(--blanc);
}
.page_baner_blue .breadcrumb_actual_page,.page_baner_blue .breadcrumb_ancestor_page a, .page_formation_baner .breadcrumb_actual_page, .page_besoins_baner .breadcrumb_actual_page{
  background: url(prematech_img/breadcrumb_picto_blanc.svg)no-repeat center left;
}
.page_baner_blue #breadcrumb span a, .page_formation_baner #breadcrumb span a, .page_besoins_baner #breadcrumb span a{
  color: var(--blanc);
}

.page_header_wiz_pic .breadcrumb_actual_page{
  color: var(--bleu);
}


/******************/
/******HEADER******/
/******************/
#header{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  column-gap: 28px;
  padding:20px 0 17px;
}
#logo{
  position: relative;
  z-index: 1;
  display: inline-block;
}
#logo a{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#menu{
  flex: 1;
}
#navtop ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#navtop ul li{
  position: relative;
  z-index: 9;
}
#navtop ul li a{
  display: block;
  padding: 13px 0;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  color: #1B3C6D;
}
#navtop ul li.menu_telephone a{
  padding: 10px 17px;
  border-radius: 37px;
  background: var(--jaune);
  color: #00051E;
}
#navtop ul li.menu_anglais a{
  width: 21px;
  height: 21px;
  background: url(prematech_img/picto_menu_en.svg)no-repeat center;
  text-indent: -999999px;
}
#navtop ul li:hover ul{
  display: flex;
}
#navtop ul li ul{
  display: none;
  position: absolute;
  z-index: 2;
  top: 39px;
  left: -200px;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  min-height: 160px;
  gap: 16px 37px;
  width: 837px;
  padding: 28px 267px 47px 35px;
  border-radius: var(--radius-17);
  background: var(--bleu);
  box-sizing: border-box;
  transition: all 0.4s;
}
#navtop ul li ul li{
  width: calc(50% - 20px);
}
/* Specific style for "Canditatez" menu item */
#navtop ul li#menu-item-706 ul{
	width: 597px;
	flex-direction: column;
}
#navtop ul li#menu-item-706 ul li:not(.submenu_btn){
	width: calc(100% - 20px);
}
#navtop ul li ul li a{
  padding: 0;
  font-size: 15px;
  color: var(--blanc);
  text-transform: unset;
  transition: color 0.4s;
}
#navtop ul li ul li a:hover{
  color: var(--jaune);
  transition: color 0.4s;
}
#navtop ul li ul li.submenu_title a{
  padding: 0 0 3px;
  font-weight: 600;
  font-size: 14px;
  color: var(--vert);
  text-transform: uppercase;
}
#navtop ul li ul li.submenu_btn{
  display: flex;
  position: absolute;
  top: 20px;
  right: 37px;
  width: 230px;
  height: 126px;
  border-radius: var(--radius-17);
  background: var(--rose);
  text-align: center;
}
#navtop ul li ul li.submenu_btn a{
  height: auto;
  padding: 0 29px;
  margin: auto;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
#navtop ul li ul li.submenu_btn a .menu-item-description{
  display: block;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
}
/*Menu latéral*/
#navtop .widget_header_navtop:nth-of-type(2){
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  bottom: 0;
  display: inline-block;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  background: var(--prune);
}
#navtop .widget_header_navtop:nth-of-type(2) ul{
  justify-content: center;
  column-gap: 67px;
}
#navtop .widget_header_navtop:nth-of-type(2) ul li a{
  position: relative;
  z-index: 1;
  padding: 0 20px;
  color: var(--blanc);
}
#navtop .widget_header_navtop:nth-of-type(2) ul li a::after{
  content: '';
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 3px;
  background: var(--bleu);
}
#navtop .widget_header_navtop:nth-of-type(2) ul li a:hover:after{
  visibility: visible;
  transition: all 0.4s;
}
#navtop .widget_header_navtop:nth-of-type(2) ul li:nth-of-type(1n+2) a::before{
  content: '';
  z-index: 1;
  position: absolute;
  top: -31px;
  left: 22px;
  width: 6px;
  height: 6px;
  background: url(prematech_img/picto_menu_lateral.svg)no-repeat center;
}
/******************/
/******FOOTER******/
/******************/
#footer{
  padding: 56px 0 15px;
  background: var(--bleu);
  color: var(--blanc);
}
#footer_content_top{
  gap: 33px;
}
.footer_nav_block{
  width: calc(16% - 20px);
}
.footer_nav_list ul li a{
  display: inline-block;
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 23px;
  color: var(--blanc);
  text-decoration: none;
}
.footer_nav_list ul li:first-of-type > a{
  font-weight: 600;
  color: var(--vert);
}
#footer_nav_block_third ul li:nth-of-type(2) a{
  padding: 9px 21px;
  margin-top: 2px;
  background: var(--bleu-2);
  border-radius: 60px;
  font-weight: 700;
  font-size: 17px;
  color: var(--blanc);
}
#footer_certif,
#footer_second_pic{
  margin-top: 25px;
}
#footer_certif img,
#footer_second_pic img{
  max-width: 100%;
}
#footer_certif p{
  margin-top: 10px;
  font-size: 14px;
  line-height: 19px;
}
#footer_newsletter{
  width: 378px;
}
#footer_newsletter > p{
  margin-bottom: 13px;
  font-weight: 600;
  color: var(--vert);
}
.cf7_newsletter_form_inputs{
  position: relative;
}
.cf7_newsletter_form_inputs input[type="email"]{
  border: none;
  width: 100%;
  padding: 11px 126px 11px 24px;
  margin-bottom: 10px;
  border-radius: 58px;
  box-sizing: border-box;
  color: var(--gris-3);
}
.cf7_newsletter_form_inputs input[type="submit"]{
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 15px;
  border-radius: 58px;
  background: var(--rose);
  border: none;
  font-weight: 600;
  font-size: 16px;
  color: var(--blanc);
}
.page_actus_single_form .cf7_newsletter_form_inputs input[type="submit"]{
  background:var(--vert);
  color: var(--bleu);
}
#footer_newsletter .wpcf7-checkbox .wpcf7-list-item-label{
  color: var(--blanc);
}
.wpcf7-checkbox .wpcf7-list-item{
  margin: 0;
  display: flex;
  align-items: baseline;
  column-gap: 8px;
}
.wpcf7-checkbox .wpcf7-list-item input[type="checkbox"]{
  margin: 0;
}
.wpcf7-checkbox .wpcf7-list-item-label{
  font-size: 12px;
  line-height: 20px;
  color: var(--gris-3);
}
.page_actus_single_form .wpcf7-checkbox .wpcf7-list-item-label{
  color: var(--blanc);
}
.wpcf7-checkbox .wpcf7-list-item-label a{
  color: var(--gris-3);
}
.page_actus_single_form .wpcf7-checkbox .wpcf7-list-item-label a{
  color: var(--blanc);
}
#footer_newsletter .wpcf7-checkbox .wpcf7-list-item-label a{
  color: var(--blanc);
}
#footer_content_bottom{
  align-items: center;
  gap: 30px 150px;
  margin-top: 45px;
}
#footer_nav_block_social_media{
  column-gap: 17px;
}
#footer_nav_block_social_media a{
  display: block;
  width: 36px;
  height: 36px;
}
.footer_facebook{
  background: url(prematech_img/footer_picto_facebook.svg)no-repeat center;
}
.footer_twitter{
  background: url(prematech_img/footer_picto_twitter.svg)no-repeat center;
}
.footer_linkedin{
  background: url(prematech_img/footer_picto_linkedin.svg)no-repeat center;
}
.footer_youtube{
  background: url(prematech_img/footer_picto_youtube.svg)no-repeat center;
}
.footer_nav_legal ul{
  display: flex;
  gap: 10px 38px;
}
.footer_nav_legal ul li a{
  font-size: 14px;
  line-height: 21px;
  color: var(--blanc);
  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 h2{
  display: inline-block;
  padding: 8px 15px;
  margin-bottom: 23px;
  background: var(--gris-2);
  border-radius: 52px;
  font-weight: 600;
  font-size: 23px;
  line-height: normal;
  color: var(--bleu);
}
.page_hentry h3{
  margin-bottom: 32px;
  font-weight: 600;
  font-size: 19px;
  color: var(--bleu);
}
.page_hentry p{
line-height: 28px;
margin-bottom: 20px;
}
.page_hentry ul{
padding: 0;
margin: 0 0 27px;
}
.page_hentry ul li{
line-height: 27px;
padding: 0 0 0 36px;
margin: 0;
position: relative;
}
.page_hentry ul li:before{
content: '';
width: 24px;
height: 24px;
background: url(prematech_img/page_liste_puce_picto.svg)no-repeat center;
position: absolute;
left: 0px;
}
.page_hentry img{
  max-width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  border-radius: 22px;
}
.page_hentry .wp-caption img{
  margin-bottom: 0;
}
.page_hentry_btn{
  margin-top: 34px;
  display: inline-block;
}
.page_hentry_btn a{
  display: block;
  padding: 21px 70px 21px 30px;
  margin-bottom: 20px;
  border-radius: var(--radius-32);
  background: var(--bleu) url(prematech_img/page_picto_blanc_btn.svg) no-repeat center right 30px;
  font-size: 16px;
  color: var(--blanc);
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.4s;
}
.page_hentry_btn a:hover{
  background: var(--bleu) url(prematech_img/page_picto_blanc_btn.svg) no-repeat center right 40px;
  transition: background 0.4s;
}
.page_hentry_high_title{
  margin-bottom: 33px;
  font-weight: 600;
  font-size: 40px;
  color: var(--bleu);
}
.page_hentry_blue{
  line-height: normal;
  color: #82B5D3;
}
.page_hentry b,
.page_hentry strong{
font-family: /**/;
}
.page_hentry em{
font-family: /**/;
}

.page_hentry_video_wrap{
height: 0;
padding-bottom: 56.25%;
margin: 0 auto;
position: relative;
overflow: hidden;
}
.page_hentry_video_wrap iframe{
height: 74%;
width: 74%;
margin: auto;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}


/*404*/
#page_404{
display: flex;
flex-wrap: wrap;
padding: 94px 0 94px;
}
#page_404_ill_block{
width: 36.5%;
margin: 0 9.8% 0 0;
}
#page_404_ill_block object{
width: 100%;
max-width: 511px;
height: auto;
margin: auto;
}
#page_404_ill_main{
flex: 1;
padding-top: 53px;
}
/****************************/
/*******PAGE PAR DEFAUT******/
/****************************/
.page_header_wiz_pic{
  padding-top: 10px;
  background: var(--gris-1) url(prematech_img/page_picto_header.svg)no-repeat top 126px left;
}
.page_header_wiz_pic_wrap{
  column-gap: 87px;
  padding-top: 90px;
  padding-bottom: 75px;
  margin-bottom: 67px;
}
.page_header_single_cat{
  display: inline-block;
  padding: 4px 13px;
  margin-bottom: 21px;
  border-radius: 35px;
  background: var(--bleu);
  font-weight: 500;
  color: var(--blanc);
}
.page_header_wiz_pic_content h1{
  margin-bottom: 22px;
  font-weight: 500;
  font-size: 40px;
  color: var(--bleu);
  line-height: normal;
}
.page_header_wiz_pic_content{
  flex: 1;
  margin-top: 40px;
  font-size: 17px;
  line-height: 30px;
  color: var(--bleu);
}
.page_header_wiz_pic_img{
  width: 432px;
  height: 349px;
  border-radius: 25px;
}
.page_content_twocols_wrap{
  gap: 70px;
  margin-top: 60px;
}
.page_content_twocols{
  flex: 1;
}
.page_content_twocols.page_hentry h2{
  margin-bottom: 10px;
}
.page_content_wiz_media{
  margin-top: 50px;
}
.page_content_wiz_media.page_hentry img, .page_content_wiz_media.page_hentry iframe{
  width: 100%;
  border-radius: 51px;
}
.page_cta{
  margin-top: 60px;
  margin-bottom: 40px;
  gap: 69px;
}
.page_cta_bloc{
  position: relative;
  z-index: 1;
  flex: 1;
  padding: 44px 60px 38px;
  background: var(--bleu);
  border-radius: 22px;
  text-align: center;
}
.page_cta_bloc:nth-of-type(2){
  background: var(--vert);
}
.page_cta_bloc > a{
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.page_cta_btn_chapo{
  margin-bottom: 22px;
  font-weight: 500;
  font-size: 19px;
  line-height: normal;
  color: var(--vert);
}
.page_cta_bloc:nth-of-type(2) .page_cta_btn_chapo{
  color: var(--bleu);
}
.page_cta_btn{
  display: inline-block;
  padding: 21px 63px 21px 30px;
  background: var(--vert) url(prematech_img/page_picto_bleu_cta.svg)no-repeat center right 30px;
  border-radius: var(--radius-32);
  font-weight: 500;
  font-size: 17px;
  color: var(--bleu);
  letter-spacing: 1.4px;
  text-transform: uppercase;
  transition: background 0.4s;
}
.page_cta_bloc:nth-of-type(2) .page_cta_btn{
  background: var(--bleu) url(prematech_img/page_picto_blanc_cta.svg)no-repeat center right 30px;
  color: var(--blanc);
}
.page_cta_bloc:hover .page_cta_btn{
  background: var(--vert) url(prematech_img/page_picto_bleu_cta.svg)no-repeat center right 35px;
  transition: background 0.4s;
}
.page_cta_bloc:nth-of-type(2):hover .page_cta_btn{
  background: var(--bleu) url(prematech_img/page_picto_blanc_cta.svg)no-repeat center right 35px;
}
.page_slider_video{
  margin-top: 111px;
  margin-bottom: 105px;
}
.page_slider_video_chapo{
  margin-bottom: 61px;
}
.page_slider_video_area{
  position: relative;
  z-index: 1;
  margin: 0 80px;
}
.page_slider_video_list{
  display: flex;
  justify-content: center;
  grid-column-gap: 27px;
}
#page_slider_video_wiz_js.page_slider_video_list{
  display: inherit;
}
.page_slider_video_single iframe{
  border-radius: 22px;
}
.page_slider_video_single_video{
  display: flex;
  justify-content: center;
}
.page_slider_video_area .controls{
  position: absolute;
  z-index: 3;
  top: 90px;
  right: -88px;
  left: -87px;
  display: flex;
  justify-content: space-between;
}
.page_slider_video_area .controls a{
  display: block;
  width: 47px;
  height: 47px;
  text-indent: -99999999px;
}
.page_slider_video_area .controls a.prevBtn{
  background: url(prematech_img/picto_slider_video_gauche.svg)no-repeat center;
}
.page_slider_video_area .controls a.nextBtn{
  background: url(prematech_img/picto_slider_video_droite.svg)no-repeat center;
}
.page_select_actus{
  margin-top: 105px;
  margin-bottom: 60px;
}
.page_select_actus_list {
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
}
.page_select_actus_single{
  position: relative;
  z-index: 1;
  max-width: 390px;
  padding: 21px 17px 28px;
  border-radius: 28px;
  box-sizing: border-box;
  transition: background 0.2s;
}
.page_select_actus_single:hover{
  background: var(--bleu);
  transition: background 0.2s;
}
.page_select_actus_single > a{
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.page_select_actus_single_pic{
  width: 355px;
  height: 258px;
  margin-bottom: 16px;
  border-radius: 25px;
}
.page_select_actus_single_content{
  min-height: 158px;
  display: flex;
  flex-wrap: wrap;
}
.page_select_actus_single_content > p{
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 18px;
  color: var(--bleu);
  line-height: 27px;
  border-bottom: 1px solid var(--gris-2);
}
.page_select_actus_single:hover .page_select_actus_single_content > p{
  border-bottom: 1px solid var(--blanc);
  color: var(--blanc);
}
.page_select_actus_single_content_infos{
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  width: 100%;
}
p.page_select_actus_single_category{
  padding: 4px 13px;
  background: var(--rose);
  border-radius: var(--radius-32);
  font-weight: 500;
  color: var(--blanc);
}
.page_select_actus_single:nth-of-type(3n+2) p.page_select_actus_single_category{
  background: var(--prune);
}
.page_select_actus_single:nth-of-type(3n+3) p.page_select_actus_single_category{
  background: var(--vert);
  color: var(--bleu);
}
.page_select_actus_single_time{
  font-weight: 600;
  color: var(--bleu);
  transition:color 0.4s;
}
.page_select_actus_single:hover .page_select_actus_single_time{
  color: var(--blanc);
  transition:color 0.4s;
}
.page_formation{
  margin-top: 60px;
  margin-bottom: 89px;
}
.page_formation_select_list {
  gap: 37px;
  margin-top: 64px;
}
.page_form_area{
  margin-top: 90px;
  margin-bottom: 137px;
}
.page_form_wrap{
  gap: 50px 129px;
}
.page_form_content{
  flex: 1;
}
.page_form_content .page_hentry_high_title{
  line-height: normal;
}
.page_form_content.page_hentry p{
  margin-bottom: 0;
}
.page_form_content form{
  position: relative;
  z-index: 1;
}
.page_form_content form p:first-of-type{
  display: flex;
  flex-wrap: wrap;
  gap: 18px 26px;
}
.page_form_content form p.wpcf7-form-control-wrap-submit{
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  margin: 0;
}
.page_form_content .wpcf7-form-control-wrap{
  display: block;
  width: calc(50% - 14px);
}
.page_form_content .wpcf7-form-control-wrap[data-name='objet-email']{
  align-self: end;
}
.page_form_content .wpcf7-form-control-wrap.wpcf7-form-control-wrap-full{
  width: 100%;
}
.page_form_content .wpcf7-form-control-wrap label{
  display: block;
  width: 100%;
  margin-bottom: 6px;
  font-weight: 400;
  font-size: 15px;
  color: var(--gris-3);
}
.page_form_content .wpcf7-form-control-wrap input, .page_form_content .wpcf7-form-control-wrap select{
  width: 100%;
  padding: 15px 25px;
  border: none;
  border-radius: 55px;
  background: var(--gris-1);
  font-family: 'Inter';
  font-weight: 400;
  box-sizing: border-box;
}
.page_form_content .wpcf7-form-control-wrap select{
  background: var(--gris-1) url(prematech_img/picto_formulaire_dropdown.svg)no-repeat center right 17px;
  appearance: none;
}
.page_form_content .wpcf7-form-control-wrap textarea{
  width: 100%;
  height: 283px;
  padding: 25px 26px;
  border: none;
  border-radius: 26px;
  background: var(--gris-1);
  font-family: 'Inter';
  font-weight: 400;
  box-sizing: border-box;
}
.wpcf7-form-control-wrap input::placeholder, .wpcf7-form-control-wrap textarea::placeholder{
  color: #959DB5;
}
.page_form_content .wpcf7-form-control-wrap.wpcf7-form-control-wrap-full-checkbox{
  width: 70%;
}
.page_form_content .wpcf7-form-control-wrap.wpcf7-form-control-wrap-full-checkbox .wpcf7-list-item input{
  width: auto;
}
.wpcf7-form-control-wrap-submit input[type="submit"].wpcf7-submit{
  padding: 21px 93px 21px 30px;
  border: none;
  border-radius: var(--radius-32);
  background: var(--bleu) url(prematech_img/page_picto_blanc_btn.svg)no-repeat center right 30px;
  font-weight: 500;
  font-size: 17px;
  color: var(--blanc);
  letter-spacing: 1.44px;
  text-transform: uppercase;
  transition: background 0.4s;
}
.wpcf7-form-control-wrap-submit input[type="submit"].wpcf7-submit:hover{
  background: var(--bleu) url(prematech_img/page_picto_blanc_btn.svg)no-repeat center right 40px;
  transition: background 0.4s;
}
.wpcf7-spinner{
  display: none;
}
.page_form_content_pic{
  position: relative;
  width: 312px;
  height: auto;
  margin-top: 73px;
  border-radius: 28px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}
.page_form_content_pic::before{
  content: '';
  position: absolute;
  top: 20px;
  left: -27px;
  width: 179px;
  height: 179px;
  background: url(prematech_img/page_form_img_picto.svg)no-repeat center;
}
/**************************/
/*****SINGLE FORMATION*****/
/**************************/
.page_formation_single{
  position: relative;
  z-index: 1;
  width: 384px;
  padding: 70px 55px 45px;
  background: var(--bleu) url(prematech_img/single_formation_picto.svg)no-repeat center left;
  border-radius: 52px;
  color: var(--blanc);
  box-sizing: border-box;
}
.page_formation_single > a{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.page_formation_single_category{
  display: inline-block;
  padding: 2px 10px;
  margin-bottom: 23px;
  background: var(--rose);
  border-radius: 36px;
  font-size: 15px;
  line-height: 23px;
  color: var(--blanc);
}
.page_formation_single_title{
  margin-bottom: 70px;
  font-weight: 600;
  font-size: 25px;
  line-height: 38px;
}
.page_formation_single_infos{
  justify-content: space-between;
  align-items: center;
}
.page_formation_single_infos > p{
  font-size: 14px;
}
.page_formation_single_infos_size{
  padding-left: 30px;
  background: url(prematech_img/single_formation_picto_nombre.svg)no-repeat center left;
  line-height: 18px;
}
.page_formation_single_infos_duration{
  padding-left: 32px;
  background: url(prematech_img/single_formation_picto_duree.svg)no-repeat center left;
  line-height: 18px;
}
.single_formation_baner_infos{
  align-items: center;
  gap: 19px;
  width: fit-content;
  padding: 7px 20px 8px 12px;
  margin: 50px auto 0;
  border-radius: 67px;
  background: var(--rose);
  font-size: 14px;
  line-height: normal;
  color: var(--blanc);
}
.single_formation_baner_infos_size{
  padding-left: 25px;
  background: url(prematech_img/single_formation_taille_picto.svg)no-repeat center left;
}
.single_formation_baner_infos_duration{
  padding-left: 24px;
  background: url(prematech_img/single_formation_duree_picto.svg)no-repeat center left;
}
.single_formation_wrap {
  column-gap: 44px;
}
.single_formation_infos_list{
  position: sticky;
  top: 32px;
  width: 396px;
  height: fit-content;
  padding: 33px 22px 18px;
  margin-bottom: 73px;
  border-radius: 22px;
  background: var(--bleu);
  color: var(--blanc);
  box-sizing: border-box;
}
.single_formation_infos_single{
  padding-bottom: 18px;
  margin: 0 22px 18px;
  border-bottom: 1px solid #2E6D94;
}
.single_formation_infos_single:last-of-type{
  padding-bottom: 0;
  margin-bottom: 25px;
  border-bottom: unset;
}
.single_formation_infos_title{
  font-weight: 700;
  font-size: 15px;
  color: var(--vert);
  line-height: normal;
  text-transform: uppercase;
}
.single_formation_infos_single, .single_formation_infos_content{
  font-size: 15px;
  line-height: 20px;
}
.single_formation_infos_pmr{
  margin-top: 5px;
}
.single_formation_infos_pmr span{
  padding-left: 26px;
  background: url(prematech_img/single_formation_picto_pmr.svg)no-repeat center left;
  line-height: 25px;
  color: var(--vert);
}
.single_formation_infos_public a{
	color: #ffffff;
	text-decoration: underline;
}
.single_formation_infos_public a:hover{
	text-decoration: none;
}
#single_formation_infos_devis_anchor{
  display: block;
  padding: 21px 62px 21px 44px;
  border-radius: var(--radius-32);
  background: var(--rose) url(prematech_img/page_picto_blanc_cta.svg)no-repeat center right 36px;
  font-weight: 500;
  font-size: 17px;
  color: var(--blanc);
  letter-spacing: 1.44px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.4s;
}
#single_formation_infos_devis_anchor:hover{
  background: var(--rose) url(prematech_img/page_picto_blanc_cta.svg)no-repeat center right 30px;
  transition: background 0.4s;
}
a.single_formation_infos_program{
  display: block;
  padding: 14px 19px 14px 54px;
  margin-top: 11px;
  border-radius: 57px;
  border: 1px solid var(--vert);
  background: url(prematech_img/single_formation_picto_download.svg)no-repeat center left 20px;
  font-weight: 500;
  font-size: 16px;
  color: var(--vert);
  line-height: 20px;
  letter-spacing: 1.36px;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.4s;
}
a.single_formation_infos_program:hover{
  background: url(prematech_img/single_formation_picto_download.svg)no-repeat top 25px left 20px;
  transition: background 0.4s;
}
.single_formation_infos_single_updated{
  margin-top: 17px;
  font-size: 15px;
  line-height: normal;
  text-align: center;
}
.single_formation_content{
  flex: 1;
}
.single_formation_goal{
  padding: 24px 46px 34px;
  margin-bottom: 34px;
  border-radius: 22px;
  background: var(--vert);
}
.single_formation_goal_title{
  display: block;
  padding: 9px 0 9px 53px;
  margin-bottom: 14px;
  background: url(prematech_img/single_formation_objectif_picto.svg)no-repeat center left;
  font-weight: 600;
  font-size: 23px;
  line-height: 35px;
  color: var(--bleu);
}
.single_formation_goal p{
  line-height: 24px;
}
#single_formation_form{
  padding-top: 60px;
}
#single_formation_form .wpcf7{
  margin-top: 35px;
}
#single_formation_form form{
	margin-bottom: 73px;
  position: relative;
  z-index: 1;
}
#single_formation_form form p:first-of-type{
  display: flex;
  flex-wrap: wrap;
  gap: 18px 26px;
}
#single_formation_form form p.wpcf7-form-control-wrap-submit{
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  margin: 0;
}
#single_formation_form .wpcf7-form-control-wrap{
  display: block;
  width: calc(50% - 14px);
}
#single_formation_form .wpcf7-form-control-wrap.wpcf7-form-control-wrap-full{
  width: 100%;
}
#single_formation_form .wpcf7-form-control-wrap label{
  display: block;
  width: 100%;
  margin-bottom: 6px;
  font-weight: 400;
  font-size: 15px;
}
#single_formation_form .wpcf7-form-control-wrap input{
  width: 100%;
  padding: 15px 25px;
  border: none;
  border-radius: 55px;
  background: var(--gris-1);
  font-family: 'Inter';
  font-weight: 400;
  color: #959DB5;
  box-sizing: border-box;
}
#single_formation_form .wpcf7-form-control-wrap textarea{
  width: 100%;
  height: 283px;
  padding: 25px 26px;
  border: none;
  border-radius: 26px;
  background: var(--gris-1);
  font-family: 'Inter';
  font-weight: 400;
  color: #959DB5;
  box-sizing: border-box;
}
#single_formation_form .wpcf7-form-control-wrap.wpcf7-form-control-wrap-full-checkbox{
  width: 70%;
}
#single_formation_form .wpcf7-form-control-wrap.wpcf7-form-control-wrap-full-checkbox .wpcf7-list-item input{
  width: auto;
}
.wpcf7-form-control-wrap-submit input[type="submit"].wpcf7-submit{
  padding: 21px 93px 21px 30px;
  border: none;
  border-radius: var(--radius-32);
  background: var(--bleu) url(prematech_img/page_picto_blanc_btn.svg)no-repeat center right 30px;
  font-weight: 500;
  font-size: 17px;
  color: var(--blanc);
  letter-spacing: 1.44px;
  text-transform: uppercase;
  transition: background 0.4s;
}
.wpcf7-form-control-wrap-submit input[type="submit"].wpcf7-submit:hover{
  background: var(--bleu) url(prematech_img/page_picto_blanc_btn.svg)no-repeat center right 40px;
  transition: background 0.4s;
}
.wpcf7-spinner{
  display: none;
}
.single_formation_avis_list{
  margin-top: 60px;
  margin-bottom: 48px;
}
.single_formation_avis_list .page_hentry_high_title{
  display: block;
  margin-bottom: 42px;
}
.single_formation_avis_single{
  width: 100%;
  padding: 32px 32px 25px;
  margin-bottom: 23px;
  border-radius: 21px;
  border: 1px solid #CDE249;
  box-sizing: border-box;
}
.single_formation_avis_single > p:first-of-type{
  margin-bottom: 10px;
  font-weight: 700;
  color: var(--bleu);
  line-height: 21px;
}
.single_formation_avis_single > p{
  line-height: 28px;
}
.single_formation_avis_single_infos{
  justify-content: space-between;
  align-items: center;
  margin-top: 13px;
}
.single_formation_avis_single_stars  span{
  width: 14px;
  height: 14px;
  background: url(prematech_img/single_formation_picto_etoile.svg)no-repeat center;
}
.single_formation_avis_bottom{
  margin-top: 42px;
  font-style: italic;
  line-height: 21px;
}
.single_formation_others{
  margin-top: 48px;
}
.single_formation_others .page_formation_select_list{
  gap: 37px 19px;
  margin-top: 48px;
}
.single_formation_others{
  margin-bottom: 73px;
}
/************************/
/*****PAGE FORMATION*****/
/************************/
.page_formation_baner{
  padding-top: 10px;
}
.page_formation_baner_content_wrap{
  gap: 50px 148px;
  padding: 110px 0 147px;
}
.page_formation_baner_content{
  flex: 1;
  margin-top: 45px;
}
.page_formation_baner_content h1{
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 40px;
  line-height: normal;
  color: var(--blanc);
}
.page_formation_baner_content p{
  padding-left: 70px;
  font-size: 17px;
  line-height: 26px;
  color: var(--blanc);
}
.page_formation_baner_anchor_picto{
  width: 83px;
  height: 78px;
  border-radius: 13px;
  background: var(--vert) url(prematech_img/page_formation_ancre_picto.svg)no-repeat center;
}
.page_formation_baner_anchor{
  gap: 15px 19px;
  width: 395px;
  padding: 26px 25px 34px;
  margin-right: 61px;
  background: rgba(255, 255, 255, 0.76);
  border-radius: 25px;
  box-sizing: border-box;
  color: var(--bleu);
}
.page_formation_baner_anchor span{
  flex: 1;
  font-weight: 700;
  font-size: 19px;
  line-height: 29px;
}
.page_formation_baner_anchor .page_hentry_btn{
  margin-top: 0;
}
.page_formation_baner_anchor .page_hentry_btn a{
  margin-bottom: 0;
  letter-spacing: 1.44px;
  background-color: var(--rose);
}
.page_formation_reassurance{
  padding: 27px 0 33px;
  background: var(--bleu);
}
.page_formation_reassurance_wrap {
  justify-content: space-between;
  align-items: center;
  column-gap: 55px;
}
.page_formation_reassurance_single{
  flex: 1;
  max-width: 298px;
  padding-left: 58px;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: var(--blanc);
  box-sizing: border-box;
}
.page_formation_search_title{
  margin-top: 47px;
  margin-bottom: 7px;
}
#searchform_block{
  display: inline-block;
  margin-bottom: 52px;
}
#searchform_block form{
  display: flex;
  align-items: stretch;
  width: 510px;
  border-radius: 47px;
  border:1px solid  var(--bleu);
}
#searchform_block input[type="text"]{
  flex: 1;
  padding: 16px 26px;
  border: none;
  border-radius: 47px;
  background: none;
  font-weight: 500;
  line-height: 24px;
  color: var(--bleu);
}
#searchform_block input[type="text"]:focus{
  outline: none;
  background: none;
  color: var(--bleu);
}
#searchform_block input[type="submit"]{
  border: none;
  background: var(--bleu) url(prematech_img/page_formation_search_picto.svg)no-repeat center;
  width: 75px;
  border-radius: 47px;
  cursor: pointer;
}
.page_formation_reassurance_single:nth-of-type(1){
  background: url(prematech_img/page_formation_reassurance_picto_01.svg)no-repeat center left;
}
.page_formation_reassurance_single:nth-of-type(2){
  background: url(prematech_img/page_formation_reassurance_picto_02.svg)no-repeat center left;
}
.page_formation_reassurance_single:nth-of-type(3){
  background: url(prematech_img/page_formation_reassurance_picto_03.svg)no-repeat center left;
}
.page_formation_reassurance_single:nth-of-type(4){
  background: url(prematech_img/page_formation_reassurance_picto_04.svg)no-repeat center left;
}
.page_formation_list_title{
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 19px;
  line-height: 29px;
  color: var(--gris-3);
}
.page_formation_list{
  margin-bottom: 82px;
}
.tax-formation-thematique .page_formation_list{
  margin-top: 70px;
}
.page_formation_list_single{
  margin-bottom: 10px;
  border-radius: 16px;
  background: var(--gris-1);
}
.page_formation_list_category{
  justify-content: space-between;
  align-items: center;
  padding-left: 35px;
  cursor: pointer;
}
.page_formation_list_category_name{
  font-weight: 600;
  font-size: 23px;
  line-height: 35px;
  color: var(--bleu);
}
.page_formation_list_category_dropdown{
  padding: 19px 68px 19px 39px;
  border-radius: 0px 16px 16px 0px;
  background: var(--gris-2) url(prematech_img/page_formation_single_dropdown.svg)no-repeat center right 14px;
  font-weight: 600;
  font-size: 15px;
  color: var(--bleu);
}
.page_formation_list_single.this_cat_is_hover .page_formation_list_category_dropdown{
  background: var(--gris-2) url(prematech_img/page_formation_single_dropdown_close.svg)no-repeat center right 14px;
}
.page_formation_listed{
  display: none;
}
.page_formation_list_single.this_cat_is_hover .page_formation_listed{
  display: block;
}
.page_formation_listed{
  padding: 6px 93px 41px 54px;
}
.page_formation_listed_title{
  display: block;
  margin-bottom: 20px;
  color: #000;
}
.page_formation_listed_single{
  position: relative;
  z-index: 1;
  align-items: center;
  column-gap: 20px;
  padding: 13px 70px 13px 34px;
  margin-bottom: 10px;
  border-radius: 56px;
  background: var(--blanc) url(prematech_img/page_formation_single_btn.svg) no-repeat center right 10px;
  transition: background 0.4s;
}
.page_formation_listed_single:hover{
  background: var(--blanc) url(prematech_img/page_formation_single_bleu_btn.svg) no-repeat center right 10px;
  transition: background 0.4s;
}
.page_formation_listed_single > a{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 70px;
}
.page_formation_listed_single_name{
  flex: 1;
  font-weight: 600;
  color: var(--bleu);
  line-height: 26px;
}
.page_formation_listed_single_infos{
  flex: 1;
  column-gap: 89px;
  font-weight: 500;
  font-size: 14px;
  color: var(--bleu);
}
.page_formation_listed_single_size{
  padding-left: 29px;
  background: url(prematech_img/page_formation_single_taille_picto.svg)no-repeat center left;
}
.page_formation_listed_single_duration{
  padding-left: 27px;
  background: url(prematech_img/page_formation_single_duree_picto.svg)no-repeat center left;
}
.post-type-archive-formation .page_formation_list_title{
  margin-bottom: 40px;
}
.post-type-archive-formation .page_formation_listed_single{
  border: 1px solid var(--bleu);
}
.page_formation_search_archive_wra{
  align-items: self-start;
  gap: 30px;
}
.page_formation_search_archive_wra a{
  display: inline-block;
  padding: 0 15px;
  border-radius: 47px;
  background: var(--bleu);
  font-weight: 500;
  color: var(--vert);
  text-transform: uppercase;
  text-decoration: none;
  line-height: 56px;
}
#page_formation_form{
  padding: 85px 0 111px;
  background: var(--gris-1) url(prematech_img/page_formation_fond_contact.svg)no-repeat bottom 209px left;
}
#page_formation_form .page_form_content_pic{
  margin-top: 0;
}
#page_formation_form .page_form_wrap{
  gap: 50px 46px;
}
#page_formation_form .page_form_content form p:first-of-type{
  display: flex;
  gap: 0;
  align-items: center;
}
.form_text{
  margin: 10px 11px 10px 0;
  font-size: 22px;
}
#page_formation_form .page_form_content .wpcf7-form-control-wrap{
  width: auto;
  display: inline-block;
  margin: 10px 11px 10px 0;
  margin-right: 11px;
  margin-bottom: 20px;
}
#page_formation_form .page_form_content .wpcf7-form-control-wrap[data-name="message_formation"]{
  width: 100%;
  margin: 0;
}
#page_formation_form .page_form_content .wpcf7-form-control-wrap[data-name="message_formation"] textarea{
  background: var(--blanc);
}
#page_formation_form .wpcf7-form-control-wrap input.form_content_small,
#page_formation_form .wpcf7-form-control-wrap input.form_content_medium,
#page_formation_form .wpcf7-form-control-wrap input.form_content_long{
  padding: 15px;
  background: var(--blanc);
  font-size: 18px;
}
#page_formation_form .wpcf7-form-control-wrap input.form_content_small{
  max-width: 132px;
}
#page_formation_form .wpcf7-form-control-wrap input.form_content_medium{
  max-width: 268px;
}
#page_formation_form .wpcf7-form-control-wrap input.form_content_long{
  max-width: 427px;
}
#page_formation_form .wpcf7-form-control-wrap select{
  width: 100%;
  padding: 15px 25px 15px 5px;
  border: none;
  border-radius: 55px;
  background: var(--blanc);
  font-family: 'Inter';
  font-weight: 400;
  font-size: 18px;
  color: #959DB5;
  box-sizing: border-box;
}
.page_formation_form_footer{
  gap: 20px 11px;
  margin-top: 11px;
}
#page_formation_form .wpcf7-checkbox{
  flex: 1;
}
#page_formation_form .wpcf7-checkbox .wpcf7-list-item input[type="checkbox"]{
  width: auto;
}
.page_formation_form_footer  input[type="submit"].wpcf7-submit{
  padding: 21px 73px 21px 30px;
  margin-top: 29px;
  border: none;
  border-radius: var(--radius-32);
  background: var(--bleu) url(prematech_img/page_picto_blanc_btn.svg)no-repeat center right 30px;
  font-weight: 500;
  font-size: 17px;
  color: var(--blanc);
  letter-spacing: 1.44px;
  text-transform: uppercase;
  transition: background 0.4s;
}
/****************************/
/*******PAGE ACTUALITES******/
/****************************/
.page_actus_filter {
  margin-top:25px;
  margin-bottom: 33px;
}
.page_actu_filter_label{
  margin-bottom: 16px;
  font-size: 17px;
  line-height: 26px;
}
#nav_page_actu_filter ul{
  gap: 15px;
}
#nav_page_actu_filter ul a{
  display: inline-block;
  padding: 4px 20px;
  border-radius: 47px;
  font-weight: 500;
  font-size: 15px;
  line-height: 23px;
  color: var(--bleu);
  text-decoration: none;
}
#nav_page_actu_filter ul a{
  border: 1px solid var(--bleu);
}
#nav_page_actu_filter ul a:nth-of-type(2){
  border: 1px solid var(--rose);
}
#nav_page_actu_filter ul a:nth-of-type(3){
  border: 1px solid var(--prune);
}
#nav_page_actu_filter ul a:nth-of-type(4){
  border: 1px solid var(--vert);
}
#nav_page_actu_filter ul a:nth-of-type(5){
  border: 1px solid var(--jaune);
}
#nav_page_actu_filter ul a:nth-of-type(6){
  border: 1px solid var(--bleu);
}
#nav_page_actu_filter ul a.current{
  border: 1px solid var(--gris-2);
  background: var(--gris-2);
}
.page_actus_list{
  gap: 8px 24px;
  margin-bottom: 51px;
}
.page_actus_single_form{
  height: fit-content;
  width: 396px;
  padding: 100px 31px 31px;
  margin-top: 21px;
  border-radius: 22px;
  background: var(--bleu) url(prematech_img/page_actu_picto_formulaire.svg)no-repeat center top 38px;
  color: var(--blanc);
  box-sizing: border-box;
}
.page_actus_single_form .cf7_newsletter_form_inputs input[type="email"]{
  margin-bottom: 23px;
}
.page_actus_single_form_title{
  margin-bottom: 23px;
  font-weight: 700;
  font-size: 21px;
  line-height: 32px;
  color: var(--vert);
  text-align: center;
}
.page_actu_pagination{
  margin-bottom: 60px;
}
.pagination{
  display: flex;
  align-items: center;
  column-gap: 24px;
  margin: auto;
}
.pagination a{
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  text-indent: -999999999px;
}
.pagination span{
  order: 2;
  font-weight: 500;
  color: var(--bleu);
}
.pagination a:not(.pagination_back){
  order: 3;
  background:var(--vert) url(prematech_img/page_actus_pagination_forward_picto.svg)no-repeat center;
}
.pagination a{
  order: 1;
  background:var(--vert) url(prematech_img/page_actus_pagination_back_picto.svg)no-repeat center;
}
/****************/
/*****SINGLE*****/
/****************/
.single_post_author{
  align-items: center;
  gap: 32px;
  padding-top: 40px;
  margin-bottom: 70px;
  border-top: 1px solid var(--vert);
}
.single_post_author_pic{
  width: 86px;
  height: 86px;
  border-radius: 86px;
}
.single_post_infos_time{
  font-size: 14px;
  line-height: 21px;
  color: var(--bleu);
}
.single_post_infos_author{
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: var(--bleu);
}


/*****************************/
/*****PAGE REJOIGNEZ NOUS*****/
/*****************************/
.page_rejoignez_nous_slider{
  margin-top: 80px;
  margin-bottom: 80px;
}
.page_slider_video_btn{
  margin-top: 26px;
  text-align: center;
}
.page_rejoignez_nous_cta {
  justify-content: center;
  margin-bottom: 122px;
}
.page_rejoignez_nous_cta_wrap{
  position: relative;
  width: 48%;
  max-width: 579px;
  padding: 52px 60px;
  background: var(--rose);
  border-radius: 22px;
  box-sizing: border-box;
}
.page_rejoignez_nous_cta_wrap > a{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.page_rejoignez_nous_cta_chapo{
  margin-bottom: 24px;
  font-size: 19px;
  line-height: normal;
  color: var(--blanc);
  text-align: center;
}
.page_rejoignez_nous_cta_btn{
  display: block;
  width: fit-content;
  padding: 21px 79px 21px 30px;
  margin: auto;
  border-radius: 32px;
  background: var(--bleu) url(prematech_img/page_picto_blanc_cta.svg)no-repeat center right 30px;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 1.44px;
  color: var(--blanc);
  text-transform: uppercase;
  transition: background 0.4s;
}
.page_rejoignez_nous_cta_wrap:hover .page_rejoignez_nous_cta_btn{
  background: var(--bleu) url(prematech_img/page_picto_blanc_cta.svg)no-repeat center right 35px;
  transition: background 0.4s;
}
/*********************/
/*******PAGE FAQ******/
/*********************/
.page_faq_wrap{
  gap: 45px;
  margin-top: 31px;
}
.page_faq_tabs{
  width: 337px;
  height: fit-content;
  padding: 38px 17px 9px;
  border-radius: 22px;
  background: var(--gris-1);
  box-sizing: border-box;
}
.page_faq_tabs_title{
  display: block;
  padding-left: 20px;
  margin-bottom: 34px;
  font-weight: 500;
  font-size: 15px;
}
#page_faq_tabs_list a{
  display: block;
  padding: 8px 20px;
  margin: 13.5px 0;
  font-weight: 500;
  font-size: 18px;
  color: var(--bleu);
  text-decoration: none;
}
#page_faq_tabs_list a.selected{
  border-radius: 9px;
  background: var(--bleu);
  color: var(--blanc);
}
.page_faq_content{
  flex: 1;
}
.page_faq_content_anchors_single{
  position: relative;
  z-index: 1;
  padding: 0 0px 12px 34px;
  margin-bottom: 12px;
  border-radius: 26px;
  border: 1px solid var(--gris-2);
}
.page_faq_content_anchors_single::after{
  content: '';
  position: absolute;
  z-index: -1;
  top: 5px;
  right: 9px;
  width: 61px;
  height: 40px;
  border-radius: 56px;
  background: var(--vert) url(prematech_img/page_faq_dropdown_picto.svg)no-repeat center;
}
.page_faq_content_anchors_single.this_question_is_hover::after{
  background: var(--vert) url(prematech_img/page_faq_dropdown_close_picto.svg)no-repeat center;
}
.page_faq_anchors_single_title{
  padding-top: 14px;
  padding-right: 70px;
  font-weight: 600;
  line-height: 24px;
  color: var(--bleu);
  cursor: pointer;
}
.page_faq_anchors_single_content{
  display: none;
  padding: 0 126px 20px 0;
  margin-top: 20px;
  line-height: 28px;
  color: var(--gris-3);
}
.page_faq_content_anchors_single.this_question_is_hover .page_faq_anchors_single_content{
  display: block;
}
.page-template-modele_faq .page_rejoignez_nous_cta .page_rejoignez_nous_cta_wrap{
  max-width: unset;
  width: 100%;
  margin-top: 67px;
}
/**************************/
/*******PAGE POSTULEZ******/
/**************************/
.page_postulez_content{
  margin-bottom: 67px;
}
.page_postulez_content .wpcf7-form p{
  margin-bottom: 0;
}
.page_postulez_content .wpcf7-form-control-wrap{
  display: inline-block;
  padding-right: 15px;
  margin-bottom: 14px;
}
.page_postulez_content .wpcf7-form-control-wrap input{
  width: 100%;
  max-width: 337px;
  padding: 15px 25px;
  border: none;
  border-radius: 55px;
  background: var(--gris-1);
  font-family: 'Inter';
  font-weight: 400;
  font-size: 19px;
  color: #959DB5;
  box-sizing: border-box;
}
.page_postulez_content .wpcf7-form-control-wrap input.form_content_small{
  max-width: 269px;
}
.page_postulez_content .wpcf7-form-control-wrap select{
  width: 100%;
  max-width: 337px;
  padding: 15px 25px 15px 5px;
  border: none;
  border-radius: 55px;
  background: var(--gris-1);
  font-family: 'Inter';
  font-weight: 400;
  font-size: 19px;
  color: #959DB5;
  box-sizing: border-box;
}
.page_postulez_content .wpcf7-form-control-wrap[data-name="message_formation"]{
  width: 100%;
  height: 155px;
}
.page_postulez_content .wpcf7-form-control-wrap textarea {
  width: 100%;
  height: 100%;
  padding: 25px 26px;
  border: none;
  border-radius: 26px;
  background: var(--gris-1);
  font-family: 'Inter';
  font-weight: 400;
  color: #959DB5;
  box-sizing: border-box;
}
.page_postulez_content .page_formation_form_footer{
  justify-content: space-between;
}
.page_postulez_content .page_formation_form_footer input[type="submit"].wpcf7-submit{
  margin-top: 14px;
}
.form_submit_wrap{
  position: relative;
  z-index: 1;
  padding-bottom: 66px;
}
.form_submit_wrap::before{
  content: '';
  position: absolute;
  right: 159px;
  bottom: 0;
  z-index: 2;
  width: 64px;
  height: 65px;
  background: url(prematech_img/page_postulez_submit_picto.svg)no-repeat center;
}
.form_submit_wrap::after{
  content: 'On a hâte de vous lire !';
  position: absolute;
  right: 50px;
  bottom: 10px;
  width: 109px;
  font-weight: 500;
  font-size: 17px;
  line-height: normal;
  color: var(--bleu);
}
.page_postulez_contact{
  position: relative;
  z-index:1;
  display: block;
  width:fit-content;
  padding:59px 38px 51px;
  margin:0 auto 110px;
  border-radius:22px;
  background-color: var(--gris-1);
}
.page_postulez_contact > .title{
  position: absolute;
  z-index:1;
  top:-19px;
  left:38px;
  font-weight:500;
  font-size: 31px;
  line-height: normal;
}
.page_postulez_contact_list{
  display: flex;
  flex-wrap: wrap;
  column-gap:27px;
}
.page_postulez_contact_list .single{
  width:305px;
}
.page_postulez_contact_list .single .pic{
  width: 100%;
  height:200px;
  margin-bottom:18px;
  border-radius:16px;
  background-repeat:no-repeat;
  background-position: center;
  background-size: cover;
}
.page_postulez_contact_list .single .name{
  margin-bottom:7px;
  font-weight:600;
  font-size: 17px;
  color: var(--rose);
}
.page_postulez_contact_list .single .poste{
  margin-bottom:15px;
  font-size: 15px;
  color: var(--rose);
}
.page_postulez_contact_list .single .infos{
  display: flex;
  flex-wrap: wrap;
  column-gap:27px;
}
.page_postulez_contact_list .single .infos a{
  padding-left:30px;
  font-size: 15px;
  line-height: 24px;
  text-decoration:none;
}
.page_postulez_contact_list .single .infos a.phone{
  background:url(prematech_img/page_postulez_contact_phone_picto.svg)no-repeat center left;
}
.page_postulez_contact_list .single .infos a.email{
  background:url(prematech_img/page_postulez_contact_email_picto.svg)no-repeat center left;
}
.page_postulez_contact_list .single .rdv_link{
  margin-top:20px;
  border-radius:9px;
  background:var(--blanc) url(prematech_img/page_postulez_contact_agenda_picto.svg)no-repeat center left 45px;
  text-align:center;
}
.page_postulez_contact_list .single .rdv_link a{
  display: block;
  padding:11px 0;
  font-weight:400;
  font-size: 15px;
  text-decoration:none;
}
.page_postulez_drh{
  gap: 50px 94px;
  padding: 56px 60px;
  margin-bottom: 50px;
  border-radius: 25px;
  background: var(--bleu);
  box-sizing: border-box;
}
.page_postulez_drh_pic{
  position: relative;
  z-index: 1;
  width: 312px;
  height: 357px;
  border-radius: 29px;
}
.page_postulez_drh_pic::before{
  content: '';
  position: absolute;
  right: -35px;
  bottom: -91px;
  width: 187px;
  height: 187px;
  background: url(prematech_img/page_postulez_drh_pic_tampon.svg)no-repeat center;
}
.page_postulez_drh_content{
  flex: 1;
  color: var(--blanc);
}
.page_postulez_drh_content .page_hentry_high_title{
  line-height: normal;
  color: var(--vert);
}
.page_postulez_postes{
  gap: 22px;
  margin-top: 112px;
  margin-bottom: 72px;
}
.page_postulez_postes_title{
  width: 416px;
  font-weight: 600;
  font-size: 40px;
  color: var(--bleu);
  line-height: normal;
}
.page_postulez_postes_list{
  flex: 1;
  margin-top: 8px;
}
.page_postulez_postes_list_row{
  column-gap: 34px;
  width: fit-content;
  margin-bottom: 34px;
}
.page_postulez_postes_list_row:nth-of-type(1){
  margin-left: auto;
}
.page_postulez_postes_list_row:nth-of-type(2){
  margin-right: auto;
}
.page_postulez_postes_list_row:nth-of-type(3){
  margin-left: auto;
}
.page_postulez_postes_single{
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 322px;
  padding: 26px 62px;
  border-radius: 26px;
  border: 1px solid var(--vert);
  box-sizing: border-box;
  text-align: center;
}
.page_postulez_postes_single a{
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 26px;
  transition: all 0.4s;
}
.page_postulez_postes_single a:hover{
  background: var(--vert);
  opacity: 0.5;
  transition: all 0.4s;
}
/*************************/
/*******PAGE BESOINS******/
/*************************/
.page_besoins_baner{
  position: relative;
  z-index: 1;
  padding: 10px 0 65px;
}
.page_besoins_baner_content{
  max-width: 644px;
  margin-top: 100px;
  color: var(--blanc);
  text-align: center;
}
.page_besoins_baner_content h1{
  margin-bottom: 19px;
  font-weight: 500;
  font-size: 40px;
  line-height: normal;
}
.page_besoins_baner_content p{
  margin-bottom: 19px;
  font-size: 17px;
  line-height: 26px;
}
.page_besoins_baner_picto{
  position: absolute;
  top: 31px;
  bottom: 0;
  left: 0;
  width: 234px;
  height: 295px;
  background: url(prematech_img/page_baner_bleu_wizpic_picto.svg)no-repeat center;
}
/*************************/
/*******PAGE CONTACT******/
/*************************/
.page-template-modele_contact .page_besoins_baner{
  padding-bottom: 150px;
}
.page_contact{
  margin-top: 38px;
}
.page_contact_link_infos{
  gap: 18px;
}
.page_contact_link_infos_single{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 10px;
  width: calc(33% - 10px);
  padding: 20px ;
  border-radius: 23px;
  box-sizing: border-box;
}
.page_contact_link_infos_single_title{
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 18px;
  line-height: normal;
  color: var(--bleu);
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
#page_contact_link_infos_tel.page_contact_link_infos_single{
  padding-left: 84px;
  background: var(--gris-2) url(prematech_img/page_contact_picto_tel.svg)no-repeat left 25px top 22px;
  color: var(--bleu);
}
#page_contact_link_infos_tel.page_contact_link_infos_single > aside{
  display: block;
  font-size: 21px;
  line-height: normal;
  text-transform: uppercase;
}
#page_contact_link_infos_rs.page_contact_link_infos_single{
  padding-left: 95px;
  background: var(--vert) url(prematech_img/page_contact_picto_rs.svg)no-repeat left 30px top 22px;
  color: var(--bleu);
}
#page_contact_link_infos_rs.page_contact_link_infos_single .flex_bloc{
  gap: 14px;
}
#page_contact_link_infos_rs.page_contact_link_infos_single a{
  display: inline-block;
  width: 30px;
  height: 30px;
}
#page_contact_link_infos_rs.page_contact_link_infos_single a.picto_fb{
  background: url(prematech_img/picto_fb_bleu.svg)no-repeat center/contain;
}
#page_contact_link_infos_rs.page_contact_link_infos_single a.picto_twitter{
  background: url(prematech_img/picto_twitter_bleu.svg)no-repeat center/contain;
}
#page_contact_link_infos_rs.page_contact_link_infos_single a.picto_linkedin{
  background: url(prematech_img/picto_linkedin_bleu.svg)no-repeat center/contain;
}
#page_contact_link_infos_rs.page_contact_link_infos_single a.picto_youtube{
  background: url(prematech_img/picto_youtube_bleu.svg)no-repeat center/contain;
}
#page_contact_link_infos_postule.page_contact_link_infos_single{
  padding-left: 95px;
  background: var(--bleu-2) url(prematech_img/page_contact_picto_postulez.svg)no-repeat left 37px top 22px;
}
#page_contact_link_infos_postule.page_contact_link_infos_single .page_contact_link_infos_single_title{
  color: var(--vert);
}
#page_contact_link_infos_postule.page_contact_link_infos_single a{
  display: inline-block;
  padding-right: 34px;
  background: url(prematech_img/page_contact_lien_postulez.svg)no-repeat center right;
  font-size: 18px;
  color: var(--blanc);
  text-decoration: none;
  transition: padding 0.4s;
}
#page_contact_link_infos_postule.page_contact_link_infos_single a:hover{
  padding-right: 44px;
  transition: padding 0.4s;
}
.page_contact_wrap{
  gap: 43px;
  margin-top: 31px;
  margin-bottom: 86px;
}
.page_contact_wrap .page_form_content form p:first-of-type > label{
  width: 100%;
}
.page_contact_wrap .page_form_content .wpcf7-form-control-wrap[data-name='objet']{
  width: 100%;
}
.page_contact_wrap .page_form_content .wpcf7-select{
  width: 100%;
  padding: 15px 25px;
  margin-top: 6px;
  border: none;
  border-radius: 55px;
  background: var(--gris-1) url(prematech_img/picto_dropdown_contact.svg)no-repeat center right 17px;
  font-family: 'Inter';
  font-weight: 400;
  color: #959DB5;
  box-sizing: border-box;
  appearance: none;
}
.page_contact_wrap .page_form_content form p.wpcf7-form-control-wrap-submit{
  bottom: 0;
}
.page_contact_location{
  width: calc(33% - 10px);
  height: fit-content;
  padding-bottom: 34px;
  border-radius: 23px;
  background: var(--bleu-2);
  box-sizing: border-box;
  color: var(--blanc);
}
.page_contact_location_title{
  display: block;
  padding-left: 95px;
  margin-top: 34px;
  margin-bottom: 35px;
  background: url(prematech_img/page_contact_pisto_location.svg)no-repeat center left 41px;
  font-weight: 600;
  font-size: 18px;
  line-height: 46px;
  letter-spacing: 1.8px;
  color: var(--vert);
  text-transform: uppercase;
}
.page_contact_adress{
  padding:0 41px;
  margin-bottom: 31px;
}
.page_contact_adress .page_hentry_high_title{
  margin-bottom: 6px;
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
  color: var(--vert);
  text-transform: none;
}
.page_contact_adress > p{
  line-height: normal;
}
/******************/
/*****HOMEPAGE*****/
/******************/
.page_home_baner{
  background-image: url(prematech_img/page_home_banniere_bg.svg);
  background-repeat:no-repeat;
  background-position: center left;
}
.page_home_baner > .flex_bloc{
  gap: 88px;
}
.page_home_baner_content{
  flex: 1;
  margin-top: 106px;
}
.page_home_baner_formation_cat{
  gap: 11px;
  margin-bottom: 40px;
}
.page_home_baner_formation_cat > a{
  display: inline-block;
  padding: 2px 10px;
  border-radius: 36px;
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  color: var(--blanc);
  text-decoration: none;
}
.page_home_baner_formation_cat > a:nth-of-type(1){
  border: 1px solid var(--prune);
  background: var(--prune);
}
.page_home_baner_formation_cat > a:nth-of-type(2){
  border: 1px solid var(--jaune);
  background: var(--jaune);
}
.page_home_baner_formation_cat > a:nth-of-type(3){
  border: 1px solid var(--rose);
  background: var(--rose);
}
.page_home_baner_formation_cat > a:nth-of-type(4){
  border: 1px solid var(--vert);
  background: var(--vert);
}
.page_home_baner_formation_cat > a:hover{
  background: var(--blanc);
  color: var(--bleu);
  transition: all 0.2s;
}
.page_home_baner_formation_cat > a:last-of-type{
  display: inline-block;
  width: 10px;
  padding: 2px 10px;
  border-radius: 36px;
  background: #E3E6ED;
  font-weight: 500;
  font-size: 15px;
  color: #00051E;
  text-decoration: none;
  transition: all 0.2s;
}
.page_home_baner_formation_cat > a:last-of-type:hover{
  background: #fff;
  color: var(--vert);
  transition: all 0.2s;
}
.page_home_baner_chapo h1{
  margin-bottom: 24px;
  font-weight: 400;
  font-size: 45px;
  line-height: normal;
  color: #1B3C6D;
}
.page_home_baner_chapo h1 span{
  font-weight: 600;
  color: #296D96;
}
.page_home_baner_chapo p{
  font-size: 18px;
  line-height: 32px;
  color: var(--gris-3);
}
.page_home_baner_slider_area{
  column-gap: 26px;
}
.page_home_baner_slider_column{
  width: calc(289px - 14px);
}
.page_home_baner_slider_column:nth-of-type(2){
  margin-top: -100px;
}
.page_home_baner_slider_column_bloc{
  position: relative;
  width: 100%;
  height: 362px;
}
.page_home_baner_slider_column_bloc:first-of-type{
  margin-bottom: 30px;
}
.page_home_baner_slider_pic{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 22px;
  transition: opacity 2.2s;
}
#page_home_baner_slider_pic_02, #page_home_baner_slider_pic_04, #page_home_baner_slider_pic_06{
  opacity: 0;
  transition: opacity 2.2s;
}
#page_home_baner_slider_pic_07{
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}
.page_home_expertise{
  padding-top: 92px;
  padding-bottom: 93px;
  margin-top:-44px;
  margin-bottom:95px;
  color: var(--blanc);
}
.page_home_expertise > .flex_bloc{
  gap: 40px 151px;
}
.page_home_expertise .page_home_expertise_chapo{
  flex: 1;
}
.page_home_expertise_chapo .page_hentry_high_title{
  font-weight: 400;
  line-height: normal;
  color: var(--blanc);
}
.page_home_expertise_chapo .page_hentry_high_title .page_hentry_blue{
  font-weight: 600;
}
.page_home_expertise_chapo .page_hentry_btn{
  margin-top: 10px;
}
.page_home_expertise_chapo .page_hentry_btn a{
  background: var(--vert) url(prematech_img/page_picto_bleu_cta.svg) no-repeat center right 30px;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 1.44px;
  color: var(--bleu);
}
.page_home_expertise_chapo .page_hentry_btn a:hover{
  background: var(--vert) url(prematech_img/page_picto_bleu_cta.svg) no-repeat center right 35px;
  transition: background 0.4s;
}
.page_home_expertise_list{
  flex: 2;
  max-width: 644px;
}
.page_home_expertise_single{
  margin-bottom: 39px;
}
.page_home_expertise_single_title{
  position: relative;
  padding-left: 48px;
  font-weight: 500;
  font-size: 30px;
  line-height: normal;
  transition: all 0.4s;
  cursor: pointer;
}
.page_home_expertise_single_title:hover{
  padding-left: 63px;
  transition: all 0.4s;
}
.page_home_expertise_single_title::before{
  content: '';
  position: absolute;
  top: 18px;
  left: 0;
  width: 25px;
  height: 1px;
  background: var(--vert);
  transition: all 0.4s;
}
.page_home_expertise_single_title:hover:before{
  width: 48px;
  transition: all 0.4s;
}
.page_home_expertise_single.this_title_is_hover .page_home_expertise_single_title{
  padding-left: 63px;
  transition: all 0.4s;
}
.page_home_expertise_single.this_title_is_hover .page_home_expertise_single_title::before{
  width: 48px;
}
.page_home_expertise_single_content{
  display: none;
  margin-top: 25px;
  line-height: 24px;
}
.page_home_expertise_single.this_title_is_hover .page_home_expertise_single_content{
  display: block;
}
.page_home_expertise_list > a{
  display: inline-block;
  padding: 9px 25px;
  margin-top: 13px;
  border-radius: 52px;
  background: var(--blanc);
  font-weight: 700;
  text-decoration: none;
  transition: background 0.4s;
}
.page_home_expertise_list > a:hover{
  background: var(--vert);
  transition: background 0.4s;
}
.page_home_postulez{
  column-gap:78px;
  padding-bottom:87px;
  border-bottom: 1px solid #E8EBF4;
}
.page_home_postulez .page_postulez_contact{
  margin-bottom:0;
}
.page_home_postulez .page_hentry{
  flex: 1;
}
.page_home_postulez .page_hentry .page_hentry_high_title{
  display: block;
  margin-bottom:28px;
  font-size: 31px;
  line-height: normal;
}
.page_home_postulez .page_hentry .map{
  width: 100%;
  height:388px;
  background-image: url(prematech_img/page_home_postulez_map_picto.svg), url(prematech_img/page_home_postulez_map.svg);
  background-repeat:no-repeat;
  background-position: bottom left, center;
}
.page_home_numbers{
  padding-top: 91px;
  padding-bottom: 80px;
  background-color: var(--gris-1);
}
.page_home_numbers_title{
  display: block;
  margin-bottom: 63px;
  font-weight: 600;
  font-size: 40px;
  line-height: normal;
  color: var(--bleu);
  text-align: center;
}
.page_home_numbers_list{
  gap: 18px;
  justify-content: center;
}
.page_home_numbers_single{
  max-width: 231px;
  width: 100%;
  padding: 20px 22px;
  border-radius: 22px;
  background: var(--blanc);
  box-sizing: border-box;
}
.page_home_numbers_single_picto{
  width: 71px;
  height: 65px;
  margin-bottom: 16px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 13px;
}
.page_home_numbers_single:nth-of-type(1) .page_home_numbers_single_picto{
  background-color: var(--prune);
}
.page_home_numbers_single:nth-of-type(2) .page_home_numbers_single_picto{
  background-color: var(--rose);
}
.page_home_numbers_single:nth-of-type(3) .page_home_numbers_single_picto{
  background-color: var(--vert);
}
.page_home_numbers_single:nth-of-type(4) .page_home_numbers_single_picto{
  background-color: var(--jaune);
}
.page_home_numbers_single:nth-of-type(5) .page_home_numbers_single_picto{
  background-color: var(--bleu);
}
.page_home_numbers_single_content > span{
  display: block;
  margin-bottom: 7px;
  font-weight: 500;
  font-size: 39px;
  color: var(--bleu);
}
.page_home_numbers_single_content p{
  font-size: 14px;
  line-height: 22px;
  color: var(--gris-3);
}
.page_home_numbers_cta {
  margin-top: 62px;
  justify-content: center;
  gap: 41px;
}
.page_home_community{
  column-gap: 40px;
  margin-top: 132px;
  margin-bottom: 119px;
}
.page_home_community_chapo{
  flex: 1;
}
.page_home_community_chapo .page_hentry_high_title{
  font-weight: 400;
}
.page_home_community_chapo .page_hentry_high_title .page_hentry_blue{
  font-weight: 600;
  color: #296D96;
}
.page_home_community_vid_list {
  flex: 2;
  column-gap: 26px;
}
.page_slider_video_single{
  height: fit-content;
}
.page_slider_video_single:nth-of-type(1){
  position: relative;
}
.page_slider_video_area.page_slider_video_area_wiz_slider .page_slider_video_single:nth-of-type(1)::before{
  display: none;
}
.page_home_community .page_slider_video_single:nth-of-type(2){
  margin-top: 119px;
}
.page_home_actus{
  padding: 90px 0;
  background: var(--bleu) url(prematech_img/page_home_actu_bg.svg)no-repeat center left;
}
.page_home_actus .page_hentry_high_title{
  margin-bottom: 58px;
  font-weight: 400;
  color: var(--blanc);
  text-align: center;
}
.page_home_actus .page_hentry_high_title .page_hentry_blue{
  font-weight: 600;
}
.page_home_actus_list{
  column-gap: 28px;
}
.page_home_actus_list .page_select_actus_single_content > p, .page_home_actus_list .page_select_actus_single_time{
  color: var(--blanc);
}
.page_home_actus_list .page_select_actus_single:hover{
  background: #2E5591;
}
.page_home_actus_link{
  text-align: center;
}
.page_home_actus_link .page_hentry_btn a{
  background: var(--vert) url(prematech_img/page_picto_bleu_cta.svg) no-repeat center right 30px;
  font-weight: 500;
  font-size: 17px;
  color: var(--bleu);
  letter-spacing: 1.44px;
}
.page_home_actus_link .page_hentry_btn a:hover{
  background: var(--vert) url(prematech_img/page_picto_bleu_cta.svg) no-repeat center right 35px;
  transition: background 0.4s;
}
.page_home_map{
  gap: 50px 102px;
  margin-top: 112px;
  margin-bottom: 112px;
}
.page_home_map_chapo{
  flex: 1;
  padding-top: 92px;
  margin-top: 14px;
  background: url(prematech_img/page_home_map_picto.svg)no-repeat top 15px left;
}
.page_home_map_chapo .page_hentry_high_title{
  font-weight: 400;
}
.page_home_map_chapo .page_hentry_high_title .page_hentry_blue{
  font-weight: 700;
  color: #296D96;
}
.page_home_map_chapo .page_hentry p{
  font-size: 17px;
}
.background_pic_contain{
  flex: 2;
  height: 446px;
}
.page_home_contact{
  margin-top: 112px;
  margin-bottom: 105px;
}
.page_home_contact_pic{
  flex: 1;
  border-radius: 22px 0 0 22px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}
.page_home_contact .page_hentry{
  flex: 1;
  max-width: 604px;
  padding: 64px 134px 64px 15px;
  border-radius: 0 22px 22px 0;
  background: var(--turquoise);
  box-sizing: border-box;
}
.page_home_contact .page_hentry .page_hentry_high_title{
  margin-bottom: 25px;
  font-weight: 400;
  line-height: normal;
  color: #1B3C6D;
}
.page_home_contact .page_hentry .page_hentry_blue{
  font-weight: 600;
  color: #1B3C6D;
}
.page_home_contact .page_hentry p{
  font-weight: 500;
  color: #1B3C6D;
}
.page_home_contact .page_hentry_btn a{
  background: var(--vert) url(prematech_img/page_picto_bleu_cta.svg) no-repeat center right 30px;
  font-weight: 500;
  font-size: 17px;
  color: var(--bleu);
  letter-spacing: 1.44px;
}
.page_home_contact .page_hentry_btn a:hover{
  background: var(--vert) url(prematech_img/page_picto_bleu_cta.svg) no-repeat center right 35px;
}
/******************/
/******************/
/******************/
/****RESPONSIVE****/
/******************/
/******************/
/******************/
#navtop_bt_resp{
  display: none;
  position: absolute;
  z-index: 12;
  top: 30px;
  right: 0px;
  width: 34px;
}
#navtop_bt_resp span{
  display: block;
  width: 100%;
  height: 4px;
  background:  var(--vert);
  transition: all 0.3s;
}
#navtop_bt_resp span:nth-of-type(2){
  margin: 8px 0;
}
#navtop_bt_resp span:nth-of-type(3){
  width: 21px;
  margin-left: auto;
}
#navtop_bt_resp.bt_navtop_cross span:nth-of-type(1){
  transform: translate(0, 12px) rotate(49deg);
  transition: all 0.4s;
}
#navtop_bt_resp.bt_navtop_cross span:nth-of-type(2){
  transform:rotate(132deg);
  transition: all 0.4s;
}
#navtop_bt_resp.bt_navtop_cross span:nth-of-type(3){
  height: 0;
  transform: translate(0, -12px) rotate(132deg);
  transition: all 0.4s;
}
@media screen and (max-width: 1380px){
  #navtop ul li ul{
    left: -295px;
  }
  .widzmain{
    width: auto;
    margin-right: 30px;
    margin-left: 60px;
  }
  .page_besoins_baner_content.widzmain{
    margin-right: auto;
    margin-left: auto;
  }
  .page_baner_blue::before{
    height: 300px;
    background: url(prematech_img/page_baner_bleu_picto.svg)no-repeat center left/contain;
  }
  .page_besoins_baner_picto{
    width: 228px;
    background: url(prematech_img/page_baner_bleu_wizpic_picto.svg)no-repeat center/contain;
  }
}
@media screen and (max-width: 1024px){
  .widzmain{
    width: auto;
    margin-right: 30px;
    margin-left: 30px;
  }
  .page_slider_video_list{
    flex-wrap: wrap;
  }
  #header{
    position: relative;
  }
  #navtop_bt_resp{
    display: block;
  }
  #menu{
    display: none;
    flex: unset;
    width: 100%;
  }
  #navtop .widget_header_navtop:nth-of-type(2){
    display: none;
  }
  #navtop ul{
    display: block;
  }
  #navtop .widget_header_navtop:nth-of-type(2) ul li a{
    padding: 13px 10px;
  }
  #navtop .widget_header_navtop:nth-of-type(2) ul li a::after, #navtop .widget_header_navtop:nth-of-type(2) ul li:nth-of-type(1n+2) a::before{
    display: none;
  }
  #navtop ul li.menu_telephone a{
    display: inline-block;
  }
  #navtop ul li ul{
    position: unset;
    display: none;
    width: auto;
    padding: 20px;
  }
  #navtop ul li:hover ul{
    display: none;
  }
  #navtop ul li.resp_this_hover ul{
    display: flex;
  }
  #navtop ul li ul li.submenu_btn{
    position: unset;
    width: 100%;
    height: auto;
    padding: 15px 0;
  }
  #navtop ul li.menu-item-has-children{
    background: url(prematech_img/page_formation_single_dropdown.svg) no-repeat center right;
  }
  #navtop ul li.resp_this_hover{
    background: url(prematech_img/page_formation_single_dropdown_close.svg) no-repeat top right;
  }
  #navtop ul li.menu-item-has-children a{
    display: inline-block;
  }
  .footer_nav_block {
    width: calc(33% - 20px);
  }
  #footer_newsletter {
      width: 64%;
  }
  .page_content_twocols_wrap{
    gap: 20px;
  }
  .page_header_wiz_pic{
    background: var(--gris-1) url(prematech_img/page_picto_header.svg)no-repeat center left;
  }
  .page_baner_blue::before{
    left: 0;
  }
  .single-formation .page_baner_blue .page_baner_blue_title{
    width: 100%;
    margin: 20px 0;
  }
  #single_formation_form form p.wpcf7-form-control-wrap-submit{
    position: unset;
    margin-top: 50px;
  }
  .single_formation_infos_list{
    position: unset;
    width: 100%;
  }
  #single_formation_infos_devis_anchor{
    display: inline-block;
    background: var(--rose) url(prematech_img/page_picto_blanc_cta.svg)no-repeat center right 20px;
  }
  a.single_formation_infos_program{
    display: inline-block;
  }
  .page_formation_single{
    width: 100%;
  }
  .page_select_actus_single, .page_actus_single_form{
    max-width: unset;
    width: calc(50% - 15px);
  }
  .page_select_actus_single_pic{
    width: 100%;
    height: 350px;
  }
  .page_besoins_baner_picto {
    left: 0;
    width: 20%;
    max-width: 205px;
    height: 50vh;
    max-height: 450px;
    background: url(prematech_img/page_baner_bleu_wizpic_picto.svg)no-repeat left bottom/contain;
  }
  .page_form_content {
    flex: unset;
  }
  .page_contact_location{
    margin: auto;
    width: auto;
  }
  .page_formation_baner{
    background-position: center, top left 0, center!important;
  }
  .page_formation_baner_content_wrap{
    gap: 50px;
  }
  .page_formation_reassurance_wrap{
    gap:20px;
  }
  .page_formation_reassurance_single{
    max-width: unset;
    flex: unset;
    width: calc(50% - 20px);
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .page_formation_listed{
    padding: 6px 30px 41px;
  }
  .page_form_content_pic{
    order: 2;
    width: 100%;
    max-width: 480px;
    height: 350px;
    margin: auto;
  }
  .page_formation_listed_single{
    column-gap: 40px;
  }
  .page_formation_listed_single_infos{
    row-gap: 15px;
  }
  .form_text,
  #page_formation_form .wpcf7-form-control-wrap input.form_content_small,
  #page_formation_form .wpcf7-form-control-wrap input.form_content_medium,
  #page_formation_form .wpcf7-form-control-wrap input.form_content_long,
  #page_formation_form .page_form_content .wpcf7-form-control-wrap{
    width: 100%;
    max-width: 100%;
    font-size: 18px;
  }
  .page_postulez_content .wpcf7-form-control-wrap input{
    max-width: 300px;
    font-size: 18px;
  }
  .page_postulez_postes_title{
    width: 100%;
  }
  .page_postulez_postes_list_row:nth-of-type(1),.page_postulez_postes_list_row:nth-of-type(3){
    margin: 0 50px 34px auto;
  }
  .page_postulez_postes_list_row:nth-of-type(2){
    margin: 0 auto 34px 50px;
  }
  .page_home_baner_content {
    flex: unset;
    margin-top: 70px;
  }
  .page_home_baner_slider_area{
    width: 100%;
    max-width: 604px;
    margin: auto;
  }
  .page_home_baner_slider_column{
    width: calc(50% - 14px);
  }
  .page_slider_video_single{
    width: calc(50% - 14px);
  }
  .page_home_actus_list{
    justify-content: center;
  }
  .page_home_contact .page_hentry{
    padding: 64px 30px 64px 15px;
  }
}
@media screen and (max-width: 980px){
  .page_contact_link_infos_single{
    width: auto;
  }
  .page_slider_video_area.page_slider_video_area_wiz_slider::before{
    bottom: -76px;
    width: 130px;
    height: 130px;
  }
  .page_slider_video_area{
    margin: 0 20px;
  }
  .page_slider_video_area .controls{
    right: -40px;
    left: -40px;
  }
  .page_rejoignez_nous_cta_wrap{
    width: 100%;
  }
  .page_postulez_drh_pic{
    order: 2;
    width: 100%;
    max-width: 400px;
    margin: auto;
  }
  .page_postulez_drh_content{
    flex: unset;
    order: 1;
  }
  .page_home_map_chapo{
    flex: unset;
  }
}
@media screen and (max-width: 880px){
	.footer_nav_legal ul {
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .page_header_wiz_pic_wrap{
    row-gap: 50px;
    padding-top: 50px;
  }
  .page_header_wiz_pic_content{
    flex: unset;
    margin-top: 0;
  }
  .page_header_wiz_pic_img{
    margin: auto;
  }
  .page_content_twocols{
    flex: unset;
  }
  .page_cta{
    gap: 40px;
  }
  .page_cta_bloc{
    flex: unset;
    width: 100%;
  }
  .page_slider_video{
    margin-top: 70px;
  }
  .page_slider_video_single:nth-of-type(1){
    margin-right: auto;
  }
  .page_slider_video_single:nth-of-type(2){
    margin-top: 90px;
    margin-left: auto;
  }
  .page_slider_video_single:nth-of-type(3){
    margin-top: 90px;
    margin-right: auto;
  }
  .page_select_actus_single{
    max-width: unset;
    width: 100%;
  }
  .page_actus_single_form{
    width: 100%;
    margin: 0 17px;
  }
  .page_select_actus_single_pic{
    width: 100%;
    height: 350px;
  }
  .page_hentry_high_title{
    font-size: 30px;
  }
  .page_formation_single{
    width: 100%;
  }
  .page_form_content {
    flex: unset;
  }
  .page_form_content_pic{
    width: 100%;
    height: 300px;
    margin-top: 0;
  }
  .page_form_content_pic::before{
    top: -20px;
    left: 0;
  }
  .page_baner_blue::before{
    width: 150px;
    background: url(prematech_img/page_baner_bleu_picto.svg)no-repeat top left/contain;
  }
}
@media screen and (max-width: 780px){
	#wait_header_content{
	padding: 10px 0 20px;
	}
	#wait_header_content #logo{
	order: 2;
	margin: auto;
	}
	#wait_page_header_social{
	order: 1;
	width: 100%;
	padding: 0;
	margin-bottom: 25px;
	text-align: center;
	}
	.wait_page_header_social_link{
	width: 33px;
	height: 33px;
	margin: 0 12px;
	}
	.wait_page_header_social_link object{
	width: 33px!important;
	height: 33px!important;
	}
  .page_formation_baner_content_wrap{
    padding: 70px 0;
  }
  .page_formation_baner_content{
    flex: unset;
  }
  .page_formation_baner_content p{
    padding-left: 20px;
  }
  .page_formation_baner_anchor{
    width: 100%;
    max-width: 395px;
    margin-right: auto;
  }
  .page_formation_listed_single{
    row-gap: 15px;
  }
  .page_formation_listed_single_name{
    flex: unset;
  }
  .page_faq_tabs{
    width: 100%;
  }
  .page_postulez_drh{
    padding: 56px 20px;
  }
  .page_postulez_postes_title{
    font-size: 30px;
  }
  .page_postulez_postes_single{
    width: calc(50% - 20px);
  }
  .page_home_baner_slider_column_bloc{
    max-height: 250px;
  }
  .page_home_expertise .page_home_expertise_chapo {
    flex: unset;
  }
  .page_home_expertise{
    padding-top: 50px;
  }
  .page_home_numbers{
    padding-top: 50px;
    padding-bottom: 30px;
    background: var(--gris-1) url(prematech_img/page_home_chiffre_cles_bg.svg)no-repeat top left 150px/65%;
  }
  .page_home_numbers_cta{
    margin-top: 0;
    gap: 0 41px;
  }
  .page_home_community{
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .page_home_community_chapo {
    flex: unset;
  }
  .page_home_actus{
    padding: 50px 0;
  }
  .page_home_actus .page_hentry_high_title{
    margin-bottom: 33px;
  }
  .page_home_map, .page_home_contact{
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .page_home_contact_pic{
    flex: 0.5;
  }
  .page_home_baner_chapo h1{
    font-size: 30px;
  }
  .page_select_actus_single_content{
    min-height: unset;
  }
}
@media screen and (max-width: 580px){
  :root{
    --linear: 0deg;
  }
  .widzmain {
    width: auto;
    margin-right: 20px;
    margin-left: 20px;
  }
	.page_header_wiz_pic_content h1, .page_baner_blue h1{
    font-size: 30px;
  }
  .page_hentry h2{
    font-size: 20px;
  }
  .page_hentry h3{
    font-size: 16px;
  }
  .page_content_wiz_media.page_hentry img, .page_content_wiz_media.page_hentry iframe{
    height: 350px;
  }
  .page_cta_bloc{
    padding: 30px 20px;
  }
  .page_slider_video_area{
    margin: 0;
  }
  .page_slider_video_single{
    width: 100%;
  }
  .page_slider_video_single:nth-of-type(2), .page_slider_video_single:nth-of-type(3){
    margin-top: 50px;
  }
  .page_slider_video_single:nth-of-type(1)::before{
    display: none;
  }
  .page_form_content .wpcf7-form-control-wrap{
    width: 100%;
  }
  .page_form_content form p.wpcf7-form-control-wrap-submit{
    position: unset;
    margin-top: 40px;
  }
  .footer_nav_block, #footer_newsletter{
    width: 100%;
  }
  #footer_avis, #footer_nav_block_social_media{
    margin: auto;
  }
  .footer_nav_legal ul li{
    width: 100%;
    text-align: center;
  }
  .page_header_wiz_pic_wrap{
    margin-bottom: 50px;
  }
  #single_formation_infos_devis_anchor{
    font-size: 15px;
  }
  a.single_formation_infos_program{
    font-size: 14px;
  }
  .single_formation_infos_single{
    margin: 10px 0;
  }
  #single_formation_form .wpcf7-form-control-wrap, #single_formation_form .wpcf7-form-control-wrap.wpcf7-form-control-wrap-full-checkbox{
    width: 100%;
  }
  .page_contact_location_title{
    padding-left: 70px;
    background: url(prematech_img/page_contact_pisto_location.svg)no-repeat center left 20px;
  }
  .page_formation_single{
    padding: 40px 20px;
    background: var(--bleu) url(prematech_img/single_formation_picto.svg)no-repeat center left;
  }
  .page_contact_location {
    margin: 0;
    width: 100%;
  }
  .page_besoins_baner_content.widzmain{
    margin-right: 20px;
    margin-left: 20px;
  }
  .page_besoins_baner_picto{
    display: none;
  }
  .page_formation_reassurance_single{
    width: 100%;
  }
  .page_formation_list_category{
    padding-left: 15px;
  }
  .page_formation_list_category_name{
    flex: 1;
  }
  .page_formation_list_category_dropdown{
    display: block;
    padding: 19px 45px 19px 15px;
    text-indent: -99999px;
  }
  #searchform_block{
    display: block;
  }
  #searchform_block form{
    width: 100%;
  }
  #page_formation_form .wpcf7-checkbox {
    flex: unset;
  }
  .page_formation_baner{
    background-size: auto, 50%, cover !important;
  }
  .page_slider_video_area .controls {
    right: -10px;
    left: -10px;
  }
  .page_slider_video_btn{
    margin-top: 60px;
  }
  .page_rejoignez_nous_cta_wrap{
    padding: 52px 30px;
  }
  .page_faq_content_anchors_single{
    padding: 0 0px 12px 12px;
  }
  .page_rejoignez_nous_cta.widzmain{
    margin: 0 20px 70px;
  }
  .page_postulez_drh_pic::before{
    right: 0;
  }
  .page_postulez_postes_single {
    width: 100%;
  }
  .page_postulez_postes_list_row{
    row-gap: 15px;
  }
  .page_postulez_postes_list_row:nth-of-type(1), .page_postulez_postes_list_row:nth-of-type(3), .page_postulez_postes_list_row:nth-of-type(2){
    margin: 0 0 15px;
  }
  .form_text{
    font-size: 16px;
  }
  .page_postulez_content .wpcf7-form-control-wrap input{
    max-width: 200px;
  }
  .page_home_baner_content{
    margin-top: 20px;
  }
  .page_home_baner_slider_column_bloc {
    max-height: 200px;
  }
  .page_home_expertise_single_title{
    font-size: 25px;
  }
  .page_home_expertise_list > a{
    margin-top: 0px;
  }
  .page_home_numbers_single{
    max-width: 90%;
  }
  .page_hentry_btn a{
    padding: 21px 55px 21px 15px;
    background: var(--bleu) url(prematech_img/page_picto_blanc_btn.svg) no-repeat center right 25px;
    font-size: 14px;
  }
  .page_hentry_btn a:hover{
    background: var(--bleu) url(prematech_img/page_picto_blanc_btn.svg) no-repeat center right 20px;
  }
  .page_hentry_btn{
    margin-top: 15px;
  }
  .page-template-modele_accueil .page_slider_video_single:nth-of-type(2){
    margin-top: 25px;
  }
  .page_home_contact {
    flex-wrap: wrap;
  }
  .page_home_contact_pic {
    flex: unset;
    width: 100%;
    height: 200px;
    border-radius: 22px 22px 0 0;
  }
  .page_home_contact .page_hentry{
    padding: 30px 15px;
    border-radius:0 0 22px 22px;
  }
  .page_home_map{
    gap: 0;
  }
  .background_pic_contain{
    height: 350px;
  }
  .page_faq_anchors_single_content{
    padding: 0 10px 20px 0px;
  }
  .page_postulez_contact{
    margin-right:10px;
    margin-left:10px;
  }
  .page_postulez_contact_list{
    row-gap: 40px;
  }
  .page_postulez_contact_list .single{
    width:100%;
  }
}
@media screen and (max-width: 380px){
  .page_contact_adress{
    padding: 0 20px;
  }
  .page_postulez_postes_list_row:nth-of-type(1), .page_postulez_postes_list_row:nth-of-type(3), .page_postulez_postes_list_row:nth-of-type(2){
    margin: 0 0 15px;
  }
  .page_select_actus_single_pic{
    height: 300px;
  }
  .page_hentry_high_title {
    font-size: 27px;
  }
  .page_home_postulez .page_postulez_contact{
    margin-bottom:30px;
  }
  .page_postulez_contact_list .single .rdv_link{
    background: var(--blanc) url(prematech_img/page_postulez_contact_agenda_picto.svg)no-repeat center top 10px;
  }
  .page_postulez_contact_list .single .rdv_link a{
    padding:40px 0 20px;
  }
  .page_home_postulez .page_hentry .map{
    background-position: center;
    background-size: 0, contain;
  }
}

/**/

@media screen and (max-width: 1080px){
	/*404*/
	#page_404{
	display: flex;
	flex-wrap: wrap;
	padding: 94px 0 94px;
	}
	#page_404_ill_block{
	width: 46%;
	margin: 0 8% 0 0;
	}

}

@media screen and (max-width: 880px){
	/*404*/
	#page_404_ill_block{
	width: 100%;
	margin: 0;
	text-align: center;
	}
	#page_404_ill_block object{
	margin: auto;
	}
	#page_404_ill_main{
	flex: none;
	width: 100%;
	text-align: center;
	}

}
