/*
 Theme Name:     DW-Divi
 Theme URI:      https://www.digital-wild.fr/gallery/divi/
 Description:    DW Divi
 Author:         Digital-Wild
 Author URI:     https://www.digital-wild.fr
 Template:       Divi
 Version:        1.0.1
*/
 
/* =Theme customization starts here
------------------------------------------------------- */


#home-header img{
    width:200px;
    height: auto;
}


.alt_ref h2{
    font-size:40px!important;
    color:#04328C!important;
}

.alt_ref h3{
    color:#1aade4;
    font-size:20px;
    font-weight:400;
    font-family:"Source sans pro";
    margin-bottom:20px;

}

.alt_ref h4{
    font-size:20px;
    font-weight:700;
    font-family:"Source sans pro";
}

.alt_ref ul li{
    font-size:20px;
    font-weight:400;
    font-family:"Source sans pro";
}
.alt_ref_divider{
      border-top: 1px solid #1AADE4;
}

@media screen and ( max-width: 980px ){
    .reverse-column {
        display : flex;
        flex-direction : column-reverse;
    }
}


@media screen and ( max-width: 400px ){
    .dw-studies-logo img{
        width:200px;
        height: auto;
    }
}

.partners-logo img {
    width:200px !important;
    height: auto !important;
}



/***************************/
/* START STYLE TITLE BAND  */
/***************************/
.dw-title-band img{
    display:block; 
}

.dw-title-band h1{
    display:block;
    padding : 15px;
    display:inline-block;
    margin-bottom:10px;
}

.dw-title-band-yellow h1{
    background-color:#f2b705;
}

.dw-title-band-darkblue h1{
    background-color:#011c40;
}

.dw-border-left-yellow h1{
    border-left: 5px solid #f2b705;
}

.dw-border-right-yellow h1{
    border-right: 5px solid #f2b705;
}

.dw-border-left-darkblue h1{
    border-left:0px solid #011c40;
}

.dw-border-right-darkblue h1{
    border-right:0px solid #011c40;
}


/***************************/
/*    DIVIDER LOOP SIZE    */
/***************************/

.studies-case-title h1{
    font-family : "Poppins", Helvetica, Arial, Lucida, sans-serif;
    color:#04328C!important;
    font-size:40px;
}

.studies-case-title h2{
    font-family : "Source Sans Pro", Helvetica, Arial, Lucida, sans-serif;
    color:#f5790c!important;
    font-size:40px;
}


.studies-case-response h2{
    font-family : "Poppins", Helvetica, Arial, Lucida, sans-serif;
    color:#1aade4!important;
    font-size:30px;
}

.studies-case-response p{
    font-family : "Source Sans Pro", Helvetica, Arial, Lucida, sans-serif;
    color: #011c40!important;
    font-size:20px;
    text-align:justify;
}

.studies-case-logo img{
    max-width:100%;
    
}

@media only screen and (max-width: 980px){

    .studies-case-title h1{
        font-size:30px;
    }

    .studies-case-title h2{
        font-size:17px;
    }

    .studies-case-response h2{
        font-size:25px;
    }

    .studies-case-response p{
        font-size:17px;
    }

    .studies-case-logo img{
    max-width:35%;
    }
}



/*    DIVIDER LOOP SIZE    */
.studies-case-image-dummies{
    min-height:250px!important;
}


.studies-case-divider-top{
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSI3MHB4IiB2aWV3Qm94PSIwIDAgMTI4MCAxNDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI2ZmZmZmZiI+PHBhdGggZD0iTTEyODAgMTQwVjBIMGwxMjgwIDE0MHoiIGZpbGwtb3BhY2l0eT0iLjUiLz48cGF0aCBkPSJNMTI4MCA5OFYwSDBsMTI4MCA5OHoiLz48L2c+PC9zdmc+);
    background-size: 100% 70px;
    top: 0;
    height: 70px;
    z-index: 1;
    transform: scale(1,1);
}


.studies-case-divider-bottom{
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSI3MHB4IiB2aWV3Qm94PSIwIDAgMTI4MCAxNDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI2ZmZmZmZiI+PHBhdGggZD0iTTAgMHYxNDBoMTI4MEwwIDB6IiBmaWxsLW9wYWNpdHk9Ii41Ii8+PHBhdGggZD0iTTAgNDJ2OThoMTI4MEwwIDQyeiIvPjwvZz48L3N2Zz4=);
    background-size: 100% 70px;
    bottom: 0;
    height: 70px;
    z-index: 1;
    transform: scale(1,1);
}


.studies-case-image-dummies{
    min-height:250px!important;
}