﻿/*
Theme Name: Objectif musique
Theme URI: https://www.com2see.fr
Description: Objectif musique
Version: 1.0
Author: Mathieu Preuilh
Author URI: https://www.com2see.fr
*/
body {
    float:left;
    display:block;
    clear:both;
    width:100%;
    color:#555555;
    font-family: 'Open Sans', 'Verdana', sans-serif;
    line-height:25px;
	background:#fefefe;
    font-size:14px;
}
:root{
	--main-color: #BF1900;
	--main-dark-color: #741600;
	--main-rgba-color: 191, 25, 0;
    --second-color:#ffda0d;
}

/***** TOP HEADER *****/
#header{
    display:block;
    float:left;
    width:100%;
    clear:both;
    background-size:cover !important;;
}
.top-header{
    display:block;
    float:left;
    width:100%;
    clear:both;
    padding:15px 0;
    background:#fefefe;
    position:relative;
    z-index: 100;
}
.index .top-header{
    background:rgba(255,255,255,0.9);
}
.logo img{
    max-width:350px;
    margin-top:25px;
}
/* Menu */
#menu{
    display:block;
    float:left;
    width:100%;
    clear:both;
    margin:0;
    padding:0;
}
#menu ul{
    display:inline-block;
    list-style:none;
    padding:0;
    margin:0;
    width:100%;
    text-align:center;
    max-height:105px;
}
#menu ul li {
    display: inline-block;
    list-style:none;
    position:relative;
    cursor:pointer;
    padding:0 15px;
}
#menu ul li a{
    line-height:105px;
    font-size:14px;
    font-weight:bold;
    width:100%;
    display:block;
    float:left;
    color:#555555;
    position:relative;
}
#menu ul li a:after{
    display:block;
    position:absolute;
    top:calc(50% + 10px);
    content:"";
    height:1px;
    width:100%;
    background-color: transparent;
}
#menu ul li a:hover{
    color:var(--main-color);
}
#menu ul li a.active:after, #menu ul li.current-menu-item a:after{
    background-color:var(--main-color);
}
/* Search-bar */
.bar-recherche-container{
    display:block;
    width:100%;
    float:left;
    clear:both;
    position:relative;
    margin:30px 0;
}
input.bar-recherche{
    display:block;
    float:left;
    width:100%;
    height:45px;
    background:#f4f4f4;
    padding-left:15px;
    border:1px solid #ccc;
}
input.bar-recherche:focus{
    outline:0;
    border:1px solid var(--main-color);
}
::-webkit-input-placeholder {
    color: #ccc;
    font-size:14px;
    font-style:italic;
}
:-moz-placeholder { /* Firefox 18- */
    color: #ccc;
    font-size:14px;
    font-style:italic;
}
::-moz-placeholder {  /* Firefox 19+ */
    color: #ccc;
    font-size:14px;
    font-style:italic;
}
:-ms-input-placeholder {
    color: #ccc;
    font-size:14px;
    font-style:italic;
}
.bar-recherche-container .icn-bar-recherche {
    display: inline-block;
    position:absolute;
    right:15px;
    font-family: "Font Awesome 5 Free";
    font-weight:900;
    line-height:45px;
    color:var(--main-color);
    font-size:18px;
}
.bar-recherche-container .icn-bar-recherche:after {
    content:"\f002";
}
.bar-recherche-container.tapping .icn-bar-recherche:after {
    content:"\f00d";
}
.bar-recherche-container.tapping .icn-bar-recherche {
    cursor:pointer;
}
.bar-recherche-container.searching .icn-bar-recherche:after {
    content:"\f110";
}
.bar-recherche-container.searching .icn-bar-recherche {
    -webkit-animation: fa-spin 1s steps(8) infinite;
    animation: fa-spin 1s steps(8) infinite;
}
/* Links */
.links-header{
    text-align:right;
    position:relative;
}
.links-header a{
    color:#555;
    line-height:105px;
    padding:0 2px;
}
.links-header a#inscription, .links-header a:hover, .links-header a#deconnexion{
    color:var(--main-color);
}
.links-header a#inscription:hover, .links-header a#deconnexion:hover{
    color:var(--main-dark-color);
}
.link-neutre {
    color: #333333;
}
#panier{
    position:relative;
}
#number-panier{
    display:block;
    width:18px;
    height:18px;
    border:1px solid #555;
    border-radius:50%;
    background:#fefefe;
    position:absolute;
    top:calc(50% - 20px);
    right:3px;
}
#number-panier p{
    text-align: center;
    margin-top: -5px;
}
@media(max-width:1499px){
    #menu ul li{
        padding:0 10px;
    }
    #menu ul li a, .links-header a {
        line-height: 40px;
    }
    .bar-recherche-container {
        margin:0;
    }
}
@media(max-width:991px){
    .logo img{
        max-height:37px;
    }
    #menu{
        display:block !important;
        max-height:2000px;
        max-width:0;
        width:auto;
        overflow:hidden;
        position:fixed;
        right:0;
        top:71px;
        background: #fefefe;
        border-top:1px solid var(--main-color);
        bottom:0;
        -ms-transition: all 1s;
        transition: all 1s;
        -webkit-transition: all 1s;
        height:auto !important;
        overflow-y:auto;
        z-index: 100;
    }
    #header #menu.collapse.in {
        max-width:40%;
    }
    #menu ul {
        width:100%;
        min-width:300px;
        margin-top:15px;
        padding-right: 15px;
    }
    #menu ul li{
        width:100%;
        padding:0;
        text-align:right;
    }
    #menu ul li a {
        padding:0 20px;
        line-height:50px;
        float:right;
        width:auto;
    }
}
@media(max-width:767px){
    #header #menu.collapse.in {
        max-width:60%;
    }
}
@media(max-width:500px){
    .logo img{
        margin-top:5px;
    }
}
/* Connecté */
.menu-compte{
    display: inline-block;
    margin-right: 15px;
}
.avatar-default{
    display:inline;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background:#cccccc;
    text-transform:uppercase;
    color:#fff;
    font-size:16px;
    padding:12px;
}
.avatar-menu{
    display:inline;
    width:50px;
    height:50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
ul.sub-menu-compte{
    float:left;
    display:block;
    clear:both;
    position:absolute;
    top:120px;
    right:0;
    max-height:0;
    width:auto;
    max-width:250px;
    overflow:hidden;
    list-style:none;
    margin:0;
    padding:0;
    background:rgba(255,255,255,0.9);
    z-index: 10;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
ul.sub-menu-compte li{
    display: inline-block;
    list-style:none;
    position:relative;
    cursor:pointer;
    padding:0 15px;
    width:100%;
    font-weight: bold;
}
ul.sub-menu-compte li:first-child{
    margin-top:15px;
}
ul.sub-menu-compte li:last-child{
    margin-bottom:15px;
}
ul.sub-menu-compte li a{
    line-height:30px;
}
.menu-compte:hover ul.sub-menu-compte{
    max-height:500px;
}

/***** TOP HEADER MON COMPTE *****/
#menu-sidebar{
    position: fixed;
    display:block;
    top:0;
    left:0;
    width: 200px;
    height: 100%;
    background: #0e1312;
    z-index:2000;
}
#content-compte{
    display:block;
    float:left;
    clear:both;
    width:calc(100% - 200px);
    margin-left:200px;
}

