/* COULEURS */
/*
Sont définie en global, parématrables dans l'admin :
- main_color_1
- main_color_2
*/
/* RESPONSIVE */
/* je sete des variale en utilisant celles de bootstrapo */
/* HEADEER */
/* couleur des textes */
/* Les chartes ont souvent 3 couleurs principales et pas 2 */
/* Maintenant on peut, à partir de ces 3 couleurs, définir les couleurs utilisées sur les différences composants */
/* Section annuaire fond formulaire */
/* FOOTER */
/* block dateSide */
/* ################################# DEBUT PROJET ################################################### */
/* ajout une css extern "Google font " */
/*
protected function modifyContext($context2 = array(), $widgetsRight = true)
{
    foreach ($GLOBALS as $key => $val)
    global ${$key};
    
    $context2 = parent::modifyContext($context2);
    $context2['header']['other_css'] = array();
    $context2['header']['other_css'][] = "https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&display=swap";
    return $context2;
}

*/
/* variable less projet  */
/*fonts*/
/* css projet*/
body {
  font-family: 'Noto Sans', sans-serif;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  font-weight: 400;
}
@media (min-width: 768px) {
  body .home-section.section-default {
    padding: 80px 0;
  }
}
body .section-title .title,
body h1,
body h2,
body h3,
body h4 {
  font-family: 'Noto Sans', sans-serif;
  color: #333333;
  font-weight: 700;
}
.home-section.section-default .section-title.side-title .title {
  color: #289ff1 !important;
}
.home-section.section-default .section-title {
  margin-bottom: 30px;
  color: #289ff1 !important;
}
.home-section.section-default .section-title .line {
  border-radius: 1.5px;
  height: 3px;
  width: 100px !important;
  background: linear-gradient(to right, #0069b2 0%, #289ff1 100%) !important;
}
.home-section.section-default .section-title .title {
  line-height: 33px;
  font-size: 40px;
  color: #0069b2 !important;
}
body .home-section.section-default .section-more a {
  border-radius: 2px;
  font-weight: 700;
  font-size: 16px;
  text-transform: none;
}
@media (max-width: 991.98px) {
  .home-section.section-default .section-title {
    margin-bottom: 0;
  }
  .home-section.section-default .section-title .title {
    color: #289ff1 !important;
    text-align: left;
    line-height: 1.5em !important;
    font-size: 30px !important;
    font-weight: bold !important;
    margin: 20px 0 !important;
    width: 100% !important;
    display: block;
    float: none;
  }
  body .home-section.section-default .section-more.text-right,
  body .home-section.section-default .section-more.text-left {
    text-align: center !important;
    float: none !important;
    width: 100%;
    padding-right: 15px;
  }
}
/* --------------------------------  END PROJET --------------------------------------------------*/
/* ################################# DEBUT HEADER ################################################### */
/*
Config PHP
// module_asso/cms/src/classes/FrontController.php
public static function getHeaderConfig() {
    $res = parent::getHeaderConfig();
    $res['rs_append'] = '<li  class="rs-append"><a href="https://ebi-edu.com/fr/" target="_blank">Site de l\'EBI</a></li>';
    $res['contact_textMode'] = true;
    $res['boutique_icon'] = 'fas fa-shopping-bag';
    $res['search_icon'] = 'fas fa-search';
    $res['btn_recruteur'] = true;
    $res['rs_nolabel'] = true;
    $res['old_side_nav'] = true;
    return $res;
}
*/
/* ############ topbar ############ */
@media (max-width: 767.98px) {
  .search-toggle-wrapper .search-toggle {
    font-size: 16px;
    padding: 8px 0;
    text-align: center;
  }
  .bar .shopping-cart a {
    width: 50px;
    text-align: center;
    padding: 8px 0;
  }
  .logo-smaller img {
    padding: 5px;
  }
}
.btn-adherer-wrapper .icon:before {
  content: "\f2b5";
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  display: block;
}
@media (min-width: 1200px) {
  body.page .main-content-wrapper {
    padding-top: 40px;
  }
  header .bar .socials li.rs-append {
    position: relative;
    padding-left: 15px;
    margin-left: 15px;
    padding-right: 15px;
    margin-right: 15px;
  }
  header .bar .socials li.rs-append a {
    font-size: 13px;
    display: inline-block;
    text-align: center;
    height: 28px;
    line-height: 28px;
    color: #FFFFFF;
    letter-spacing: 0;
    font-weight: 400;
  }
  header .bar .socials li.rs-append a:hover {
    color: #289ff1;
    border-color: #289ff1;
  }
  header .bar .socials li.rs-append:before {
    content: '';
    width: 1px;
    height: 17px;
    top: 5px;
    position: absolute;
    left: 0;
    background: #fff;
  }
  header .bar .socials li.rs-append:after {
    content: '';
    width: 1px;
    height: 17px;
    top: 5px;
    position: absolute;
    right: 0;
    background: #fff;
  }
  header .bar .langs-wrapper .lang_link.selected {
    color: #289ff1;
  }
  header .bar .lang_switcher .switch-slider {
    background: #289ff1;
  }
  header .bar .lang_switcher .switch-slider:before {
    background: #fff;
  }
  header .bar .NA_connexion .connexion-np {
    text-align: center;
    width: 100%;
    overflow: hidden;
  }
  header .bar .NA_connexion .connexion-np > span {
    text-align: center;
    width: calc(50%);
    color: #0069b2;
  }
  header .bar .NA_connexion .connexion-btn > span {
    color: #0069b2;
    font-size: 16px;
    text-align: center;
    font-weight: 400 !important;
    border: 1px solid;
    padding: 0 16px;
    border-radius: 3px;
    line-height: 25px !important;
  }
  header .bar .NA_connexion .login-small-thumb {
    margin: 0 10px 0 0px !important;
    border-radius: 50%;
    max-width: 28px;
  }
  header .bar .NA_connexion .fa-toggle-sub-menu {
    height: 28px !important;
    top: 0 !important;
    margin: 0 !important;
    padding: 0;
    line-height: 29px;
  }
  header .bar .socials li + li {
    margin-left: 5px;
  }
  header .bar .inline-div-section-wrapper {
    display: block;
  }
  header .bar .inline-div-section-wrapper .inline-div-section {
    float: right;
    flex: unset;
  }
  header .bar .inline-div-section-wrapper .inline-div-section.socials-wrapper {
    float: left;
  }
  header .bar .socials.rs-nolabels a:hover,
  header .bar .shopping-cart a:hover,
  header .bar .search-toggle:hover,
  header .bar .socials.rs-nolabels a:active,
  header .bar .shopping-cart a:active,
  header .bar .search-toggle:active,
  header .bar .socials.rs-nolabels a:focus,
  header .bar .shopping-cart a:focus,
  header .bar .search-toggle:focus {
    color: #289ff1;
  }
  header .bar .socials.rs-nolabels a i,
  header .bar .shopping-cart a i,
  header .bar .search-toggle i {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
  }
  header .bar .search-toggle-wrapper .search-toggle {
    padding-top: 11px;
  }
  header .bar .header-search-mobile {
    left: -324px !important;
  }
  header .bar .search-wrapper,
  header .bar .inline-div-section {
    height: 40px;
  }
  header .bar .btn-inscription-wrapper,
  header .bar .btn-don-wrapper,
  header .bar .btn-recruteur-wrapper,
  header .bar .btn-adherer-wrapper,
  header .bar .btn-connexion-wrapper {
    border-radius: 2px !important;
    flex: unset;
    text-transform: none;
    line-height: 26px !important;
    height: 30px !important;
    margin-top: 5px;
    width: 185px;
    margin-left: 15px;
    border: 1px solid #fff;
    font-size: 16px;
  }
  header .bar .btn-inscription-wrapper .icon,
  header .bar .btn-don-wrapper .icon,
  header .bar .btn-recruteur-wrapper .icon,
  header .bar .btn-adherer-wrapper .icon,
  header .bar .btn-connexion-wrapper .icon {
    vertical-align: middle;
    margin-top: -1px;
  }
  header .bar .NA_connexion > a.btn,
  header .bar .NA_connexion > .connexion-np,
  header .bar .NA_connexion {
    border-radius: 2px !important;
    margin-top: 0;
    line-height: 26px !important;
    height: 28px !important;
    text-transform: none;
    font-size: 16px;
    border: 0 none !important;
  }
  header .bar .NA_connexion > a.btn > span,
  header .bar .NA_connexion > .connexion-np > span,
  header .bar .NA_connexion > span {
    color: #289ff1;
    font-weight: 600;
    letter-spacing: -0.2px;
    display: inline-block;
    line-height: 25px !important;
    height: 28px !important;
  }
  header .bar .NA_connexion > a.btn > span,
  header .bar .NA_connexion > .connexion-np > span,
  header .bar .NA_connexion > span {
    color: #289ff1;
  }
  header .bar .NA_connexion > a.btn:hover,
  header .bar .NA_connexion > .connexion-np:hover,
  header .bar .NA_connexion:hover,
  header .bar .NA_connexion > a.btn:active,
  header .bar .NA_connexion > .connexion-np:active,
  header .bar .NA_connexion:active,
  header .bar .NA_connexion > a.btn:focus,
  header .bar .NA_connexion > .connexion-np:focus,
  header .bar .NA_connexion:focus {
    color: #ffffff;
    background: #fff;
  }
  header .bar .NA_connexion > a.btn:hover > a span,
  header .bar .NA_connexion > .connexion-np:hover > a span,
  header .bar .NA_connexion:hover > a span,
  header .bar .NA_connexion > a.btn:active > a span,
  header .bar .NA_connexion > .connexion-np:active > a span,
  header .bar .NA_connexion:active > a span,
  header .bar .NA_connexion > a.btn:focus > a span,
  header .bar .NA_connexion > .connexion-np:focus > a span,
  header .bar .NA_connexion:focus > a span {
    color: #ffffff;
    background: #289ff1;
  }
  header .bar .NA_connexion .connexion-btn.active-btn {
    color: #0069b2 !important;
  }
  header .bar .NA_connexion .connexion-btn.active-btn {
    background-color: transparent !important;
    color: #0069b2 !important;
  }
  header .logo {
    display: inline-block;
    width: 209px;
    height: 73px;
    position: absolute;
  }
  header .logo a {
    display: inline-block;
    width: 209px;
    height: 73px;
    padding-top: 20px;
  }
  header .logo a img {
    display: inline-block;
    max-height: 73px;
  }
}
/* ------- fon tobbar ------- */
/* ############ navigation ############ */
/* ## css media lg-min ## */
@media (min-width: 1200px) {
  header .main-navigation-row,
  header .header-main {
    height: 120px;
  }
  header .header-nav {
    height: 100%;
  }
  header .header-navigation-side {
    height: 100%;
    box-sizing: border-box;
    margin-top: 0 !important;
    padding-top: 29px;
    width: 910px !important;
  }
  header .header-navigation-side .nav-wrapper {
    height: 100%;
  }
  header .header-navigation-side .nav-wrapper .nav-default-mod {
    height: 100%;
  }
  header .header-navigation-side .nav-wrapper .nav-default-mod > ul,
  header .header-navigation-side .nav-wrapper .nav-default-mod > ul > li,
  header .header-navigation-side .nav-wrapper .nav-default-mod > ul > li > a {
    height: 100%;
  }
  header .header-navigation-side .nav {
    padding: 0 !important;
  }
  header .header-navigation-side .nav a {
    text-transform: none;
  }
  header .header-navigation-side .nav > ul {
    float: right;
    display: block !important;
  }
  header .header-navigation-side .nav > ul > li {
    min-width: unset;
  }
  header .header-navigation-side .nav > ul > li.menuli {
    flex: none !important;
    min-width: 0;
    position: relative;
  }
  header .header-navigation-side .nav > ul > li.menuli > a {
    text-transform: uppercase;
    padding: 0 14px;
    font-weight: bold;
    font-size: 16px;
    text-align: right;
    line-height: 57px;
  }
  header .header-navigation-side .nav > ul > li.menuli .nav-dropdown {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    text-align: left;
    top: 100% !important;
    text-transform: none;
    font-weight: normal;
    font-size: 16px;
  }
  header .header-navigation-side .nav > ul > li.menuli .nav-dropdown a {
    text-transform: none;
    font-weight: normal;
    font-size: 16px;
  }
  header .header-navigation-side .nav > ul > li.menuli .nav-dropdown li + li {
    border-top: 1px solid #cdcdcd;
  }
  header .header-navigation-side .nav > ul > li.menuli .nav-dropdown li:hover a {
    background: linear-gradient(to right, #0069b2 0%, #289ff1 100%);
    color: #fff;
  }
  header .header-navigation-side .nav > ul > li.menuli:hover:after {
    content: '';
    height: 2px;
    background: linear-gradient(to right, #0069b2 0%, #289ff1 100%);
    width: 50px;
    position: absolute;
    top: 52px;
    left: 50%;
    transform: translateX(-50%);
  }
}
/* ------- end navigation ------- */
/* --------------------------------  END HEADER --------------------------------------------------*/
/* ################################# MAIN CAROUSEL ################################################### */
/*
Config PHP
// module_asso/cms/src/classes/Core/Controller/MainController.php
$content = array(
'section' => array(
'class' => 'no-padding',
'bt_more' => 'En savoir plus',
'id' => 'main-carousel'
),
'article' => array(
'type' => 'carousel',
'title_length' => 65,
'desc_length' => 0,
'img_size' => 'img_wide',
),
'source' => array(
'name' => 'Standard::getCarousel',
'limit' => 5,
),
'geometry' => array('w' => 1),
'carousel' => array(
'hauteur' => 500,
'fa5' => true,
'dots' => true,
'disable_arrows' => false,
'autoplay' => true,
'responsive' => false,
'article_img_disable_click' => true,
'bg_color' => '#000', 
'bg_opacity' => 0,
'color' => '#ffffff',
'display_desc' => true,
'content_width' => '170px',
'content_height' => '300px',
'content_align' => 'center',
'position' => '', 
'border_round' => '0',
'button' => false,
),
'class' => 'no-padding-sides-mobile big-arrows',
);
$rows[] = array(
'contents' => array($content),
'fullscreen' => true,
);

*/
/* variable less Carrousel */
#main-carousel-row .carousel-content .title {
  font-size: 32px;
}
#main-carousel-row .readmore-wrapper {
  position: relative;
}
#main-carousel-row .readmore-wrapper .readMore:hover {
  background: #fff;
  color: #0069b2;
}
#main-carousel-row .model-ratio-image .containerImg .click-img .newsImg {
  min-height: 100%;
}
#main-carousel-row .article-carousel .carousel-content .readmore-wrapper .readMore {
  border-width: 1px;
}
@media (max-width: 1199.98px) {
  #main-carousel-row .carousel-content .title {
    opacity: 1;
  }
  #main-carousel-row .article-carousel .carousel-content {
    background-color: rgba(0, 105, 178, 0.95) !important;
  }
}
#main-carousel-row .carousel-content .title {
  font-size: 32px;
}
@media (min-width: 1200px) {
  #main-carousel-row {
    position: relative;
    background: #fff;
  }
  #main-carousel-row:before {
    content: '';
    position: absolute;
    width: 100%;
    height: calc( 100% - 80px );
    top: 80px;
    background: linear-gradient(to right, #0069b2 0%, #289ff1 100%);
  }
  #main-carousel-row .readmore-wrapper {
    position: absolute;
    bottom: 42px;
  }
  #main-carousel-row .carousel-wrapper .article-carousel .model-image {
    background: transparent;
  }
  #main-carousel-row .slick-slider img {
    min-width: 0;
    min-height: 0;
    width: auto;
    height: auto;
  }
  #main-carousel-row .carousel-content {
    background: rgba(40, 159, 241, 0.8) !important;
    padding: 40px;
    max-height: 90%;
    opacity: 1;
  }
  #main-carousel-row .carousel-content .title {
    text-transform: none;
    font-size: 40px;
    line-height: 45px;
    text-align: left;
    margin-top: 23px;
  }
  #main-carousel-row .home-content.big-arrows .slick-slider i.slick-arrow.fas {
    font-size: 56px !important;
    top: 235px;
  }
  #main-carousel-row {
    height: 490px;
  }
  #main-carousel-row #main-carousel .article-carousel {
    background-color: transparent !important;
  }
  #main-carousel-row #main-carousel .article-carousel .containerImg {
    opacity: 1;
    height: 430px;
  }
  #main-carousel-row #main-carousel .carousel-wrapper .article-carousel .model-image {
    position: relative;
    float: right;
  }
  #main-carousel-row .carousel-content {
    background: transparent !important;
    padding: 118px 50px 5px 0 !important;
  }
  #main-carousel-row .home-content.big-arrows .slick-slider i.slick-arrow.fas {
    top: 247px;
    color: #fff;
    font-size: 52px;
  }
  #main-carousel-row .home-content.big-arrows .slick-slider i.slick-arrow.fas.fa-chevron-right {
    right: -63px;
  }
  #main-carousel-row .home-content.big-arrows .slick-slider i.slick-arrow.fas.fa-chevron-left {
    left: -63px;
  }
  #main-carousel-row ul.slick-dots {
    top: unset;
    bottom: 15px;
    right: 60px;
  }
  #main-carousel-row ul.slick-dots li,
  #main-carousel-row ul.slick-dots li button,
  #main-carousel-row ul.slick-dots li button:before {
    font-size: 20px !important;
    width: 28px !important;
    height: 28px !important;
  }
}
/* --------------------------------  END MAIN CAROUSEL --------------------------------------------------*/
/* ################################# MAIN LIENSTOP ################################################### */
/*
    $content = array(
    
    'section' => array(
    'type' => 'default',
    'col' => '12',
    'id' => 'section-lienstop',
    ),
    'article' => array(
    'type' => 'liens_simple_2',
    ),
    'source' => array(
    'name' => 'Standard::getCarrouselItems',
    'type' => 'liens',
    'limit' => 3,
    ),
    'geometry' => array('w' => 3),
    'class' => '',
    
    'carousel' => false,
    );
    
    $rows[] = array(
    'contents' => array($content),
    'id' => 'row-liens'
    );
    */
