.title h1{
    justify-content: center;
    font-family: "Noto Serif KR", serif;
    font-style: normal;
    font-weight: 900;
    font-size: 54px;
    line-height: 64px;
    margin: auto;
    display: flex;
    align-items: center;
    text-align: center;
    margin-top: 70px;
    color: #000000;
}

.title h2{
    justify-content: center;
    padding: 10px 0px 35px 0px;
    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 25px;
    line-height: 24px;
    color: #000000;
    margin : auto;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

/*******************************Conseillers clientèle ****************************/
.conseillers-clientele {
    background-color: #000000;
    color: #FFFFFF;
    width: 100%;
    border-radius: 10px;
    margin: 0 0 25px 0;
    position: relative;
    padding: 32px 32px 22px 32px;
    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
	position: relative;
}

.conseillers-clientele::after {
    font-family: "FontAwesome";
    content: "\f05a";
    font-size: 20px;
    top: 10px;
    right: 12px;
    position: absolute;
}

.conseillers-clientele ul {
    padding-left: 20px;
}

/*******************************Besoin d'informations ****************************/

img{
    border-radius: 10px 0px 0px 10px;
}

.group-info {
    display: flex; 
}

.info{
    background: #F3F3F3;
    border-radius: 0px 10px 10px 0px;
    text-align: center;
    padding: 27px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.info h3{
    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 39px;
    line-height: 48px;
    align-items: center;
    text-align: center;
    color: #000000;
}

.info p{
    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    padding: 20px 0;
}

.question{
    background-color: #0C0C0D;
    color: white;
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 16px;
    padding: 15px 25px;
    margin: 0 auto;
    text-align: center;
    border-radius: 10px;
    display: block;
    max-width: fit-content;
    font-weight: bold;
    transition: ease .3s all;
    text-decoration: none;
}

.question:hover {
    background-color: #2F2F33;
    color: white;
}

/*******************************Comment nous contacter****************************/
 #center_column .contact{
    padding-top: 40px;
    left: 77px;
    top: 743.13px;
    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 39px;
    line-height: 48px;
    padding-bottom:40px;
    color: #0C0C0D;
}

strong{
    font-weight: bold;
}

.flex-container {
    display: flex;
}
  
.flex-container > div {
    background-color: #F3F3F3;
    width: 100%;
    text-align: center;
    line-height: 75px;
    font-size: 30px;
    border-radius: 10px;
    margin-top: 25px;   
    position: relative;
    padding: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.flex-container p{
    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: center;    
    color: #0C0C0D;
}

.icon{
    position: absolute;
    top: -25%;
    left: 44%;
}

.margin{
    margin-right: 52px;
}

span a{
    color: #000000 !important;
    font-weight: bold;
    text-decoration: underline;
}

/*******************************Pourquoi nous contacter****************************/

.for-contact li{  
    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;    
    color: #0C0C0D;
}

.flex-button a{
    background-color: #F3F3F3;
    border: none;
    color : black;
    margin-right: 15px;
    border-radius : 10px;
    font-size: 16px;
    padding: 15px 25px;
    display: block;
    max-width: fit-content;
    transition: ease .3s all;
    font-family: 'Hanken Grotesk', sans-serif;
    margin-top: 15px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
}

.flex-button a:hover{
    background-color: #ededed ;
}

/*******************************Les plus service****************************/

.li-service{
    left: 77px;
    top: 1087.25px;    
    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #0C0C0D;
}

.flex-button{
    display: flex;
}

.service  {
    list-style: none;
}
  
.service  li:before {
    content: '✓';
}

/*****************Responsive********************/

@media (max-width: 1000px) {
    .group-info {
      flex-direction: column;
    }
    .info{
        border-radius: 0px 0px 10px 10px;
    }
    img {
        border-radius: 10px 10px 0px 0px;
    }
}

@media (max-width: 1185px){
    .icon{
        position: absolute;
        top: -15%;
        left: 40%;
    }
}

@media (max-width: 764px) {

    .title h1{
        font-size: 36px;
        line-height: 48px;
    }

    h3{
        font-size: 24px !important;
    }

    .info h3{
        white-space: nowrap;
    }

    .contact{
        padding-bottom: 20px;
    }

    .flex-button{
        flex-direction: column;
    }

    .flex-button button{
        width: 100%;
    }

    .flex-button a{
        background-color: #0C0C0D;
        color: white;
        border-radius: 99px;
        font-size: 16px;
        padding: 4px 16px;
    }

    .margin {
        margin-bottom: 20px;
    }
}

@media (max-width: 600px) {

    .flex-container {
        flex-direction: column;
    }
    .icon{
        position: absolute;
        top: -30%;
        left: 44%;
    }
} 