/***** ACCUEIL *****/
.accueil{
    display:block;
    float:left;
    width:100%;
    clear:both;
    padding:100px 0 20px 0;
    background:rgba(255,255,255,0.5);
    overflow: hidden;
}
.index .accueil{
    padding:200px 0;
}
@keyframes FromTop {
    0% {
        opacity: 0;
        transform:translateY(-100px);
    }
    100% {
        opacity:1;
        transform:translateY(0);
    }
}
.accueil .slogan{
    font-size:30px;
    text-transform: uppercase;
    color:var(--main-color);
    text-align:center;
    font-weight:bold;
    padding-bottom:30px;
    margin:0;
    animation: FromTop 0.5s linear;
    animation-fill-mode: both;
    animation-delay: 0.5s
}
@keyframes FromBottom {
    0% {
        opacity: 0;
        transform:translateY(100px);
    }
    100% {
        opacity:1;
        transform:translateY(0);
    }
}
.btn-headers{
    display:block;
    float:left;
    width:100%;
    clear:both;
    text-align:center;
    animation: FromBottom 0.5s linear;
    animation-fill-mode: both;
    animation-delay: 0.5s
}
.btn-headers .btn{
    font-weight:bold;
    text-transform: uppercase;
    font-size:22px;
    margin:0 15px;
    padding:0 30px;
}
@keyframes ZoomIn {
    0% {
        opacity: 0;
        transform:scale(2);
    }
    50%{
        opacity: 0.2;
    }
    100% {
        opacity:1;
        transform: scale(1);
    }
}
.accueil h1 {
    animation: ZoomIn 0.5s linear;
    animation-fill-mode: both;
}