#section-lienstop {
  padding: 60px 0;
}
#section-lienstop .col-article > a.lien {
  background: #FFFFFF;
  box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  height: 215px;
  position: relative;
  padding: 20px;
  display: block;
  text-align: center;
  border: 1px solid #E6F5FF;
  cursor: pointer;
  transition: color .5s ;
}
#section-lienstop .col-article > a.lien .lienstop-img {
  width: 85px;
  min-width: 85px;
  height: 85px;
  display: block;
  margin: 10px auto 0;
  position: relative;
  background: #E5F2FE;
  border-radius: 50%;
  padding: 22px;
}
#section-lienstop .col-article > a.lien .lien-text {
  margin-top: 2px;
}
#section-lienstop .col-article > a.lien .lien-soustitre {
  font-size: 16px;
  color: #A0A0A0;
  letter-spacing: 0;
  text-align: center;
  font-weight: 400;
}
#section-lienstop .col-article > a.lien .lien-title {
  font-size: 20px;
  color: #0069b2;
  text-align: center;
  line-height: 32px;
  font-weight: 700;
  text-transform: capitalize;
}
#section-lienstop .col-article > a.lien:hover {
  background-color: #eef6f9;
  color: #0069b2 !important;
}
#section-lienstop .col-article > a.lien:hover * {
  color: #0069b2;
}
@media (max-width: 767.98px) {
  #section-lienstop .col-article * {
    font-size: 93% !important;
  }
  #section-lienstop .col-article + .col-article {
    margin-top: 15px;
  }
}
/* --------------------------------  END LIENSTOP --------------------------------------------------*/
/* ################################# MAIN EMPLOI ################################################### */
#section-emploi .home-article {
  background-color: transparent;
}
#section-emploi .section-title .title {
  color: #fff !important;
  margin-bottom: 10px;
}
#section-emploi .section-title .line {
  background: #fff !important;
}
#section-emploi .model-image {
  height: 116px;
  width: 116px;
  border: 10px solid #fff;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
  margin-bottom: 0;
  top: -15px;
  z-index: 99;
  border-radius: 8px;
}
#section-emploi .model-image:hover .click-img .newsImg {
  transform: scale(1);
}
#section-emploi .article-Model {
  border: 0 none  !important;
}
#section-emploi .model-content {
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
  border-radius: 8px;
  padding: 30px;
  background: #fff;
  margin: -90px -15px;
  padding-top: 96px;
  position: relative;
  height: 270px;
  z-index: 98;
}
#section-emploi .model-content .date {
  color: #aaa;
}
#section-emploi .model-content .title {
  font-size: 20px;
  color: #0069b2;
  letter-spacing: 0;
  text-align: center;
  line-height: 26px;
  font-weight: 700;
  margin: 15px 0;
}
#section-emploi .model-content .entreprise {
  font-weight: normal;
  font-size: 15px;
  display: block;
  margin-bottom: 20px;
  color: #289ff1;
}
#section-emploi .model-content .desc {
  display: none;
}
#section-emploi .link-entire-box .date {
  display: block;
  position: relative;
  text-align: center;
}
#section-emploi .entreprise {
  position: absolute;
  bottom: 15px;
  width: 100%;
  text-align: center;
  left: 0;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 12px;
  font-weight: 400;
}
#section-emploi .section-more > a {
  color: #fff !important;
  border-color: #fff;
}
#section-emploi .section-more > a:hover {
  background-color: #fff !important;
  color: #0069b2 !important;
}
#section-emploi .model-ratio-image .containerImg .click-img {
  background-color: #fff;
  display: flex;
  align-items: center;
}
#section-emploi .model-ratio-image .containerImg .click-img .newsImg {
  max-height: unset !important;
  height: unset !important;
  bottom: unset;
  position: relative;
  top: unset;
  float: none;
  vertical-align: middle;
  max-width: 100%;
  min-width: 0;
}
@media (max-width: 767.98px) {
  #section-emploi .date {
    bottom: 45px;
  }
  #section-emploi .article-Model .readmore-wrapper {
    bottom: 10px;
  }
}
/* --------------------------------  END EMPLOI --------------------------------------------------*/
/* ################################# ROW-EVENTS-NEWS  ################################################### */
#section-actus .slick-track,
#section-actus .col-article,
#section-actus .article-Model.rounded,
#section-actus .slick-list {
  overflow: visible;
}
@media (min-width: 1200px) {
  #section-actus .home-content {
    padding-left: 0;
  }
}
#section-actus .home-article {
  background-color: #fff;
  border: 0 none;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
