/*Sections*/
section.aucune, .aucune{
  padding-top:0;
  padding-bottom:0;
}

section.faible, .faible{
  padding-top:50px;
  padding-bottom:50px;
}

section.normal, .normal{
  padding-top:75px;
  padding-bottom:75px;
}

section.elevee, .elevee{
  padding-top:100px;
  padding-bottom:100px;
}

p:empty{
    margin:0;
}

/*Titre*/
header.masthead .intro-text .intro-heading {
    font-size: 75px;
    font-weight: 400;
    line-height: 75px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

/*Sous-titre / Sur-titre*/
header.masthead .intro-text .intro-lead-in {
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px;
    margin-bottom: 25px;
    margin-top: 0;
}

/*Bouton*/
header.masthead .btn{
    margin-top:25px;
}

p, li, a {
    line-height: 1.5;
}

a, a:hover{
    transition:all 0.02s;
}

body, #tinymce{
    background:#fff;
    line-height: 1.5;
    font-size:0.9rem;
}

#tinymce {
    padding:20px;
    margin: 9px 10px;
}

p, li{
    font-weight: 400;
}

li{
    margin-bottom: 10px;
}

blockquote{
    padding-left: 60px;
    padding-right: 60px;
    position:relative;
    border-left: none;
}
blockquote::before{
    content:"\f10d";
    font-family: 'FontAwesome';
    position:absolute;
    left:0;
    top:-10px;
    font-size: 44px;
    color:rgba(0,0,0,0.4);
}
blockquote::after{
    content:"\f10e";
    font-family: 'FontAwesome';
    position:absolute;
    right:0;
    bottom:-10px;
    font-size: 44px;
    color:rgba(0,0,0,0.4);
}

b, strong {
    font-weight: 600;
}


td,
th {
    font-family: inherit;
    font-size: inherit;
}

img{
    max-width:100%;
    height:auto;
}


a.btn-xl.btn{
    border:none;
}
a.btn, span.btn{
    cursor:pointer;
}
a.btn, .su-sh-btn{
    display: inline-block;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 3px;
    position: relative;
    padding: 12px 30px;
    margin: 10px 1px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0;
    will-change: box-shadow, transform;
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    background-color: #999999;
    color: #FFFFFF;
}

a.btn.btn-round {
    border-radius: 30px;
}

a.btn.btn-xxl.btn-round {
    border-radius: 55px;
}

a.btn.btn-fab {
    border-radius: 50%;
    font-size: 24px;
    height: 56px;
    margin: auto;
    min-width: 56px;
    width: 56px;
    padding: 0;
    overflow: hidden;
    position: relative;
    line-height: normal;
}

a.btn.btn-fab.btn-fab-mini{
    height: 40px;
    min-width: 40px;
    width: 40px;
}

a.btn.btn-primary.btn-simple{
    background-color: transparent;
    color: #9c27b0;
    box-shadow: none;
}

/*BTN SIZE*/
a.btn.btn-xs{
    padding: 4px 15px;
    font-size: 10px;
}

a.btn.btn-sm{
    padding: 5px 20px;
    font-size: 11px;
}

a.btn.btn-lg{
    font-size: 14px;
    padding: 18px 36px;
}

a.btn.btn-xxl{
    font-size: 36px;
    padding: 22px 44px;
}

/*BTN COLOR*/
a.btn.btn-primary{
    background-color: #9c27b0;
    color: #FFFFFF;
    box-shadow: 0 2px 2px 0 rgba(156, 39, 176, 0.14), 0 3px 1px -2px rgba(156, 39, 176, 0.2), 0 1px 5px 0 rgba(156, 39, 176, 0.12);
}

a.btn.btn-info{
    background-color: #03a9f4;
    color: #FFFFFF;
    box-shadow: 0 2px 2px 0 rgba(3, 169, 244, 0.14), 0 3px 1px -2px rgba(3, 169, 244, 0.2), 0 1px 5px 0 rgba(3, 169, 244, 0.12);
}

a.btn.btn-success{
    background-color: #4caf50;
    color: #FFFFFF;
    box-shadow: 0 2px 2px 0 rgba(76, 175, 80, 0.42), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(76, 175, 80, 0.2);
}

a.btn.btn-warning{
    background-color: #fbc02d;
    color: #FFFFFF;
    box-shadow: 0 2px 2px 0 rgba(251, 192, 45, 0.14), 0 3px 1px -2px rgba(251, 192, 45, 0.2), 0 1px 5px 0 rgba(251, 192, 45, 0.12);
}

