.parallax-content h1,audio,canvas,iframe,img,svg,video {
    vertical-align: middle
}

.header2 {
    font-family: Montserrat,sans-serif;
    color: #8d97ad;
    font-weight: 300
}

#carousel-t .signature,#carousel-t p {
    font-family: 'Roboto Condensed',Arial,Sans
}

.header2.bg-success-gradiant {
    background: #2cdd9b;
    background: -webkit-linear-gradient(legacy-direction(to right),#2cdd9b 0,#1dc8cc 100%);
    background: -webkit-gradient(linear,left top,right top,from(#2cdd9b),to(#1dc8cc));
    background: -webkit-linear-gradient(left,#2cdd9b 0,#1dc8cc 100%);
    background: -o-linear-gradient(left,#2cdd9b 0,#1dc8cc 100%);
    background: linear-gradient(to right,#2cdd9b 0,#1dc8cc 100%)
}

.header2 .font-12 {
    font-size: 12px
}

.header2 .dropdown-item {
    padding: 8px 1rem;
    color: #8d97ad
}

.header2 .h2-nav .navbar-nav .nav-item .nav-link {
    padding: 12px 0;
    color: #fff;
    font-weight: 400
}

.header2 .h2-nav .navbar-nav .nav-item .nav-link:hover {
    color: #263238
}

.header2 .h2-nav .navbar-nav .nav-item {
    margin: 0 20px
}

@media (min-width: 1024px) {
    .header2 .navbar-nav>.dropdown .dropdown-menu {
        min-width:210px;
        margin-top: 0
    }

    .header2 .dropdown-submenu:hover>.dropdown-menu {
        display: block
    }
}

.header2 .dropdown-toggle::after {
    display: none
}

@media (min-width: 1024px) {
    .header2 .hover-dropdown .navbar-nav>.dropdown:hover>.dropdown-menu {
        display:block;
        margin-top: 0
    }
}

.header2 .btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.header2 .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.header2 .h2-nav .navbar-nav .nav-item .btn {
    opacity: .5
}

.header2 .h2-nav .navbar-nav .nav-item .btn:hover {
    opacity: 1
}

.header2 .dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: 0;
    border-radius: .25rem;
    display: none
}

.hero-text,.hero-video {
    position: absolute;
    top: 50%;
    left: 50%
}

.hero-video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    overflow: hidden
}

.hero-text {
    position: relative;
    transform: translateY(-50%) translateX(-50%);
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #fff
}

.block-spacing {
    height: 1.2em
}

.width90 {
    width: 90%!important
}

.width80 {
    width: 80%
}

.button-article-detail {
    background-color: #ec9b21
}

.button-article-detail:hover {
    background-color: #f6e43e
}

.article-list {
    color: #313437;
    background-color: #fff
}

.article-list p {
    color: #263e40
}

.article-list h2 {
    font-weight: 700;
    margin-bottom: 40px;
    padding-top: 40px;
    color: inherit
}

@media (max-width: 767px) {
    .article-list h2 {
        margin-bottom:25px;
        padding-top: 25px;
        font-size: 24px
    }
}

.article-list .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto
}

.article-list .intro p {
    margin-bottom: 0
}

.article-list .articles {
    padding-bottom: 40px
}

.article-list .item {
    padding-top: 50px;
    min-height: 425px;
    text-align: center
}

.article-list .item .name {
    font-weight: 700;
    font-size: 16px;
    margin-top: 20px;
    color: inherit
}

.article-list .item .description {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 0
}

.article-list .item .action {
    font-size: 24px;
    width: 24px;
    margin: 22px auto 0;
    line-height: 1;
    display: block;
    color: #4f86c3;
    opacity: .85;
    transition: opacity .2s;
    text-decoration: none
}

#carousel-t .carousel-control-next,#carousel-t .carousel-control-prev,.article-list .item .action:hover {
    opacity: 1
}

audio,canvas,img,video {
    max-width: 100%;
    height: auto;
    box-sizing: border-box
}

img {
    border-style: none
}

.navigation-clean {
    background: #fdedea;
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #333;
    border-radius: 0;
    box-shadow: none;
    border: none;
    margin-bottom: 0
}

@media (min-width: 768px) {
    .navigation-clean {
        padding-top:1rem;
        padding-bottom: 1rem;
        background-color: #fdedea;
    }
}

.navigation-clean .navbar-brand {
    font-weight: 700;
    color: inherit
}

.navigation-clean .navbar-brand:hover {
    color: #222
}

.navigation-clean.navbar-dark .navbar-brand:hover {
    color: #f0f0f0
}

.navigation-clean .navbar-brand img {
    height: 100%;
    display: inline-block;
    margin-right: 10px;
    width: auto
}

.navigation-clean .navbar-toggler {
    border-color: #ddd;
    color: #888
}

.navigation-clean .navbar-toggler:focus,.navigation-clean .navbar-toggler:hover {
    background: 0 0
}

.navigation-clean.navbar-dark .navbar-toggler {
    border-color: #555;
    color: #eee
}

.navigation-clean .form-inline,.navigation-clean .navbar-collapse {
    border-top-color: #ddd
}

.navigation-clean.navbar-dark .form-inline,.navigation-clean.navbar-dark .navbar-collapse {
    border-top-color: #333
}

.navigation-clean .navbar-nav>.active>a,.navigation-clean .navbar-nav>.show>a {
    background: 0 0;
    box-shadow: none
}

.navigation-clean.navbar-light .navbar-nav .nav-link.active,.navigation-clean.navbar-light .navbar-nav .nav-link.active:focus,.navigation-clean.navbar-light .navbar-nav .nav-link.active:hover {
    color: #8f8f8f;
    box-shadow: none;
    background: 0 0;
    pointer-events: none
}

.navigation-clean.navbar .navbar-nav .nav-link {
    padding-left: 18px;
    padding-right: 18px
}

.navigation-clean.navbar-light .navbar-nav .nav-link {
    color: #465765
}

.navigation-clean.navbar-light .navbar-nav .nav-link:focus,.navigation-clean.navbar-light .navbar-nav .nav-link:hover {
    color: #37434d!important;
    background-color: transparent
}

.navigation-clean .navbar-nav>li>.dropdown-menu {
    margin-top: -5px;
    box-shadow: none;
    background-color: #fff;
    border-radius: 2px
}

@media (min-width: 768px) {
    .navigation-clean .navbar-nav .show .dropdown-menu {
        box-shadow:0 4px 8px rgba(0,0,0,.1)
    }
}

@media (max-width: 767px) {
    .navigation-clean .navbar-nav .show .dropdown-menu .dropdown-item {
        color:#37434d;
        padding-top: .8rem;
        padding-bottom: .8rem;
        line-height: 1
    }
}

.navigation-clean .dropdown-menu .dropdown-item,.navigation-clean .dropdown-menu .dropdown-item:focus {
    line-height: 2;
    color: #37434d
}

.navigation-clean .dropdown-menu .dropdown-item:focus,.navigation-clean .dropdown-menu .dropdown-item:hover {
    background: #eee;
    color: inherit
}

.navigation-clean.navbar-dark {
    background-color: #1f2021;
    color: #fff
}

.navigation-clean.navbar-dark .navbar-nav a.active,.navigation-clean.navbar-dark .navbar-nav a.active:focus,.navigation-clean.navbar-dark .navbar-nav a.active:hover {
    color: #8f8f8f;
    box-shadow: none;
    background: 0 0;
    pointer-events: none
}

.navigation-clean.navbar-dark .navbar-nav .nav-link {
    color: #dfe8ee
}

.navigation-clean.navbar-dark .navbar-nav .nav-link:focus,.navigation-clean.navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
    background-color: transparent
}

.navigation-clean.navbar-dark .navbar-nav>li>.dropdown-menu {
    background-color: #1f2021
}

.navigation-clean.navbar-dark .dropdown-menu .dropdown-item,.navigation-clean.navbar-dark .dropdown-menu .dropdown-item:focus {
    color: #f2f5f8
}

.navigation-clean.navbar-dark .dropdown-menu .dropdown-item:focus,.navigation-clean.navbar-dark .dropdown-menu .dropdown-item:hover {
    background: #363739
}

.parallax,.parallax-placeholder {
    background-size: cover;
    background-position: center;
    background-attachment: fixed
}

.footer-2 {
    background-color: #d4807d;
    color: #fff
}

@media (max-width: 767px) {
    .navigation-clean.navbar-dark .navbar-nav .show .dropdown-menu .dropdown-item {
        color:#fff
    }

    .footer-2 p {
        text-align: center
    }
}

#carousel-t .testimonial-content {
    margin-top: 15px
}

