

.flex-container {

  width:100%; max-width:1140px;
  padding: 0 25px;
  margin: 0 auto;
  list-style: none;
  
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
  -webkit-flex-flow: wrap;
  flex-wrap: wrap;
  justify-content: space-around;
  -webkit-justify-content: space-between;

  -webkit-flex-direction: row; /* Safari */
  flex-direction:         row;

}

.flex-item {
  width: 50%; height: auto;
  padding: 20px; margin: 0px;
}

/* - - - - - - - - - - - - - - - - Carrieres */

.flex-carrieres-texte {
  width: 65%;
}

.flex-carrieres-liste {
  width: 35%;
  background: #fdfdfd;
  border:solid 3px #ccc;
}


@media only screen and (max-width: 768px) { 
  .flex-carrieres-texte, .flex-carrieres-liste { width:100%; }
}




/*
     FILE ARCHIVED ON 09:51:14 Mar 08, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 14:42:10 Jul 06, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.409
  exclusion.robots: 0.041
  exclusion.robots.policy: 0.033
  esindex: 0.007
  cdx.remote: 58.936
  LoadShardBlock: 120.132 (3)
  PetaboxLoader3.datanode: 137.823 (5)
  PetaboxLoader3.resolve: 61.204 (2)
  load_resource: 121.258
  loaddict: 52.413
*/