/***** PAGE ACCUEIL *****/
/* Section cours */
.row.cours{
    display:block;
    float:left;
    clear:both;
    width:100%;
    background:#f4f4f4;
}
#content ul.menu-cours{
    list-style:none;
    display:inline-block;
    width:auto;
    margin:0;
    padding:0;
}
#content ul.menu-cours li{
    list-style:none;
    display:inline-block;
    width:auto;
    font-size:18px;
    cursor:pointer;
    line-height:45px;
}
#content ul.menu-cours li:after{
    content:"|";
    padding:0 15px;
    color:#555;
}
#content ul.menu-cours li:last-child:after{
    content:"";
}
#content ul.menu-cours li.active, #content ul.menu-cours li:hover{
    color:var(--main-color);
}
#content ul.menu-cours li:hover:after{
    color:#555;
}
.search-section-cours .bar-recherche-container{
    margin:0;
}
.search-section-cours input.bar-recherche{
    background:#fff;
    width:50%;
    float: right;
}
#slider-cours, #slider-profs, #slider-avis, .list-cours, .list-prof, #slider-devenir-prof {
    position:relative;
    display:block;
    float:left;
    width:100%;
    clear:both;
    padding:0;
    margin:0;
    text-align:center;
}
#slider-cours .item, .list-cours .item {
    position:relative;
    display:block;
    float:left;
    width:100%;
    padding:20px 15px 0 15px;
}
#slider-cours .lien-cours, .list-cours .lien-cours{
    display: block;
    float: left;
    position:relative;
    height:280px;
    width:100%;
    background-size:cover !important;
}
#slider-cours .item .prof, .list-cours .item .prof{
    background:rgba(var(--main-rgba-color),0.75);
    color:#fff;
    font-size:20px;
    font-style: italic;
    text-align:left;
    line-height:60px;
    padding-left:30px;
    display: block;
    float: left;
    width:100%;
    position:absolute;
    bottom:0;
    left:0;
    top:220px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#slider-cours .lien-cours .prof p, .list-cours .lien-cours .prof p{
    opacity:1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#slider-cours .lien-cours .prof i, .list-cours .lien-cours .prof i{
    text-align:center;
    font-size:50px;
    color:#fff;
    position:absolute;
    top:calc(50% - 25px);
    left:calc(50% - 28px);
    opacity:0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#slider-cours .lien-cours:hover .prof, .list-cours .lien-cours:hover .prof{
    top: 0;
}
#slider-cours .lien-cours:hover .prof p, .list-cours .lien-cours:hover .prof p{
    opacity:0;
}
#slider-cours .lien-cours:hover .prof i, .list-cours .lien-cours:hover .prof i{
    opacity:1;
}
#slider-cours .item .gratuit, .list-cours .item .gratuit{
    display:block;
    float:left;
    background:var(--second-color);
    position:absolute;
    top:35px;
    right:-2px;
    color:#fff;
    text-transform: uppercase;
    font-style:italic;
    font-weight:bold;
    font-size:16px;
    padding:5px 15px;
}
#slider-cours .item .thumb-bien, .list-cours .item .thumb-bien{
    display:block;
    float:left;
    width:100%;
    padding:20px;
    background:#fff;
    border:1px solid #ccc;
    text-align:center;
}
#slider-cours .item .thumb-bien p, .list-cours .item .thumb-bien p{
    text-align:center;
}
#slider-cours .item .thumb-bien .note i, .list-cours .item .thumb-bien .note  i{
    color:var(--second-color);
    padding:0 7px;
    font-size:18px;
}
#slider-cours .item .infos div, .list-cours .item .infos div{
    display: block;
    float: left;
    width:33.33%;
    line-height:50px;
    border:1px solid #ccc;
    border-top:0;
    border-right:0;
    background:#fff;
}
#slider-cours .item .infos div:last-child, .list-cours .item .infos div:last-child{
    border-right:1px solid #ccc;
}
#slider-cours .item .infos i, .list-cours .item .infos i{
    color:var(--main-color);
    padding-right:5px;
}
#slider-cours .item .infos .prix, .list-cours .item .infos .prix{
    color:var(--main-color);
    font-weight:bold;
    font-size:20px;
    cursor:pointer;
    width:33.34%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#slider-cours .item .infos .prix i, .list-cours .item .infos .prix i{
    color:#555;
    font-size:18px;
    padding-left:5px;
    padding-right:0;
}
#slider-cours .item .infos .prix:hover, .list-cours .item .infos .prix:hover{
    background:var(--main-color);
    color:#fff;
}
#slider-cours .item.gratuit .infos .prix i, .list-cours .item.gratuit .infos .prix i{
    color:var(--second-color);
}
.owl-prev {
    position:absolute;
    top:calc(50% - 30px);
    right:calc(100% + 60px);
    z-index:800;
    opacity:1;
}
.owl-next {
    position:absolute;
    top:calc(50% - 30px);
    left:calc(100% + 60px);
    z-index:800;
    opacity:1;
}
#slider-cours .owl-nav button, #slider-profs .owl-nav button{
    width:60px;
    height:60px;
    color:#ccc;
    font-size:50px;
}
#slider-cours .owl-nav button:hover, #slider-profs .owl-nav button:hover {
    color: var(--main-color);
}
#slider-cours .owl-nav button:focus, #slider-profs .owl-nav button:focus{
    outline-color:transparent;
}
.list-cours .item{
    width:33.33%;
    padding:15px;
}
@media(max-width:1499px){
    .search-section-cours input.bar-recherche{
        width:100%;
    }
}
@media(max-width:1400px){
    .list-cours .item {
        width: 50%;
    }
}
@media(max-width:991px){
    .content-menu{
        text-align: center;
    }
    #content .content-menu ul{
        float:none;
    }
    .list-cours .item {
        width: 100%;
    }
}
/* Section profs */
#slider-profs .item, .list-prof .item {
    position:relative;
    display:block;
    float:left;
    width:100%;
    padding:20px 0 0 0;
}
#slider-profs a, .list-prof a{
    display: block;
    float: left;
    position:relative;
    height:100%;
    width:100%;
}
#slider-profs a img, .list-prof a img{
    height:100%;
    width:100%;
}
#slider-profs a .hover, .list-prof a .hover{
    display:block;
    float:left;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    background:rgba(0,0,0,0.75);
    opacity:0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#slider-profs a .hover h4, .list-prof a .hover h4{
    color:#fff;
    position:absolute;
    top:calc(50% - 20px);
}
#slider-profs .infos-prof, .list-prof .infos-prof{
    display: block;
    float: left;
    width:100%;
    position:absolute;
    bottom:0;
    left:0;
    text-align:center;
    padding:15px 0;
}
#slider-profs .infos-prof div, .list-prof .infos-prof div{
    display: inline-block;
    color:#ccc;
    padding:0 10px;
    border-right:1px solid #ccc;
    line-height:20px;
}
#slider-profs .infos-prof div:last-child, .list-prof .infos-prof div:last-child{
    border:0;
}
#slider-profs .infos-prof i, .list-prof .infos-prof i{
    color:var(--main-color);
    padding-right:5px;
    font-size:18px;
}
#slider-profs a:hover .hover, .list-prof a:hover .hover{
    opacity:1;
}
.list-prof .item{
    width:25%;
    padding:15px;
}
.lien-profs{
    text-align:right;
    font-size:18px;
    font-weight:bold;
}
.lien-profs i{
    font-size:20px;
    padding-left:10px;
}
/* Section avis */
#content .row.avis{
    display:block;
    float:left;
    width:100%;
    clear:both;
    background:#f4f4f4;
    padding:0;
}
.image-6{
    display:block;
    float:left;
    width:100%;
    background-size:cover !important;
}
.half-section{
    display:block;
    float:left;
    width:100%;
    padding:100px 150px;
}
.half-section h2, .half-section h3{
    text-align:left;
}
.half-section h2:after{
    margin:30px 0;
}
#slider-avis .signature{
    text-align:right;
    font-size:20px;
    font-weight:bold;
    color:#333;
}
#slider-avis .owl-dots{
    margin-top:60px;
}
#slider-avis .owl-dot{
    width:17px;
    height:17px;
    border:1px solid var(--main-color);
    border-radius:50%;
    margin:0 12px;
    opacity:0.5;
}
#slider-avis .owl-dot:hover {
    background: var(--main-color);
}
#slider-avis .owl-dot:focus{
    outline:none;
}
#slider-avis .owl-dot.active{
    background:var(--main-color);
    opacity:1;
}
.quote-left, .quote-right{
    display: inline-block;
    position:absolute;
    top:calc(50% - 30px);
    font-family: "Font Awesome 5 Free";
    font-weight:900;
    line-height:45px;
    color:var(--main-color);
    font-size:50px;
}
.quote-left{
    left:20px;
}
.quote-left:before{
    content:"\f10d";
}
.quote-right{
    right:20px;
}
.quote-right:before{
    content:"\f10e";
}
@media(max-width:1499px){
    .half-section{
        padding:100px;
    }
}
@media(min-width:992px) and (max-width:1199px){
    .half-section{
        padding:100px 40px;
    }
    .quote-left, .quote-right{
        opacity:0.2;
    }
}
/* Section inscription */
.icon-inscription {
    position:relative;
    display:block;
    float:left;
    width:100%;
    text-align:center;
}
.icon-inscription i{
    color:transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--main-color);
    font-size:35px;
    margin-bottom:10px;
}
.icon-inscription h4{
    padding-bottom:20px;
}
.icon-inscription p{
    text-align:center;
    padding:0 30px;
}
/* Section devenir prof */
#content .row.devenir-prof{
    display:block;
    float:left;
    width:100%;
    clear:both;
    background:#f4f4f4;
    padding:0;
}
.echelle {
    display: block;
    float: left;
    width: 100%;
}
.item-echelle{
    display:block;
    float:left;
    width:100%;
    clear:both;
    overflow:hidden;
    position:relative;
}
.item-echelle .nombre-echelle{
    display:block;
    float:left;
    position:relative;
    opacity: 0;
}
.item-echelle .nombre-echelle p{
    width:30px;
    height:30px;
    background:#f4f4f4;
    border:solid 1px var(--main-color);
    border-radius:50px;
    display:block;
    float:left;
    padding:0 8px;
    font-size:20px;
}
.item-echelle:after{
    display: block;
    position: absolute;
    content: ' ';
    width: 1px;
    background-color: var(--main-color);
    height: 0;
    top: 30px;
    left: 15px;
}
.item-echelle:last-child:after{
    display:none;
}
@keyframes FadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity:1;
    }
}
.item-echelle.animation-echelle .nombre-echelle {
    animation: FadeIn 0.5s linear;
    animation-fill-mode: both;
}
.item-echelle.animation-echelle:nth-child(2) .nombre-echelle { animation-delay: 0.5s }
.item-echelle.animation-echelle:nth-child(3) .nombre-echelle { animation-delay: 1s }
.item-echelle.animation-echelle:nth-child(4) .nombre-echelle { animation-delay: 1.5s }
@keyframes Height {
    from {
        height: 0;
    }
    to {
        height:100%;
    }
}
.item-echelle.animation-echelle:after {
    animation: Height .5s linear;
    animation-fill-mode: both;
}
.item-echelle.animation-echelle:nth-child(2):after{ animation-delay: 0.5s }
.item-echelle.animation-echelle:nth-child(3):after { animation-delay: 1s }
.item-echelle .content-echelle{
    display:block;
    float:left;
    margin:0 0 35px 20px;
    position:relative;
    opacity: 0;
    font-size:22px;
    transform:translateX(100px);
}
@keyframes FromRightToLeft {
    0% {
        opacity: 0;
        transform:translateX(100px);
    }
    100% {
        opacity:1;
        transform:translateX(0);
    }
}
.item-echelle.animation-echelle .content-echelle {
    animation: FromRightToLeft 0.5s linear;
    animation-fill-mode: both;
}
.item-echelle.animation-echelle:nth-child(2) .content-echelle { animation-delay: 0.5s }
.item-echelle.animation-echelle:nth-child(3) .content-echelle { animation-delay: 1s }
.item-echelle.animation-echelle:nth-child(4) .content-echelle { animation-delay: 1.5s }
.item-echelle .content-echelle h4, .item-echelle .content-echelle p{
    text-align:left;
    padding-bottom:15px
}
.devenir-prof .btn{
    margin-top:25px;
}
@media(max-width:1499px){
    .item-echelle .content-echelle{
        font-size: 20px;
        margin-left:10px;
    }
}

