#section_ban {
    min-height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url("../assets/banner-diagnostics.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding: 15px;
    transition-duration: 1.5s;
}


#section_ban-copropriete {
    color: white;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url("../assets/banner-copropriete.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding: 15px;
    transition-duration: 1.5s;
}


#section_ban-urbanisme {
    color: white;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url("../assets/banner-urbanisme.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding: 15px;
    transition-duration: 1.5s;
}

#section_ban-topographie {
    color: white;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url("../assets/banner-topographie.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding: 15px;
    transition-duration: 1.5s;
}

#section_ban-expertise {
    min-height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url("../assets/banner-expertise.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding: 15px;
    transition-duration: 1.5s;
}

#section_ban-foncier {
    min-height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url("../assets/banner-foncier.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding: 15px;
    transition-duration: 1.5s;
}

#section_ban-architecture {
    color: white;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url("../assets/banner-architecture.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding: 15px;
    transition-duration: 1.5s;
}

#section_ban h1{
    text-align: center;
    color: var(--white);
    text-shadow: 3px 3px 1px var(--black);
    margin-bottom: 20px;
}

#section_ban h1 span {
    font-size: 42px;
    line-height: 60px;
    font-weight: 600;
    text-transform: uppercase;
}

.archives {
    display: grid;
}

.container {
    margin: auto;
    /*max-width: 1410px;*/
	max-width: 50%;
	text-align: justify;
    padding: 50px 15px 150px;
    position: relative;
}

.container h1 {
    text-align: center;
}

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

.container .flex {
    margin: 50px 0;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.container .flex img {
    object-fit: cover;
    width: 400px;
    height: 300px;
    border-radius: 5px;
    box-shadow: 4px 4px 5px 2px rgba(0,0,0,0.25);
	
}

.visuelright {
    object-fit: cover;
    width: 400px;
    height: 300px;
    border-radius: 5px;
    box-shadow: 4px 4px 5px 2px rgba(0,0,0,0.25);
	float: right;
	margin-left: 3vw;
	margin-bottom: 1vw;
    height: 300px!important;
}

.visuelleft {
    object-fit: cover;
    width: 400px;
    height: 300px;
    border-radius: 5px;
    box-shadow: 4px 4px 5px 2px rgba(0,0,0,0.25);
	float: left;
	margin-right: 3vw;
	margin-bottom: 1vw;
	
}

.visuelcenter {
    object-fit: cover;
    width: 80%;
    height: auto;
    border-radius: 5px;
    box-shadow: 4px 4px 5px 2px rgba(0,0,0,0.25);
	margin-right: 3vw;
	margin-bottom: 1vw;
	margin-left: auto;
	margin-right: auto;
}

.representation-title {
    text-align: center; 
    margin-bottom: 3vw; 
    color: white;
}

.description, .devis {
    margin-bottom: 3vw;
}

.scanner-3d {
    color: #000000; 
    text-decoration: underline;
}

.scanner-3d-data, .plans {
    font-weight: 700; 
    margin-bottom: 2vw; 
    margin-top: 2vw; 
    text-transform: uppercase; 
    text-align: center;
}

.strong {
    font-weight: 700;
}

.plan-masse {
    margin-bottom: 6vw;
}

.clear {
    clear: both;
}

.margin-v {
    margin-bottom: 3vw; 
    margin-top: 3vw;
}

.contacter {
    margin-bottom: 3vw; 
    text-align: center;
}

.color-a {
    color: #000000;
}

.parties-communes {
    text-align: center; 
    margin-bottom: 3vw; 
    color: white;
}

.immeuble {
    color: #CB0505;
}

.center {
    text-align: center;
}

.expertise {
    text-align: center; 
    margin-bottom: 3vw; 
    color: #ffffff;
}
.white {
    color: #ffffff;
}

.black {
    color: #000000;
}

.size-700 {
    font-weight: 700;
}

.rouge {
    color: #CB0505;
}

.section-1-style {
    width: 50%; 
    text-align: justify;
}

.certificat {
    font-weight: 700; 
    text-align: left;
}

.marginTop2 {
    margin-top: 2vw;
}

.mgBot3-center {
    margin-bottom: 3vw; 
    text-align: center;
}

@media (max-width: 992px) {
    .container .flex {
        flex-direction: column-reverse;
        gap: 50px;
    }

    .container .flex img {
        width: 300px;
        height: 200px;
    }


.container .team {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 50px;
    margin-bottom: 50px;
}

.container .team div {
    max-width: 400px;
    width: 30%;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.container .team div img {
    object-fit: cover;
    width: 280px;
    height: 280px;
    margin: 50px auto 15px;
    border-radius: 5px;
    box-shadow: 4px 4px 5px 2px rgba(0,0,0,0.25);
}

.container .team div strong {
    font-weight: bold;
}

.container .end {
    position: absolute;
    right: 15px;
    bottom: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.txt-center {
    text-align: center;
}

#section_2 {
    padding: 30px 15px;
    background: linear-gradient(#F10019, #F51E41);
}

#section_2 * {
    color: var(--white);
}

#section_2 .counters {
    display: flex;
    flex-flow: row nowrap;
    text-align: center;
    justify-content: center;
    margin-top: 30px;
}

#section_2 .count {
    padding: 2em 2em;
    border-right: 2px solid var(--white);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

#section_2 .count img {
    width: 75px;
    color: var(--white);
}
	
}	

@media (max-width: 792px) {

.container {
    margin: auto;
    /*max-width: 1410px;*/
	max-width: 90%;
    padding: 50px 15px 150px;
    position: relative;
			}


    #section_2 .counters {
        flex-direction: column;
    }

    #section_2 .count {
        width: 300px;
        margin: auto;
        border-right: none;
        border-bottom: 2px solid var(--white);
    
}
	
.visuelright {
    object-fit: cover;
    width: 98%;
    height: auto;
    border-radius: 5px;
    box-shadow: 4px 4px 5px 2px rgba(0,0,0,0.25);
	margin: 5vw;
	
}

.visuelleft {
    object-fit: cover;
    width: 98%;
    height: auto;
    border-radius: 5px;
    box-shadow: 4px 4px 5px 2px rgba(0,0,0,0.25);
	margin: 5vw;
	
}	
	
}

@media (max-width: 400px) {
.container {
    margin: auto;
    /*max-width: 1410px;*/
	max-width: 90%;
    padding: 50px 15px 150px;
    position: relative;
}



    #section_2 .count {
        width: 200px;
    }


#section_2 .count:last-of-type {
    border: none;
}

#section_2 .count strong {
    font-weight: 600;
    font-size: 24px;
}


.visuelright {
    object-fit: cover;
    width: 98%;
    height: auto;
    border-radius: 5px;
    box-shadow: 4px 4px 5px 2px rgba(0,0,0,0.25);
	margin: 5vw;
	
}

.visuelleft {
    object-fit: cover;
    width: 98%;
    height: auto;
    border-radius: 5px;
    box-shadow: 4px 4px 5px 2px rgba(0,0,0,0.25);
	margin: 5vw;
	
}

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