:root {
  --orange_logo: #FF5C00;  
  --noir_logo: #303030;  
}

a{
    
}

a:hover{
    /*color: var(--bleu_logo);*/
}


/* reset */

.gdlr-core-body .gdlr-core-load-more, .gdlr-core-body .gdlr-core-button, .attorna-body .attorna-button, .attorna-body input[type="button"], .attorna-body input[type="submit"]{
     background-color: var(--orange_logo);
}

.attorna-single-article-content a, body .attorna-sidebar-area a:hover, .attorna-single-nav a, .attorna-single-nav a:hover, .attorna-blog-style-3 .attorna-single-nav .attorna-text,
.gdlr-core-blog-title a:hover, .attorna-body .attorna-single-article-title a:hover{
    color: var(--orange_logo);
}

body .attorna-sidebar-area a {
    color: #282828;
}


/* general */

.overflow_hidden{
    overflow: hidden !important;
}

.notDisplay{
    display: none;
}

.hidden{
    display: none !important;
}

body:not(.elementor-editor-active) .hide_elem{
    display: none !important;
}

body.elementor-editor-active .hide_elem{
    opacity: 0.2;
}

.color_orange{
    color: var(--orange_logo);
}

.gdlr-core-text-box-item-content p:last-child{
    margin-bottom: 0;
}



/* header */

.attorna-top-bar .attorna-top-bar-right-social a, .attorna-body .attorna-top-bar a:hover{
    color: var(--orange_logo);
}

.attorna-body .attorna-top-bar .attorna-top-bar-right-button{
    background: var(--orange_logo);
}

.attorna-body .attorna-top-bar .attorna-top-bar-right-button.espace_client{
    background: var(--noir_logo);
}

.attorna-logo{
    /*padding-top: 28px;*/
}

.attorna-navigation .sf-menu > li.logo img{
    position: relative;
    top: -42px;
}


/* hp */

.section_services .gdlr-core-button .gdlr-core-content{
    color: var(--orange_logo);
}

.section_services .gdlr-core-button .gdlr-core-content:hover{
    color: rgba(255,92,0, 1);
}

.section_services .gdlr-core-image-item .gdlr-core-image-item-wrap{
    height: 202px;
}

.section_services .gdlr-core-image-item .gdlr-core-image-item-wrap a{
    display: block;
    height: 100%;
}

.section_services .gdlr-core-image-item .gdlr-core-image-item-wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section_services .gdlr-core-title-item .gdlr-core-title-item-caption{
    max-height: 82px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.gdlr-core-flexslider.gdlr-core-bottom-nav-1 .flex-direction-nav li a{
    color: var(--orange_logo);
}

.gdlr-core-page-builder-body [data-skin="Brown Title Link"] .gdlr-core-skin-title a{
    color: var(--noir_logo);
}

.gdlr-core-page-builder-body [data-skin="Brown Title Link"] .gdlr-core-skin-title a:hover{
    color: var(--orange_logo);
}

.section_team .gdlr-core-media-image, .section_team .gdlr-core-media-image a{
    display: block;
    height: 322px;
    overflow: hidden;
}

.section_team .gdlr-core-media-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gdlr-core-blog-widget.gdlr-core-style-large .gdlr-core-blog-thumbnail, .gdlr-core-blog-widget.gdlr-core-style-large .gdlr-core-blog-thumbnail a,
.gdlr-core-recent-post-widget-wrap.gdlr-core-style-1 .gdlr-core-recent-post-widget-thumbnail, .gdlr-core-recent-post-widget-wrap.gdlr-core-style-1 .gdlr-core-recent-post-widget-thumbnail a{
    height: 65px;
    display: block;
}

.gdlr-core-blog-widget.gdlr-core-style-large .gdlr-core-blog-thumbnail img, .gdlr-core-recent-post-widget-wrap.gdlr-core-style-1 .gdlr-core-recent-post-widget-thumbnail img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img_about{
    padding-left: 60px;
    padding-top: 30px;
}


/* actus */

.gdlr-core-blog-info-wrapper .gdlr-core-blog-info.gdlr-core-blog-info-comment, .attorna-blog-info-wrapper .attorna-blog-info.attorna-blog-info-comment{
    display: none !important;
}

#comments{
    display: none !important;
}


/* contact */

.links_color_white a{
    color: #fff !important;
}


/* footer */

.attorna-footer-wrapper a{
    color: var(--orange_logo);
}


/* responsive */

@media (max-width:767px) 
{

}


