/*block*/
.text_center_with_background{
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-left: 25%;
    padding-right: 25%;
}
.text_center_with_background p{
    font-family: "Verdana";
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 45px;
}

/*block*/
.grid_text_image .grid{
    background-color: #000;
    color: #fff;
}
.grid_text_image .grid .item{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 0;
    column-gap: 0;
}
.grid_text_image .grid .item .image{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 41vw;
}
.grid_text_image .grid .body{
    display: flex;
    flex-direction: column;
    padding: 3rem;
}
.grid_text_image .grid .body p{
    font-family: "Verdana";
    font-size: 16px;
    margin-bottom: 2rem;
}
/*slider image*/
.slider_images{
    padding-top: 2rem;
    width: 100%;
    overflow: hidden;
}
.slider_images .slider{
    display: flex;
    -webkit-column-gap: 0;
    column-gap: 0;
    flex-direction: column-reverse;
}
.slider_images .slider .slide{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 41vw;
}
/*block*/
.text_left_image_right{
    margin-top: 3rem;
    padding-left: 3rem;
    padding-right: 3rem;
}
.text_left_image_right  .title{
    margin-bottom: 2rem;
}
.text_left_image_right  .title h2{
    font-family: "Verdana-bold";
    font-size: 16px;
    color: #6088b2;
}
.text_left_image_right .blocks{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 0;
    column-gap: 0;
    
}
.text_left_image_right .blocks .text_left{
    padding-right: 12vw;
}

.text_left_image_right .blocks .text_left .sub_title{
    margin-bottom: 3rem;
}
.text_left_image_right .blocks .text_left .sub_title span{
    font-family: "Verdana";
    font-size: 16px;
    color: #e3a54f;
}
.text_left_image_right .blocks .text_left .text p{
    font-family: "Verdana";
    font-size: 16px;
    color: #000;
    margin-bottom: 2rem;
}
.text_left_image_right .blocks .image_right{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}
/*block*/
.caracteritics_with_image_in_collumn{
    padding-left: 3rem;
    padding-right: 3rem;
    margin-top: 3rem;
}
.caracteritics_with_image_in_collumn .title{
    margin-bottom: 2rem;
}
.caracteritics_with_image_in_collumn .title h2{
    font-family: "Verdana-bold";
    font-size: 16px;
    color: #6088b2;
}
.caracteritics_with_image_in_collumn .collumns{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 5rem;
    column-gap: 5rem;
    align-items: baseline;
}
.caracteritics_with_image_in_collumn .collumns .collumn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}
.caracteritics_with_image_in_collumn .collumns .collumn .image{
    width: 100%;
}
.caracteritics_with_image_in_collumn .collumns .collumn .image img {
    height: auto;
    width: 100%;
}
 .caracteristics {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.caracteristics .caracteristic {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.5rem;
}

.caracteristics .caracteristic .name {
    white-space: nowrap;
    width: auto;
}
.caracteristics .caracteristic .sep{
    width: 100%;
    border-bottom: 1px dashed #000;
    height: 1px;
}
.caracteristics .caracteristic .value {
    white-space: nowrap;
    width: auto;   
}
/*block*/
.caracteritics_with_botton{
    padding-left: 3rem;
    padding-right: 3rem;
    margin-top: 5rem;
    margin-bottom: 3rem;
}

.caracteritics_with_botton .title{
    margin-bottom: 2rem;
}
.caracteritics_with_botton .title h2{
    font-family: "Verdana-bold";
    font-size: 16px;
    color: #6088b2;
}
.caracteritics_with_botton .caracteristics{
    margin-bottom: 3rem;
}
.caracteritics_with_botton .bouton a{
    color: #e3a54f;
    border: 1px solid #e3a54f;
    padding: 11px 20px 11px 20px;
    border-radius: 20px;
}
.caracteritics_with_botton .bouton {
    text-align: center;
}
.caracteritics_with_botton .bouton a:hover {
    color: #fff;
    background-color: #e3a54f;
}
/*block*/

.caracteritics_with_image_left{
    padding-left: 3rem;
    padding-right: 3rem;
    margin-top: 5rem;
    margin-bottom: 3rem;
}

.caracteritics_with_image_left .title{
    margin-bottom: 2rem;
}
.caracteritics_with_image_left .title h2{
    font-family: "Verdana-bold";
    font-size: 16px;
    color: #6088b2;
}
.caracteritics_with_image_left .block{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 10rem;
    column-gap: 10rem;
    align-items: center;
}
.caracteritics_with_image_left .block .b-image img{
    height: 100%;
    width: auto;
}
/*block*/
.slider_video{
    padding: 0;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.slider_video .slider{
    display: flex;
    flex-direction: column-reverse;
}

.slider_video .slider .owl-stage-outer{
    overflow: hidden;
}
.slider_video .owl-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-block: 2rem;
}

.slider_video .slider .slide{
    height: 400px;
    position: relative;
}

.slider_video .slider .slide .video {
    width: 100%;
    overflow: hidden;
    height: 400px;
}

.slider_video .slider .slide .video video {
    width: auto;
    height: 400px;
}
.slider_video .slider .slide .video-mask {
    height: 400px;
    width: 100%;
    background: #000000ad;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    z-index: 9999;
}