/***** LES COURS *****/
/* Sidebar */
.sidebar-cours .bar-recherche-container{
    margin-top:0;
}
.sidebar-cours input.bar-recherche{
    background:#fff;
}
.sidebar-cours p{
    font-size: 18px;
    font-weight:bold;
    margin:0;
}
.sidebar-cours ul{
    width:100%;
    display:inline-block;
    margin:0 0 15px 0;
    padding:0;
}
.sidebar-cours ul li{
    display: inline-block;
    list-style:none;
    position:relative;
    cursor:pointer;
    padding:0;
}
.sidebar-cours ul > li > a{
    color:#555;
}
.sidebar-cours ul > li > a:before{
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight:400;
    color:#ccc;
    content:"\f0c8";
    padding-right:5px;
}
.sidebar-cours ul.menu-sidebar > li > a:hover, .sidebar-cours ul.menu-sidebar > li > a:hover:before, .sidebar-cours ul.menu-sidebar > li > ul > li > a:hover, .sidebar-cours ul.menu-sidebar > li > ul > li > a:hover:before{
    color:var(--main-color);
}
.sidebar-cours ul.menu-sidebar > li > a:hover:before, .sidebar-cours ul.menu-sidebar > li > ul > li > a:hover:before{
    content:'\f14a';
}
.sidebar-cours ul li.active > a{
    color:var(--main-dark-color);
    font-weight:bold;
}
.sidebar-cours ul li.active > a:before{
    content:'\f00c';
    font-weight:900;
    color:var(--main-color);
}
.sidebar-cours ul.menu-sidebar > li > ul{
    margin:0;
}
.sidebar-cours ul.menu-sidebar > li > ul > li {
    padding-left:10px;
}
/* Filtres actifs */
.filtres{
    display:block;
    float:left;
    clear:both;
    width:100%;
    background:#fff;
    padding:20px;
    margin-bottom:30px;
}
ul.filtres-actifs{
    margin:0;
    padding:0;
}
#content ul.filtres-actifs li{
    display: inline-block;
    list-style:none;
    position:relative;
    cursor:pointer;
    margin-right:15px;
    padding-right:15px;
    border-right:1px solid #555;
    width:auto;
}
#content ul.filtres-actifs li:last-child{
    border-right:0;
}
ul.filtres-actifs li a{
    color:#555;
}
ul.filtres-actifs li a:before{
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight:900;
    color:#555;
    content:"\f00d";
    padding-right:5px;
}
ul.filtres-actifs li a:hover, ul.filtres-actifs li a:hover:before{
    color:var(--main-color);
}
/* Select */
.select-tri{
    display:block;
    float:right;
    clear:both;
    position:relative;
}
.select-tri select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    position: relative;
    display: block;
    line-height: 3;
    padding:0 50px 0 10px;
    background: #fff;
    overflow: hidden;
    color:#555;
    cursor: pointer;
    border:1px solid #ccc;
}
.select-tri select::-ms-expand {
    display: none;
}
.select-tri select:focus{
    border-color:var(--main-color);
}
.select-icon:after {
    content: '\f107';
    font-family: "Font Awesome 5 Free";
    color: var(--main-color);
    line-height:44px;
    font-size: 18px;
    font-weight:900;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 24px;
    cursor: pointer;
    pointer-events: none;
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
}
.select-icon:hover:after {
    color: var(--main-color);
}

