@font-face {
  font-family: 'Proxima Nova Rg';
  src: url('../fonts/ProximaNova-Regular.eot');
  src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
      url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
      url('../fonts/ProximaNova-Regular.woff') format('woff'),
      url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova Lt';
  src: url('../fonts/ProximaNova-Light.eot');
  src: url('../fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
      url('../fonts/ProximaNova-Light.woff2') format('woff2'),
      url('../fonts/ProximaNova-Light.woff') format('woff'),
      url('../fonts/ProximaNova-Light.svg#ProximaNova-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova Bd';
  src: url('../fonts/ProximaNova-Bold.eot');
  src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/ProximaNova-Bold.woff2') format('woff2'),
      url('../fonts/ProximaNova-Bold.woff') format('woff'),
      url('../fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova Lt';
  src: url('../fonts/ProximaNova-Semibold.eot');
  src: url('../fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/ProximaNova-Semibold.woff2') format('woff2'),
      url('../fonts/ProximaNova-Semibold.woff') format('woff'),
      url('../fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  padding: 0;
  margin: 0;
}

a, a:hover, a:focus {
  text-decoration: none;
  color: #333;
}

ul, ol, li {
  list-style: none;
  padding: 0;
  margin: 0;
}

p {
  font-size: 14px;
}

::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}
header {
  width: 100%;
  z-index: 99;
  /* nav top default */
  /* animation */
  padding: 0px 0;
  
}
.my-preheader{
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.10);
  border-bottom: 1px solid #f1f1f1;
	height: 86px;
}

.my_navbar{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.my_navbar .site_menu_wrapper{
  width: 155px;
}
.my_navbar .site_menu_wrapper a{
  width: 160px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.my_navbar .site_menu_wrapper a img{
  width: 85%;
  height: auto;
}
.screen-reader-text{
  display: none;
}

.nav-bar {
	
}
.my_navbar ul li {
  position: relative;
  margin: 0;
}
.my_navbar ul li a {
  color: #082348;
  font-weight: 500;
  font-size: 15px;
  position: relative;
	
}
form#aol_app_form p {
  display: block !important;
  text-align: left;
  /* color: red; */
}
.top-space{
  margin-top: 25px !important;
}
.my_navbar ul li:nth-child(1):hover a,
.my_navbar ul li:nth-child(1).active a,
.my_navbar ul li:nth-child(1):focus a {
  color: #E11A36;
}
.my_navbar ul li:nth-child(2):hover a,
.my_navbar ul li:nth-child(2).active a,
.my_navbar ul li:nth-child(2):focus a {
  color: #E11A36;
}
.bluebg {
	position: relative;
}
.bluebg:after {
	content: '  Ce champ est obligatoire';
	color: #e11a36;
	font-size: 15px;
}
.bluebg:nth-last-child(6):after {
	content: normal;
}
.redbg:after {
	content: '  Dieses Feld ist obligatorisch';
	color: #e11a36;
	font-size: 15px;
}
.redbg:nth-last-child(7):after {
	content: normal;
}
.upload_error:after {
	content: "  La taille de votre fichier dépasse 25 mb et votre type de fichier n'est pas correct. Veuillez télécharger uniquement des fichiers pdf, png ou jpg.";
	color: #e11a36;
	font-size: 15px;
}
.upload_error_ger:after {
	content: "  Ihre Dateigröße überschreitet 25mb und Ihr Dateityp ist nicht korrekt. Bitte laden Sie nur pdf-, png- oder jpg-Dateien hoch.";
	color: #e11a36;
	font-size: 15px;
}
.file_size_error:after {
	content: "  La taille de votre fichier a dépassé 25 mb.";
	color: #e11a36;
	font-size: 15px;
}
.file_size_error_ger:after {
	content: "  Die Größe Ihrer Datei hat 25 MB überschritten.";
	color: #e11a36;
	font-size: 15px;
}
.ext_error:after {
	content: "  Votre type de fichier n'est pas correct. Veuillez télécharger uniquement des fichiers pdf, png ou jpg.";
	color: #e11a36;
	font-size: 15px;
}
.ext_error_ger:after {
	content: "  Ihr Dateityp ist nicht korrekt. Bitte laden Sie nur pdf-, png- oder jpg-Dateien hoch.";
	color: #e11a36;
	font-size: 15px;
}
/* small#helpcv {
  display: none;
}
small#helpmotivation {
  display: none;
}
small#helpautre {
  display: none;
}
small#helpmot {
  display: none;
} */
.my_navbar ul li:nth-child(1):hover a::after,
.my_navbar ul li:nth-child(1):focus a::after{
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background-color: #E11A36;
}
.my_navbar ul li:nth-child(2):hover a::after,
.my_navbar ul li:nth-child(2):focus a::after{
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background-color: #E11A36;
}
.select_lang select,
.select_lang select:hover,
.select_lang select:focus{
  border: none;
  font-size: 16px;
  color: #082348;
  font-weight: 500;
  outline: none;
  border: none;
}
.aol-file {
  position: relative;
}
.aol-file input {
  opacity: 0;
  position: relative;
  z-index: 1;
}
.append_text {
  position: absolute;
  left: 0;
  right: 0;
  width: calc(100% - 2px);
  top: 35px;
  height: 60px;
  line-height: 1.9;
  background-color: #091b33;
  margin: 0 auto;
  border-radius: 6px;
  padding: 15px 24px;
  border: 1px solid #fff;
  font-size: 16px !important;
  color: #fff !important;
  z-index: 0;
}
.append_text span {
  color: #000;
  background-color: #fff;
  padding: 8px 8px 7px;
  box-shadow: 0 0 2px #ccc;
  border-radius: 1px;
  margin-right: 15px;
}
.menu-modal{
  display: none;
}
.page_main_banner{
  height: 550px;
  background-color: #d1d1d1;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.page_main_banner img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/** Banner Part **/
.main_banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.overlay-panel{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0,0,0,0.40);
}
a.clicktoopen.tgl_btn {
  cursor: pointer;
}
.page_main_banner h1{
  font-size: 80px;
  font-family: 'Proxima Nova Bd';
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0 0 16px 0;
  text-align: center;
}
.page_main_banner p{
  max-width: 1043px;
  width: 100%;
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  text-align: center;
  margin: 0 auto 25px auto;
  color: #ffffff;
}
.bradcrumb_panel{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 30;
}
.breadcrumbs{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 0;
}
.breadcrumbs li a{
  color: #fff;
}
.breadcrumbs li.separator-home{
  color: #fff;
}
.breadcrumbs li{
  color: #e11a36;
  font-size: 16px;
  margin: 0 6px 0 0;
}
.breadcrumbs li:last-child{
  margin: 0 0px 0 0;
}
section{
  padding: unset;
}
.jobs_main_cont_wrapper{
  background-color: #091b33;
  padding: 80px 0 0px 0;
}
.aol-single div{
  font-size: 16px;
  color: #fff;
  font-family: 'Proxima Nova Rg';
}
.add {
  background-color: #091b33;
  padding: 0px 0px 80px 0px;
}
#aol_app_form{
  display:none;
}
.aol-heading{
  display:none;
}
.aol-single p a{
    background-color: #cd2653;
    width: 308px!important;
    height: 42px!important;
    margin: 85px auto 45px!important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Proxima Nova Rg'!important;
    opacity: 1;
    color: #ffffff;
    font-weight: 600;
}
footer{
  background-color: #051122;
  padding: 40px 0 15px 0;
}
.top_footer{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top_footer{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 15px 0;
}
.top_footer .ft_logo_wrapper .ft_logo{
  width: 135px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.ft_mid_menu ul{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.ft_mid_menu ul li{
  margin: 0;
  padding: 0;
  font-size: 16px;
}
.ft_mid_menu ul li a{
  color: #fff;
  margin: 0 20px;
}
.ft_mid_menu ul li:hover a{
  color: #fff;
  margin: 0 20px;
}


.ft_social ul{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.ft_social ul li{
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.ft_social ul li a{
  color: #051122;
  margin: 0 7px;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background-color: rgba(255,255,255,0.70);
  display: flex;
  justify-content: center;
  align-items: center;

  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}
.ft_social ul li:hover a{
  background-color: rgba(255,255,255,1);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}

.ft_lang select,
.ft_lang select:hover,
.ft_lang select:focus{
  border: none;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  outline: none;
  border: none;
  background-color: transparent;
}
.footer-copyright{
  color: #b3b3b3;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 27px 0 0 0;
}
.footer-copyright a{
  display: inline-block;
  margin: 0 3px;
}
.aol-ad-inner-wrapper .panel-default{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background-color: transparent;
  border:2px solid #fff;
  border-radius: 0;
  padding: 40px;
}
.aol-ad-inner-wrapper .panel-default .panel-heading{
  padding: 0;
  background-color: transparent;
  width: 30%;
  font-size: 22px;
  color: #fff;
  order: 1;
}
.aol-ad-inner-wrapper .panel-default .panel-footer{
  order: 2;
  width: 50%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 22px;
  padding: 0;
  color: #fff;
  border: none;
  background-color: transparent;
  margin: 0 20px;
  padding: 0;
  opacity: 0.70;
}
.aol-ad-inner-wrapper .panel-default .panel-body{
  order: 3;
  padding: 0;
  margin: 0;
  width: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.aol-ad-inner-wrapper .panel-default .panel-body a button{
  background-color: #e11a36;
    color: #fff;
    height: 42px;
    font-size: 16px;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    opacity: 1;
    transition: 0.4;
    -webkit-transition: 0.4;
    -moz-transition: 0.4;
}
.aol-ad-inner-wrapper .panel-default .panel-body a:hover button{
  background-color: #e11a36;
  opacity: 0.80;
  transition: 0.4;
    -webkit-transition: 0.4;
    -moz-transition: 0.4;
}
.panel-body p{
  display: none;
}
.panel-body img{
  display: none;
}
.aol-archive .well{
  background-color: transparent;
  border: none;
  padding: 0;
}
.aol-archive .well select{
  border: 2px solid #fff;
  background-color: #fff;
  color: #082348;
  font-size: 16px;
  width: 100%;
  border-radius: 0;
  height: 50px;
}
.aol-archive .well button{
  font-size: 16px;
  width: 100%;
  border-radius: 0;
  height: 50px;
  color: #fff;
  background-color:#273a54!important;
  border: none;
  opacity: 1;
  transition: 0.4;
    -webkit-transition: 0.4;
    -moz-transition: 0.4;
}
.aol-archive .well button:hover{
  background-color: #e11a36;
  opacity: 0.85;
  transition: 0.4;
    -webkit-transition: 0.4;
    -moz-transition: 0.4;
}
.tabl_wrapper{
  margin: 0 0 80px 0;
}
.tabl_wrapper ul{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.tabl_wrapper ul li a{
  margin: 0 80px 0 0;
  position: relative;
  font-size: 24px;
  color: #fff;
  opacity: 0.60;
}
.tabl_wrapper ul li.active a{
  color: #fff;
  opacity: 1;
}
.tabl_wrapper ul li:last-child a{
  margin: 0 0px 0 0;
}
.tabl_wrapper ul li.active a::after{
  content: "";
  display: block;
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
}
.tab_conte_panel{
  color: #fff;
  font-size: 16px;
  margin: 0 0 45px 0;
}
.tab_conte_panel p{
  color: #fff;
  margin: 0 0 10px 0;
  font-size: 16px;
}
.tab_rtx_cont{
  margin: 0 0 30px 0!important;
}
.tab_conte_panel ul{
  margin: 0 0 0 30px;
  padding: 0;
}
.tab_conte_panel ul li{
  position: relative;
  padding: 0 0 0 10px;
  margin: 0 0 6px 0;
  font-size: 16px;
}
.tab_conte_panel ul li::before{
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
  left: -3px;
  top: 11px;
  position: absolute;
  content: '';
}
.postulation_mail_wrapper{
  margin: 104px 0 0 0;
  padding: 0 50px;
}
.postulation_mail_wrapper h2{
  font-size: 24px;
  font-family: 'Proxima Nova Bd';
  color: #fff;
  margin: 0 0 60px 0;
  position: relative;
}
.postulation_mail_wrapper h2::before{
  width: 200px;
  height: 2px;
  background-color: #e11a36;
  left: 0px;
  bottom: -21px;
  position: absolute;
  content: '';
}
.mailer_add{
  font-size: 16px;
  color: #fff;
  width:220px;
}
.mailer_add span{
  display: block;
}
.mailer_add h3{
  color: #e11a36;
  font-size: 17px;
  text-transform: uppercase;
}

.scrollup{
  width:40px;
  height:40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position:fixed;
  bottom:50px;
  border-radius: 50%;
  left: 100px;
  z-index: 70;
  background: #fff;
}
.scrollup i{
  color: #082348;
  font-size: 24px;
}
.no_job_post{
  max-width: 970px;
  width: 100%;
  margin: 0 auto;

  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  text-align: center;
  color: #fff;
  line-height: 1.4;
}
.select_lang{
  padding:18px 0 2px 0;
}
.select_lang .trp-language-switcher > div > a.trp-ls-shortcode-disabled-language {
  color: #424242;
  background-color: transparent;
  font-size: 16px;
}
.select_lang .trp-language-switcher > div {
  background-position: calc(100% - 8px) calc(1em + -1px), calc(100% - 3px) calc(1em + -1px);
}
.form_st_cont{
  color: #fff;
  margin: 0 0 56px 0;
  font-size: 16px;
}
.my_candidate_form_wrapper{
  color: #fff;
  font-size: 16px;
}
.mt_form_panel{
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.mt_form_panel .ft_input{
  height: 60px;
  border-radius: 6px;
  border:1px solid #fff;
  font-size: 16px;
  color: #fff;
  background-color: transparent;
  padding: 22px 24px;
}
.mt_form_panel .option{ 
  font-size: 16px;
  color: #fff;
  background-color: transparent;
}
.mt_form_panel .ft_input::-webkit-input-placeholder { /* Edge */
  font-size: 16px;
  color: #fff;
  opacity: 0.80;
  font-style: italic;
}

.mt_form_panel .ft_input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-size: 16px;
  color: #fff;
  opacity: 0.80;
  font-style: italic;
}

.mt_form_panel .ft_input::placeholder {
  font-size: 16px;
  color: #fff;
  opacity: 0.80;
  font-style: italic;
}
.mt_form_panel .impt{
  color: red;
  font-size: 12px;
}

.mt_form_panel .ft_input_address{
  height: 120px;
  border-radius: 6px;
  border:1px solid #fff;
  font-size: 16px;
  color: #fff;
  background-color: transparent;
  padding: 22px 24px;
}
.mt_form_panel .ft_input_address::-webkit-input-placeholder { /* Edge */
  font-size: 16px;
  color: #fff;
  opacity: 0.80;
  font-style: italic;
}

.mt_form_panel .ft_input_address:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-size: 16px;
  color: #fff;
  opacity: 0.80;
  font-style: italic;
}

.mt_form_panel .ft_input_address::placeholder {
  font-size: 16px;
  color: #fff;
  opacity: 0.80;
  font-style: italic;
}
.mt_form_panel .form-group {
  margin-bottom: 18px;
}
.mt_form_panel .form-group label{
  margin-bottom: 10px;
  font-size: 16px;
}
.mt_form_panel .ct_file .custom-file-label::after {
  position: absolute;
  top: 13px;
  right: auto;
  bottom: 0;
  z-index: 3;
  display: flex;
  height: calc(1.5em + .75rem);
  padding: 16px;
  line-height: 1.5;
  color: #495057;
  content: "Séléctionner votre fichier";
  background-color: #d8d8d8;
  border-left: inherit;
  border-radius: 0 .25rem .25rem 0;
  left: 24px;
  width: auto!important;
  justify-content: center;
  align-items: center;
}
.mt_form_panel .custom-file{
  height: 60px;
  border-radius: 6px;
  border:1px solid #fff;
  font-size: 16px;
  color: #fff;
  background-color: transparent;
  padding: 22px 24px;
}
.mt_form_panel .custom-file label {
  margin-bottom: 10px;
  font-size: 16px;
  background-color: transparent;
  border: 0;
  padding: 15px 15px 15px 237px;
  height: 60px;
  color: #fff;
}

.mt_form_panel .custom-file_ptup{
  height: 60px;
  border-radius: 0 0 6px 6px;
}

.mt_form_panel .ct_input .ft_input_address{
  height: 280px;
  border-radius: 6px 6px 0 0 ;
  border:1px solid #fff;
  font-size: 16px;
  color: #fff;
  background-color: transparent;
  padding: 22px 24px;
}
.mt_form_panel .ct_input .ft_input_address::-webkit-input-placeholder { /* Edge */
  font-size: 16px;
  color: #fff;
  opacity: 0.80;
  font-style: italic;
}

.mt_form_panel .ct_input .ft_input_address:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-size: 16px;
  color: #fff;
  opacity: 0.80;
  font-style: italic;
}

.mt_form_panel .ct_input .ft_input_address::placeholder {
  font-size: 16px;
  color: #fff;
  opacity: 0.80;
  font-style: italic;
}
.fmt_input{
  display: flex;
  justify-content: center;
  align-items: center;
}
.inpt_btn{
  width: 160px;
  height: 45px;
  padding: 0;
  background-color: #e11a36;
  font-size: 16px;
  color: #fff;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
}
.inpt_btn:hover,
.inpt_btn:focus{
  text-decoration: none;
  opacity: 0.90;
}
.mobi_btn{
  display: none;
}

.menu-bars-wrapper {
  cursor: pointer;
}
.menu-bars-wrapper .bar1 {
  width: 25px;
  height: 2px;
  background-color: #000;
  margin: 6px 0;
  transition: 0.4s;
}
.menu-bars-wrapper .bar2 {
  width: 25px;
  height: 2px;
  background-color: #000;
  margin: 6px 0 6px auto;
  transition: 0.4s;
}
.menu-bars-wrapper .bar3 {
  width: 25px;
  height: 2px;
  background-color: #000;
  margin: 6px 0 6px auto;
  transition: 0.4s;
}
.change .bar3 {
  -webkit-transform: rotate(
45deg
) translate(-8px, -8px);
  transform: rotate(
45deg
) translate(-4px, -6px);
  width: 25px;
}
.change .bar2 {
  opacity: 0;
}
.change .bar1 {
  -webkit-transform: rotate(
-45deg
) translate(-9px, 6px);
  transform: rotate(
-45deg
) translate(-6px, 7px);
}

.method-controls button, .method-controls input {
	text-align: center;
	margin: 5px 0;
}

.method-controls span {
	display: inline-block;
	color: #bbb;
	margin: 0 10px;
}

.ft-preloader {
	text-align: center;
	margin: 10px 0;
}

.ft-preloader svg {
	fill: #222;
}
.jobs_carrer_tab.ft-theme-default.ft-tabs > .ft-contents {
  color: #fff;
  padding: 10px 0px;
  background-color: transparent;
}
.jobs_carrer_tab.ft-theme-default.ft-tabs > .ft-nav > .ft-tab{
  color: #fff;
  opacity: 0.60;
  text-decoration: none;
  font-size: 24px;
  background-color:transparent;
  border-bottom-color: transparent;
  padding: 0;
  margin: 0 80px 0 0;
  position: relative;
}
.jobs_carrer_tab.ft-theme-default.ft-tabs > .ft-nav > .ft-tab:last-child{
  margin: 0 0px 0 0;
}
.jobs_carrer_tab.ft-theme-default.ft-tabs > .ft-nav > .ft-tab.active, 
.jobs_carrer_tab.ft-theme-default.ft-tabs > .ft-nav > .ft-tab:hover {
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  background-color:transparent;
  border-bottom-color: transparent;
  padding: 0;
  opacity: 1;
}
.jobs_carrer_tab.ft-theme-default.ft-tabs > .ft-nav > .ft-tab.active:after, 
.jobs_carrer_tab.ft-theme-default.ft-tabs > .ft-nav > .ft-tab:hover:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  width: 80%;
  margin: 0 auto;
  height: 4px;
  background-color: #fff;
}
.aol-tax-wrapper strong{
  display: none;
}
.sec_tab_header{
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 24px 0;
}
.panel-footer .aol-tax-wrapper:nth-child(1){
  display: none;
}
.aol-archive .well{
  display: none;
}
/*************** 29012021 ******************/
body.single-aol_ad main{
  background-color: #091b33;
}
body.single-aol_ad .entry-header {
  background-color: transparent!important;
  padding: 0rem 0 48px 0;

}
body.single-aol_ad h1{
  color: #fff;
}
body.single-aol_ad .intro-text h2{
  font-size: 24px;
  color: #fff;
  margin: 0 0 60px 0;
  position: relative;
  font-weight: 700;
}
body.single-aol_ad .intro-text h2::after{
  position: absolute;
  content: '';
  width: 200px;
  height: 2px;
  background-color: #e11a36;
  display: block;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -23px;
}
body.single-aol_ad .intro-text ul li{
  font-size: 24px;
  color:#fff;
  text-align: left;
}
/*********************************/
.post-meta li .meta-icon{
  color: #fff;
}
.post-meta li .meta-text{
  color: #fff;
}
.post-meta li .meta-text a{
  color: #fff!important;
}
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  max-width: 80rem;
  width: calc(100% - 2rem);
}
.tab_conte_panel form{
  max-width: 80rem;
  width: calc(100% - 2rem);
  margin: 0 auto;
}
/******************************/
.post-inner .entry-content .aol-single p{
  text-align: center;
  margin: 0 0 60px 0;
}
.post-inner .entry-content .aol-single p strong{
  font-size: 24px;
  color: #fff;
  margin: 20px 0 50px 0;
  position: relative;
  font-weight: 700;
  font-family: 'Proxima Nova Rg';  
  position: relative;
  display: block;
  text-align: center;
}
.post-inner .entry-content .aol-single p strong::after{
  position: absolute;
  content: '';
  width: 200px;
  height: 2px;
  background-color: #e11a36;
  display: block;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -23px;
}
.post-inner .entry-content .aol-single ul li{
  position: relative;
  font-family: 'Proxima Nova Rg';
  font-size: 24px;
  color: #fff;
  padding: 0 0 0 15px;
}
.post-inner .entry-content .aol-single ul li::before{
  position: absolute;
  content: '-';
  height: 100%;
  top: 0;
  bottom: 0;
  left: 3px;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  
}
body.single-aol_ad .pagination-single hr{
  display: none;
}

body.single-aol_ad .pagination-single{
  padding: 0 0 45px 0;
}
body.single-aol_ad .pagination-single a{
  color: #fff;
  font-size: 18px;
}
body.single-aol_ad .entry-content h3{
  font-size: 24px;
  color: #fff;
  margin: 75px 0 60px 0;
  position: relative;
  font-weight: 700;
  text-align: center;
}
body.single-aol_ad .entry-content h3::after{
  position: absolute;
  content: '';
  width: 200px;
  height: 2px;
  background-color: #e11a36;
  display: block;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -23px;
}
.entry-content select{
  height: 60px;
  border-radius: 6px;
  border:1px solid #fff;
  font-size: 16px;
  color: #fff;
  background-color: transparent;
  padding: 10px 24px;
  font-family: 'Proxima Nova Rg';
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.entry-content select:hover,
.entry-content select:focus{
  background-color: transparent;
  color: #fff;
}
.entry-content select option{
  color: #000;
}
.entry-content #titre{
  position: relative;
  z-index: 20;
}
.entry-content #titre::after{
  position: absolute;
  content: '';
  width: 9px;
  height: 9px;
  border-right: 1.5px solid #fff;
  border-bottom: 1.5px solid #fff;
  transform: rotate(45deg);
  right: 35px;
  top: 23px;
  z-index: -1;
}
.entry-content select .option{ 
  font-size: 16px;
  color: #fff;
  background-color: transparent;
}
.entry-content input{
  height: 60px;
  border-radius: 6px;
  border:1px solid #fff;
  font-size: 16px;
  color: #fff;
  background-color: transparent;
  padding: 22px 24px;
  font-family: 'Proxima Nova Rg';
  width: 100%;
}

.mt_form_panel .option{ 
  font-size: 16px;
  color: #fff;
  background-color: transparent;
}
.entry-content input::-webkit-input-placeholder { /* Edge */
  font-size: 16px;
  color: #fff;
  opacity: 0.80;
  font-style: italic;
  font-family: 'Proxima Nova Rg';
}

.entry-content input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-size: 16px;
  color: #fff;
  opacity: 0.80;
  font-style: italic;
  font-family: 'Proxima Nova Rg';
}

.entry-content input::placeholder {
  font-size: 16px;
  color: #fff;
  opacity: 0.80;
  font-style: italic;
  font-family: 'Proxima Nova Rg';
}
.entry-content .form-group label {
  margin-bottom: 10px;
  font-size: 16px;
  color: #fff;
  font-family: 'Proxima Nova Rg';
}
.entry-content .form-group small{
  font-size: 13px;
  color: #fff;
  font-family: 'Proxima Nova Rg';
}

.entry-content textarea{
  height: 120px;
  border-radius: 6px;
  border:1px solid #fff;
  font-size: 16px;
  color: #fff;
  background-color: transparent;
  padding: 22px 24px;
  font-family: 'Proxima Nova Rg';
}
.entry-content textarea::-webkit-input-placeholder { /* Edge */
  font-size: 16px;
  color: #fff;
  opacity: 0.80;
  font-style: italic;
  font-family: 'Proxima Nova Rg';
}

.entry-content textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-size: 16px;
  color: #fff;
  opacity: 0.80;
  font-style: italic;
  font-family: 'Proxima Nova Rg';
}

.entry-content textarea::placeholder {
  font-size: 16px;
  color: #fff;
  opacity: 0.80;
  font-style: italic;
  font-family: 'Proxima Nova Rg';
}
.entry-content input[type="submit"] {
  width: 160px;
  height: 45px;
  padding: 0;
  background-color: #e11a36;
  font-size: 16px;
  color: #fff;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
  margin: 0 auto 20px auto;
  font-family: 'Proxima Nova Rg';
  border:none;
  border-radius: 0;
  position: relative;
}
.entry-content input[type="submit"]::after{
  position: absolute;
  content: '';
  width: 200px;
  height: 2px;
  background-color: #e11a36;
  display: block;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -23px;
}
.intro-text p{
  font-size: 24px;
  color: #fff;
}
body.single-aol_ad main .featured-media{
  background-color: #091b33;
}
body.single-aol_ad main .featured-media::before {
  background-color: #091b33;
  content: "";
  display: block;
  position: absolute;
  bottom: 50%;
  left: 0;
  right: 0;
  top: 0;
}

.entry-content input[type="file"]{
  height: 60px;
  border-radius: 6px;
  border:1px solid #fff;
  font-size: 16px;
  color: #fff;
  background-color: transparent;
  padding: 15px 24px;
  font-family: 'Proxima Nova Rg';
  width: 100%!important;
}
.entry-content input[type="file"]::-webkit-input-placeholder { /* Edge */
  font-size: 16px;
  color: #fff;
  opacity: 0.80;
  font-style: italic;
  font-family: 'Proxima Nova Rg';
}

.entry-content input[type="file"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-size: 16px;
  color: #fff;
  opacity: 0.80;
  font-style: italic;
  font-family: 'Proxima Nova Rg';
}

.entry-content input[type="file"]::placeholder {
  font-size: 16px;
  color: #fff;
  opacity: 0.80;
  font-style: italic;
  font-family: 'Proxima Nova Rg';
}

.career_jobs_loop{
  display: block;
}
.career_jobs_loop ul{
  display: block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.career_jobs_loop ul li{
  display: block;
  margin: 0 0 22px 0;
  padding: 0;
}
.career_jobs_loop ul li:last-child{
  display: block;
  margin: 0 0 0px 0;
}
.career_job_wrapper{
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 0;
  padding: 40px;
  }
  .job_title{
    font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  color: #fff;
  width: 33%;
  }
  .job_title a,
  .job_title a:hover,
  .job_title a:focus{
    color: #fff;
    font-size: 24px;
  }
  .job_loc{
    font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  color: #fff;
  width: 20%;
  }
  .job_type{
    font-size: 24px;
  font-stretch: normal;
  font-style: normal;
  color: #fff;
  width: 12%;
  }
  .pub_date{
    font-size: 24px;
  font-stretch: normal;
  font-style: normal;
  color: #e11a36;
  width: 15%;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  }
  .pub_date span{
    display: block;
    color: #fff;
    font-weight: normal;
    font-size: 12px;
    margin: 0 0 10px 0;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: -15px;
  }
  .job_details_btn{
    height: 25px;
    padding: 9px 29px;
    color: #fff;
    background-color: #e11a36;
    opacity: 1;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
  }
  .job_details_btn:hover,
  .job_details_btn:focus{
    opacity: 0.90;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    color: #fff;
  }
  .job_post_details {
    height: 320px;
    background-color: #d1d1d1;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.custom_brad_wrapper_with_btn{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tgl_btn {
  min-width: 130px;
  width: auto;
  height: 45px;
  padding: 0;
  background-color: #e11a36;
  font-size: 16px;
  color: #fff;
  font-size: 16px;
  padding: 5px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
  margin: 0 0 20px 0;
  font-family: 'Proxima Nova Rg';
  border: none;
  border-radius: 0;
  opacity: 0.90;
}
.tgl_btn:hover,
.tgl_btn:focus{
  color: #fff;
  opacity: 0.90;
}
.back_top_page_wrppaer{
  padding: 25px 0 20px 0;
}
.back_to_page,
.back_to_page:hover,
.back_to_page:focus{
  color: #fff;
  font-size: 15px;
  outline: none;
  border:none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 220px;
}
.back_to_page i{
  font-size: 22px;
  margin: 0 10px 0 0;
}
.page_main_banner.thankyou_banner{
  height: 280px!important;
}
.thankyou_inner_wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 40px 0 120px 0;
}
.thankyou_check{
  margin: 0 0 37px 0;
}
.thankyou_heading{
  max-width: 767px;
  width: 100%;
  margin: 0 0 75px 0;
}
.thankyou_heading h2{
  font-size: 40px!important;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  color: #fff;
  text-align: center;
  line-height: 50px;
}
.thankyou_seperator{
  max-width: 200px;
  width: 100%;
  height: 2px;
  margin: 0 auto;
  background-color: #e11a36;
}
.thankyou_footer{
  padding: 80px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.backto_page{
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
    padding: 12px 29px;
    color: #fff;
    background-color: #e11a36;
    opacity: 1;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}
.backto_page:hover,
.backto_page:focus{
  opacity: 0.90;
  outline: none;
  border: none;
  color: #fff;
}
.external_panel{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 40px 0;
}
.external_panel p{
  font-size: 15px;
  color: #fff;
}
.external_panel .backto_page{
  width: 286px;
}

/**********/
.tab_conte_panel select{
  height: 60px;
  border-radius: 6px;
  border:1px solid #fff;
  font-size: 16px;
  color: #fff;
  background-color: transparent;
  padding: 22px 24px;
  font-family: 'Proxima Nova Rg';
}
.tab_conte_panel select .option{ 
  font-size: 16px;
  color: #fff;
  background-color: transparent;
}
.tab_conte_panel input{
  height: 60px;
  border-radius: 6px;
  border:1px solid #fff;
  font-size: 16px;
  color: #fff;
  background-color: transparent;
  padding: 15px 24px;
  font-family: 'Proxima Nova Rg';
  width: 100%;
}

.mt_form_panel .option{ 
  font-size: 16px;
  color: #fff;
  background-color: transparent;
}
.tab_conte_panel input::-webkit-input-placeholder { /* Edge */
  font-size: 16px;
  color: #fff;
  opacity: 0.80;
  font-style: italic;
  font-family: 'Proxima Nova Rg';
}

.tab_conte_panel input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-size: 16px;
  color: #fff;
  opacity: 0.80;
  font-style: italic;
  font-family: 'Proxima Nova Rg';
}

.tab_conte_panel input::placeholder {
  font-size: 16px;
  color: #fff;
  opacity: 0.80;
  font-style: italic;
  font-family: 'Proxima Nova Rg';
}
.tab_conte_panel .form-group label {
  margin-bottom: 10px;
  font-size: 16px;
  color: #fff;
  font-family: 'Proxima Nova Rg';
}
.tab_conte_panel .form-group small{
  font-size: 13px;
  color: #fff;
  font-family: 'Proxima Nova Rg';
}

.tab_conte_panel textarea{
  height: 120px;
  border-radius: 6px;
  border:1px solid #fff;
  font-size: 16px;
  color: #fff;
  background-color: transparent;
  padding: 22px 24px;
  font-family: 'Proxima Nova Rg';
}
.tab_conte_panel textarea::-webkit-input-placeholder { /* Edge */
  font-size: 16px;
  color: #fff;
  opacity: 0.80;
  font-style: italic;
  font-family: 'Proxima Nova Rg';
}

.tab_conte_panel textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-size: 16px;
  color: #fff;
  opacity: 0.80;
  font-style: italic;
  font-family: 'Proxima Nova Rg';
}

.tab_conte_panel textarea::placeholder {
  font-size: 16px;
  color: #fff;
  opacity: 0.80;
  font-style: italic;
  font-family: 'Proxima Nova Rg';
}
.tab_conte_panel input[type="submit"] {
  width: 160px;
  height: 45px;
  padding: 0;
  background-color: #e11a36;
  font-size: 16px;
  color: #fff;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
  margin: 0 auto 20px auto;
  font-family: 'Proxima Nova Rg';
  border:none;
  border-radius: 0;
}
.the-count{
  font-size: 12px;
  color: #fff;
  opacity: 0.60;
  font-family: 'Proxima Nova Rg';
}
.clicktoopen{
  width: 160px;
  height: 42px;
  margin: 0 0 25px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Proxima Nova Rg'!important;
  opacity: 1;
  color: #fff!important;
}
.clicktoopen:hover,
.clicktoopen:focus{
  outline: none;
  text-decoration: none;
  opacity: 0.90;
  color: #fff!important;
}

.aol-single .clicktoopen{
  width: 180px!important;
  height: 42px!important;
  margin: 85px auto 45px!important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Proxima Nova Rg'!important;
  opacity: 1;
}
.aol-single .clicktoopen:hover,
.aol-single .clicktoopen:focus{
  outline: none;
  text-decoration: none;
  opacity: 0.90;
}


/***********************/


.tab_conte_panel .ct_file .custom-file-label::after {
  position: absolute;
  top: 13px;
  right: auto;
  bottom: 0;
  z-index: 3;
  display: flex;
  height: calc(1.5em + .75rem);
  padding: 16px;
  line-height: 1.5;
  color: #495057;
  content: "Séléctionner votre fichier";
  background-color: #d8d8d8;
  border-left: inherit;
  border-radius: 0 .25rem .25rem 0;
  left: 24px;
  width: auto!important;
  justify-content: center;
  align-items: center;
}
.tab_conte_panel .custom-file{
  height: 60px;
  border-radius: 6px;
  border:1px solid #fff;
  font-size: 16px;
  color: #fff;
  background-color: transparent;
  padding: 22px 24px;
}
.tab_conte_panel .custom-file label {
  margin-bottom: 10px;
  font-size: 16px;
  background-color: transparent;
  border: 0;
  padding: 15px 15px 15px 237px;
  height: 60px;
  color: #fff;
}

.tab_conte_panel .custom-file_ptup{
  height: 60px;
  border-radius: 0 0 6px 6px;
}

.tab_conte_panel .ct_input .ft_input_address{
  height: 280px;
  border-radius: 6px 6px 0 0 ;
  border:1px solid #fff;
  font-size: 16px;
  color: #fff;
  background-color: transparent;
  padding: 22px 24px;
}
.tab_conte_panel .ct_input .ft_input_address::-webkit-input-placeholder { /* Edge */
  font-size: 16px;
  color: #fff;
  opacity: 0.80;
  font-style: italic;
}

.tab_conte_panel .ct_input .ft_input_address:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-size: 16px;
  color: #fff;
  opacity: 0.80;
  font-style: italic;
}

