html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/**** GLOBAL ****/
* {
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
  margin-top: 0 !important;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  height: 100%;
}
.grid_container {
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
  position: relative;
}
@media only screen and (min-width: 800px) {
  .grid_container {
    padding: 0 35px;
  }
}
a {
  text-decoration: none;
  transition: color 0.3s ease-in-out;
  color: #aebb10;
  font-weight: 400;
}
p,
ul,
figcaption {
  font-size: 15px; /* add PX (or original value) as backup */
  font-size: 0.9375rem;
  line-height: 25px; /* add PX (or original value) as backup */
  line-height: 1.5625rem;
  margin: 0 0 1em 0;
  padding: 0;
  color: #60604b;
}
figcaption {
  text-align: center;
}
ul {
  margin-left: 20px;
}
b,
strong {
  font-weight: normal;
  font-weight: 600;
}
figure {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
  line-height: 1em;
  color: #60604b;
	margin-bottom:15px;
}
h3 {
  font-size: 18px; /* add PX (or original value) as backup */
  font-size: 1.125rem;
  line-height: 1.2;
}
@media only screen and (min-width: 600px) {
  h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.both {
  float: none;
  clear: both;
}
/* FORM RESET */
form ul {
  list-style: none;
  margin: 0;
}
textarea,
select,
input {
  border: none;
  outline: none;
  display: block;
  -webkit-appearance: none;
}
textarea:focus,
select:focus,
input:focus {
  outline: none;
}
input,
select,
textarea {
  padding: 12px 15px;
  background-color: #ebebeb;
  width: 100%;
  border: 1px solid #ebebeb;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
}
textarea:focus,
select:focus,
input:focus {
  border: 1px solid #ccc;
}
label {
  display: block;
  color: #60604b;
  margin: 10px 0 10px 2px;
  font-size: 15px; /* add PX (or original value) as backup */
  font-size: 0.9375rem;
}
textarea {
  min-height: 150px;
  resize: vertical;
  max-height: 200px;
  margin-bottom: 20px;
}
.submit,
input[type=submit] {
  float: right;
  margin-top: 20px;
  width: 160px;
  background: #e16723;
  color: #fff;
}
.submit:hover {
  background: #a84815;
}
.cta_inscription {
  display: inline-block;
  padding: 12px 12px 12px 15px;
  margin: 30px 0 0 0;
  background: #e16723;
  color: #fff;
  border-radius: 5px;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 14px; /* add PX (or original value) as backup */
  font-size: 0.875rem;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cta_inscription svg {
  fill: #fff;
  float: right;
  margin: 2px 0 0 12px;
}
.cta_inscription.prog {
  margin-top: 0;
  margin-bottom: 40px;
  background: #d5e224;
  color: #60604b;
}
.cta_inscription.prog svg {
  fill: #60604b;
}
.cta_inscription.prog:hover {
  background: #aebb10;
}
.cta_inscription:hover {
  background: #a84815;
}
/**** HEADER ****/
#bg_site {
  width: 100%;
  height: 100%;
  position: relative;
}
#header_bg {
  width: 100%;
  height: 380px;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  background-image: url("../images/header_bg.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: none;
  display: none;
}
@media only screen and (min-width: 800px) {
  #header_bg {
    height: 380px;
    display: block;
  }
}
@media only screen and (min-width: 1150px) {
  #header_bg {
    background-size: 100%;
    height: 630px;
  }
}
@media only screen and (min-width: 1800px) {
  #header_bg {
    background-size: 100%;
  }
}
#content_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  background-image: url("../images/bg_accueil.png");
  display: none;
}
@media only screen and (min-width: 661px) {
  #content_bg {
    display: block;
  }
}
#siteWrap {
  background-image: url("../images/bg_accueil.png");
}
@media only screen and (min-width: 661px) {
  #siteWrap {
    background-image: none;
  }
}
.white_bg {
  background-color: #fff;
  padding: 20px;
  width: 100%;
  height: 100%;
  *zoom: 1;
}
.white_bg:before,
.white_bg:after {
  content: '';
  display: table;
}
.white_bg:after {
  clear: both;
}
.col_left .white_bg,
.col_right .white_bg,
.medium_col_program .white_bg {
  padding: 20px;
}
@media only screen and (min-width: 600px) {
  .col_left .white_bg,
  .col_right .white_bg,
  .medium_col_program .white_bg {
    padding: 30px;
  }
}
header {
  *zoom: 1;
  background-image: url("../images/header_bg.jpg");
  background-size: cover;
}
header:before,
header:after {
  content: '';
  display: table;
}
header:after {
  clear: both;
}
@media only screen and (min-width: 800px) {
  header {
    background-image: none;
  }
}
.top_menu {
  width: 100%;
  height: 45px;
  background: #292929;
  display: block;
}
.top_menu_left {
  float: left;
  display: none;
}
@media only screen and (min-width: 661px) {
  .top_menu_left {
    display: block;
  }
}
.top_menu_left a {
  display: inline-block;
  font-size: 15px; /* add PX (or original value) as backup */
  font-size: 0.9375rem;
  color: #fff;
  text-decoration: none;
  vertical-align: top;
}
.top_menu_left a svg {
  margin: 11px 5px 0 15px;
}
.top_menu_left a span {
  vertical-align: top;
  line-height: 42px; /* add PX (or original value) as backup */
  line-height: 2.625rem;
}
.top_menu_left a.lien_entreprises span {
  color: #d5e224;
}
.top_menu_left a.current {
  color: #ccc;
}
.top_menu_left a svg {
  fill: #fff;
}
span.vertical_line {
  color: #fff;
  vertical-align: middle;
  line-height: 42px; /* add PX (or original value) as backup */
  line-height: 2.625rem;
  padding: 0 5px;
}
.social_media_header {
  float: right;
  margin: 6px 6px 0 0;
}
.social_media_header a {
  display: inline-block;
  margin-right: 2px;
  width: 32px;
  height: 32px;
  background-color: #ebebeb;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}
.social_media_header a .social_icon {
  fill: #60604b;
  transition: all 0.3s ease-in-out;
}
.social_media_header a:hover {
  background-color: #e16723;
}
.social_media_header a:hover .social_icon {
  fill: #fff;
}
/* LOGO */
.logo_header_wrap {
  width: 100%;
  padding-bottom: 30px;
  margin: 20px auto 0 auto;
  max-width: 220px;
}
.logo_header_wrap img {
  width: 100%;
}
@media only screen and (min-width: 800px) {
  .logo_header_wrap {
    float: left;
    margin-top: 45px;
    max-width: 340px;
    max-height: 165px;
    margin-bottom: 65px;
  }
}
.alert_mobile {
  display: block;
  position: relative;
  margin: 10px;
  overflow: hidden;
}
@media only screen and (min-width: 800px) {
  .alert_mobile {
    display: none;
  }
}
.alert_mobile table {
  width: 100%;
}
.alert_mobile .alert_icon {
  background-color: #e16723;
}
.alert_mobile .alert_icon svg {
  margin: 0 10px 0 10px;
}
.alert_mobile .alert_icon svg .alert_icon_img {
  fill: #fff;
}
.alert_mobile .alert_txt {
  background: #292929;
  padding: 10px 13px;
}
.alert_mobile .alert_txt h3 {
  text-transform: uppercase;
  font-size: 18px; /* add PX (or original value) as backup */
  font-size: 1.125rem;
  margin-bottom: 15px;
  color: #fff;
}
.alert_mobile .alert_txt p {
  font-size: 12px; /* add PX (or original value) as backup */
  font-size: 0.75rem;
  line-height: 1.5;
  color: #fff;
  margin: 0;
  padding-right: 25px;
}
.alert_mobile .close_alert_mobile {
  width: 22px;
  height: 22px;
  background-color: #fff;
  border-radius: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.alert_mobile .close_alert_mobile svg {
  fill: #e16723;
  margin: -1px 0 0 -1px;
}
.alert_wrap {
  display: none;
  position: relative;
  top: 0;
  right: -343px;
  float: right;
  max-width: 343px;
  max-height: 205px;
  margin: 30px -35px 40px 0;
  opacity: 0;
}
@media only screen and (min-width: 800px) {
  .alert_wrap {
    display: block;
  }
}
.alert_wrap .alert_icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 74px;
  height: 74px;
  background-color: #e16723;
  z-index: 10;
}
.alert_wrap .alert_icon svg {
  margin: 10px 0 0 15px;
}
.alert_wrap .alert_icon svg .alert_icon_img {
  fill: #fff;
}
.alert_wrap .alert_txt_wrap {
  width: 276px;
  height: 155px;
  background-color: #292929;
  position: absolute;
  z-index: 5;
  top: 50px;
  left: 30px;
}
.alert_wrap .alert_txt_wrap .close_alert {
  width: 22px;
  height: 22px;
  background-color: #fff;
  border-radius: 20px;
  position: absolute;
  top: 14px;
  right: 15px;
  cursor: pointer;
}
.alert_wrap .alert_txt_wrap .close_alert svg {
  fill: #e16723;
  margin: -1px 0 0 -1px;
}
.alert_wrap .alert_txt_wrap .alert_txt {
  color: #fff;
  max-height: 155px;
  overflow: auto;
  padding: 38px 25px 0 25px;
}
.alert_wrap .alert_txt_wrap .alert_txt h3 {
  text-transform: uppercase;
  font-size: 18px; /* add PX (or original value) as backup */
  font-size: 1.125rem;
  margin-bottom: 12px;
  color: #fff;
}
.alert_wrap .alert_txt_wrap .alert_txt p {
  font-size: 13px; /* add PX (or original value) as backup */
  font-size: 0.8125rem;
  line-height: 1.42;
  color: #fff;
}
.alert_wrap .alert_bg .alert_bg_light {
  fill: #e16723;
}
.alert_wrap .alert_bg .alert_bg_dark {
  fill: #a84815;
}
header {
  position: relative;
  top: 0;
  left: 0;
  z-index: 100;
  margin-bottom: 0;
}
@media only screen and (min-width: 661px) {
  header {
    margin-bottom: 110px;
    min-height: 210px;
    max-height: none;
  }
}
@media only screen and (min-width: 800px) {
  header {
    margin-bottom: 100px;
    min-height: 330px;
    padding-bottom: 10px;
  }
}
header.noAlert {
  margin-bottom: 0;
}
@media only screen and (min-width: 661px) {
  header.noAlert {
    margin-bottom: 100px;
    padding-bottom: 10px;
  }
}
header.noTrans {
  transition: none !important;
}
header.openSidebar {
  width: 100%;
}
header.mobile {
  display: block;
  margin-bottom: 20px;
}
@media only screen and (min-width: 661px) {
  header.mobile {
    display: none;
  }
}
header.not_mobile {
  display: none;
}
@media only screen and (min-width: 661px) {
  header.not_mobile {
    display: block;
  }
}
.nav_inner {
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
}
header nav {
  position: relative;
  width: 100%;
}
header nav .menu_mobile_icon {
  *zoom: 1;
  cursor: pointer;
  padding-left: 10px;
  background-color: #60604b;
}
header nav .menu_mobile_icon:before,
header nav .menu_mobile_icon:after {
  content: '';
  display: table;
}
header nav .menu_mobile_icon:after {
  clear: both;
}
header nav .menu_mobile_icon .icon {
  float: left;
  margin-top: 7px;
}
header nav .menu_mobile_icon p {
  display: inline-block;
  float: left;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  padding-left: 10px;
  margin-bottom: 0;
  font-size: 15px; /* add PX (or original value) as backup */
  font-size: 0.9375rem;
  line-height: 35px; /* add PX (or original value) as backup */
  line-height: 2.1875rem;
}
@media only screen and (min-width: 661px) {
  header nav .menu_mobile_icon {
    display: none;
  }
}
header nav .menu a {
  background-color: #60604b;
  display: none;
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 20%;
  margin-left: 0%;
  margin-right: 0%;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 12px; /* add PX (or original value) as backup */
  font-size: 0.75rem;
  line-height: 60px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
  border-left: 1px solid #787e72;
}
header nav .menu a:before,
header nav .menu a:after {
  content: '';
  display: table;
}
header nav .menu a:after {
  clear: both;
}
header nav .menu a:hover,
header nav .menu a.current {
  background-color: #d5e224;
  color: #60604b;
}
header nav .menu a:nth-child(1) {
  border-left: none;
}
@media only screen and (min-width: 661px) {
  header nav .menu a {
    display: block;
  }
}
@media only screen and (min-width: 1000px) {
  header nav .menu a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 1400px) {
  header nav .menu a {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 661px) {
  header nav {
    height: 110px;
  }
}
.sae .menu a {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 25%;
  margin-left: 0%;
  margin-right: 0%;
  text-align: center;
}
.sae .menu a:before,
.sae .menu a:after {
  content: '';
  display: table;
}
.sae .menu a:after {
  clear: both;
}
.filArianne {
  width: 100%;
  background-color: #d5e224;
  display: none;
}
@media only screen and (min-width: 661px) {
  .filArianne {
    display: block;
    padding: 10px;
    min-height: 50px;
  }
}
.filArianne_inner {
  background-color: #aebb10;
  overflow: hidden;
  padding: 10px 10px 12px 10px;
}
@media only screen and (min-width: 661px) {
  .filArianne_inner {
    height: 30px;
    padding: 0 10px;
  }
}
.filArianne_inner span {
  font-size: 12px; /* add PX (or original value) as backup */
  font-size: 0.75rem;
  line-height: 15px; /* add PX (or original value) as backup */
  line-height: 0.9375rem;
  color: #fff;
  font-weight: 400;
}
.filArianne_inner span a {
  color: #fff;
}
.filArianne_inner span a:hover {
  color: #60604b;
}
@media only screen and (min-width: 661px) {
  .filArianne_inner span {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}
/**** CONTENT ****/
#content .content_inner {
  padding: 0;
  position: relative;
  z-index: 20;
}
.row,
.col {
  background: #fff;
  padding: 20px 0;
  margin-bottom: 20px;
}
.title {
  padding: 25px 0;
  background-image: url("../images/bg_title.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right center;
}
.title.dark {
  background-image: url("../images/bg_title_dark.png");
  background-color: #60604b;
}
.title h1,
.title h2 {
  text-transform: uppercase;
  font-weight: 600;
  padding-left: 25px;
  font-size: 22px; /* add PX (or original value) as backup */
  font-size: 1.375rem;
}
.title.dark h1,
.title.dark h2 {
  color: #fff;
}
.title_big {
  *zoom: 1;
  padding: 0;
}
.title_big:before,
.title_big:after {
  content: '';
  display: table;
}
.title_big:after {
  clear: both;
}
.title_big h1 {
  display: inline-block;
  position: absolute;
  color: #fff;
  font-size: 16px; /* add PX (or original value) as backup */
  font-size: 1rem;
  line-height: 20px; /* add PX (or original value) as backup */
  line-height: 1.25rem;
  top: 60px;
  text-transform: uppercase;
  font-weight: 700;
  background-color: #60604b;
  display: inline-block;
  padding: 15px;
  max-width: 100%;
}
@media only screen and (min-width: 500px) {
  .title_big h1 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 25px;
    line-height: 1.5625rem;
  }
}
@media only screen and (min-width: 800px) {
  .title_big h1 {
    padding: 20px;
    max-width: 66%;
  }
}
@media only screen and (min-width: 1000px) {
  .title_big h1 {
    top: 115px;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 35px;
    line-height: 2.1875rem;
  }
}
.title_big .title_big_img {
  width: 100%;
  float: right;
  overflow: hidden;
  height: 205px;
  background-size: cover;
  background-position: top center !important;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1000px) {
  .title_big .title_big_img {
    height: 350px;
  }
}
.title_big .title_big_img img {
  display: block;
  float: right;
  width: 100%;
}
.col_left,
.col_right {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  margin-bottom: 20px;
}
.col_left:before,
.col_right:before,
.col_left:after,
.col_right:after {
  content: '';
  display: table;
}
.col_left:after,
.col_right:after {
  clear: both;
}
@media only screen and (min-width: 800px) {
  .col_left,
  .col_right {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .col_left:before,
  .col_right:before,
  .col_left:after,
  .col_right:after {
    content: '';
    display: table;
  }
  .col_left:after,
  .col_right:after {
    clear: both;
  }
}
.col_left.maxHeight,
.col_right.maxHeight {
  max-height: none;
}
@media only screen and (min-width: 800px) {
  .col_left.maxHeight,
  .col_right.maxHeight {
    max-height: 530px;
    overflow: hidden;
  }
}
.col_left {
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}
@media only screen and (min-width: 800px) {
  .col_left {
    border-left: none;
    border-right: 10px solid transparent;
  }
}
.col_right {
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}
@media only screen and (min-width: 800px) {
  .col_right {
    border-right: none;
    border-left: 10px solid transparent;
  }
}
@media only screen and (max-width: 800px) {
  .oneColumn,
  .oneColumn2 {
    height: auto !important;
  }
}
.content_info {
  *zoom: 1;
  margin-bottom: 30px;
}
.content_info:before,
.content_info:after {
  content: '';
  display: table;
}
.content_info:after {
  clear: both;
}
h4 {
  margin-bottom: 1.5em;
  font-size: 22px; /* add PX (or original value) as backup */
  font-size: 1.375rem;
  font-weight: 600;
}
/**** ACCUEIL ****/
.secteur_title_bg {
  max-width: 100%;
  height: 75px;
  margin: -20px auto 0 auto;
  position: relative;
  border: 1px solid #ebebeb;
  border-top: none;
  text-align: center;
}
@media only screen and (min-width: 450px) {
  .secteur_title_bg {
    max-width: 80%;
  }
}
@media only screen and (min-width: 800px) {
  .secteur_title_bg {
    max-width: 50%;
  }
}
.secteur_title {
  height: 60px;
  background: #ebebeb;
  position: relative;
  display: inline-block;
  bottom: -35px;
  text-align: center;
  padding: 0 25px;
}
@media only screen and (min-width: 450px) {
  .secteur_title {
    height: 70px;
  }
}
.secteur_title h2 {
  text-transform: uppercase;
  line-height: 60px;
  font-weight: 700;
  font-size: 18px; /* add PX (or original value) as backup */
  font-size: 1.125rem;
}
@media only screen and (min-width: 450px) {
  .secteur_title h2 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 70px;
  }
}
.bx-wrapper .bx-viewport {
  max-width: 300px;
  margin: 80px auto 0 auto;
/*+from(400px)
		margin 80px 0 0 19%
	+from(450px)
		margin 80px 0 0 21%
	+from(500px)
		margin 80px 0 0 23%
	+from(550px)
		margin 80px 0 0 25%
	+from(600px)
		margin 80px 0 0 27%
	+from(650px)
		margin 80px 0 0 29%*/
}
@media only screen and (min-width: 700px) {
  .bx-wrapper .bx-viewport {
    margin: 80px auto 0 auto;
    max-width: 605px;
  }
}
@media only screen and (min-width: 1100px) {
  .bx-wrapper .bx-viewport {
    max-width: 900px;
  }
}
@media only screen and (min-width: 1400px) {
  .bx-wrapper .bx-viewport {
    max-width: 1220px;
  }
}
.bx-wrapper .bx-prev {
  left: 0;
  background-image: url("../images/prev.png");
  background-position: center;
  background-size: 15px 15px;
  background-repeat: no-repeat;
}
.bx-wrapper .bx-next {
  right: 0;
  background: url("../images/next.png");
  background-position: center;
  background-size: 15px 15px;
  background-repeat: no-repeat;
}
.bx-wrapper .bx-prev:hover {
  background-position: center;
}
.bx-wrapper .bx-next:hover {
  background-position: center;
}
.bx-wrapper .bx-controls-direction a {
  top: 30%;
  margin-top: 0;
  width: 40px;
  height: 60px;
  background-color: #a84815;
  transition: background 0.3s ease-in-out;
}
.bx-wrapper .bx-controls-direction a:hover {
  background-color: #292929;
}
.slider_img_wrap {
  width: 260px;
  height: 260px;
  border-radius: 200px;
  overflow: hidden;
}
.slider_img_border {
  width: 260px;
  height: 260px;
  border: 20px solid rgba(255,255,255,0.5);
  border-radius: 200px;
  position: absolute;
  top: 0;
  background: rgba(255,255,255,0);
}
.slider_img_hover {
  transition: opacity 0.5s ease-in-out;
  width: 220px;
  height: 220px;
  border-radius: 200px;
  position: absolute;
  top: 20px;
  left: 40px;
  font-size: 86px; /* add PX (or original value) as backup */
  font-size: 5.375rem;
  font-weight: 700;
  background: rgba(255,255,255,0.5);
  color: #a84815;
  opacity: 0;
  text-align: center;
  line-height: 220px;
}
.slider_link {
  display: block;
  cursor: pointer;
}
.slider_link:hover .slider_img_hover {
  opacity: 1;
}
.bxslider li {
  position: relative;
  padding-bottom: 80px;
}
.slide_txt {
  position: absolute;
  top: 280px;
  left: 0;
  text-align: center;
  color: #60604b;
  width: 100%;
  font-size: 17px; /* add PX (or original value) as backup */
  font-size: 1.0625rem;
  font-weight: 700;
  padding: 0 30px;
}
.slider_fix {
  position: absolute;
  width: 55px;
  height: 350px;
  background-color: #f00;
  right: 0;
  top: 0;
  z-index: 1000;
  opacity: 0.5;
  display: none;
}
.secteurs {
  position: relative;
}
.unProgramme {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  *zoom: 1;
  margin-bottom: 21px;
  position: relative;
}
.unProgramme:before,
.unProgramme:after {
  content: '';
  display: table;
}
.unProgramme:after {
  clear: both;
}
.unProgramme:before,
.unProgramme:after {
  content: '';
  display: table;
}
.unProgramme:after {
  clear: both;
}
@media only screen and (min-width: 600px) {
  .unProgramme {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
    border-left: 10px solid transparent;
    border-right: none;
  }
  .unProgramme:before,
  .unProgramme:after {
    content: '';
    display: table;
  }
  .unProgramme:after {
    clear: both;
  }
  .unProgramme:nth-child(2n) {
    border-right: 10px solid transparent;
    border-left: none;
  }
}
@media only screen and (min-width: 1000px) {
  .unProgramme {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 33.3333333333333%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .unProgramme:before,
  .unProgramme:after {
    content: '';
    display: table;
  }
  .unProgramme:after {
    clear: both;
  }
  .unProgramme:nth-child(3n+1) {
    border-right: 14px solid transparent;
    border-left: none;
  }
  .unProgramme:nth-child(3n-1) {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
  }
  .unProgramme:nth-child(3n+3) {
    border-left: 14px solid transparent;
    border-right: none;
  }
}
.unProgramme img {
  width: 100%;
}
.unProgramme h3 {
  font-size: 16px; /* add PX (or original value) as backup */
  font-size: 1rem;
  line-height: 20px; /* add PX (or original value) as backup */
  line-height: 1.25rem;
  padding: 15px 0 20px 1px;
  font-weight: 700;
}
.unProgramme .plus {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.heures {
  background: #ebebeb;
  margin-bottom: 10px;
  padding-top: 2px;
  padding-left: 4px;
}
@media only screen and (max-width: 1000px) {
  .heures {
    border-right: 7px solid #fff;
  }
}
@media only screen and (max-width: 750px) {
  .heures {
    border: none;
  }
}
@media only screen and (max-width: 600px) {
  .heures {
    border-right: 7px solid #fff;
  }
}
@media only screen and (max-width: 380px) {
  .heures {
    border: none;
  }
}
@media only screen and (min-width: 1170px) {
  .heures {
    border-right: 7px solid #fff;
  }
}
.certificat {
  background: #ebebeb;
  margin-bottom: 20px;
  padding-top: 2px;
  padding-left: 7px;
}
@media only screen and (max-width: 1000px) {
  .certificat {
    border-left: 7px solid #fff;
  }
}
@media only screen and (max-width: 750px) {
  .certificat {
    border: none;
  }
}
@media only screen and (max-width: 600px) {
  .certificat {
    border-left: 7px solid #fff;
  }
}
@media only screen and (max-width: 380px) {
  .certificat {
    border: none;
  }
}
@media only screen and (min-width: 1170px) {
  .certificat {
    border-left: 7px solid #fff;
  }
}
.certificat,
.heures {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}
.certificat:before,
.heures:before,
.certificat:after,
.heures:after {
  content: '';
  display: table;
}
.certificat:after,
.heures:after {
  clear: both;
}
@media only screen and (max-width: 1000px) {
  .certificat,
  .heures {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .certificat:before,
  .heures:before,
  .certificat:after,
  .heures:after {
    content: '';
    display: table;
  }
  .certificat:after,
  .heures:after {
    clear: both;
  }
}
@media only screen and (max-width: 750px) {
  .certificat,
  .heures {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .certificat:before,
  .heures:before,
  .certificat:after,
  .heures:after {
    content: '';
    display: table;
  }
  .certificat:after,
  .heures:after {
    clear: both;
  }
}
@media only screen and (max-width: 600px) {
  .certificat,
  .heures {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .certificat:before,
  .heures:before,
  .certificat:after,
  .heures:after {
    content: '';
    display: table;
  }
  .certificat:after,
  .heures:after {
    clear: both;
  }
}
@media only screen and (max-width: 380px) {
  .certificat,
  .heures {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .certificat:before,
  .heures:before,
  .certificat:after,
  .heures:after {
    content: '';
    display: table;
  }
  .certificat:after,
  .heures:after {
    clear: both;
  }
}
@media only screen and (min-width: 1170px) {
  .certificat,
  .heures {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .certificat:before,
  .heures:before,
  .certificat:after,
  .heures:after {
    content: '';
    display: table;
  }
  .certificat:after,
  .heures:after {
    clear: both;
  }
}
.certificat svg,
.heures svg {
  fill: #9e9e9e;
  float: left;
  width: 45px;
  height: 45px;
}
@media only screen and (min-width: 1300px) {
  .certificat svg,
  .heures svg {
    width: 55px;
    height: 55px;
  }
}
.certificat p,
.heures p {
  float: left;
  padding-top: 10px;
  font-size: 14px; /* add PX (or original value) as backup */
  font-size: 0.875rem;
  color: #292929;
  font-weight: 600;
}
@media only screen and (min-width: 1300px) {
  .certificat p,
  .heures p {
    padding-left: 3px;
    padding-top: 18px;
  }
}
.plus {
  width: 50px;
  height: 50px;
  background: #292929;
  color: #d5e224;
  text-align: center;
  font-weight: 700;
  font-size: 40px; /* add PX (or original value) as backup */
  font-size: 2.5rem;
  line-height: 50px; /* add PX (or original value) as backup */
  line-height: 3.125rem;
}
a.enSavoirPlus {
  clear: both;
  display: block;
  background-color: #d5e224;
  color: #60604b;
  padding-left: 20px;
  font-weight: 600;
  font-size: 16px; /* add PX (or original value) as backup */
  font-size: 1rem;
  line-height: 50px; /* add PX (or original value) as backup */
  line-height: 3.125rem;
  transition: 0.3s ease-in-out;
  height: 50px;
  width: 100%;
}
a.enSavoirPlus span {
  display: block;
  width: 50px;
  height: 50px;
  float: right;
  background-color: #292929;
}
a.enSavoirPlus span svg {
  fill: #d5e224;
}
a.enSavoirPlus:hover {
  background-color: #60604b;
  color: #fff;
}
a.enSavoirPlus:hover span svg {
  fill: #fff;
}
.savoirPlus_wrap {
  display: block;
  position: absolute;
  bottom: 40px;
  left: 0;
  padding: 20px;
  width: 100%;
  height: 50px;
}
.unePublication {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  margin-bottom: 21px;
  position: relative;
  height: 525px;
}
.unePublication:before,
.unePublication:after {
  content: '';
  display: table;
}
.unePublication:after {
  clear: both;
}
@media only screen and (min-width: 600px) {
  .unePublication {
    height: 570px;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
    border-left: 10px solid transparent;
  }
  .unePublication:before,
  .unePublication:after {
    content: '';
    display: table;
  }
  .unePublication:after {
    clear: both;
  }
  .unePublication:nth-child(2n) {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
  }
}
@media only screen and (min-width: 1000px) {
  .unePublication {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 33.3333333333333%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .unePublication:before,
  .unePublication:after {
    content: '';
    display: table;
  }
  .unePublication:after {
    clear: both;
  }
  .unePublication:nth-child(3n+1) {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
  }
  .unePublication:nth-child(3n-1) {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
  }
  .unePublication:nth-child(3n+3) {
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
  }
}
.unePublication img {
  width: 100%;
}
.unePublication h3 {
  font-size: 16px; /* add PX (or original value) as backup */
  font-size: 1rem;
  line-height: 20px; /* add PX (or original value) as backup */
  line-height: 1.25rem;
  padding: 15px 0 20px 1px;
  font-weight: 700;
}
.unePublication p {
  padding-bottom: 50px;
}
/***** SECTEUR DETAIL *****/
.secteur_detail ul {
  margin-left: -18px;
  padding-right: 15px;
}
.secteur_detail ul li {
  list-style: none;
  line-height: 1.4;
  margin-bottom: 5px;
}
/***** PUBLICATION DETAIL ****/
.publication_details_wrap {
  *zoom: 1;
}
.publication_details_wrap:before,
.publication_details_wrap:after {
  content: '';
  display: table;
}
.publication_details_wrap:after {
  clear: both;
}
.publication_title {
  background-color: #fff;
  padding: 80px 20px 20px 20px;
}
@media only screen and (min-width: 600px) {
  .publication_title {
    padding: 30px;
    padding: 30px 30px 10px 30px;
  }
}
.publication_title h1 {
  font-size: 22px; /* add PX (or original value) as backup */
  font-size: 1.375rem;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
}
@media only screen and (min-width: 800px) {
  .publication_title h1 {
    font-size: 30px;
    font-size: 1.875rem;
    padding-bottom: 40px;
  }
}
.publication_category {
  display: inline-block;
  padding: 10px;
  background-color: #e16723;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px; /* add PX (or original value) as backup */
  font-size: 1rem;
  line-height: 1;
  font-weight: 600;
  margin-right: 15px;
  margin-bottom: 30px;
}
.publication_date {
  display: inline-block;
  line-height: 36px; /* add PX (or original value) as backup */
  line-height: 2.25rem;
}
.publication_details {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 600px) {
  .publication_details {
    padding: 30px;
    min-height:400px;
  }
}
.publication_details img {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
@media only screen and (min-width: 600px) {
  .publication_details img {
    width: 50%;
    float: right;
    margin: 5px 0 10px 30px;
  }
}
.publication_details h3 {
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 10px;
}
@media only screen and (min-width: 600px) {
  .publication_details h3 {
    margin-bottom: 30px;
  }
}
.publication_details p {
  margin-bottom: 30px;
}
.publication_details p:last-child {
  margin-bottom: 0;
}
.publications_related {
  background-color: transparent;
  *zoom: 1;
}
.publications_related:before,
.publications_related:after {
  content: '';
  display: table;
}
.publications_related:after {
  clear: both;
}
.publications_related .unePublication p {
  padding-bottom: 60px;
}
@media only screen and (min-width: 600px) {
  .publications_related .unePublication {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
    border-right: none;
    border-left: 10px solid transparent;
  }
  .publications_related .unePublication:before,
  .publications_related .unePublication:after {
    content: '';
    display: table;
  }
  .publications_related .unePublication:after {
    clear: both;
  }
  .publications_related .unePublication:nth-child(2n) {
    border-right: 10px solid transparent;
    border-left: none;
  }
}
@media only screen and (min-width: 1000px) {
  .publications_related .unePublication {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 33.3333333333333%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .publications_related .unePublication:before,
  .publications_related .unePublication:after {
    content: '';
    display: table;
  }
  .publications_related .unePublication:after {
    clear: both;
  }
  .publications_related .unePublication:nth-child(3n+1) {
    border-left: 14px solid transparent;
    border-right: none;
  }
  .publications_related .unePublication:nth-child(3n-1) {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
  }
  .publications_related .unePublication:nth-child(3n+3) {
    border-left: none;
    border-right: 14px solid transparent;
  }
}
/***** PROGRAMME DETAILS *****/
.small_col_program {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  min-height: 60px;
  margin-bottom: 10px;
  position: relative;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
.small_col_program:before,
.small_col_program:after {
  content: '';
  display: table;
}
.small_col_program:after {
  clear: both;
}
.small_col_program table tr td {
  vertical-align: middle;
  font-size: 14px; /* add PX (or original value) as backup */
  font-size: 0.875rem;
  line-height: 1.2;
  font-weight: 600;
  color: #60604b;
}
.small_col_program table tr td:first-child {
  background-color: #60604b;
}
.small_col_program table tr td:nth-child(2) {
  padding: 10px 15px;
}
@media only screen and (min-width: 500px) {
  .small_col_program {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
    border-right: 5px solid transparent;
    float: right;
  }
  .small_col_program:before,
  .small_col_program:after {
    content: '';
    display: table;
  }
  .small_col_program:after {
    clear: both;
  }
  .small_col_program:first-child {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    border-right: 10px solid transparent;
  }
  .small_col_program:first-child:before,
  .small_col_program:first-child:after {
    content: '';
    display: table;
  }
  .small_col_program:first-child:after {
    clear: both;
  }
  .small_col_program:nth-child(2n) {
    border-right: 10px solid transparent;
    border-left: 5px solid transparent;
  }
}
@media only screen and (min-width: 800px) {
  .small_col_program {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 33.3333333333333%;
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 20px;
    min-height: 60px;
    float: right;
  }
  .small_col_program:before,
  .small_col_program:after {
    content: '';
    display: table;
  }
  .small_col_program:after {
    clear: both;
  }
  .small_col_program:first-child {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 33.3333333333333%;
    margin-left: 0%;
    margin-right: 0%;
    float: right;
  }
  .small_col_program:first-child:before,
  .small_col_program:first-child:after {
    content: '';
    display: table;
  }
  .small_col_program:first-child:after {
    clear: both;
  }
  .small_col_program:nth-child(3n+1) {
    border-right: none;
    border-left: 14px solid transparent;
  }
  .small_col_program:nth-child(3n-1) {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
  }
  .small_col_program:nth-child(3n+3) {
    border-right: 14px solid transparent;
    border-left: none;
  }
}
@media only screen and (min-width: 1000px) {
  .small_col_program {
    min-height: 80px;
  }
}
.small_col_program .white_bg {
  padding: 0;
}
.program_start span,
.program_type span {
  display: block;
  width: 60px;
  height: 60px;
  background-color: #60604b;
}
.program_start span svg,
.program_type span svg {
  fill: #787e72;
  width: 30px;
  height: 30px;
  margin: 15px;
}
@media only screen and (min-width: 1000px) {
  .program_start span svg,
  .program_type span svg {
    width: 50px;
    height: 50px;
    margin: 15px;
  }
}
@media only screen and (min-width: 1000px) {
  .program_start span,
  .program_type span {
    width: 80px;
    height: 80px;
  }
}
.program_type span svg {
  width: 50px;
  height: 50px;
  margin: 5px;
}
@media only screen and (min-width: 1000px) {
  .program_type span svg {
    width: 70px;
    height: 70px;
    margin: 5px;
  }
}
.inscription_sidebar {
  display: block;
  background-color: #e16723;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  height: 100%;
  transition: background-color 0.3s ease-in-out;
  font-size: 16px; /* add PX (or original value) as backup */
  font-size: 1rem;
}
.inscription_sidebar:hover {
  background-color: #a84815;
}
.inscription_sidebar:hover svg {
  fill: #fff;
}
.inscription_sidebar svg {
  fill: #a84815;
  float: right;
  margin-top: -3px;
  margin-right: -8px;
  transition: fill 0.3s ease-in-out;
}
@media only screen and (min-width: 1000px) {
  .inscription_sidebar svg {
    margin-top: 3px;
    margin-right: -5px;
  }
}
@media only screen and (min-width: 1000px) {
  .inscription_sidebar {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.program_inscription table {
  width: 100%;
  min-height: 60px;
}
.program_inscription table tr td {
  vertical-align: middle;
  color: #fff;
  padding: 0 30px;
  font-size: 16px; /* add PX (or original value) as backup */
  font-size: 1rem;
}
@media only screen and (min-width: 1000px) {
  .program_inscription table tr td {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 1000px) {
  .program_inscription table {
    min-height: 80px;
  }
}
.program_inscription table tr td:first-child {
  background-color: transparent;
}
.medium_col_program {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 100px;
}
.medium_col_program:before,
.medium_col_program:after {
  content: '';
  display: table;
}
.medium_col_program:after {
  clear: both;
}
@media only screen and (min-width: 1000px) {
  .medium_col_program {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 66.6666666666667%;
    margin-left: 0%;
    margin-right: 0%;
    border-right: 7px solid transparent;
  }
  .medium_col_program:before,
  .medium_col_program:after {
    content: '';
    display: table;
  }
  .medium_col_program:after {
    clear: both;
  }
}
.medium_col_program .col_left,
.medium_col_program .col_right {
  padding: 0;
  border: none;
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}
.medium_col_program .col_left:before,
.medium_col_program .col_right:before,
.medium_col_program .col_left:after,
.medium_col_program .col_right:after {
  content: '';
  display: table;
}
.medium_col_program .col_left:after,
.medium_col_program .col_right:after {
  clear: both;
}
@media only screen and (min-width: 600px) {
  .medium_col_program .col_left,
  .medium_col_program .col_right {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 0;
  }
  .medium_col_program .col_left:before,
  .medium_col_program .col_right:before,
  .medium_col_program .col_left:after,
  .medium_col_program .col_right:after {
    content: '';
    display: table;
  }
  .medium_col_program .col_left:after,
  .medium_col_program .col_right:after {
    clear: both;
  }
}
.medium_col_program ul {
  padding-right: 15px;
}
.medium_col_program ul li {
  list-style: none;
  line-height: 1.4;
  margin-bottom: 5px;
  font-size: 15px; /* add PX (or original value) as backup */
  font-size: 0.9375rem;
  color: #60604b;
}
.medium_col_program h3,
.medium_col_program p {
  margin-bottom: 20px;
}
.medium_col_program table {
  width: 100%;
}
.inscription_programme_big {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  position: absolute;
  left: 0;
  bottom: 0;
  border: 10px solid transparent;
}
.inscription_programme_big:before,
.inscription_programme_big:after {
  content: '';
  display: table;
}
.inscription_programme_big:after {
  clear: both;
}
@media only screen and (min-width: 800px) {
  .inscription_programme_big {
    border: none;
  }
}
.inscription_programme_big .inscription_sidebar {
  display: block;
  background-color: #e16723;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  height: 60px;
  padding: 20px;
  transition: background-color 0.3s ease-in-out;
  font-size: 16px; /* add PX (or original value) as backup */
  font-size: 1rem;
}
.inscription_programme_big .inscription_sidebar:hover {
  background-color: #a84815;
}
.inscription_programme_big .inscription_sidebar:hover svg {
  fill: #fff;
}
.inscription_programme_big .inscription_sidebar svg {
  fill: #a84815;
  float: right;
  margin-top: -3px;
  margin-right: -8px;
  transition: fill 0.3s ease-in-out;
}
@media only screen and (min-width: 1000px) {
  .inscription_programme_big .inscription_sidebar svg {
    margin-top: 3px;
    margin-right: -5px;
  }
}
@media only screen and (min-width: 1000px) {
  .inscription_programme_big .inscription_sidebar {
    font-size: 22px;
    font-size: 1.375rem;
    padding: 24px 25px;
    height: 80px;
  }
}
.square_bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: -20px;
  margin-right: 10px;
  background-color: #d5e224;
}
.sidebar_program {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  border-left: none;
  min-height: 100px;
}
.sidebar_program:before,
.sidebar_program:after {
  content: '';
  display: table;
}
.sidebar_program:after {
  clear: both;
}
.sidebar_program h4 {
  background-color: #60604b;
  color: #fff;
  padding: 18px;
  font-size: 18px; /* add PX (or original value) as backup */
  font-size: 1.125rem;
  margin-bottom: 0;
}
@media only screen and (min-width: 1000px) {
  .sidebar_program {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 33.3333333333333%;
    margin-left: 0%;
    margin-right: 0%;
    float: right;
    border-left: 14px solid transparent;
  }
  .sidebar_program:before,
  .sidebar_program:after {
    content: '';
    display: table;
  }
  .sidebar_program:after {
    clear: both;
  }
}
.progAssocies_wrap {
  background: #fff;
  *zoom: 1;
  padding: 5px 10px;
}
.progAssocies_wrap:before,
.progAssocies_wrap:after {
  content: '';
  display: table;
}
.progAssocies_wrap:after {
  clear: both;
}
.unProgrammeAssocie {
  background-color: #f8f8f8;
  position: relative;
  margin: 5px;
  *zoom: 1;
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}
.unProgrammeAssocie:before,
.unProgrammeAssocie:after {
  content: '';
  display: table;
}
.unProgrammeAssocie:after {
  clear: both;
}
.unProgrammeAssocie:before,
.unProgrammeAssocie:after {
  content: '';
  display: table;
}
.unProgrammeAssocie:after {
  clear: both;
}
@media only screen and (min-width: 600px) {
  .unProgrammeAssocie {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .unProgrammeAssocie:before,
  .unProgrammeAssocie:after {
    content: '';
    display: table;
  }
  .unProgrammeAssocie:after {
    clear: both;
  }
}
@media only screen and (min-width: 1000px) {
  .unProgrammeAssocie {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .unProgrammeAssocie:before,
  .unProgrammeAssocie:after {
    content: '';
    display: table;
  }
  .unProgrammeAssocie:after {
    clear: both;
  }
}
.unProgrammeAssocie span {
  float: left;
  width: 55%;
}
.unProgrammeAssocie p {
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1.2;
  padding: 10px 10px 0 10px;
}
@media only screen and (min-width: 800px) {
  .unProgrammeAssocie p {
    padding: 15px 15px 0 15px;
  }
}
.unProgrammeAssocie .heures,
.unProgrammeAssocie .certificat {
  position: absolute;
  bottom: 30px;
  left: 46%;
  background-color: transparent;
  border-color: transparent;
  text-align: left;
}
@media only screen and (min-width: 1100px) {
  .unProgrammeAssocie .heures,
  .unProgrammeAssocie .certificat {
    left: 48%;
  }
}
.unProgrammeAssocie .heures svg,
.unProgrammeAssocie .certificat svg {
  position: absolute;
  padding: 0;
  margin: 0;
  top: 0;
  left: -8px;
  width: 45px;
  height: 45px;
  margin-top: 0;
}
.unProgrammeAssocie .heures h5,
.unProgrammeAssocie .certificat h5 {
  float: left;
  text-align: left;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 35px;
  line-height: 45px;
  font-weight: 600;
}
@media only screen and (min-width: 1100px) {
  .unProgrammeAssocie .heures h5,
  .unProgrammeAssocie .certificat h5 {
    padding-left: 35px;
  }
}
.unProgrammeAssocie .certificat {
  left: 74%;
}
@media only screen and (min-width: 1100px) {
  .unProgrammeAssocie .certificat {
    left: 75%;
  }
}
.unProgrammeAssocie .certificat h5 {
  padding-left: 38px;
}
.unProgrammeAssocie .certificat svg {
  width: 35px;
  height: 35px;
  margin-top: 5px;
  margin-left: 10px;
}
.programmeAssocie_tn {
  width: 45%;
  border-right: 10px solid #fff;
  float: left;
  min-height: 120px;
  background-position: center;
}
.link_secteurDetails {
  display: block;
  background-color: #d5e224;
  padding: 20px;
  color: #60604b;
  margin: 0 0 20px 0;
  font-weight: 600;
  font-size: 16px; /* add PX (or original value) as backup */
  font-size: 1rem;
  transition: background-color 0.3s ease-in-out;
}
.link_secteurDetails svg {
  fill: #60604b;
  float: right;
  width: 15px;
  height: 15px;
  margin-top: 3px;
}
.link_secteurDetails:hover {
  background-color: #aebb10;
}
.liens_programme {
  width: 100%;
  margin: 25px 0 40px 0;
  background-color: #d5e224;
}
.liens_programme table tr td {
  width: 100%;
  display: block;
  border: 8px solid #d5e224;
  border-bottom: none;
  background-color: #aebb10;
  transition: background-color 0.3s ease-in-out;
}
@media only screen and (max-width: 550px) {
  .liens_programme table tr td:last-child {
    border-bottom: 8px solid #d5e224;
  }
}
@media only screen and (min-width: 550px) {
  .liens_programme table tr td {
    display: table-cell;
    width: 33.33%;
    border: 8px solid #d5e224;
  }
}
.liens_programme table tr td:hover {
  background-color: #60604b;
}
.liens_programme a {
  display: block;
  padding: 20px 10px;
  text-align: center;
  color: #fff;
}
.cours_par_programme table {
  margin-bottom: 40px;
  color: #60604b;
}
.cours_par_programme table svg {
  width: 40px;
  height: 40px;
  fill: #9e9e9e;
  float: right;
  margin-top: 6px;
}
.cours_par_programme table tbody tr {
  background-color: #f4f4f4;
}
.cours_par_programme table tbody tr:nth-child(2n) {
  background-color: #e2e2e2;
}
.cours_par_programme table tbody tr:last-child {
  text-align: right;
  font-weight: 600;
}
.cours_par_programme table tbody tr:last-child span {
  float: right;
  padding: 15px 30px 15px 5px;
}
.cours_par_programme table tbody tr:last-child td {
  padding: 0;
}
.cours_par_programme table tbody tr td:nth-child(2n) {
  text-align: center;
  border-left: 1px solid #cbcbcb;
}
.cours_par_programme table td {
  padding: 15px;
  font-size: 15px; /* add PX (or original value) as backup */
  font-size: 0.9375rem;
}
.cours_par_programme table thead {
  background-color: #60604b;
  color: #fff;
  font-weight: 400;
}
.cours_par_programme table thead td:nth-child(2n) {
  text-align: center;
}
/**** À PROPOS ****/
.rowApropos {
  *zoom: 1;
  display: table;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.rowApropos:before,
.rowApropos:after {
  content: '';
  display: table;
}
.rowApropos:after {
  clear: both;
}
.aPropos .rowApropos .col_left,
.aPropos .rowApropos .col_right {
  border: none;
  overflow: hidden;
  position: relative;
  margin-bottom: 0;
}
@media only screen and (min-width: 800px) {
  .aPropos .rowApropos .col_left,
  .aPropos .rowApropos .col_right {
    display: table-cell;
    height: 100%;
  }
}
.aPropos .rowApropos .col_left img,
.aPropos .rowApropos .col_right img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -250px;
  margin-left: -350px;
}
.aPropos .rowApropos .col_left.hasImg div,
.aPropos .rowApropos .col_right.hasImg div {
  max-height: 210px;
  height: 100%;
  min-height: 300px;
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 800px) {
  .aPropos .rowApropos .col_left.hasImg div,
  .aPropos .rowApropos .col_right.hasImg div {
    max-height: 100%;
  }
}
.aPropos .rowApropos .col_left h3,
.aPropos .rowApropos .col_right h3,
.aPropos .rowApropos .col_left h4,
.aPropos .rowApropos .col_right h4,
.aPropos .rowApropos .col_left h5,
.aPropos .rowApropos .col_right h5 {
  margin-bottom: 1.2em;
  line-height: 1.3em;
}
.aPropos .rowApropos .col_left {
  float: left;
}
.aPropos .rowApropos:nth-child(2n) .col_left {
  float: right;
}
/**** DEMANDE D'INFO ****/
/**** PUBLICATIONS ****/
.unePublication.filters {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
@media only screen and (min-width: 600px) {
  .unePublication.filters {
    border-right: 10px solid transparent;
  }
}
.filters .white_bg {
  background: #383838;
}
.filters h4 {
  font-size: 15px; /* add PX (or original value) as backup */
  font-size: 0.9375rem;
  cursor: pointer;
  color: #fff;
  background: #60604b;
  margin: 0 0 10px 0;
  padding: 15px;
  font-weight: 400;
  border-radius: 5px;
  transition: background 0.3s ease-in-out;
}
.filters h4:last-child {
  margin: 0;
}
.filters h4:hover {
  background: #aebb10;
}
.filters h4.current {
  background: #e16723;
}
/**** CONTACT ****/
.servcies_entreprises {
  *zoom: 1;
  clear: both;
  padding: 0;
  position: relative;
  background: transparent;
}
.servcies_entreprises:before,
.servcies_entreprises:after {
  content: '';
  display: table;
}
.servcies_entreprises:after {
  clear: both;
}
.connecting_line {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #fff;
  left: 50%;
  margin-left: -10px;
  top: 140px;
}
@media only screen and (min-width: 800px) {
  .connecting_line {
    left: 33.33%;
    top: 50%;
    margin-top: -10px;
    margin-left: 0;
  }
}
.logo_entreprises {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  min-height: 100px;
}
.logo_entreprises:before,
.logo_entreprises:after {
  content: '';
  display: table;
}
.logo_entreprises:after {
  clear: both;
}
@media only screen and (min-width: 800px) {
  .logo_entreprises {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 33.3333333333333%;
    margin-left: 0%;
    margin-right: 0%;
    border: none;
  }
  .logo_entreprises:before,
  .logo_entreprises:after {
    content: '';
    display: table;
  }
  .logo_entreprises:after {
    clear: both;
  }
}
.logo_entreprises div {
  width: 100%;
  min-height: 100px;
  background-image: url("../images/logo_entreprises.png");
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  max-width: 210px;
  margin: 0 auto;
}
@media only screen and (min-width: 400px) {
  .logo_entreprises div {
    max-width: 260px;
  }
}
@media only screen and (min-width: 800px) {
  .logo_entreprises div {
    max-width: 300px;
  }
}
.logo_entreprises img {
  width: 100%;
  max-width: 210px;
  margin: 0 auto;
  display: block;
}
@media only screen and (min-width: 400px) {
  .logo_entreprises img {
    max-width: 260px;
  }
}
@media only screen and (min-width: 800px) {
  .logo_entreprises img {
    max-width: 300px;
  }
}
.logo_entreprises .white_bg {
  max-width: none;
  background-image: none;
  padding: 20px 0;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
}
@media only screen and (min-width: 800px) {
  .logo_entreprises .white_bg {
    padding: 0;
  }
}
.txt_entreprises {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  margin-top: 20px;
}
.txt_entreprises:before,
.txt_entreprises:after {
  content: '';
  display: table;
}
.txt_entreprises:after {
  clear: both;
}
@media only screen and (min-width: 800px) {
  .txt_entreprises {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 66.6666666666667%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0;
    border-right: none;
  }
  .txt_entreprises:before,
  .txt_entreprises:after {
    content: '';
    display: table;
  }
  .txt_entreprises:after {
    clear: both;
  }
}
.txt_entreprises p {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  margin-bottom: 20px;
}
.txt_entreprises p:before,
.txt_entreprises p:after {
  content: '';
  display: table;
}
.txt_entreprises p:after {
  clear: both;
}
@media only screen and (min-width: 500px) {
  .txt_entreprises p {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 0;
  }
  .txt_entreprises p:before,
  .txt_entreprises p:after {
    content: '';
    display: table;
  }
  .txt_entreprises p:after {
    clear: both;
  }
}
@media only screen and (min-width: 800px) {
  .txt_entreprises p {
    padding: 10px 5px 0 15px;
  }
}
.txt_entreprises .lien_entreprises {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  display: block;
  background: #e16723;
  float: left;
  color: #fff;
  padding: 20px 60px 20px 20px;
  position: relative;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.txt_entreprises .lien_entreprises:before,
.txt_entreprises .lien_entreprises:after {
  content: '';
  display: table;
}
.txt_entreprises .lien_entreprises:after {
  clear: both;
}
.txt_entreprises .lien_entreprises svg {
  fill: #fff;
  opacity: 0.7;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  right: 15px;
}
@media only screen and (min-width: 500px) {
  .txt_entreprises .lien_entreprises {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
    border-left: 20px solid #fff;
  }
  .txt_entreprises .lien_entreprises:before,
  .txt_entreprises .lien_entreprises:after {
    content: '';
    display: table;
  }
  .txt_entreprises .lien_entreprises:after {
    clear: both;
  }
}
@media only screen and (min-width: 700px) {
  .txt_entreprises .lien_entreprises {
    padding: 30px 50px 30px 30px;
  }
  .txt_entreprises .lien_entreprises svg {
    right: 20px;
  }
}
.txt_entreprises .lien_entreprises:hover {
  background: #a84815;
}
.SAE_link_programme {
  margin: 10px;
  position: relative;
  *zoom: 1;
}
.SAE_link_programme:before,
.SAE_link_programme:after {
  content: '';
  display: table;
}
.SAE_link_programme:after {
  clear: both;
}
@media only screen and (min-width: 550px) {
  .SAE_link_programme {
    margin: 10px;
  }
}
@media only screen and (min-width: 800px) {
  .SAE_link_programme {
    margin: 20px 0;
  }
}
.SAE_link_programme .logo_entreprises {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  border: none;
}
.SAE_link_programme .logo_entreprises:before,
.SAE_link_programme .logo_entreprises:after {
  content: '';
  display: table;
}
.SAE_link_programme .logo_entreprises:after {
  clear: both;
}
@media only screen and (min-width: 800px) {
  .SAE_link_programme .logo_entreprises {
    margin-bottom: 20px;
  }
}
.SAE_link_programme .logo_entreprises .white_bg {
  padding: 10px 0;
}
@media only screen and (min-width: 800px) {
  .SAE_link_programme .logo_entreprises .white_bg {
    padding: 20px;
  }
}
.SAE_link_programme .txt_entreprises {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  border-top: 20px solid #ebebeb;
  border: none;
}
.SAE_link_programme .txt_entreprises:before,
.SAE_link_programme .txt_entreprises:after {
  content: '';
  display: table;
}
.SAE_link_programme .txt_entreprises:after {
  clear: both;
}
.SAE_link_programme .txt_entreprises p {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 2px;
  margin-bottom: 10px;
  padding-right: 15px;
}
.SAE_link_programme .txt_entreprises p:before,
.SAE_link_programme .txt_entreprises p:after {
  content: '';
  display: table;
}
.SAE_link_programme .txt_entreprises p:after {
  clear: both;
}
@media only screen and (min-width: 550px) {
  .SAE_link_programme .txt_entreprises p {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 10px;
  }
  .SAE_link_programme .txt_entreprises p:before,
  .SAE_link_programme .txt_entreprises p:after {
    content: '';
    display: table;
  }
  .SAE_link_programme .txt_entreprises p:after {
    clear: both;
  }
}
@media only screen and (min-width: 1000px) {
  .SAE_link_programme .txt_entreprises p {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .SAE_link_programme .txt_entreprises p:before,
  .SAE_link_programme .txt_entreprises p:after {
    content: '';
    display: table;
  }
  .SAE_link_programme .txt_entreprises p:after {
    clear: both;
  }
}
.SAE_link_programme .lien_entreprises {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  border-left: none;
  background-color: #60604b;
  font-weight: 600;
  font-size: 17.5px; /* add PX (or original value) as backup */
  font-size: 1.09375rem;
}
.SAE_link_programme .lien_entreprises:before,
.SAE_link_programme .lien_entreprises:after {
  content: '';
  display: table;
}
.SAE_link_programme .lien_entreprises:after {
  clear: both;
}
.SAE_link_programme .lien_entreprises:hover {
  background-color: #aebb10;
}
@media only screen and (min-width: 550px) {
  .SAE_link_programme .lien_entreprises {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: -10px;
  }
  .SAE_link_programme .lien_entreprises:before,
  .SAE_link_programme .lien_entreprises:after {
    content: '';
    display: table;
  }
  .SAE_link_programme .lien_entreprises:after {
    clear: both;
  }
}
@media only screen and (min-width: 1000px) {
  .SAE_link_programme .lien_entreprises {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .SAE_link_programme .lien_entreprises:before,
  .SAE_link_programme .lien_entreprises:after {
    content: '';
    display: table;
  }
  .SAE_link_programme .lien_entreprises:after {
    clear: both;
  }
}
.SAE_link_programme .connecting_line {
  top: 120px;
  left: 50%;
  margin-left: -10px;
}
@media only screen and (min-width: 800px) {
  .SAE_link_programme .connecting_line {
    top: 150px;
  }
}
/**** FOOTER ****/
footer {
  position: relative;
  background-color: #292929;
  *zoom: 1;
}
footer:before,
footer:after {
  content: '';
  display: table;
}
footer:after {
  clear: both;
}
.copyrights p {
  padding: 15px;
  color: #fff;
  clear: both;
  margin-bottom: 0;
}
.map_wrap {
  background: #908e82;
}
#map_canvas {
  position: relative;
  height: 250px;
  width: 90%;
  margin-left: 5%;
}
@media only screen and (min-width: 800px) {
  #map_canvas {
    margin-left: 0;
    width: 100%;
    height: 500px;
  }
}
#map_canvas img {
  max-width: none;
}
footer .coordonees {
  height: 245px;
  width: 100%;
  background: #fff;
}
@media only screen and (min-width: 800px) {
  footer .coordonees {
    height: 490px;
    width: 33%;
    max-width: 432px;
    min-width: 350px;
    position: absolute;
    top: -500px;
    right: 35px;
  }
}
.row_contact {
  background: #fff;
  *zoom: 1;
}
.row_contact:before,
.row_contact:after {
  content: '';
  display: table;
}
.row_contact:after {
  clear: both;
}
.row_contact,
.row_infolettre {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  padding: 25px 20px 20px 25px;
}
.row_contact:before,
.row_infolettre:before,
.row_contact:after,
.row_infolettre:after {
  content: '';
  display: table;
}
.row_contact:after,
.row_infolettre:after {
  clear: both;
}
@media only screen and (min-width: 600px) {
  .row_contact,
  .row_infolettre {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
    min-height: 250px;
  }
  .row_contact:before,
  .row_infolettre:before,
  .row_contact:after,
  .row_infolettre:after {
    content: '';
    display: table;
  }
  .row_contact:after,
  .row_infolettre:after {
    clear: both;
  }
}
@media only screen and (min-width: 800px) {
  .row_contact,
  .row_infolettre {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    height: 245px;
    padding: 35px 30px 0 35px;
    float: none;
  }
  .row_contact:before,
  .row_infolettre:before,
  .row_contact:after,
  .row_infolettre:after {
    content: '';
    display: table;
  }
  .row_contact:after,
  .row_infolettre:after {
    clear: both;
  }
}
.row_contact h3,
.row_infolettre h3 {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.row_contact p,
.row_infolettre p {
  font-size: 15px; /* add PX (or original value) as backup */
  font-size: 0.9375rem;
  line-height: 1.4;
}
.row_infolettre {
  background-color: #d5e224;
}
.row_infolettre input {
  padding: 15px;
  float: left;
  height: 50px;
  padding-right: 15px;
  border-radius: 0px;
  background-color: #fff;
  max-width: 215px;
}
@media only screen and (min-width: 600px) {
  .row_infolettre input {
    padding-right: 65px;
    max-width: 300px;
  }
}
@media only screen and (min-width: 800px) {
  .row_infolettre input {
    max-width: none;
  }
}
.row_infolettre input[type=submit] {
  width: 50px;
  height: 50px;
  background-color: #292929;
  background-image: url("../images/arrow_savoirPlus.svg");
  border: none;
  border-radius: 0px;
  padding-right: 15px;
  margin-top: 0;
}
@media only screen and (min-width: 600px) {
  .row_infolettre input[type=submit] {
    margin-top: -50px;
    float: right;
  }
}
.row_infolettre .formInfolettre {
  margin-top: 25px;
}
.row_infolettre .formInfolettre input {
  color: #afafaf;
}
/*** SEARCH BAR ****/
.search_wrap {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
}
.search_icon {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 0;
  right: 45px;
  cursor: pointer;
}
@media only screen and (min-width: 800px) {
  .search_icon {
    right: 85px;
  }
}
.search_icon svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  fill: #fff;
  padding: 10px;
  opacity: 0.8;
  transition: opacity 0.3s ease-in-out;
}
.search_icon:hover svg {
  opacity: 1;
}
.search_icon.no_fb_link {
  right: 5px;
}
@media only screen and (min-width: 800px) {
  .search_icon.no_fb_link {
    right: 35px;
  }
}
.search_form {
  width: 100%;
  height: 0;
  background-color: #393939;
  position: absolute;
  top: 0;
  z-index: 5;
  overflow: hidden;
}
.search_form input[type=text] {
  background-color: transparent;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 5px;
  height: 45px;
  border: none;
  padding-left: 15px;
  color: #fff;
  padding-right: 90px;
  border-radius: 0;
}
@media only screen and (min-width: 800px) {
  .search_form input[type=text] {
    left: 35px;
  }
}
.search_form input[type=submit] {
  margin-top: 0;
  width: 90px;
  position: absolute;
  right: 8px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  top: 8px;
  border: none;
  border-radius: 0;
  background-color: #292929;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px; /* add PX (or original value) as backup */
  font-size: 0.8125rem;
  border-radius: 3px;
}
@media only screen and (min-width: 800px) {
  .search_form input[type=submit] {
    right: 42px;
  }
}
.search_page {
  background-color: #fff;
  margin-bottom: 20px;
}
.search_page header {
  min-height: 10px !important;
  height: auto !important;
  margin-bottom: 0;
}
@media only screen and (min-width: 800px) {
  .search_page header {
    min-height: 10px !important;
  }
}
.search_page h1 {
  font-size: 20px; /* add PX (or original value) as backup */
  font-size: 1.25rem;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 600;
}
.search_page article {
  border-bottom: 1px solid #ccc;
  padding: 30px 0;
  margin: 0 30px;
}
.search_page nav {
  position: relative !important;
  padding: 30px;
  text-align: center;
}
.search_page .comments-link {
  display: none;
}
.search_page .page-header {
  padding: 30px;
  background-image: none;
  background-color: #fff;
}
.search_page .page-header h1 {
  font-size: 30px; /* add PX (or original value) as backup */
  font-size: 1.875rem;
  margin-bottom: 0;
}
.search_page .entry-header {
  background-image: none;
  background-color: #fff;
}
.share_wrap {
  position: absolute;
  top: 20px;
  left: 28px;
  max-height: 38px;
  width: 178px;
}
@media only screen and (min-width: 600px) {
  .share_wrap {
    top: 20px;
    right: 10px;
    left: auto;
  }
}
.single-secteur .share_wrap,
.single-programme .share_wrap {
  bottom: 30px;
  right: -9px;
  top: 167px;
  left: auto;
}
@media only screen and (min-width: 1000px) {
  .single-secteur .share_wrap,
  .single-programme .share_wrap {
    top: 312px;
  }
}
.stButton {
  margin: 0;
  margin-left: -8px !important;
}
.no_results_wrap {
  *zoom: 1;
}
.no_results_wrap:before,
.no_results_wrap:after {
  content: '';
  display: table;
}
.no_results_wrap:after {
  clear: both;
}
.no_results_wrap form label span {
  display: block;
  margin-bottom: 20px;
}
.no_results_wrap form input[type=search] {
  width: 90%;
  float: left;
  margin-top: 1px;
  margin-right: 15px;
}
@media only screen and (min-width: 600px) {
  .no_results_wrap form input[type=search] {
    width: 70%;
  }
}
.no_results_wrap form input[type=submit] {
  width: 120px;
  float: left;
  margin-top: 15px;
}
@media only screen and (min-width: 600px) {
  .no_results_wrap form input[type=submit] {
    margin-top: 0;
  }
}
.stLarge {
  width: 45px !important;
  height: 38px !important;
  background-color: #60604b;
  background-image: none !important;
  background-position: center !important;
  background-repeat: no-repeat;
}
.st_sharethis_large .stLarge {
  background-image: url("../images/share1.png") !important;
  background-size: 60% !important;
}
.st_facebook_large .stLarge {
  background-image: url("../images/share2.png") !important;
}
.st_twitter_large .stLarge {
  background-image: url("../images/share3.png") !important;
}
.st_linkedin_large .stLarge {
  background-image: url("../images/share5.png") !important;
}
.st_pinterest_large .stLarge,
.st_email_large .stLarge {
  display: none !important;
}
.sidebar-drawer {
  background: #333;
}
.sidebars a {
  display: block;
  padding: 15px 20px;
  color: #9e9e9e;
  font-weight: 500;
  border-bottom: 1px solid #60604b;
  font-size: 14px; /* add PX (or original value) as backup */
  font-size: 0.875rem;
}
.sidebars a.lien_entreprises {
  color: #d5e224;
  font-weight: 500;
  padding: 20px;
}
.sidebars a.lien_entreprises:hover {
  color: #d5e224;
}
.sidebars a:hover,
.sidebars a.current {
  color: #fff;
}
.sidebars a svg {
  fill: #fff;
  margin-right: 5px;
  margin-bottom: -4px;
}
/* WEBKIT */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #ebebeb;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #9e9e9e;
}
body.home .landing {
  background-image: url("../images/bg_landing.jpg");
  background-size: cover;
  background-position: top center;
  *zoom: 1;
}
body.home .landing:before,
body.home .landing:after {
  content: '';
  display: table;
}
body.home .landing:after {
  clear: both;
}
@media only screen and (min-width: 1280px) {
  body.home .landing {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    min-height: 100%;
    width: 100%;
  }
}
.container-liens {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 706px) {
  .container-liens {
    max-width: 649px;
    width: 100%;
  }
}
.bg_noir {
  width: 100%;
  height: auto;
  padding: 20px;
  *zoom: 1;
  background-color: rgba(0,0,0,0.8);
}
.bg_noir:before,
.bg_noir:after {
  content: '';
  display: table;
}
.bg_noir:after {
  clear: both;
}
@media only screen and (min-width: 1280px) {
  .bg_noir {
    width: 40%;
    max-width: 300px;
    height: 100%;
    left: 6%;
    padding: 0;
    position: absolute;
  }
}
.bg_noir .linkwrap {
  padding-top: 15px;
}
.bg_noir .linkwrap .shift {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 50%;
  margin-left: 0%;
  margin-right: 0%;
  border-right: 1px solid rgba(255,255,255,0.8);
  position: relative;
  height: 15px;
  top: -15px;
}
.bg_noir .linkwrap .shift:before,
.bg_noir .linkwrap .shift:after {
  content: '';
  display: table;
}
.bg_noir .linkwrap .shift:after {
  clear: both;
}
.bg_noir a {
  display: block;
  max-width: 290px;
  font-weight: bold;
}
@media only screen and (min-width: 706px) {
  .bg_noir a {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
    margin-right: 30px;
  }
  .bg_noir a:before,
  .bg_noir a:after {
    content: '';
    display: table;
  }
  .bg_noir a:after {
    clear: both;
  }
}
@media only screen and (min-width: 1280px) {
  .bg_noir a {
    width: 80%;
    margin-left: 10%;
    margin-top: 100px;
  }
}
.bg_noir a img {
  width: 100%;
}
.bg_noir a span {
  color: #fff;
  text-transform: uppercase;
  padding: 15px;
  display: block;
  font-size: 13px; /* add PX (or original value) as backup */
  font-size: 0.8125rem;
  text-align: center;
  border: 1px solid rgba(255,255,255,0.8);
}
.main-content-landing {
  margin-top: 25px;
  padding: 15px;
}
@media only screen and (min-width: 1280px) {
  .main-content-landing {
    position: absolute;
    left: 31%;
    margin-top: 35px;
    padding: 0;
  }
}
.main-content-landing img {
  margin-bottom: 20px;
  max-width: 100%;
}
@media only screen and (min-width: 800px) {
  .main-content-landing img {
    margin-bottom: 55px;
  }
}
.main-content-landing h1 {
  *zoom: 1;
  display: block;
  letter-spacing: -1px;
  text-transform: uppercase;
  font-size: 30px; /* add PX (or original value) as backup */
  font-size: 1.875rem;
  line-height: 1.2;
  color: #fff;
}
.main-content-landing h1:before,
.main-content-landing h1:after {
  content: '';
  display: table;
}
.main-content-landing h1:after {
  clear: both;
}
@media only screen and (min-width: 480px) {
  .main-content-landing h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 800px) {
  .main-content-landing h1 {
    font-size: 84px;
    font-size: 5.25rem;
  }
}
.main-content-landing h1 span {
  background: #000;
  padding-left: 10px;
  display: inline-block;
  margin-bottom: 5px;
  padding-right: 15px;
}
@media only screen and (min-width: 800px) {
  .main-content-landing h1 span {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 800px) {
  .main-content-landing h1 span {
    padding-right: 0;
  }
}
@media only screen and (min-width: 800px) {
  .main-content-landing h1 span.decouvrez {
    width: 530px;
  }
}
@media only screen and (min-width: 800px) {
  .main-content-landing h1 span.unmonde {
    width: 490px;
  }
}
@media only screen and (min-width: 800px) {
  .main-content-landing h1 span.formation {
    width: 645px;
  }
}
.embed-container {
  margin-bottom: 20px;
  position: relative;
}
.cover {
  max-width: 100%;
}
.cover img {
  max-width: 100%;
}
.video-wrap {
  position: relative;
}
.video-wrap .cover {
  position: absolute;
  z-index: 1000;
}
.play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -49px;
  margin-top: -49px;
}
.gfield_checkbox {
  *zoom: 1;
}
.gfield_checkbox:before,
.gfield_checkbox:after {
  content: '';
  display: table;
}
.gfield_checkbox:after {
  clear: both;
}
.gfield_checkbox input[type=checkbox] {
  -webkit-appearance: checkbox;
  float: left;
  width: 14px;
  margin-right: 10px;
}
.gfield_checkbox li {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
@media only screen and (min-width: 633px) {
  .gfield_checkbox li {
    width: 50%;
  }
}
@media only screen and (min-width: 800px) {
  .gfield_checkbox li {
    width: 100%;
  }
}
@media only screen and (min-width: 1115px) {
  .gfield_checkbox li {
    width: 50%;
  }
}
.gfield_checkbox label {
  line-height: 1;
  margin: 0 0 0 26px;
}
.validation_message {
  color: #f00;
  font-size: 12px; /* add PX (or original value) as backup */
  font-size: 0.75rem;
}



.grid {display:grid; grid-gap: 1rem;}

.grid div {padding:1%;}

.deuxcolumns { grid-template-columns : repeat(2, 1fr);}
.troiscolumns { grid-template-columns : repeat(3, 1fr);}
.deuxtierscolumns {grid-template-columns : 2fr 1fr;}



@media only screen and (max-width: 799px) {
.deuxcolumns, .troiscolumns, .deuxtierscolumns  { grid-template-columns : repeat(1, 1fr);}
.page-id-1539 .ginput_container {max-width:62% !important;}

}