a.btn.btn-danger{
    background-color: #f44336;
    color: #FFFFFF;
    box-shadow: 0 2px 2px 0 rgba(244, 67, 54, 0.14), 0 3px 1px -2px rgba(244, 67, 54, 0.2), 0 1px 5px 0 rgba(244, 67, 54, 0.12);
}

a.btn.btn-custom{
    background-color: #000000;
    border-color:#000;
    color: #FFFFFF;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

/*BTN hover*/
a.btn.btn-primary:focus, a.btn.btn-primary:active, a.btn.btn-primary:hover{
    box-shadow: 0 14px 26px -12px rgba(156, 39, 176, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(156, 39, 176, 0.2);
    border-color: transparent;
}

a.btn.btn-info:focus, a.btn.btn-info:active, a.btn.btn-info:hover{
    box-shadow: 0 14px 26px -12px rgba(3, 169, 244, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(3, 169, 244, 0.2);
    border-color: transparent;
}

a.btn.btn-success:focus, a.btn.btn-success:active, a.btn.btn-success:hover{
    box-shadow: 0 14px 26px -12px rgba(76, 175, 80, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(76, 175, 80, 0.2);
    border-color: transparent;
}

a.btn.btn-warning:focus, a.btn.btn-warning:active, a.btn.btn-warning:hover{
    box-shadow: 0 14px 26px -12px rgba(251, 192, 45, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(251, 192, 45, 0.2);
    border-color: transparent;
}

a.btn.btn-danger:focus, a.btn.btn-danger:active, a.btn.btn-danger:hover{
    box-shadow: 0 14px 26px -12px rgba(244, 67, 54, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(244, 67, 54, 0.2);
    border-color: transparent;
}

a.btn.btn-custom:focus, a.btn.btn-custom:active, a.btn.btn-custom:hover, a.btn.btn-custom:active:focus{
    box-shadow: 0 14px 26px -12px rgba(0, 0, 0, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    border-color: transparent;
    border-color:#000 !important;
    background-color: #000000 !important;
}



a.btn.btn-primary:hover{
    background-color: #9c27b0;
    color: #FFFFFF;
}

a.btn.btn-info:hover{
    background-color: #03a9f4;
    color: #FFFFFF;
}

a.btn.btn-success:hover{
    background-color: #4caf50;
    color: #FFFFFF;
}

a.btn.btn-warning:hover{
    background-color: #fbc02d;
    color: #FFFFFF;
}

a.btn.btn-danger:hover{
    background-color: #f44336;
    color: #FFFFFF;
}

a.btn.btn-custom:hover{
    background-color: #000000;
    color: #FFFFFF;
    border-color:#000;
}

ul{
    padding-left: 20px;
    list-style-type: none;
}
ul li{
    position:relative;
}
ul li::before{
    content: '';
    height: 4px;
    width: 4px;
    border-radius: 50%;
    position: absolute;
    display: block;
    left: -20px;
    top: 10px;
    /* margin-top: -2px; */
    background: #BBB;
}
nav ul li::before, ul li.product::before, .pagination li::before, .dropdown-menu li::before, .hscarousel li::before, .bxslider li::before, .hs_social_share li::before, 
.woocommerce #content div.product .woocommerce-tabs ul.tabs li::before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li::before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li::before,
.wc_payment_methods li::before, .woocommerce-error li::before, .woocommerce-info li::before, .woocommerce-message li::before,
.woocommerce ul.order_details li::before, footer .product_list_widget > li::before,
.slider .indicators .indicator-item::before, li.chosen::before, .widget li::before,
.list-inline-item::before, .timeline li::before, #cequenousfaisons li::before{
    display:none !important;
}

/*-------------------------------------------*/
/*-------------------------------------------*/
/*------------SHORTCODE ULTIMATE-------------*/
/*-------------------------------------------*/
/*-------------------------------------------*/
.su-sh-btn, 
.su-sh-btn.btn{
    padding-right:100px;
    padding-left: 50px;
    padding-top: 0;
    border:0px solid #FFF;
    padding-bottom: 0;
    position:relative;
    height:50px;
    line-height: 50px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    transition:all 0.3s;
    border-radius:0;
}
.su-sh-btn.inv-shadow, 
.su-sh-btn.btn.inv-shadow{
    box-shadow: 0 14px 26px -12px rgba(0, 0, 0, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.inv-shadow.su-sh-btn:focus, .inv-shadow.su-sh-btn:active, .inv-shadow.su-sh-btn:hover,
.inv-shadow.su-sh-btn.btn:focus, .inv-shadow.su-sh-btn.btn:active, .inv-shadow.su-sh-btn.btn:hover{
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.su-sh-btn.btnright, 
.su-sh-btn.btn.btnright{
    padding-left:75px;
    padding-right: 50px;
}
.su-sh-btn.btn-sh-medium, 
.su-sh-btn.btn.btn-sh-medium{
    padding-left:25px;
    padding-right: 50px;
}
.su-sh-btn.btnright.btn-sh-medium, 
.su-sh-btn.btn.btnright.btn-sh-medium{
    padding-left:50px;
    padding-right: 25px;
}
.su-sh-btn.noShadow, 
.su-sh-btn.btn.noShadow{
    box-shadow: none !important;
}
.su-sh-btn:focus, .su-sh-btn:active, .su-sh-btn:hover,
.su-sh-btn.btn:focus, .su-sh-btn.btn:active, .su-sh-btn.btn:hover{
    box-shadow: 0 14px 26px -12px rgba(0, 0, 0, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    transition:all 0.3s;
    border-color: transparent;
    color:#FFF;
    text-decoration: none;
}
.su-sh-btn.oneColor::before,
.su-sh-bt.btn.oneColor::before{
    content:'';
    position:absolute;
    left:0px;
    top:0px;
    right:50px;
    bottom:0px;
    border-radius:3px;
    background-color:rgba(255,255,255,0.3);
}
.su-sh-btn .noImg,
.su-sh-bt.btn .noImg{
    background:url(../img/icons/default-icon-btn-su.png) no-repeat center center;
}
.su-sh-btn .img-btn,
.su-sh-btn.btn .img-btn{
    position:absolute;
    right:0;
    top:0;
    width:50px;
    bottom:0;
}
.su-sh-btn.btnright .img-btn,
.su-sh-btn.btn.btnright .img-btn{
    right:initial;
    left:0;
}
.su-sh-btn .img-btn img,
.su-sh-btn.btn .img-btn img{
    max-width:60%;
    height:auto;
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
}

/*FONT SIZE*/
/*Boutons*/
.btn-xl.btn{
    font-size: 18px;
}
.su-sh-btn, .su-sh-btn.btn{
    font-size: 16px;
    font-weight: 400;
}
/*Titres*/
h1, .h1 {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-weight: 700;
}
h2, .h2 {
  font-size: 1.8rem;
  text-transform: initial;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 1.4
}
h3, .h3 {
  font-size: 1.6rem;
  line-height: 1.2;
  margin-bottom: 30px;
  text-transform: initial;
  font-weight: 500;
  margin-top: 0;
}
h4, .h4 {
  font-size: 1.2rem;
  line-height: 1.2;
  text-transform: initial;
  font-weight: 500;
  margin-bottom: 20px;
}
h5, .h5 {
  font-size: 1.1rem;
  line-height: 1.2;
  margin-bottom: 10px;
  text-transform: initial;
  font-weight: 500;
}
h6, .h6 {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 500;
}
/*Titre*/
.home header.masthead .intro-text .intro-heading {
    font-size: 60px;
    font-weight: 400;
    line-height: 1.2;
}
header.masthead .intro-text .intro-heading {
    font-size: 45px;
    font-weight: 400;
    line-height: 1.2;
}

/*Sous-titre / Sur-titre*/
header.masthead .intro-text .intro-lead-in {
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
/*Logo*/
#mainNav .navbar-brand{
    font-size: 1.75rem;
}
@media (max-width:576px) {
    header.masthead .intro-text .intro-heading {
        font-size: 30px !important;
    }
}


/*FONT FAMILY*/
/*Logo*/
#mainNav .navbar-brand{
    font-family: Montserrat,'Helvetica Neue',Helvetica,Arial,sans-serif;
    text-transform: uppercase;
}
/*Boutons*/
.su-sh-btn, .btn, .btn-xl.btn{
   font-family: Montserrat,'Helvetica Neue',Helvetica,Arial,sans-serif; 
}
/*Header titre*/
header.masthead .intro-text .intro-heading {
    font-family: Montserrat,'Helvetica Neue',Helvetica,Arial,sans-serif;
}
/*Header sous/sur titre*/
header.masthead .intro-text .intro-lead-in {
    font-family: Montserrat,'Helvetica Neue',Helvetica,Arial,sans-serif;
}
/*Global*/
body, #tinymce, p, li, a {
    font-family: Montserrat,'Helvetica Neue',Helvetica,Arial,sans-serif;
}
/*Titre*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4{
    font-family: Montserrat,'Helvetica Neue',Helvetica,Arial,sans-serif;
}
pre {
    font-family: Consolas, Monaco, monospace;
}
input, textarea, select, label{
    font-family: Montserrat,'Helvetica Neue',Helvetica,Arial,sans-serif;
}


/*COULEURS*/
/*Nicescroll*/
.nicescroll-cursors{
    background-color: rgb(53, 88, 107) !important;
}
/*Logo*/
#mainNav .navbar-brand{
    color:#FFF;
}
/*Menu*/
body #mainNav{
    background: #35586b;
}
#mainNav.navbar-shrink{
    background: #35586b;
}
/*Logo lien au hover*/
#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover{
    color:#FFF;
}
/*Menu lien au hover*/
#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover{
    color:#FFF;
}
/*Menu mobile*/
#mainNav .navbar-toggler{
    background: #35586b;
}
    
/*Titre*/
header.masthead .intro-text .intro-heading, 
header.masthead .intro-text .intro-lead-in{
    color:#FFF;
}
/*Global*/
p, li, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4{
    color:#212529;
}
/*Liens*/
a{
    color:#b2de4d;
}
a:hover, a:focus{
    color:#b2de4d;
}
/*Bouton*/
.su-sh-btn, 
.su-sh-btn.btn{
    background:#9ed323;
}
.su-sh-btn:focus, .su-sh-btn:active, .su-sh-btn:hover,
.su-sh-btn.btn:focus, .su-sh-btn.btn:active, .su-sh-btn.btn:hover, .su-sh-btn.btn:active:focus{
    background-color:#9ed323;
}
/*SU Tabs*/
body .su-tabs{
    background:transparent;
}
body .su-tabs-nav span.su-tabs-current {
    background: #bcdf63;
    border: 1px solid #bcdf63;
    color:#FFF;
}
body .su-tabs-nav span {
    border: 1px solid #efefef;
    color:#424242;
}
body .su-tabs-pane {
    padding: 25px 0;
    font-size: 0.9rem;
}
.su-tabs {
    margin: 0 !important;
}
/*Couleur du texte dans un bloc*/
.text-white p, .text-white li, .text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, 
.tuile-isotope .text-white a, .tuile-isotope .text-white p, .tuile-isotope .text-white li, .tuile-isotope .text-white h1, .tuile-isotope .text-white h2, .tuile-isotope .text-white h3, .tuile-isotope .text-white h4, .tuile-isotope .text-white h5, .tuile-isotope .text-white h6{
    color:#FFF;
}
.text-grey p, .text-grey li, .text-grey h1, .text-grey h2, .text-grey h3, .text-grey h4, .text-grey h5, .text-grey h6,
.tuile-isotope .text-grey a, .tuile-isotope .text-grey p, .tuile-isotope .text-grey li, .tuile-isotope .text-grey h1, .tuile-isotope .text-grey h2, .tuile-isotope .text-grey h3, .tuile-isotope .text-grey h4, .tuile-isotope .text-grey h5, .tuile-isotope .text-grey h6{
    color:#666;
}
header.masthead.text-white .intro-text .intro-heading, 
header.masthead.text-white .intro-text .intro-lead-in{
    color:#FFF;
}
.text-black p, .text-black li, .text-black h1, .text-black h2, .text-black h3, .text-black h4, .text-black h5, .text-black h6,
.tuile-isotope .text-black a, .tuile-isotope .text-black p, .tuile-isotope .text-black li, .tuile-isotope .text-black h1, .tuile-isotope .text-black h2, .tuile-isotope .text-black h3, .tuile-isotope .text-black h4, .tuile-isotope .text-black h5, .tuile-isotope .text-black h6{
    color:#212529;
}
header.masthead.text-black .intro-text .intro-heading, 
header.masthead.text-black .intro-text .intro-lead-in{
    color:#212529;
}
.bg-dark h2.section-heading{
  color:#FFF;
}
.bg-dark .team-member h4{
  color:#FFF;
}
.bg-dark p, .bg-dark h1, .bg-dark h2, .bg-dark h3, .bg-dark h4, .bg-dark h5, .bg-dark h6, .bg-dark li{
  color:#FFF;
}

.bg-dark h2.section-heading{
  color:#FFF;
}
.bg-dark .team-member h4{
  color:#FFF;
}
.bg-dark p, .bg-dark h1, .bg-dark h2, .bg-dark h3, .bg-dark h4, .bg-dark h5, .bg-dark h6, .bg-dark li{
  color:#FFF;
}
/*Footer*/
footer.footer{
    background-color:#35586b;
}
footer.footer p, footer.footer li, footer.footer h1, footer.footer h2, footer.footer h3, footer.footer h4, footer.footer h5, footer.footer h6{
    color:#FFF;
}
::-moz-selection{
    background-color:#35586b;
    color:#FFF;
}
::selection{
    background-color:#35586b;
    color:#FFF;
}