/***** SINGLE-COURS *****/
/* Intro cours */
.row.intro-cours{
    display:block;
    float:left;
    clear:both;
    width:100%;
    background:#f4f4f4;
}
.intro-cours .img-intro{
    display: block;
    float: left;
    position:relative;
    overflow:hidden;
}
.intro-cours .play{
    display: block;
    float: left;
    position:relative;
    width:100%;
    height:100%;
    background-size:cover !important;

}
.intro-cours .play .hover-play{
    color:#fff;
    font-size:70px;
    position:absolute;
    background:rgba(0,0,0,0.5);
    top:0;
    left:0;
    width:100%;
    height:100%;
    cursor:pointer;
}
.intro-cours .play .hover-play i{
    position:absolute;
    top:calc(50% - 35px);
    left:calc(50% - 35px);
}
.intro-cours .play:hover i{
    color:var(--main-color);
}
.intro-cours .video-hover{
    display: block;
    float: left;
    position:absolute;
    background:#111;
    width:calc(100% - 30px);
    height:100%;
    left:15px;
    bottom:-100%;
    text-align:center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.intro-cours .video-hover iframe{
    max-width:100%;
    max-height:100%;
}
.intro-cours .video-hover.clic{
    bottom:0;
}
.intro-cours h1{
    text-align:left;
    padding-bottom:15px;
}
.intro-cours p.duree{
    font-size:14px;
    width:auto;
    clear:none;
}
.intro-cours p.duree i{
    color:#ccc;
}
.intro-cours p{
    font-size:18px;
}
.intro-cours .favoris{
    display:block;
    float:left;
    color:#aaa;
    padding-bottom:60px;
    margin-left:30px;
}
.intro-cours .favoris i{
    color:#DA0000;
}
.intro-cours .favoris:hover{
    color:#DA0000;
}
.intro-cours .prix{
    display:block;
    float:left;
    color:var(--main-color);
    font-weight:bold;
    font-size:25px;
    width:auto;
    margin-right:15px;
    margin-top:30px;
    line-height:52px;
    clear:both;
}
.intro-cours .btn{
    margin:30px 15px 0 15px;
    float: left;
}
/* Détails cours */
.row.details-cours{
    display:block;
    float:left;
    clear:both;
    width:100%;
}
.details-cours ul{
    display:inline-block;
    list-style:none;
    padding:0;
    margin:0;
    width:100%;
}
.details-cours ul li{
    display: inline-block;
    list-style:none;
    float:left;
    width:100%;
    position:relative;
    line-height:35px;
}
.details-cours ul li i{
    color:#ccc;
    padding-right:15px;
}
.details-cours ul li span {
    color: #ccc;
}
.details-cours ul li.cats{
    font-weight:bold;
}
.details-cours ul li.note i{
    color:var(--second-color);
    padding:0 7px;
    font-size:18px;
}
.details-cours ul li a{
    color:#333;
}
.details-cours ul li a:hover{
    color:var(--main-color);
}
.details-cours .prof-du-cours{
    display:block;
    float:left;
    clear:both;
    width:100%;
    margin:15px 0;
    border-top: 1px solid #ccc;
    padding-top:15px;
}
.details-cours .prof-du-cours a{
    font-size:20px;
    font-style: italic;
}
.details-cours .prof-du-cours img{
    max-width:50px;
    border-radius:50%;
    margin-right:15px;
}
.details-cours .prof-du-cours .infos-prof{
    margin-top:5px;
}
.details-cours .prof-du-cours .infos-prof i{
    color:#ccc;
    padding-right:15px;
}
.details-cours .prof-du-cours .infos-prof div{
    line-height: 35px;
}
.details-cours .description-complete{
    border-left:1px solid #ccc;
}
.details-cours .description-longue{
    display:block;
    float:left;
    clear:both;
    width:100%;
    margin-bottom:100px;
}
.avis-lecon .infos-avis{
    float:left;
    width:50%;
}
.avis-lecon .nombre-note{
    font-size:30px;
    font-weight:bold;
    text-align:center;
}
.avis-lecon .legende-note{
    color:#ccc;
    text-transform: uppercase;
    text-align: center;
    margin-bottom:30px;
}
.avis-lecon .etoile, .avis-lecon .etoile .nbr-etoile, .avis-lecon .etoile .bar-note, .avis-lecon .etoile .nbr-vote{
    display:block;
    float:left;
    width:100%;
}
.avis-lecon .etoile .nbr-etoile{
    width:30%;
}
.avis-lecon .etoile .bar-note{
    width:55%;
    background:#eee;
    height:20px;
    position: relative;
}
.avis-lecon .etoile .nbr-vote{
    width:15%;
    padding-left:15px;
}
.avis-lecon .etoile .bar-note .bar-note-complete{
    background:var(--second-color);
    height:20px;
    display:block;
    float:left;
    position:absolute;
    top:0;
    left:0;
}
.avis-detail-lecon{
    padding-top:30px;
}
.avis-detail-lecon #slider-avis{
    padding:0 100px;
}
.avis-detail-lecon .quote-right, .avis-detail-lecon .quote-left{
    top:50px;
}
.avis-detail-lecon #slider-avis .note-avis{
    display:block;
    float:left;
    width:50%;
    text-align:left;
}
.avis-detail-lecon #slider-avis .note-avis i{
    color: var(--second-color);
    padding: 0 7px;
    font-size: 18px
}
.avis-detail-lecon #slider-avis .note-avis i:first-child{
    padding-left:0;
}
.avis-detail-lecon #slider-avis .signature{
    width:50%;
    clear:none;
}
/* Cours similaires */
.row.cours-similaires{
    display:block;
    float:left;
    clear:both;
    width:100%;
    background:#f4f4f4;
}