.tab_conte_panel .ct_input .ft_input_address::placeholder {
  font-size: 16px;
  color: #fff;
  opacity: 0.80;
  font-style: italic;
}
.post-meta-single-top{
  display: none;
}
.jobs_main_cont_wrapper h2{
  font-size: 24px;
}
.tab_conte_panel p.single_line {
  color: #fff;
  margin: 0 0 0px 0;
  font-size: 16px;
}
.tab_conte_panel h3{
  font-size: 16px;
  margin: 20px 0 5px 0;
}

body.page-template-templatescandidature-spontane-php .jobs_main_cont_wrapper h2 {
  font-size: 16px;
  line-height: 25px;
  margin: 0 0 56px 0!important;
}
body.page-template-templatesjobs-php .jobs_main_cont_wrapper h2 {
  font-size: 16px;
  line-height: 25px;
}
.aol_app_form progress{
  display: none!important;
}
progress{
  display: none!important;
}
.aol_app_form .form-group label{
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.aol_app_form .form-group label .required-mark{
  color: #e11a36;
  font-size: 12px;
}
.tab_conte_panel .form-group label .impt{
  color: #e11a36;
  font-size: 14px;
}
.tab_conte_panel .form-group.ct_input textarea{
  height: 280px;
  border-radius: 4px 4px 0 0 ;
  margin: 0 0 -11px 0;
}
.form-control.area{
  height: 280px;
}
.post-inner {
  padding-top: 0rem;
}
body.single-aol_ad .entry-content h3.aol-heading {
  font-size: 24px;
  color: #fff;
  margin: 0px 0 60px 0;
  position: relative;
  font-weight: 700;
  text-align: center;
}
.aol-single{
    color: #fff;
}
.aol-single p{
  font-family: 'Proxima Nova Rg'!important;
  font-size: 15px;
}
/******** 050221 ********/

.custom-select {
  position: relative;
  font-family: Arial;
}
.custom-select {
  display: inline-block;
  width: 64px;
  font-size: 14px;
  height: unset;
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: none;
  background-color: transparent;
  border: none;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  background-color: transparent;
}

/* Style the arrow inside the select element: */
.select-selected:after {
    position: absolute;
    content: "";
    top: 11px;
    right: 10px;
    width: 7px;
    height: 7px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  position: absolute;
    content: "";
    top: 11px;
    right: 10px;
    width: 7px;
    height: 7px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
  color: #ffffff;
  padding: 4px 15px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  font-size: 14px;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #051122;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 10;
  border: 1px solid #22344e;
}
.select-items div{
  border-bottom: 1px solid #22344e;
}
.select-items div:last-child{
  border-bottom: 0px solid #22344e;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
.pagination-single{
  display: none;
}
.aol_app_form{
  padding: 0 0 120px 0;
}
.mega_dropdown .dropdown_megamenu{
  position: absolute;
  left: 0;
  right: 0;
  top: 80px;
  display: none;
  background-color: #fff;
  z-index: 99;
  padding: 40px 0;
  transform: translateY(0px);
  opacity: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  height: 0;
}
.tab_conte_panel input[type="file"] {
  width: 100%;
}
.trp-language-switcher > div {
	background-color: transparent;
	border: none;
    color: #fff;
    padding: 3px 16px 3px 5px;
}
.trp-language-switcher > div > a {
    color: #000;
    font-size: 15px;
    background-color: #fff;
}
.trp-language-switcher > div > a.trp-ls-shortcode-disabled-language {
	color: #fff;
	background-color: transparent;
}
.trp-language-switcher > div {
  background-position: calc(100% - 8px) calc(1em + 4px), calc(100% - 3px) calc(1em + 4px);
}
.mega_dropdown:hover .dropdown_megamenu{
  display: block;
  transform: translateY(0%);
  opacity: 1;
  height: auto;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
}
body.bodyfix{
  overflow: hidden;
}
.toggle_arrow{
  display: none;
}
.my-preheader .navbar{
  position: unset;
  padding: 0rem 1rem;
  margin: 0 auto;
}
.my-preheader .navbar ul li{
  position: unset;
  padding: 30px 33px 20px 34px;
}
.navbar-expand-md .navbar-nav .nav-link {
  padding-right: 0rem;
  padding-left: 0rem;
}
.mega_menu_row{
  display: flex;
  justify-content: flex-start;
}
.fst_col{
  max-width: 420px;
  width: 100%;
  padding: 0 15px;
}
.sct_col_3{
  max-width: 220px;
  width: 100%;
  padding: 0 15px;
}
.fst_col h4{
  font-weight: bold;
    font-style: normal;
    color: #E11A36;
    font-size: 36px;
    text-align: center;
}
.mega_menu_row ul li{
  padding: 0 0 0px 0!important;
}
.mega_menu_row ul li a,
.mega_menu_row ul li a:hover{
  color: #082348!important;
  font-size: 16px;
  display: block;
  padding: 0 0 35px 0!important;
}
.mega_menu_row ul li a:hover::after,
.mega_menu_row ul li a:hover::before{
  display: none!important;
}
.my_navbar ul li:hover  ul li a::after{
  display: none!important;
}
#aol_form_status{
  display: none!important;
}


.show_but, .show_but:hover, .show_but:focus {
  color: #fff;
  font-size: 15px;
  outline: none;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 220px;
}
.show_but i {
  font-size: 22px;
  margin: 0 10px 0 0;
}


.tab_conte_panel #titre {
  position: relative;
  z-index: 20;
}
.tab_conte_panel select {
  height: 60px;
  border-radius: 6px;
  border: 1px solid #fff;
  font-size: 16px;
  color: #fff;
  background-color: transparent;
  padding: 10px 24px;
  font-family: 'Proxima Nova Rg';
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.tab_conte_panel select:hover,
.tab_conte_panel select:focus{
  background-color: transparent;
  color: #fff;
}
.tab_conte_panel select option{
  color: #000;
}
.tab_conte_panel #titre::after {
  position: absolute;
  content: '';
  width: 9px;
  height: 9px;
  border-right: 1.5px solid #fff;
  border-bottom: 1.5px solid #fff;
  transform: rotate(
45deg
);
  right: 35px;
  top: 23px;
  z-index: -1;
}
.wp_custom_menu li a{
  position: relative;
}
.wp_custom_menu li.current-menu-item a{
  color: #fff;
  opacity: 1;
}
.wp_custom_menu li.current-menu-item a::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    width: 100%;
    height: 4px;
    background-color: #fff;
}

