@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@300;400;500;600;700&display=swap');

#mainMenu .nav.navbar-nav li.menu-type-separator a.dropdown-toggle {
    margin-top: -3em;
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #1c294d;
        margin-left: 1rem;
    }
    .navbar-default .navbar-nav>li>.dropdown-menu {
        background: #fff;
    }
}
.zone-directory .form-horizontal .control-label {
    padding-bottom: 0 !important;
}
.zone-directory .form-horizontal .section {
    padding: 16px;
    border: 1px solid #eee;
    margin: 2rem 0 !important;
}
.section .section-title {
    font-size: 24px !important;
    border: 0 !important;
}
.section-title:after {
    border: 0 !important;
    height: 0 !important;
}

.line.line-top-menu .social-link [class*=icon-] {
    font-size: 1.5rem !important;
}

.switch-language {
    font-family: "Hind Siliguri",sans-serif;
    font-size: 16px;
    color: #fff;
    text-transform: none;
    position: relative;
    margin-left: 15px;
}

.switch-language:hover {
    transition: .3s;
    color: #fff;
}

.switch-language:hover::after {
    content: "";
    height: 1px;
    width: 100%;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    animation-fill-mode: forwards;
    animation-duration: .35s;
    opacity: 1;
}
:root {
    font-size: 16px;
}
body {
    font-size: 1rem !important;
    line-height: 1.6 !important;
}
p {
    font-size: 1rem !important;
    letter-spacing: -0.01em !important;
}
h1, h2, h3, h4, h5, h6 {
    letter-spacing: -0.02em !important;
}
h1, h2 {
    line-height: 1 !important;
}
h1 {
    font-size: 4rem !important;
    text-transform: none !important;
    font-weight: 200 !important;
    margin: 0 !important;
}
h2 {
    font-size: 3rem !important;
    font-weight: 700 !important;
}
h2:after {
    display: block;
    width: 100px;
    border-bottom: 2px solid #a6803c;
    content:"";
    height: 24px;
}
h3, h4 {
    line-height: 1.2 !important;
}
h3 {
    font-size: 1.5rem !important;
}
h4 {
    font-size: 1.25rem !important;
}
h5, h6 {
    line-height: 1.4 !important;
}
h5 {
    font-size: 1.125rem !important;
}
h6 {
    font-size: 1rem !important;
    font-weight: 800 !important;
}
.page-title {
    background: #1c294d;
}
.section-bouton {
    padding-top: 2rem !important;
}

.member-greeting {
    display: none;
}

.hero-2  {
    padding: 0;
}

@media screen and (max-width: 768px){
    .poweredBy-container {
        margin-bottom: 25px;
    }
}

.group-footer #mod_form_newsletter_form span.control-label--required {
    padding-bottom: 0;
}

/* Accueil */
.apcsf-hero {
    padding: 0 !important;
}
.apcsf-hero .mod-banner__img {
    padding: 72px;
    height: 100vh;
}
.apcsf-hero h1 {
    max-width: 25ch;
    color: #fff;
    text-transform: none;
    font-size: 3em;
    line-height: 1;
}

.apcsf-intro p {
    color: #fff !important;
    font-size: 20px !important;
    line-height: 1.4 !important;
}

.apcsf-loi-92 .row-fluid {
    display: flex;
    align-items: center;
}

.apcsf-blogue .item {
    padding: 32px;
    background: #fff;
}
.apcsf-blogue .zone-33 {
    padding-bottom: 5vh;
}

.apcsf-events {
    padding: 0 !important;
}
.apcsf-events .mod-banner__img {
    padding: 72px;
}
.apcsf-axes p {
    font-size: 20px !important;
    padding: 8px 16px !important;
    background: #fff;
    border-right: 2px solid #a6803c;
}

.page-title {
    background-image: url(https://cdn.ca.yapla.com/company/CPY1BQKwZGsLdhl3bUI9kOupT/module/banner/apcsf-title-banner-1759368111.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}
a.button, a.btn, .btn {
    background: #2a567d !important;
    color: #fff !important;
    padding: 1rem 2rem !important;
    display: inline-block !important;
    text-decoration: none !important;
    transition: all .225s linear !important;
    font-weight: 600 !important;
    margin-top: 2rem !important;
    font-size: 1rem !important;
    text-transform: none !important;
}
a.button:hover, a.btn:hover, a.button-gold:hover, .btn:hover {
    background: #1a3663 !important;
    color: #fff !important;
    text-decoration: none !important;
    transition: all .225s linear !important;
}
a.button-gold {
    background: #a6803c;
    color: #fff;
    padding: 1rem 2rem;
    display: inline-block;
    text-decoration: none;
    transition: all .225s linear;
    font-weight: 600;
    margin-top: 2rem;
    font-size: 1rem;
}

.video {
    padding-bottom: 32px;
}

.video-wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

a.back-to-list {
    font-size: 24px !important;
    line-height: 1.4 !important;
}
a.back-to-list:before {
    content: "";
    display: block;
    height: 5vh;
}
.conseil .news-thumbnail {
    width: 200px;
}
.conseil .news-content {
    display: flex;
    column-gap: 32px;
}
.conseil .news-content .news-image {
    width: 200px;
    flex-basis: 200px;
    align-self: flex-start;
}
.conseil .news-content .news-article__intro-text {
    margin: 0;
    border: 0;
}
div[data-zone-alias="Blogue - Contenu"] .e-thumbnail {
    width: 200px;
}
.news-blog__box {
    border: 0;
    background: #fff;
}
.news-blog__box .news-blog__image {
    width: 400px;
}
.news-blog__box .row {
    display: flex;
}
.news-blog__box .row .col-sm-12 {
    width: unset !important;
}
.news-blog__box .news-blog__title {
    font-size: 32px !important;
    color: #a6803c;
    line-height: 1.2 !important;
}

.navbar-default .navbar-nav .dropdown-menu li a, .navbar-default .navbar-nav li a {
    font-size: 1rem !important;
    font-weight: 300 !important;
    
}
.navbar-default .navbar-nav>li.active, .navbar-default .navbar-nav>li:hover, .navbar-default .navbar-nav>li>.dropdown-menu>li>a:focus, .navbar-default .navbar-nav>li>.dropdown-menu>li>a:hover {
    color: #fff !important;
}
@media screen and (max-width: 1024px) {
    .conseil .news-content {
        display: block;
        column-gap: 32px;
    }
    .conseil .news-content .news-image {
        width: 200px;
    }
    .apcsf-hero .mod-banner__img {
        padding: 32px;
        height: 75vh;
    }
    .apcsf-hero h1 {
        max-width: 20ch;
    }
    .apcsf-loi-92 .row-fluid {
    display: block;
}
}
@media screen and (max-width: 640px) {
    .news-blog__box .row {
        display: block;
    }
    :root {
        font-size: 15px;
    }
    .line {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .apcsf-hero {
        padding: 0 !important;
    }
    .apcsf-hero .mod-banner__img {
        padding: 5rem 15px;
        height: 50vh;
    }
    .apcsf-hero h1 {
        max-width: unset;
    }
    .apcsf-events {
        padding: 0 !important;
    }
    .apcsf-events .mod-banner__img {
        padding: 5rem 15px ;
        height: 50vh;
    }
    .apcsf-intro .zone-image {
        margin-bottom: 3rem;
    }
}
.mod-header-logo {
    width: 150px;
}
.line.line-top-menu {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.event-jumbotron__title {
    color: #fff;
}