#carousel-t .carousel-control-next,.carousel-control-prev {
    width: 13%
}

#carousel-t .carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #140000;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .2;
    transition: opacity .6s ease;
    border-radius: 50%
}

#carousel-t .carousel-indicators .active {
    opacity: .5
}

#carousel-t .carousel-indicators {
    position: relative;
    padding-bottom: 10px
}

#carousel-t .signature {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    margin: 0
}

#carousel-t .date {
    font-size: 14px;
    font-style: italic;
    margin-bottom: 10px
}

#carousel-t p {
    font-size: 18px
}

#carousel-t .rating {
    background-color: #2d80ff;
    width: 56px;
    display: block;
    margin: 15px auto;
    color: #fff;
    border-radius: 25px
}

#carousel-t .icon.ion-android-arrow-dropright-circle {
    font-size: 40px;
    color: #fff;
    transition: color .3s;
    height: 100%;
    width: 100%
}

#carousel-t .icon.ion-android-arrow-dropright-circle:hover {
    color: #f6e43e;
    transition: color .3s
}

#carousel-t .icon.ion-android-arrow-dropleft-circle {
    font-size: 40px;
    color: #fff;
    height: 100%;
    width: 100%
}

#carousel-t .icon.ion-android-arrow-dropleft-circle:hover {
    color: #f6e43e;
    transition: color .3s
}

