/*
Theme Name: Hello Elementor Child
Theme URI: http://example.com/twenty-twenty-three-child/
Description: Hello Element Child Theme
Author: Fofana Bintou
Author URI: bintou-fofana.fr
Template: hello-elementor
Version: 1.0.0
*/
/* Add your custom styles here */

/* Header */
body, body *{
    font-family: "Raleway";
    margin:0;
}
body{
    overflow-x: hidden;
}
/* header{
    box-sizing:border-box;
}

header #logo{
    height:40px;
}

header .header_link:hover{
    transform:scale(1.2);
    display:inline-block;
}

header{
    padding:0 10px;
    text-align:center;
    display:flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 0 5px #dfdfdf;
}
header > div{
    width:70px;
    box-sizing: border-box;
}
header .right .icon{
    margin-left:10px;
}
header .icon{
    width:20px;
    height:20px;
}
header #logo{
    margin-top:10px;
    margin-bottom:10px;
}
.header-img_container{
    width:150px;
}
.header-img_container img{
    height:25px;
    width:25px;
    object-fit: contain;
    cursor:pointer;
}
.header-img_container img:hover{
    transform:scale(1.2);
}
.header-img_container.right{
    text-align:right;
}

.header-img_container.right img{
    margin-left:10px;
}

.header_link{
    color: #fff;
    display: inline-block;
    margin: 8px 15px;
    text-decoration: none;
}

.nav{
    display: flex;
    justify-content:space-between;
    align-items:center;
    background-color:#000;
    padding:0 10px;
    text-align:left;
    box-sizing:border-box;
}
 */