#section-actus .home-article .model-content .date {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  margin: 0 0 15px;
  display: block;
  margin-left: 30px;
  text-transform: none;
  position: absolute;
  color: #A0A0A0;
}
#section-actus .home-article .title {
  position: absolute;
  font-weight: 400;
  font-size: 20px;
  color: #289ff1;
  line-height: 30px;
  text-align: left;
  padding: 0;
  margin: 40px 30px;
  font-weight: bold;
  color: #0069b2;
}
#section-actus .home-article .containerImg .click-img {
  border-radius: 8px 8px 0 0;
}
#section-actus .home-article .model-image {
  background: #fff;
  margin-bottom: 20px;
}
#section-actus .home-article .readmore-wrapper {
  font-size: 20px;
  bottom: 30px;
}
#section-actus .home-article .readmore-wrapper a {
  font-size: 16px;
  float: left;
  margin-left: 30px;
  font-weight: bold;
}
#section-actus .home-article .readmore-wrapper a i {
  margin-left: 10px;
  transition: margin .3s;
}
#section-actus .home-article .readmore-wrapper a:hover i {
  margin-left: 30px;
}
@media (max-width: 1199.98px) {
  #section-actus .section-more {
    padding: 0 15px;
  }
}
.home-section.section-default .section-title .title {
  font-size: 40px;
  line-height: 64px;
  font-weight: bold;
}
#section-events .section-more {
  margin-top: 30px;
  padding-left: 15px;
}
#section-events .model-image {
  background: #fff;
  margin-bottom: 20px;
  border-radius: 8px;
}
#section-events .home-article {
  background: transparent;
  border: 0 none;
}
#section-events .home-article .model-content .title {
  position: absolute;
  bottom: 0;
  height: auto;
  top: 145px;
  padding: 0 22px !important;
  font-size: 20px;
  color: #ffffff;
  line-height: 32px;
  text-align: left;
}
@media (max-width: 767.98px) {
  #section-events .home-article .model-content .title {
    bottom: 15px;
    font-size: 22px;
    line-height: 24px;
  }
}
#section-events .home-article .desc {
  display: none;
}
#section-events .date {
  font-size: 40px;
  color: #ffffff;
  line-height: 48px;
  text-align: left;
}
#section-events .article-Model {
  background-color: transparent;
}
#section-events .article-Model.dateImgRectangular .model-image .date {
  background: transparent;
  z-index: 9;
  font-size: 32px;
  text-align: left;
  padding: 0 20px;
  font-weight: bold;
  left: 0;
  top: 100px;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