.post-inner .entry-content .aol-single ul li::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #ffffff;
  top: 12px;
  left: -5px;
}
.post-inner .entry-content .aol-single ul li > ul > li::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: none;
  border: 1px solid #ffffff;
  top: 12px;
  left: -5px;
}
.aol-checkbox{
	position: relative;
}
.aol-checkbox > label{
position: absolute;
    top: 0;
    left: 486px;
}
.translatepress-de_DE .aol-checkbox > label{  
  left: 528px;
}
.aol-checkbox input {
    width: 25px !important;
    height: 25px !important;
    margin-right: 20px !important;
    position: relative;
    top: -3px;
    padding: 0 0 0 !important;
}
.aol-checkbox input[type="checkbox"]:checked::before {   
    width: 27px;
    filter: brightness(0) invert(1);
}
.aol-checkbox > div > label{
    flex-direction: row !important;
    justify-content: flex-start !important;
}
.privacy_policy_section {
  padding: 60px 0;
}
.privacy_policy_section h1 {
  font-size: 27px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
.privacy_policy_section h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.privacy_policy_section ol {
  counter-reset: firstList;
}
.privacy_policy_section ol > li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 30px;
}
.privacy_policy_section ol li::before {
  position: absolute;
  left: 0;
  line-height: 1.3;
}
.privacy_policy_section ol > li::before {
  counter-increment: firstList;
  content: counter(firstList) ".";
  font-weight: 700;
}
.privacy_policy_section ol li ol {
  counter-reset: secondList;
  margin: 0 0 1rem;
}
.privacy_policy_section ol li ol li {
  padding-left: 30px;
}
.privacy_policy_section ol > li > ol > li::before {
  counter-increment: secondList;
  content: counter(firstList) "."counter(secondList) ".";
  font-style: italic;
  font-size: 14px;
  line-height: 1.6;
}
.privacy_policy_section ol li p i {
  font-size: 14px;
  font-weight: 700;
}
.privacy_policy_section ol li ul {
  margin: 0 0 1rem;
  position: relative;
}
.privacy_policy_section ol li ul li {
  padding-left: 20px;
}
.privacy_policy_section ol li ul li:before {
  content: "-";
  position: absolute;
  left: 0;
}
.privacy_policy_section .container > ol {
  margin-bottom: 30px;
}
.post_linkedin_block {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  z-index: 999;
}
.post_linkedin_block.active {
  display: flex;
}
.post_linkedin_close {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  right: -20px;
  top: -20px;
  width: 34px;
  height: 34px;
  background-color: rgba(255, 255, 255, 0.85);
  color: #000;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
}
.post_linkedin_box {
  max-width: 50%;
  position: relative;
}
.post_linkedin_box img {
  max-width: 100%;
  max-height: 90vh;
  margin: 0 auto;
}
@media screen and (max-width: 1250px) {
    .post_linkedin_box {
      max-width: 60%;
    }
}
@media screen and (max-width: 1100px) {
    .post_linkedin_box {
      max-width: 70%;
    }
}
@media screen and (max-width: 991px) {
    .post_linkedin_box {
      max-width: 80%;
    }
}
@media screen and (max-width: 767px) {
    .post_linkedin_box {
      max-width: 90%;
    }
    .post_linkedin_close {
        right: -15px;
        top: -15px;
        width: 25px;
        height: 25px;
        font-size: 15px;
    }
}