/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 03/30/2020
    Author     : Tania
*/


body, html{
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    color: #646464;
}
.main{
    padding-top: 150px;
}
.box-shadow {
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.8);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.8);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.8);
}
section.main{
    padding: 80px 0;
}
.non-gutters{
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.non-padding{
    padding: 0 !important;
}
.title-reg, .title{
    padding-bottom: 30px;
}
.title-reg h2, .title h2{
    color: #ffffff;
    font-size: 26px;
    text-transform: uppercase;
    padding-top: 15px;
    font-weight: 700;
}
.title-reg h3, .title h3{
    color: #ffffff;
    font-size: 22px;
}
.title-reg p, .title p{
    color: #ffffff;
}
.title-reg hr, .title hr{
    border: 1px solid #ffffff;
}
.section-form{
    padding: 50px 0;
}
.subtitle-dark h2{
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-size: 27px;
    font-weight: 600;
}
.section-form h4{
    font-size: 18px;
    line-height: 30px;
}
.sec-top{
    background-color: #ffffff;
}
.logo-img {
    text-align: left;
    margin: 5px 0 10px 0;
}
.comm-badge {
    margin-top: 20px;
}
.comm-badge img {
    width: 28px;
    margin-top: 5px;
    float: right;
}
.comm-badge h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 44px;
    line-height: 50px;
    color: #aaa;
}
.comm-badge h3 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    margin-left: 5px;
    margin-top: 5px;
    color: #6d6d6d;
}
.sec-bottom {
    padding: 5px 0;
}
.nombre-edition {
    float: right !important;
}
.nombre-exposants{
    float: left !important;
}
.nombre-edition, .nombre-exposants {
    font-size: 22px;
    color: #fff;
    font-weight: 700;
}
.separateur_bandeau_superieur {
    width: 2px;
    display: block;
    background-color: #fff;
    height: 25px;
    margin: 4px auto;
}
.profile {
    text-align: center;
}
.profile-btn h4 {
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
    margin: 20px 0;
    font-weight: 600;
}
.profile-btn:hover {
    text-decoration: none;
}
.profile-btn img{
    transition: transform .2s;
}
.profile-btn img:hover{
    transform: scale(.95);
}
.profile-block{
    background-color: #fff;
    border-radius: 6px;
    padding: 40px;
    position: relative;
}
.profile-block.box-shadow {
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.14);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.14);
}
#right-arrow-wh, #right-arrow-bk{
    width: 25px;
    height: 15px;
    margin-top: 2px;
    margin-right: 5px;
}
#right-arrow-wh .arrow{
    fill: #ffffff;
}
.btn-big-pf{
    color: #fff;
    padding: 20px 10px;
    width: 100%;
    text-align: left;
    font-size: 25px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 15px;
    border-radius: 6px;
    white-space: normal;
}
.btn-big-pf:hover,.btn-dt-sm:hover {
    color: #ffffff;
    text-decoration: none;
}
.btn-dt-sm {
    color: #fff;
    padding: 10px;
    width: 100%;
    text-align: left;
    font-size: 12px;
    text-transform: uppercase;
    display: flex;
    margin-bottom: 15px;
    border-radius: 6px;
    white-space: normal;
}
/*===========================================RESPONSIVE=================================*/
@media (max-width: 1980px){

}
@media (max-width: 1200px){
}
@media (max-width: 991px){
    .comm-badge{
        margin-top: 0;
    }
    .comm-badge h3{
        font-size: 16px;
    }
    .logo-img{
        text-align: center;
    }
    .comm-badge img{
        display: none;
    }

}
@media (min-width: 768px) and (max-width: 990px){
    .main {
        padding-top: 25%;
    }
}
@media (max-width: 767px){

    .main {
        padding-top:200px;
    }
    .comm-badge{
        text-align: center;
    }

    .comm-badge h2{
        font-size: 30px;
        line-height: 24px;
    }
    .title h3 {
        padding-top: 25px;
    }

}
@media (max-width: 610px) {
    .sec-bottom {
        text-align: center;
    }

    .nombre-edition, .nombre-exposants {
        float: none !important;
    }
}
@media (max-width: 576px){
    .main {
        padding: 160px 20px 20px 20px;
    }
    .comm-badge{
        text-align: center;
    }
    .nombre-edition, .nombre-exposants{
        font-size: 18px;
    }
    .sec-bottom{
        display: none;
    }

}
@media (max-width: 350px){
    .title h2 {
        font-size: 1.35rem;
    }
}
