body{
    font-family: 'Titillium Web', sans-serif;
    font-style: normal;
}

.container_header{
    max-width: 95%;
    height: auto;
}

.container{
    max-width: 95%;
    height: auto;
    margin: auto;
}

/*HAUT DE PAGE : HEADER*/
.fond_header{
    background-color:#28085d ;
    width: 100%;
    height: auto;
    padding: 2rem 0rem 2rem 2rem;
}

.logo{
    width: 60%;
    padding-bottom: 2rem;
}

.div_nav{
    width: 100%;
}

.div_nav ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    list-style-type: none;
    padding-left: 0rem;
}

.div_nav a{
    text-decoration: none;
    color: white;
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: uppercase;
}

.div_nav a:hover {
    background-color:#5812d1;
    border-radius: 0.5rem;
    padding: 0.5rem 1rem;
}

/*ZONE DE CONTACT : HERO*/
.fond_hero{
    background-color:#28085d ;
    width: 100%;
    height: auto;
    padding: 10rem 0rem;
}

h1{
    font-weight: 700;
    font-size: 3.5rem;
    text-transform: uppercase;
    color: white;
    width: 100%;
    text-align: center;
    padding-bottom: 5rem;
}

.btn_orange{
    padding: 2.5rem;
    background-color: #f75810;
    color: white;
    border-radius: 0.5rem;
    font-size: 2rem;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    width: 80%;
    margin: auto;
    display: block;
}

/*SECTION : SERVICES ET EXPERTISES*/
.fond_service{
    background-color: #17c2c0;
    width: 100%;
    height: auto;
    padding: 10rem 0rem;
}

.h2blanc{
    font-size: 3.2rem;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    text-align: center;
}

.div_services hr{
    border: 0.3rem solid #15aead;
    border-radius: 0.2rem;
    width: 10rem;    
}

.para_blanc{
    font-size: 1.9rem;
    font-weight: normal;
    color: white;
    text-align: center;
    padding-top: 1rem;
}

.div_cards_services{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-gap: 7rem;
    margin-top: 5rem;
}

.card_service{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    width: 70%;
    height: 120%;
    margin: auto;
}

.card_service h3{
    font-size: 2rem;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
}

.card_service p{
    font-size: 1.5rem;
    font-weight: normal;
    color: white;
}

/*SECTION : UNE EQUIPE AU TOP NIVEAU*/
.fond_equipe{
    background-color:#e7f1f8;
    width: 100%;
    height: auto;
    padding: 10rem 0rem;
}

.h2noir{
    font-size: 3.2rem;
    font-weight: 700;
    color: #3c4761;
    text-transform: uppercase;
    text-align: center;
}

.div_equipe hr{
    border: 0.3rem solid #c9d4db;
    border-radius: 0.2rem;
    width: 10rem;    
}

.para_noir{
    font-size: 1.9rem;
    font-weight: normal;
    color: black;
    text-align: center;
    padding-top: 1rem;
}

.div_cards_equipe{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-gap: 7rem;
    margin-top: 5rem;
}

.card_equipe{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    width: 80%;
    height: 110%;
    margin: auto;
}

.card_equipe img{
    border-radius :50%;
}

.card_equipe h3{
    font-size: 2.2rem;
    font-weight: 700;
    color: #3c4761;
    text-transform: uppercase;
}

.card_equipe h4{
    font-size: 1.8rem;
    font-weight: 700;
    color: #f75811;
}

.card_equipe p{
    font-size: 1.6rem;
    font-weight: normal;
    color: #3c4761;
}

.social{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    margin-top: 1rem;
}

.taille_img{
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    background-color: #bdd1df;
}

.taille_img img{
    width: 2rem;
    height: auto;
    margin: 0.8rem auto;
}

/*SECTION : DOMAINES DE COMPETENCE*/
.fond_compet{
    background-color: white;
    width: 100%;
    height: auto;
    padding: 10rem 0rem;
}

.div_competences hr{
    border: 0.3rem solid #c9d4db;
    border-radius: 0.2rem;
    width: 10rem;
} 

.div_cards_compet{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-gap: 7rem;
    margin-top: 5rem;
}

.card_compet{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    width: 80%;
    height: 110%;
    margin: auto;
}

.card_compet h3{
    font-size: 2.2rem;
    font-weight: 700;
    color: #3c4761;
    text-transform: uppercase;
}

/*SECTION : PORTFOLIO*/
.fond_portfolio{
    background-color: #17c2c0;
    width: 100%;
    height: auto;
    padding: 10rem 0rem;
}

.div_portfolio hr{
    border: 0.3rem solid #e5c37f;
    border-radius: 0.2rem;
    width: 10rem;    
}

.div_btn{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-start;
    width: 100%;
    margin: auto;
    padding-top:4rem ;
}

.div_btn a{
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 2rem;
    background-color:#15aead;
    border-radius: 0.5rem;
    padding: 0.4rem 1.2rem;
}

.div_btn a:hover{
    background-color:white;
    color: black;
}

.div_ordinateurs{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-gap: 5rem;
    margin: 5rem auto;
}

.div_ordinateurs article{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.div_ordinateurs h3{
    text-align: center;
    padding-top:2rem ;
    font-size: 2.2rem;
    font-weight: 700;
    color: #393939;
    text-transform: uppercase;
}

/*BAS DE PAGE : FOOTER*/
.fond_footer{
    background-color:#28085d ;
    width: 100%;
    height: auto;
    padding: 3rem 0rem ;
}

.div_nav2 ul{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    list-style-type: none;
    padding-left: 0rem;
    height:35rem ;
}

.div_nav2 a{
    text-decoration: none;
    color: white;
    font-size: 2.5rem;
    font-weight: 600;
}