/*
 Theme Name: Divi Child
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Child Theme
 Author: EcloLINK
 Author URI: https://eclolink.com
 Template: Divi
 Version: 1.0.0
*/

/* =Theme customization starts here
------------------------------------------------------- */
/*some default rules for art du trait*/
img {
    user-drag: none;
    -webkit-user-drag: none;
}

:focus-visible {
    outline: 2px solid #ffaf19;
    outline-offset: 2px;
}



.nom-prenom {
    width: 100%;
    padding: 10px 10px 20px 10px;
    div {
        display: flex;
        flex-direction: column;

        .name {
            font-weight: 600;
            font-size: 1.3em;
        }
    }
}

@media screen and (min-width: 960px) {
    #header-row-img{
        opacity: 1;
        transition: opacity 0.4s ease;
    }
    #header-row-img:hover{
        opacity: 0;
    }
}




