/* @import url('https://fonts.googleapis.com/css?family=Lexend+Deca&display=swap'); */

*{
 text-decoration: none;
 padding: 0;
 margin:0;
 box-sizing: 0;
 list-style: none;
 font-family:'Google Sans','Open Sans', sans-serif;
}
#body{
    
    background-position: left top;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
    background-image: url(https://usercontent.one/wp/www.congoindependant.com/wp-content/uploads/2019/01/content-bg.jpg?media=1695911973);
}  
.article{
    /* display: none; */

    width:70%;
    background: #fff;
    border-radius: 15px;
    margin:1% auto;
    padding:20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    ;
} 
.article .article-content{
    margin-bottom: 20px;
    border: 1px solid #2a96c8;
    overflow: hidden;
    border-radius: 15px;

}
.article-content .content-h1{
    text-align: center;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    padding: 10px 20px;
    background: #2a96c8;
    text-transform: uppercase;
    overflow: hidden;
    line-height: 1.3;
    display: block;
    margin-block-start:0;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px; 
    font-family: 'Play', Helvetica, Arial, sans-serif;
}
.article-content .paragraphe-content{
    margin:2em;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding:1.2em;
    color: #444;
    /* ----------- */
    box-sizing: inherit;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.6;
    font-family: var(--global-body-font-family);
    color: var(--global-palette3);

}
.petit-paragraphe{
        font-family: 'Google Sans', 'Open Sans';
        color: #202124 ;
        margin: 10px;
        font-size: 21px;
        line-height: 1.42857143
}
.liste-content{
    width:90%;
    margin: 1% auto;
}
.liste-content li{
    background:rgb(216, 216, 216);
    margin:5px 0 20px 0 ;
    
    border-radius: 6px;
}
.liste-content li a{
    background:rgb(216, 216, 216);
    border-radius: 6px;
    display: block;
    padding: 0.7em;
    font-size: 20px;
    font-weight: bolder;
    color: #2a96c8;
}
.liste-content li a:hover{
    text-decoration: none;
    border: solid 4px #2a96c8;
    box-shadow: 2px 3px 3px #2a96c8;
}
.containere{

    margin-top:40vh;
}
/* code css pour l'entête  */
.pied{
    height: 15vh;
    width: 100%;
    bottom: 0;
    background: #202124;
    position:;
    bottom: 0;
    
}
.pied b{
    color:#fff;
    padding-top:7em;
}
#header{
    background:#2a96c8;
    height:30vh;
    position: fixed;
    top:0;
    width: 100%;
    transition: top 0.3s;
    padding: 0;
    /* margin-top: 35%; */
}
#header.hidden{
    top:-40vh;
}
#header .titre{
    height: 25vh;
    display: flex;
    width: 100%;
}
#header img{
    margin-top: 0.9em;
    width:13%;
    height:15vh;
}
header .titre h1{
    font-size:30px;
    line-height: 2rem;
    font-weight:800;
    padding:1em 0 0 0.5em;
    display: block;
    color: #fff;
}
#formulaireConnexion{
    width: 90%;
    margin: 2px auto;
    padding: 1em;
}
#navbar{
    background: #ffc107;
    width: 100%;
    margin:0;
    padding-left: 13%;
    
}

#menu-primary-navigation{
    background: #ffc107;
    width: 125%;
    margin:0;
}
.profil-compteLigne{
    display: flex;
    justify-content:space-between;
    background:#fff;
    padding: 2em;
    border-radius: 6px;
    box-shadow: 2px 3px 5px #444;
}
.profil-compteLigne a{
    background: #2a96c8;
    padding:0.6em 2em;
    border-radius: 6px;
    font-size:100%;
    font-weight: bold;
    color: #fff;
}
.ficheIdentification{
    width:90%;
    margin: 2px auto;
}

#btn-confirmer{

}
#btn-quitter{

}
#msg-confirmation{
    background: #2a96c8;
    padding: 1.2em;
    border-radius:10px;
}

@media (min-width: 1300px) {
   
   
}
@media only screen and (max-width: 1300px){
    .article {
        width:85%;
    }
    header .titre h1{
        font-size:18px;
        line-height: 2rem;
    }

}





/* code css pour la page developpeurs */