#section-events .readMore {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 0;
  background: rgba(0, 105, 178, 0.7);
}
#section-events .col-article + .col-article {
  margin-top: 30px !important;
}
#section-events .col-article {
  margin: 0 !important;
}
@media (min-width: 1200px) {
  #row-events-news {
    position: relative;
  }
  #row-events-news:after {
    content: '';
    height: calc( 100% - 110px );
    width: 100%;
    position: absolute;
    left: calc( 50% + 114px );
    top: 0;
    background: rgba(0, 151, 255, 0.1);
    margin: 60px 0;
    z-index: 0;
    border-radius: 8px;
  }
  #row-events-news > .container {
    z-index: 99;
    position: relative;
  }
  #row-events-news .section-title {
    margin-top: 20px;
    margin-bottom: 43px;
  }
}
@media (max-width: 767.98px) {
  #section-events {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px;
  }
  #section-events .home-article.article-Model {
    background-color: transparent !important;
  }
  #section-events .containerImg {
    padding-bottom: 66%;
  }
  #section-events .model-image.model-ratio-image {
    margin: 0;
  }
}
/* --------------------------------  END ROW-EVENTS-NEWS --------------------------------------------------*/
#section-annuaireexpress {
  padding-bottom: 50px;
}
#section-annuaireexpress .section-title .title {
  color: #fff !important;
  line-height: 38px;
}
/* ####################### CASTING ############################ */
#section-apropos .apropos {
  position: relative;
}
#section-apropos .apropos .apropos-cta {
  position: absolute;
  bottom: 0;
}
#section-apropos .apropos .apropos-desc {
  font-size: 20px;
  color: #1A1A1A;
  line-height: 30px;
  font-weight: 400;
}
#section-apropos .apropos .apropos-desc p {
  text-align: left;
}
#section-apropos .apropos .apropos-image {
  width: 470px;
}
@media (max-width: 1199.98px) {
  #section-apropos .services-actions {
    position: relative;
    margin: 18px 0;
    clear: both;
    float: left;
    text-align: center;
  }
  #section-apropos .services-actions .cta-2 {
    margin-top: 15px;
  }
}
/* --------------------------------  END Casting --------------------------------------------------*/
.services-actions {
  position: absolute;
  bottom: 7px;
  margin-bottom: 0;
  left: 0;
  width: auto;
}
.services-actions .cta-1,
.services-actions .cta-2 {
  display: inline-block;
}
.services-actions .cta-1 a,
.services-actions .cta-2 a {
  display: inline-block;
  margin-right: 15px;
  font-weight: 700;
  border-radius: 2px !important;
  font-size: 16px;
  height: 55px;
  line-height: 55px;
  width: auto;
  min-width: 150px;
  text-align: center;
  padding: 0 20px;
  border: 1px solid #289ff1;
}
.services-actions .cta-1 a {
  background-color: transparent;
  color: #289ff1 !important;
}
.services-actions .cta-1 a:hover {
  border-color: #289ff1;
  background: #289ff1;
  color: #fff !important;
}
.services-actions .cta-2 a {
  background-color: #289ff1;
  color: #fff !important;
}
.services-actions .cta-2 a:hover {
  border-color: #289ff1;
  color: #289ff1 !important;
  background-color: transparent;
}
/* ####################### videos ############################ */
#section-tempsforts {
  padding-top: 60px;
}
@media (max-width: 1199.98px) {
  #section-tempsforts .services-actions {
    position: relative;
  }
}
#section-tempsforts .services-actions .cta-1,
#section-tempsforts .services-actions .cta-2 {
  padding: 15px;
}
#section-tempsforts .col-article .tempsfort-item {
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
  border-radius: 3px;
  background: #fff;
  position: relative;
  min-height: 275px;
  z-index: 98;
  padding: 20px;
}
#section-tempsforts .desc {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  margin-left: -15px;
  padding-bottom: 60px;
  text-align: left;
}
@media (min-width: 1200px) {
  #section-tempsforts {
    position: relative;
    padding-top: 30px;
    padding-bottom: 120px;
  }
  #section-tempsforts:after {
    content: '';
    height: calc( 100% - 80px );
    width: 100%;
    position: absolute;
    left: calc( 50% - 160px );
    top: -30px;
    background: rgba(0, 151, 255, 0.1);
    margin: 60px 0;
    z-index: 0;
  }
  #section-tempsforts > .container {
    z-index: 99;
    position: relative;
  }
  #section-tempsforts .section-title {
    margin-top: 20px;
    margin-bottom: 43px;
  }
}
@media (max-width: 1199.98px) {
  #section-tempsforts .col-article {
    margin: 15px 8px;
  }
}
/* --------------------------------  END videos --------------------------------------------------*/
/* ####################### FOOTER ############################ */
/*
Config PHP
// module_asso/cms/src/classes/FrontController.php
public static function getFooterConfig() { 
    $res = parent::getFooterConfig();
    
    $res['show_logo'] = true;
    $res['mode'] = 'simple-one';
    $res['tel_prefix'] = '';
    $res['logo_footer'] = 'logo-footer.png';
    
    $res['footer_links'] = array();
    foreach (array('admin', 'mentions_legales', 'credits', 'faq', 'sitemap' ) as $key)
    $res['footer_links'][] = $res['footer_links_available'][$key];
    
    return $res;
}
*/
/* variables less */
#footer-bottom {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}
#footer-bottom #footer-socials li {
  padding-right: 0 !important;
}
#footer-bottom #footer-socials a * {
  color: #a0a0a0;
}
#footer-bottom .asso_coords:before {
  content: '';
  display: inline-block;
  width: 8px;
  background: #A0A0A0;
  height: 1px;
  margin: 0 2px 5px 6px;
}
#footer-middle {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
/* css footer */
@media (min-width: 1200px) {
  #footer-middle .list-inline.liens-footer {
    margin: 0 -15px 0 0;
    top: 15px;
    padding: 0;
    position: absolute;
    right: 0;
    width: 750px;
    text-align: justify;
    display: flex;
    font-weight: bold;
    justify-content: space-between;
  }
  #footer-middle .list-inline.liens-footer > li {
    padding: 0;
  }
  #footer-middle .list-inline.liens-footer li:hover a {
    text-decoration: underline !important;
  }
  #footer-middle .logos-left img {
    max-width: 209px !important;
  }
  #footer-logos-left {
    margin-left: -15px;
  }
}
@media (max-width: 991.98px) {
  #footer-middle .logos-left {
    text-align: center;
  }
  #footer-middle .logos-left img {
    max-width: 209px !important;
  }
}
@media (max-width: 767.98px) {
  #footer-socials {
    margin: 15px auto;
    float: none !important;
  }
  #footer-bottom .footer-row-inner {
    text-align: center;
  }
  #footer-bottom .footer-row-inner .asso_coords:before {
    display: none;
  }
  #footer-bottom .footer-row-inner .pull-left,
  #footer-bottom .footer-row-inner .pull-right {
    display: block;
    clear: both;
    text-align: center !important;
    float: none !important;
  }
  #footer-middle .liens-footer {
    margin-top: 15px;
  }
  #footer-middle .liens-footer li {
    display: block;
    text-align: center;
  }
  #footer-middle .liens-footer li a {
    padding: 5px;
    display: block;
  }
}
/* --------------------- end FOOTER --------------------------- */
