
@font-face {
    font-family: "Univers LT W01 45 Light";
    font-style: normal;
    font-weight: 400;
    /*src: url("fonts/UniversLTW01-45Light.eot?#iefix") format("eot"),
         url("fonts/UniversLTW01-45Light.woff") format("woff"),*/
         src: url("/fonts/UniversLTW01-45Light.ttf") format("truetype");
         /*url("fonts/UniversLTW01-45Light.svg") format("svg");*/
}
body {
    background: #3E3E3E none repeat scroll 0 0;
    -moz-text-size-adjust: none;
    /*color: #231f20;*/
    color: rgba(205, 204, 207, 1);
    font-family: "Univers LT W01 45 Light","Helvetica Neue","HelveticaNeue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    margin: 0;
    width: 100%;
    height: 100%;
}
body a {
    text-decoration: none;
    transition: all 0.5s ease 0s;
}
body a:hover {
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6, .large {
	font-family: "Univers LT W01 45 Light","Helvetica Neue","HelveticaNeue",Helvetica,Arial,sans-serif;
/*
    font-family: "Slabo 27px",serif;
*/
    margin: 0;
    font-size: 27px;
}
h3 {
    margin: 0;
    padding: 15px 15px 5px;
    font-size: 25px;
    font-weight: bold;
}
p {
    margin: 0;
    padding: 15px;
    font-size: 20px;
}
ul, label {
    margin: 0;
    padding: 0;
}
hr {
    margin: 0 auto;
    width: 60%;
}

[class*="col-"] {
    border: 0 none;
    padding: 0;
}
.row {
    padding: 0;
    margin: 0;
    height: 100%;
}

/* Generic */
.hide{
	display: none
}
.fixed{
    position: fixed;
}
p.annonce {
    /*bottom: 0;*/
    height: 100%;
    font-size: 1.8em;
    padding: 20px 70px 20px 60px;
    /*align-self: flex-end;*/
    /*display: inline-block;*/
    /*display: table-cell;*/
    /*vertical-align: bottom;*/
    margin-top: auto;
    position: relative;
    color: #CAC6C3;
}
.block_img_annonce{
	height: 100%;
	/*text-align: center;*/
	font-size: 1.4em;
    padding: 35px 35px 0 35px;
    color: #CAC6C3;
}




.center {
    text-align: center;
}
.banner-left,
.banner-right {
    padding-bottom: 0;
    margin-bottom: 0;
}

.banner-left {
    background-color: #fff;
    float: left;
    /*min-height: 799px;*/
    position: relative;
    width: 50%;
    height: 100%;
}
.banner-right {
    float: right;
    width: 50%;
/*    height: 100%;*/
	background: rgba(41, 41, 41, 0);
}
.banner-right .banner-box, .banner-left .banner-box{
    width: 100%;
/*    height: 58%;*/
}
.banner-left .banner-box{
	padding: 0;
}

.banner-box{
    position: relative;
}
.row_backg_image{
    background-size: cover;
    background-position: center center;
    padding-top: 37%;
}
.row_backg_image2{  
/*    background-size: cover;
    background-position: center center;
    padding-top: 25%;*/
}
.cols-box{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;   
    padding: 40px;
    top: 0%;
}
.col3{
    margin: 10px;
    padding: 5px;
    width: 25%;
    color: black;
    background-color: white;
}
.overlay2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
/*    background-color: rgba(250, 250, 250, .7); */
}
.centered-text {
    position: absolute;
    top: 35%;
    text-align: center;
    width: 100%;
    font-weight: bolder;
    padding: 10px 20vh; 
    font-size: 3rem;  
    color: white;
}

.banner-right h1 {
    margin-top: 0px;
    padding: 1em;
    width: 100%;
	height: 150px;
}
.banner-right h1 img{
    width: 30%;
    margin: 0 auto;
}
.banner-right h2 {
    color: whitesmoke;
    font-size: 2.1em;
    line-height: 1.2em;
    padding: 1.5em 1em .5em;
}
.banner-left h2 {
    color: #000;
    font-size: 3em;
    line-height: 1.2em;
}
.banner-left p {
    color: #999;
    font-size: 1.2em;
    line-height: 1.8em;
    margin-top: 3em;
}
.banner-left p.annonce {
    color: black;
    font-size: 1.9em;
    
    margin-top: 0px;
}


.row_backg_image_small{
    background-size: cover;
    background-position: center center;
    padding-top: 55%;
}
.row_backg_image .centered-text{
    color: black;
    font-size: 4rem;
}
.footer {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    background: rgba(41, 41, 41, 0.9);
}
.footer ul{
    list-style: none;
}

.footer .wide {
    width: 100%;
    text-align: center; 
    padding: 10px 0;
}

.footer .columns {
    display: flex;
    justify-content: space-between;
    gap: 10px; /* Espacement entre les colonnes */
    width: 100%;
}

.footer .columns > div{
    flex: 1; /* Colonne de taille égale */
    padding: 10px;
    border: 1px solid #ccc; /* Bordure pour visualisation */
}
.footer .columns > div.one{
    text-align: left;
}
.footer .columns > div.two{
    text-align: center;
}
.footer .columns > div.three{
    text-align: center;
}
#js_left_home{
	background: #E4E6E3;
	bottom: 0;
}

@media(max-width: 1280px){
	p.block_img_annonce {
		font-size: 1.1em;
        padding: 15px;
	}
	.row_backg_image_small{
		padding-top: 55%;
	}
}

@media(max-width: 1024px){
	.banner-right, .banner-left{
		width: 100%;
	}
    div.block_img li img{
        width: 100%;
    }
    #flexbox{
        position: relative;
	}
    .cols-box{
        flex-direction: column;
    }
    .col3{
        margin: 10px;
        width: 100%;
        color: black;
        font-size: 15px;
        background-color: white;
    }
    .row_backg_image2{  
/*        padding-top: 100%;*/
    }
    .centered-text{
        position: relative;
        padding: 10px 1vh;
        
    }
    .centered-text span{
        font-size: .5em;
    }
    .footer .columns {
        flex-direction: column;
    }
}
