@font-face {
    font-family: 'BuiltTitling';
    src: url('../fonts/built_titling_bd-it-webfont.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'BuiltTitling';
    src: url('../fonts/built_titling_el-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BuiltTitling';
    src: url('../fonts/built_titling_it-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'BuiltTitling';
    src: url('../fonts/built_titling_lt-webfont.woff') format('woff');
    font-weight: 300; /* light */
    font-style: normal;
}

@font-face {
    font-family: 'BuiltTitling';
    src: url('../fonts/built_titling_rg-it-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'BuiltTitling';
    src: url('../fonts/built_titling_rg-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BuiltTitling';
    src: url('../fonts/built_titling_sb-webfont.woff') format('woff');
    font-weight: 400; /* semi-bold */
    font-style: normal;
}


.sppb-table-style td, .sppb-table-style th {

  padding: 3px 0px!important;

}


.custom-section-red {
  background-color: #cc0000;
  color:white;
}



.custom-p p{
    margin-bottom: 0px!important;
}

#custom-half-height {
  top: 100px;
}

.custom-section-aftervideo {
  margin-top: 100px !important;
}
.custom-title-max-content{
    width: max-content;

}


.row-text-intro{
margin-top:25px!important;

}


.font-BuiltTitling{
      font-family: 'BuiltTitling', sans-serif;

}

body{
font-family: 'Montserrat', sans-serif;
}


.custom-text-c{
    font-weight: 600;

}

.custom-title-center{
text-align:center;
}

.custom-color-red{
color:#cc0000;
}

.custom-row-menu{
  margin-top:50px!important;
}



.custom-btn:hover{

border:solid 1px #cc0000;
}

.custom-btn{

    display: flex;
    justify-content: center;
    align-items: center;}






.custom-title-right{

text-align:right;}








.sppb-addon-video-local-source {
    object-fit: cover!important;

}



.video-container {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    cursor: pointer;
  }
  
  .video {
    width: 100%;
    height: auto;
  }
  
  .play-pause-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 150px;
    color: white;
    display: block;
    cursor: pointer;
    z-index: 3;
  }
  
  .loading-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  
  .progress-bar-container {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 20px;
    background-color: transparent;
    z-index: 2;
    opacity: 1;
  }
  
  .progress-bar {
    position: absolute;
    bottom: 0;
    height: 5px;
    width: 0%;
    background-color: #cc0000;
    z-index: 2;
  }

  .sppb-table-style {
    table-layout: auto!important; /* Utilisez un layout fixe pour permettre la largeur dynamique */
}

.sppb-table-style td {
  border: none!important;

}


.custom-text-c .sppb-addon-title{
  font-family: 'BuiltTitling', sans-serif!important;
  
}



.sppb-table-style td:nth-child(2) {
text-align: right!important;}

.custom-row-about .sppb-column {
 /* align-items: flex-end!important;*/

}
.custom-contact-info a{

  color: white;
}

.custom-contact-info a:active,.custom-contact-info a:focus,.custom-contact-info a:hover{

  color: white!important;
}

.custom-contact-media .sppb-row{

    align-items: flex-end!important;

}