.parallax {
    position: relative
}

.parallax-background {
    height: auto;
    display: none;
    filter: brightness(50%)
}

.parallax-background,.parallax-placeholder {
    filter: brightness(50%);
    width: 100%!important
}

.parallax-placeholder {
    position: absolute;
    z-index: -200;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.parallax-content {
    min-height: 70vh;
    color: #fff;
    padding: 2em 1rem
}

.parallax-content p {
    font-size: 1.5em;
    text-align: center
}

.parallax-content .btn {
    width: 100px
}

.parallax-content h1 {
    font-family: arial #000;
    font-size: 50px;
    color: #fff;
    margin: 0;
    text-align: center;
    display: table-cell
}

a {
	color: #fdedea;
}

a:hover {
	color: #ffffff;
}


/* pour new logo */
/* Navbar toujours au-dessus */
.navigation-clean.sticky-top {
    z-index: 1030;
}

/* La section accroche reste dans le flux */
#section-accroche {
    position: relative;
    width: 100%;
    overflow: hidden;
}

/* Le conteneur suit la hauteur réelle de la vidéo */
#section-accroche .accroche-wrap {
    position: relative;
    display: block !important;
    width: 100%;
}

/* Le fond vidéo ne sort plus du flux */
#section-accroche .accroche-video-bg {
    position: relative;
    display: block;
    width: 100%;
    z-index: 0;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
}

/* Plus de faux ratio en 100vh */
#section-accroche .accroche-video-ratio {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 0;
    pointer-events: none;
}

/* Vidéo homothétique, largeur plein écran */
#section-accroche .accroche-video {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    min-width: 0;
    min-height: 0;
    margin-top: 0;
    pointer-events: none;
}

/* Le calque texte reste superposé si besoin */
#section-accroche .accroche-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    z-index: 1;
}

/* Le contenu suivant reste bien sous la section accroche */
.article-list {
    position: relative;
    z-index: 2;
    margin-top: 0;
}