/*  Global */
@charset " UTF-8";

/*
green : #59ac75
grey-dark : #343b3f
font : 'Helvetica'
*/

/* GENERAL */ 
html, body {
    margin: 0;
    padding: 0;
    font-family: 'Helvetica';
    height: 100%;
}

a {
    text-decoration: none;
    color: inherit; /* couleur de son parent*/
}

section {
    margin-bottom: 5%;
}

/* HEADER */
.header {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    left: 0;
    right: 0;
    height: 100px;
    line-height: 100px; /*permet de centrer la position des titres au millieu de la barre */
    color: #59ac75;
    background-color: #343b3f;
    border-bottom: solid 3px #59ac75;
}

.header_logo img{
    width: 160px;
    height: 90px;
    padding: 0 25px;
}

#top_section {
    padding-top: 110px;
}

/* RESPONSIVE */
@media only all and (max-width: 900px){

    #about {
        padding-top: 10px;
    }

    .information {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .information img {
        width: fit-content;
    }

    .certification {
        display: flex;
        align-items: center;
    }

    .container-fluid {
        width: 100%;
    }
    
    .container {
        width: 98%;
        margin: auto;
    }

    .row{
        margin-left: 0px;
        margin-right: 0px;
    }
}

.container-fluid {
    padding: 0px;
}

.container {
    padding-left: 0px;
    padding-right: 0px;
}

.title {
    font-family: 'Helvetica';
    font-size: 2em;
    color: #343b3f;
}

/* Carousel accueil */
.carousel-item img {
    width: 100%;
    height: 400px;
}

#actuCarousel  img{
    border-radius: 17px;
}

.carousel-caption {
    padding-top: 0px;
}

#actuCarousel {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* About style */
.about {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 0.1%;
    margin-right: 0.1%;
}

.about img {
    width: 320px;
    height: 250px;
}

.container p{
    text-align: justify;
}

#presentation {
    border-left: 1px solid #343b3f;
}

#information {
    border-right: 1px solid #343b3f;
}

.information {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.list_presta{
    display: flex;
    justify-content: space-around;

}

.information img {
    width: 380px;
    height: 310px;
}

.informations{
    background-color: #59ac75;
    border-radius: 10px;
}

.sub_informations{
    padding: 1%;
}

.infoContact {
    background-color: #519969;
    border-radius: 0px 0px 10px 10px;;
    padding: 1%;
}

/* client */

#carouselComment {
    flex: 1;
    float: right;
}

#carouselComment img{
    width: 100%;
    height: 100%;
}

.linkToOther {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    list-style-type: none;
    padding: 1.5% 0% 1.5% 4%;
}

.btn-logo img{
    width: 15%;
    height: 15%;
    margin-left: 15%;
}

.btn-logo {
    display: flex;
    align-items: center;
    border: solid 1px #343b3f;
    color: #ffffff;
    border-radius: 30px;
    width: 70%;
    max-width: 200px;
}

.btn-logo:hover {
    color: #343b3f;
    text-decoration: none;
}

#pj_logo {
    background-color: #fef00e; 
    display: flex; 
    justify-content: center;
}

#gb_logo {
    background-color: #447fe4;
    display: flex; 
    justify-content: center;
}

/* Footer style */
.footer-top {
    background-color: #343b3f;
    box-shadow: 1px 0px 6px 6px black;
    color: #7e7e7e;
    margin-bottom: 0;
    padding-bottom: 20px;
}

.footer-top h2{
    font-size: 18px;
    padding-bottom: 10px;
    font-family: 'Helvetica', sans-serif;
    color: white;
    padding-top: 10px;
}

.footer-top h2:before{
    content: '|';
    color: #000000;
    padding-right: 10px;
}

.footer-top .row {
    display: flex;
    justify-content: space-around;
}

.segment-four ul {
    color: #7e7e7e;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.segment-four ul li a{
    color: #7e7e7e;
}

.segment-four ul li i{
    padding-right: 10px;
    padding-top: 5px;
}

.iconFacebook {
    font-size:30px; 
    color: white;
    margin-right: 10px;
}

.iconFacebook:hover{ 
    color: #3b5998;
}

.iconLinkedin {
    font-size:31px; 
    color: white;
    margin-left: 10px
}

.iconLinkedin:hover{ 
    color: #007ebb;
}

/* ################ Presentation ################ */

.nous {
    text-align: justify;
}

h2 {
    font-family: 'Helvetica', sans-serif;
    font-size: 1.5em;
    color: #343b3f;
}

.btn_iad, .btn_nesten, .btn_mdiag {
    padding: 3%;
    border: 1px solid #343b3f;
    border-radius: 0.25rem;
    text-decoration: none;
    background: #FFF;
    color: #343b3f;
    transition-property: background;
    transition-duration: .5s;
    position: relative;
    margin: auto;
}

.btn_iad:hover {
    text-decoration: none;
    background: #0285b1;
    color: #343b3f; 
}

.btn_nesten:hover {
    text-decoration: none;
    background: #00afbe;
    color: #343b3f; 
}

.btn_mdiag:hover {
    text-decoration: none;
    background: #f7f7f7;
    color: #343b3f; 
}

.partenairesConteneur{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.certification {
    display: flex;
    justify-content: space-around;
}

.item_certif{
    display: flex;
    flex-direction: column;
    align-items: center;
}