/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

::-webkit-scrollbar {
    display: none;
}

.image-container, .image-container2, .image-container3 {
    position: relative;
    display: inline-block;
  }
  
.image-container img, .image-container2 img {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    min-width: 120%;
}

.image-container3 img {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    min-width: 110%;
}

.previous-projet, .next-projet {
  background: none!important;
  display: flex;
}

.background-jaune {
position: relative;
z-index: 1;
text-wrap: nowrap;
}

.background-jaune.black {
  color:var(--noir)!important;
  text-wrap: nowrap;
}

.background-jaune:before {
position: absolute;
    content: '';
    background-color: var(--jaune);
    width: 102%;
    border-radius: 100px;
    padding: 0px 2px;
    height: 100%;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
}

.svg-title {
  width:0.8em;
  height: 0.8em;
  min-height: 0;
}

.img-title {
    width: auto;
    height: 0.8em;
    min-height: 0;
    padding: 0;
    margin-bottom: 0.1em;
}

.form-banner input[type='checkbox'][aria-checked='true']:after {
    content: '';
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/2025/10/check.svg);
    width: 17px;
    display: flex;
    height: 16px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-position: center;
}

@media(max-width:767px) {
#formFooter .form-group input:not([type="submit"]) {
        color: white;
  }
}

.title-h1 span {
    text-wrap: nowrap;
}

/* Style tableau */
.comparatif {
width: 100%;
border-collapse: collapse;
margin: 20px 0;
font-size: 16px;
text-align: left;
color: black;
}
.comparatif th, .comparatif td {
padding: 15px;
border: 1px solid #ddd;
}
.comparatif th {
background: #F4F4F4;
text-align: center;
}
@media (max-width: 768px) {
.comparatif thead {display: none;}
.comparatif, .comparatif tbody, .comparatif tr, .comparatif td {display: block; width: 100%;}
.comparatif tr {margin-bottom: 15px; border-bottom: 2px solid #ddd;}
.comparatif td {position: relative; padding-left: 50%;}
.comparatif td::before {content: attr(data-label); position: absolute; left: 10px; width: calc(50% - 10px); font-weight: bold;}
}
/* FIN Style tableau */
/* Style checklist & Cas Pratique */
.blocCasPratique,
.blocChecklist{
  padding: 40px;
  border-radius: 20px;
  background: rgba(26, 27, 35, 0.03);
  margin: 48px auto;
  
  h1,h2,h3,h4,h5,h6{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    text-transform: uppercase;
    margin: 0 0 20px 0 !important;
  }
  
  p, ul {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%; 
    margin: 0;
  }
  ul {
    padding-left: 1.5em;
  }
}

.blocCasPratique{
  background: #C5DBFF;
}
/* FIN Style checklist & Cas Pratique */