/***** LES PROFESSEURS *****/
.intro-prof{
    display:block;
    float:left;
    width:100%;
    padding:15px;
    padding-top:0;
}

/***** DEVENIR PROF *****/
/* étapes */
.row.etapes-prof{
    display:block;
    float:left;
    width:100%;
    position:relative;
    clear:both;
}
.etape{
    position:relative;
    display:block;
    float:left;
    width:100%;
    text-align:center;
    cursor:pointer;
}
.etape:after{
    display: inline-block;
    position:absolute;
    right:0;
    top:calc(50% - 6px);
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight:900;
    color:#ccc;
    font-size:18px;
}
.list-etapes .etape:last-child:after{
    display:none;
}
.etape i {
    color:transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #ccc;
    font-size:35px;
    margin-bottom:10px;
}
.etape p{
    font-size:16px;
    text-align:center;
    color:#555;
}
.etape.active i, .etape:hover i{
    -webkit-text-stroke-color: var(--main-color);
}
.etape.active p, .etape:hover p{
    font-weight:bold;
}
.contenu-etape{
    position:relative;
    display:block;
    float:left;
    width:100%;
    margin-top:60px;
    padding:0 150px;
}
#slider-devenir-prof .owl-item .contenu-etape img{
    max-height:350px;
    width:auto;
    float:right;
}
#slider-devenir-prof .owl-item .contenu-etape h4{
    text-align:left;
    margin-bottom:40px;
}
#slider-devenir-prof .owl-item .contenu-etape p{
    margin-bottom:20px;
}
#slider-devenir-prof .owl-item:nth-child(even) .contenu-etape img{
    float:left;
}
#slider-devenir-prof .owl-item:nth-child(even) .contenu-etape h4, #slider-devenir-prof .owl-item:nth-child(even) .contenu-etape p{
    text-align:right;
}
/* chiffres */
#content .row.chiffres{
    display:block;
    float:left;
    width:100%;
    position:relative;
    clear:both;
    padding:0;
}
.row.chiffres .hover{
    display:block;
    float:left;
    width:100%;
    position:relative;
    clear:both;
    background:rgba(255,255,255,0.8);
    padding:100px 0;
}
.item-chiffre p{
    text-align:center;
    text-transform:uppercase;
    font-weight:bold;
    font-size:70px;
    color:var(--main-color);
    padding-bottom:15px;
}
/* Formules */
.row.formules{
    float:left;
    display:block;
    width:100%;
    clear:both;
    position:relative;
    background:#f8f8f8;
}
.row.formules p{
    text-align:center;
}
.table-formules{
    float:left;
    display:block;
    width:100%;
    clear:both;
    position:relative;
    margin-top:60px;
}
.table-formules .item-formule{
    float:left;
    display:block;
    width:100%;
}
.table-formules .item-formule ul{
    list-style:none;
    padding:0;
    margin:0;
    float:left;
    width:100%;
    background:#fff;
    border:1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position:relative;
}
.table-formules .item-formule ul li{
    line-height:40px;
    min-height:40px;
    text-align:left;
    color:#555;
    padding:0 40px;
}
.table-formules .item-formule .head-colonne{
    text-align:center;
    font-size:30px;
    line-height:100px;
    color:#fff;
}
.table-formules .item-formule .formule-1 .head-colonne{
    background-color:#D61277;
}
.table-formules .item-formule .formule-2 .head-colonne{
    background-color:#D6600B;
}
.table-formules .item-formule .formule-3 .head-colonne{
    background-color:#ffda0d;
}
#content .table-formules .item-formule .frais{
    text-align:center;
    font-size:40px;
    color:#111;
    width:50%;
    margin:30px 0;
}
#content .table-formules .item-formule .formule-1 .frais{
    border-right:1px solid #D61277;
}
#content .table-formules .item-formule .formule-2 .frais{
    border-right:1px solid #D6600B;
}
#content .table-formules .item-formule .formule-3 .frais{
    border-right:1px solid #ffda0d;
}
#content .table-formules .item-formule ul.formule li:nth-child(3){
    border:0;
}
.table-formules .item-formule .frais span{
    color:#555;
    font-size:16px;
    display:block;
    line-height:26px;
}
.table-formules .item-formule ul li i{
    color:#00BF68;
    padding-right:15px;
    min-width:29px;
}
.table-formules .item-formule ul li.minus{
    color:#aaa;
}
.table-formules .item-formule ul li.minus i{
    color:#BF1900;
}
.table-formules .item-formule ul li.btn-formule{
    text-align:center;
}
.table-formules .item-formule ul.formule-1 li.btn-formule{
    border-bottom:3px solid #D61277;
}
.table-formules .item-formule ul.formule-2 li.btn-formule{
    border-bottom:3px solid #D6600B;
}
.table-formules .item-formule ul.formule-3 li.btn-formule{
    border-bottom:3px solid #ffda0d;
}
.table-formules .item-formule ul li.btn-formule a{
    display: inline-block;
    padding:5px 30px;
    margin:30px 0;
    border:1px solid #ccc;
    position: relative;
    z-index:10;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
.table-formules .item-formule ul.formule-1 li.btn-formule a{
    color:#D61277;
    border-color:#D61277;
}
.table-formules .item-formule ul.formule-2 li.btn-formule a{
    color:#D6600B;
    border-color:#D6600B;
}
.table-formules .item-formule ul.formule-3 li.btn-formule a{
    color:#ffda0d;
    border-color:#ffda0d;
}
.table-formules .item-formule ul li.btn-formule a:after {
    content: "";
    position: absolute;
    z-index:-1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.table-formules .item-formule ul.formule-1 li.btn-formule a:after{
    background:#D61277;
}
.table-formules .item-formule ul.formule-2 li.btn-formule a:after{
    background:#D6600B;
}
.table-formules .item-formule ul.formule-3 li.btn-formule a:after{
    background:#ffda0d;
}
.table-formules .item-formule ul.formule li.btn-formule a:hover{
    color:#fff;
}
.table-formules .item-formule ul li.btn-formule a:hover:after {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
/* Accompagnement */
#content .row.accompagne{
    display:block;
    float:left;
    width:100%;
    clear:both;
    padding:0;
}

/***** INSCRIPTION *****/
.btn.btn-facebook, .btn.btn-google{
    color:#3b5998;
    border:solid 1px #3b5998;
    width:100%;
    line-height:47px;
    font-size:14px;
    text-align:left;
    padding-left:60px;
    position:relative;
}
.btn.btn-facebook:after, .btn.btn-google:after {
    content: "";
    position: absolute;
    z-index:-1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background:#3b5998;
}
.btn.btn-facebook:before, .btn.btn-google:before{
    display:block;
    content:"\f39e";
    font-family:"Font Awesome 5 Brands";
    float:left;
    color:#fff;
    position:absolute;
    width:47px;
    height:47px;
    top:0;
    left:0;
    background:#3b5998;
    text-align:center;
}
.btn.btn-google{
    color:#4285F4;
    border:solid 1px #4285F4;
}
.btn.btn-google:before{
    content:"\f1a0";
    background:#4285F4;
}
.btn.btn-google:after {
    background:#4285F4;
}
.btn.btn-facebook:hover:after, .btn.btn-google:hover:after{
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.btn.btn-facebook:hover, .btn.btn-google:hover{
    color:#fff;
}
#form-inscription{
    clear:both;
    display:block;
    position:relative;
    width:50%;
    margin:0 auto;
}
.form-group {
    display:block;
    position:relative;
    font-weight:normal;
    line-height:45px;
    margin:15px auto;
}
.form-group input{
    width:100%;
    padding:0 10px;
    border-radius:0;
    border:1px solid #ccc;
    background:transparent;
}
.form-group input:focus{
    outline:0;
    border:1px solid var(--main-color);
}
.form-radio{
    display: block;
    float: left;
    text-align: left;
}
.form-group input.error{
    background:rgba(var(--main-rgba-color),0.1);
    border:1px solid var(--main-color);
}
form .btn{
    margin:30px 0;
}
.statut-inscription, .statut-login{
    display:none;
}

/***** FAQ *****/
.accordeon{
    display: block;
    float: left;
    width: 100%;
    margin: 30px 0 0 0;
}
.container-question{
    display: block;
    float: left;
    width: 100%;
    margin: 0;
    overflow: hidden;
}
.container-question .titre-question {
    display: block;
    font-size: 16px;
    text-decoration: none;
    padding: 0 15px;
    line-height:60px;
    cursor:pointer;
    position:relative;
    border-bottom: 1px solid #e5e5e5;
}
.container-question .titre-question:after {
    content:"\f067";
    font-family: "Font Awesome 5 Free";
    font-weight:bold;
    font-size:14px;
    position:absolute;
    right:15px;
    top:0;
    line-height:60px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.container-question .reponse-question{
    display: none;
    position:relative;
    float:left;
    width:100%;
    padding: 20px;
    color: #999;
    overflow: hidden;
}
.container-question .titre-question.open:after {
    content:"\f068";
    color:var(--main-color);
}
.container-question:hover .titre-question{
    background: #fafafa;
}
.container-question .titre-question.open{
    color:var(--main-color);
    font-weight:bold;
    border-color:var(--main-color);
}
.row.contact{
    background:#f4f4f4;
    text-align:center;
}
.row.contact a{
    margin:0;
}

/***** CALL TO ACTION *****/
#content .row.call-to-action{
    display:block;
    float:left;
    clear:both;
    width:100%;
    padding:30px 0;
    background:var(--main-dark-color);
}
.call-to-action h2{
    padding-bottom: 0;
    text-align:left;
    color:#fff;
}
.call-to-action h2:after{
    display: none;
}
.call-to-action h3{
    text-align:left;
    color:#ddd;
}
.btn-action{
    text-align:right;
    padding-top:4px;
}
.btn-action .btn{
    margin:0;
}

/***** FOOOTER *****/
#footer{
    float:left;
    display:block;
    width:100%;
    clear:both;
    position:relative;
    background:#0e1312;
    padding:30px 0;
}
#menu-footer{
    display:inline-block;
    list-style:none;
    padding:0;
    margin:0 0 30px 0;
    width:100%;
    text-align:right;
}
#menu-footer li {
    display: inline-block;
    list-style:none;
    position:relative;
    cursor:pointer;
    padding:0 15px;
}
#menu-footer li:last-child{
    padding-right:0 !important;
}
#menu-footer li a{
    font-size:14px;
    font-weight:bold;
    width:100%;
    display:block;
    float:left;
    color:#cbcbcb;
    position:relative;
}
#menu-footer li a:hover{
    color:var(--main-color);
}
.copyright{
    float:right;
    display:block;
    clear:both;
    text-align:right;
    color:#999999;
}
@media(max-width:1499px){
    #menu-footer li{
        padding:0 10px;
    }
}
@media(min-width:992px) and (max-width:1199px){
    #menu-footer li{
        padding:0 5px;
    }
}
/* Footer account */
.small-footer #menu-footer{
    text-align:left;
    margin:0;
}

/***** SEARCH *****/
.ui-autocomplete li{
    border-bottom:1px solid #ccc;
    line-height:50px;
}
.ui-autocomplete li.ui-state-focus{
    background: rgba(55, 206, 220, 0.3);
}
.ui-autocomplete a {
    float:left;
    display:block;
    width:100%;
    clear:both;
    line-height:50px;
}
.thumb-search {
    display:block;
    float:left;
    clear:both;
    width:40px;
    text-align:center;
    margin-right:10px;
}
.thumb-search img{
    max-height:30px;
    max-width:30px;
    height:auto;
    width:auto;
}
.title-search {
    display:block;
    float:left;
    width:calc(100% - 50px);
    text-align:left;
}