.des_nav{
    font-size: 23px;
    font-family: 'Google Sans', 'Open Sans';
    padding-right:25px;
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
    padding-top: 10px;
}
.des_nav a{
    color: white;
    padding: 10px;
    font-family: 'Google Sans', 'Open Sans';
}
nav div img{
    width: 35px;
    height: 35px;
}
.APP{
    font-size: 25px;
    padding-top:5px;
    color: white;
    font-family:'Google Sans', 'Open Sans';
}
.texte{
    font-family: 'Google Sans', 'Open Sans';
    color: #202124 ;
    margin: 10px;
    font-size: 21px;
    line-height: 1.42857143
}
.description_dev span{
    font-family: 'Google Sans', 'Open Sans';
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 21px;
    text-align: center;
    font-weight: 700;
}
.profil_dev{
    color: #5f6368; 
    border: none;
    box-shadow: none;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    /* position: relative; */
    width: 275px;
    margin: 5px;
    color: #333;
}
.description_dev p{
    font-family: 'Google Sans', 'Open Sans';
    font-size: .65em;
    display: block;
    margin-block-end: 5px;
    margin-inline-end: 0px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 17px;
    text-align: center;
    color:gray;
}
.Dev_info{
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 30px;
}
.prof a{
    font-family:'Google Sans', 'Open Sans';
    text-transform: none ;
    font-weight: normal;
    font-size: 14px;
    border-radius: 0;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    border-color: #dadce0 ;
    color: #1a73e8 ;
    display: inline-block;
    background: #fff;
    box-shadow: 2px 1px 4px black;

}
.prof a:hover{
    border:solid 2px #1a73e8;
}
.img_dev img{
    width: 175px;
    height: 175px;
    border-radius: 50%;
}
.description_dev{
    /* background-color: white; */
    border-radius: 10px ;
    margin: 10px;
}
/* portofolio du developeur page */
.Protofolio{
    font-family:'Google Sans', 'Open Sans';
    max-width: 90%;
    margin: auto;
    color: rgb(3, 3, 3);
}
.img_dev h3{
    display: none;
}
.Protofolio h4{
    font-family: 'Google Sans', 'Open Sans';
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 21px;
    text-align: center;
    font-weight: 700;
    margin: 20px;
    padding-top: 15px;
}
.Protofolio span{
    color: gray;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 21px;
    font-weight: 700;
   text-align: center;
}
.partie1{
    display: flex;
}
.partie1 img{
    width: 280px;
    height: 200px;
    border-radius: 6px;
    margin-left: 20px;
}
.partie1 .description{
   font-family:'Google Sans', 'Open Sans';
   line-height: 1.42857143;
   margin-left: 5%;
   margin-right: 3%;
   text-align: justify;
}
.partie2{
    display: flex;
    justify-content: space-between;
}
.experience-dev{
    margin: 3%;
    text-align: justify;
    padding: 5px;
    line-height: 1.42857143;
}
.realisation-dev{
    margin: 3%;
    line-height: 1.42857143;
    padding: 5px;
    text-align: justify;
}

.Contact-dev p{
    display: flex;
    margin: 10px;
}

.Contact-dev{
    margin: 3%;
    padding:5px;
    text-align: justify;
   
}
.Contact-dev img{
    width: 20px;
    height: 20px;
}
.Contact-dev .A1{
    margin-left: 3px;
    padding: 5px;
}
.Contact-dev .AA1{
    padding-top: 5px;
}
/* media query pour responsabiliser cette page */

@media screen AND (max-width:800px){
    
    .Protofolio{
        max-width: 100%;
        /* background-color:white; */
        margin:none;
    
    }
    .partie1 img{
        width: 300px;
        height: 300px;
        border-radius: 6px
    }
    .partie1 .description{
        margin-left: 8%;
    }
}
@media screen AND (max-width:600px){
    .texte{
        font-family: 'Google Sans', 'Open Sans';
        color: #202124 ;
        margin:10px 3px;
        padding: 5px;
        font-size: 21px;
        line-height: 1.42857143;
    }
    .Protofolio{
        max-width: 100%;
        /* background-color: white; */
        margin:none;
       
    
    }
    .partie1 img{
        /* width:70%; */
        image-rendering: pixelated;
        border-radius: 5px;
        margin-top: 5%;
        margin-bottom: 5px;
        /* text-align: center; */
        align-items: center;
    }
    .partie1 .description{
        margin-left: 5%;
        
    }
    .img_dev h3{
        font-family: 'Google Sans', 'Open Sans';
        font-size: 20px;
        font-weight: 700;
        display: block;
        margin-bottom: 8px;
    }
    .nom1{
        display: none;
    }
    .partie1{
        display: grid;
    
      
    }
    .img_dev{
        text-align: center;
    }
    .partie2{
        display:block;
    }
}
@media screen AND (max-width:400px){
 
    .des_nav{
        font-size: 20px;
        font-family: 'Google Sans', 'Open Sans';
        cursor: pointer;
        text-decoration: none;
        font-weight: bold;
        margin: none;
        padding: none;

    }
    .APP{
        display: none;
        font-size: 20px;
        text-align: center;
        color: white;
        font-family:'Google Sans', 'Open Sans';
    }
    .Protofolio{
        max-width: 100%;
        /* background-color:white; */
        margin:none;
    }
    .partie1 img{
        width:  80%;
        height: 180px;
        border-radius: 10Px;
        margin-left: 0%;
    }
    .img_dev h3{
        font-family: 'Google Sans', 'Open Sans';
        font-size: 17px;
        font-weight: 700;
        display: block;
    }
    .nom1{
        display: none;
    }
    .partie1 .description{
        margin-left: 5%;
    }
    .partie1{
        display: grid;
    }
    .partie2{
        display:block;
    }
    .article{
       
    }
}
