/*Briques-page*/
.padding-0 {
    padding: 0px !important;
}

#nav-social .svg-icon {
    color: white;
    font-size: 16px;
}

#nav-social.social-briques {
    justify-content: end;
    display: flex;
    margin-top: -20px;
    margin-right: 112px;
}

#nav-top-sites.nav-top-position {
    margin-right: 268px;
    margin-top: 13px;
    justify-content: end;
    display: flex;
}

.container.border {
    border-right: none;
    border-left: none;
}

#top_page_header.header-wrapper {
    color: #ffffff;
    position: relative;
    padding: 55px 0;
    background-repeat: no-repeat;
    background-position: center;
}

#top_page_header.header-wrapper {
    height: 218px;
    background: #001E50;
}

#top_page_header.header-wrapper h3 {
    margin-top: -5px;
    height: 44px;
    flex-grow: 0;
    font-family: 'SourceSansPro', sans-serif;
    font-size: 33px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: 1.6px;
    text-align: center;
    color: #ffffff;
}

.black-nav {
    display: flex;
    flex-direction: row;
}

#top_page_header.header-wrapper p {
    width: 100%;
    height: 65px;
    flex-grow: 0;
    font-family: 'SourceSansPro', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    padding: 0 22rem;
}

.slogan-text {
    width: 113px;
    height: 16px;
    flex-grow: 0;
    font-family: 'SourceSansPro', sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 0.75px;
    text-align: left;
    color: #000;
}
/*
#logo img {
    width: 145.4px;
    height: 55px;
}
*/

.title-wrapper {
    display: flex;
    margin-top: -31px;
    flex-direction: column;
}

.briques-title {
    font-family: 'SourceSansPro', sans-serif;
}

.man-briques {
    top: 23px;
    position: absolute;
    width: 118px;
    right: 108px;
}

.card-img-top-briques {
    width: 100%;
    height: 185px;
}

.row-briques {
    display: flex;
    margin-bottom: 105px;
    flex-wrap: wrap;
    gap: 3rem;
    justify-content: center;
}

.rows-briques-wrapper {
    margin-top: 63px;
    flex-wrap: wrap;
    display: flex;
}

.row-top {
    height: 80px;
}

.card {
    color: #1d1d1d;
    cursor: pointer;
    border: 1px solid lightgray;
    width: 100%;
    max-width: 282px;
}

.card-body div {
    height: 72px;
    margin-bottom: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card:hover {
    background-color: #fbfbfb;
    color: #EF3346;
}

.card-title {
    color: inherit;
} 

.title-bold {
    letter-spacing: 1.6px;
    font-size: 20px;
    font-family: 'SourceSansPro-bold', sans-serif;
}

.card-title-briques {
    width: 282px;
    font-family: 'SourceSansPro', sans-serif;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    margin-top: 34px;
}

.card-text-briques {
    font-family: 'SourceSansPro', sans-serif;
    font-size: 14px;
    letter-spacing: 0.75px;
    font-weight: normal;
    color: #1d1d1d;
    text-align: center
}


.circle-hidden {
    width: 20px;
    height: 20px;
    margin: -16px -2px -4px -18px;
}

/*question-box*/

.question-box {
    display: flex;
    width: 1140px;
    height: 248px;
    margin: 30px 35px 112px 53px;
    padding: 30px 40px 24px 42px;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.left-box-question {
    width: 471px;
    height: 194px;
    margin: 0 94px 0 0;
}

.frame-wrapper-text {
    width: 471px;
    height: 30px;
    flex-grow: 0;
    margin: 0 0 10px;
    font-family: 'SourceSansPro', sans-serif;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.4px;
    text-align: left;
    color: #EF3346;
}

.wrapper-paragraph {
    margin-top: 6px;
}

.paragraph {
    width: 440px;
    height: 54px;
    flex-grow: 0;
    margin: 10px 30px 12px 1px;
    font-family: 'SourceSansPro', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.75px;
    text-align: left;
    color: #1d1d1d;
}

.paragraph .text-style-1 {
    font-weight: bold;
}

.wrapper-info-contact {
    cursor: pointer;
    width: 320px;
    height: 40px;
    flex-grow: 0;
    margin: 12px 151px 16px 0;
    padding: 8px 114px 8px 16px;
    background-color: #EF3346;

}

.wrapper-info-contact:hover {
    background-color: #b41929;
}

.add-more-info {
    width: 372px;
    height: 32px;
    flex-grow: 0;
    margin: 16px 99px 0 0;
    font-family: 'SourceSansPro', sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 0.75px;
    text-align: left;
    color: #39424f;
}

.box-shape {
    display: flex;
    width: 493px;
    height: 184px;
    flex-direction: column;
    flex-grow: 0;
    padding: 34px 166px 33px 48px;
    background-color: #fbfbfb;
}

.catalog-title {
    text-decoration: underline;
    width: 168px;
    height: 18px;
    margin-left: 7px;
    flex-grow: 0;
    font-family: 'SourceSansPro', sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.75px;
    text-align: left;
    color: #EF3346;
}

.catalog-title:hover {
    color: #b41929;
}

.qestion-wrapper-content {
    height: 30px;
    flex-grow: 0;
    font-size: 23px;
    font-family: 'SourceSansPro-bold', sans-serif;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.4px;
    text-align: left;
    color: #EF3346;
}

.frame-wrapper {
    width: 279px;
    height: 71px;
    flex-grow: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 13px;
    margin: 26px 0 0;
    padding: 0;
}

.frame-wrapper-content {
    width: 309px;
    height: 18px;
    flex-grow: 0;
    font-family: 'SourceSansPro', sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    margin-top: -8px;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.75px;
    text-align: left;
    color: #131313;
}

img.icon-social {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.oval-social {
    border-radius: 100%;
    width: 41px;
    height: 40px;
    padding: 10px 2px 0px 12px;
    padding: 12px 13px 12px 12px;
    background-color: #d2d2d3;
}

.oval-social:hover {
    cursor: pointer;
    background-color: #e5e5e5 !important;
}

.fb-oval {
    padding: 12px 13px 12px 18px;
}

.oval-social-networks {
    height: 40px;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
    padding: 0;
    display: flex;
    justify-content: center;
}

img.icon-social {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.contact-btn {
    font-family: 'SourceSansPro', sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0.8px;
    text-align: left;
    color: white;
    margin-top: 1px;
}

.phone-contact-briques {
    width: 47px;
    height: 41px;
    flex-grow: 0;
}

.margin-phone {
    margin-top: -10px;
    gap: 5px;
    display: inline-flex;
    width: 300px;
}

.contact-phone {
    width: 25px;
    margin: 10px;
}

.contact-styling {
    width: 47px;
    height: 41px;
    flex-grow: 0;
}

.phone {
    width: 25px;
    margin: 10px;
}

.phone-styling {
    margin-right: -13px;
    margin-left: -15px;
}

.contact-rsp {
    display: flex;
    margin-top: 14px;
}

.shape {
    width: 15px;
    height: 20px;
    flex-grow: 0;
}

.file-download {
    display: flex;
    cursor: pointer;
}

.btn-small-wrapper {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: flex-start;
    margin: 24px 0px 0px 538px;
    padding: 16px;
    border-radius: 89px;
    background-color: #EF3346;
}

.btn-contact-msg {
    width: 21.5px;
    height: 19.5px;
}

/* Materiaux-page*/

.materiaux-component {
    width: 157px;
    height: 36px;
    flex-grow: 0;
    font-family: 'SourceSansPro' sans-serif;
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: 1.8px;
    text-align: left;
    color: #ffffff
}

.breadcrum-title {
    width: 172px;
    height: 64px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    margin: 35px 115px 32px 388px;
    padding: 0;
}

.breadcrumb-p {
    width: 148px;
    height: 16px;
    flex-grow: 0;
    font-family: 'SourceSansPro', sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: white;
}

.breadcrumb-p:hover {
    color: #EF3346;
}

.breadcrumb-par {
    width: 1440px;
    height: 237px;
    margin: 62px 0 82px;
    padding: 20px 519px 0 43px;
}

.bread-par {
    width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.resp-itm {
    width: 1440px;
    height: 237px;
    margin: 62px 0 82px;
    padding: 20px 519px 0 43px;
    background-color: #EF3346;
}

.info-box {
    height: 52px;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    border-radius: 96px;
    border: solid 1px #b41929;
    background-color: #b41929;
}

.info-boxes {
    font-family: 'SourceSansPro', sans-serif;
    display: flex;
    gap: 3rem;
    justify-content: center;
}

.icons-size {
    width: 12px;
    height: 12px;
    flex-grow: 0;
}

.materiaux-boxes {
    margin-bottom: 10px;
}

/* content container */

.first-container {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 350px;
    margin-top: 82px;
    padding: 0 30px;
    display: flex;
    justify-content: flex-start;
    gap: 2rem;
}

.sous-categorie-box {
    justify-content: space-between;
    margin: 10px 0;
}

.sous-catgories {
    display: flex;
    width: 140px;
    height: 16px;
    margin: 4px 202px 4px 0;
    font-family: 'SourceSansPro-Bold', sans-serif;
    font-size: 15px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.07;
    letter-spacing: 1.2px;
    text-align: left;
    color: #131313;
}

.shape {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.show_share_options {
    width: 20px;
    height: 20px;
    margin: 0 0 0 16px;
}

.search_icon img {
    width: 20px;
    height: 20px;
    flex-grow: 0;
    margin: 0 16px 0 0;
    object-fit: contain;
}

/* materiaux-sidenav*/
.nested-menu {
    margin-left: 37px;
    display: flex;
    flex-direction: column;
}

.materiaux-sidenav {
    width: 318px;
    padding: 8px 0 5px;
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 8%);
    background-color: #ffffff;
}

.sidenav-custom {
    display: flex;
    flex-direction: column;
    height: 100%;
    z-index: 1;
    background-color: white;
}

.pages-number-sidenav {
    margin-top: -15px;
    font-size: 12px;
    font-family: 'SourceSansPro-bold', sans-serif;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 0.75px;
    text-align: right;
    color: #939393;
}

.a-number-pages.item-active {
    color: white;
}

.item-active .pages-number-sidenav.a-number-pages {
    color: #fff;
}

.dropdown-btn.custom-prop {
    font-family: 'SourceSansPro', sans-serif;
    padding-left: 38px;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: 0.75px;
    text-align: left;
    padding-left: 38px;
}

.dropdown-btn {
    width: 149px !important;
    height: 16px;
}

.dropdown-btn:hover {
    font-size: 14px;
    background-color: #ededed;
}

.red-btn:hover {
    font-family: 'SourceSansPro-bold', sans-serif
}

/* Style the sidenav links and the dropdown button */
.sidenav-custom a,
.dropdown-btn {
    margin: 0 0px 1px 0px;
    height: 48px;
    padding: 16px 14px 15.7px 16px;
    text-decoration: none;
    font-size: 14px;
    display: block;
    border: none;
    width: 100% !important;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: 0.75px;
    width: 100%;
    text-align: left;
    cursor: pointer;
    color: #131313;
    background-color: #f7f7f7;
}

.custom-prop {
    font-family: 'SourceSansPro-bold', sans-serif;
}

.main {
    margin-left: 200px;
    font-size: 20px;
    padding: 0px 10px;
}

.title-underline {
    width: 149px;
    height: 16px;
    flex-grow: 0;
    font-family: 'SourceSansPro', sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: 0.75px;
    text-align: left;
    text-decoration: underline;
}


/* Add an active class to the active dropdown button */
.active {
    width: 100% !important;
    font-family: 'SourceSansPro-bold', sans-serif !important;
    font-size: 14px !important;
    font-weight: normal !important;
    line-height: 1.14 !important;
    letter-spacing: 0.75px !important;
}

.item-active {
    font-size: 14px !important;
    background-color: #EF3346 !important;
    color: white !important;
}

/* Dropdown container (hidden by default)*/
.dropdown-container {
    display: none;
    background-color: white !important;
}

.custom-arrow {
    float: left;
    font-size: 16px
}

a.red-btn {
    padding-left: 44px;
    height: 49px;
    font-family: 'SourceSansPro', sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 0.75px;
    text-align: left;
    color: #131313;
    background-color: #ffffff;
}

.active .a-number-pages {
    color: white !important;
}

.red-btn:focus {
    text-decoration: unset !important;
    width: auto !important;
}

.red-btn {
    border-bottom: 0.1px solid #f7f7f7 !important;
}

.red-btn:hover {
    background-color: #fcfcfc;
}

.sidenav-custom .custom-arrow {
    transform: rotate(-0.25turn);
    margin-left: -13px;
    margin-right: 3px;
}

.dropdown-btn.selected-arrow .custom-arrow {
    transform: rotate(0turn);
}

.sidenav-custom .custom-arrow.rotate {
    padding: 6px 0px 0px 8px;
    transform: translateY(10%) rotate(900deg);
    display: block;
}

/* Cards*/

.materiaux-cards {
    cursor: pointer;
    transition: box-shadow .3s;
    width: auto;
    padding: 21px 34px 17px 40px;
    border-radius: 4px;
    border: solid 1px #d2d2d3;
}

.materiaux-cards:hover {
    box-shadow: 0 4px 8px 0 rgba(56, 65, 69, 0.08);
}

.materiaux-cards.card-2 {
    display: flex;
}

.aciers-card {
    font-size: 20px;
    font-family: 'SourceSansPro-Bold', sans-serif;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: 1px;
}
.materiaux-cards:hover{
    color:#EF3346 ;
}

.aciers-card{
    color: inherit
}

.number-card {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: 1px;
    text-align: left;
    color: #939393;
}

.text-cards {
    width: 804px;
    height: 56px;
    margin: 5px 0 9px;
    font-family: 'SourceSansPro', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: left;
    color: #1d1d1d;
}

.green-star {
    width: 62px;
    height: 24px;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
    padding: 4px 10px;
    border-radius: 8px;
    background-color: #21d695;
    display: flex;
}

.star {
    width: 10px;
    height: 9.5px;
}

.rate {
    height: 13px;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 0.75px;
    text-align: left;
    color: white
}

.simple-line {
    width: 1px;
    height: 18px;
    transform: rotate(-179deg);
    background-color: #d2d2d3;
    margin-left: 12px;
    margin-top: 4px;
}

.cards-detail {
    display: flex;
}

.jours-cards {
    white-space: nowrap;
    height: 28px;
    margin-left: 11px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    color: #1d1d1d;
}

.point-cards {
    border-radius: 6px;
    flex-direction: row;
    width: 4px;
    height: 5px;
    flex-grow: 0;
    background-color: #d2d2d3;
    margin-top: 12px;
    margin-left: 11px;
}

.flag-cards {
    gap: 7px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-left: 12px;
}

.line-cards-1 {
    width: 33.5px;
    height: 95px;
    flex-grow: 0;
    margin: -1px 0px -75.5px 16.5px;
    border-left: solid 2px #d2d2d3;
    border-bottom: solid 2px #d2d2d3;
}

.card-1 {
    margin-top: 37px;
}

.card-2 {
    margin-left: 49px;
}

.card-3 {
    margin-left: 51px;
    display: flex;
    flex-direction: column;
}

.card-4 {
    margin-left: 100px;
}

.card-5 {
    margin-left: 32px;
    margin-bottom: 19px;
}

.line-cards-2 {
    width: 35.5px;
    height: 198px;
    flex-grow: 0;
    margin: -108.5px 0 -71px 16.5px;
    border-left: solid 2px #d2d2d3;
    border-bottom: solid 2px #d2d2d3;
}

.line-cards-3 {
    width: 28.5px;
    height: 106px;
    flex-grow: 0;
    margin: 0.5px 0px -88px 70.5px;
    border-left: solid 2px #d2d2d3;
    border-bottom: solid 2px #d2d2d3;
}

.line-cards-4 {
    width: 15.5px;
    height: 490px;
    flex-grow: 0;
    margin: -394.5px 0 -75px 16.5px;
    border-left: solid 2px #d2d2d3;
    border-bottom: solid 2px #d2d2d3;
}

.cards-custom-details {
    height: auto;
}

.materials {
    font-family: 'SourceSansPro', sans-serif;
}

.materiaux-menu-comprim {
    cursor: pointer;
}

.title-toggle {
    font-family: 'SourceSansPro-bold', sans-serif;
    margin-top: 16px;
    width: 142px;
    height: 32px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.33;
    letter-spacing: 1px;
    text-align: left;
    color: #000;
}

.right-toggle-title {
    display: flex;
    justify-content: space-between;
}

.right-col {
    margin-bottom: 82px;
    width: 100%;
}

.line-comprim {
    border-bottom: 1px solid #EF3346;
    padding-top: 8px;
}

img.icon-chevron-menu-1,
img.icon-chevron-menu-2,
img.icon-chevron-menu-3,
img.icon-chevron-menu-4 {
    width: 20px;
    height: 20px;
    margin-top: 25px;
}

.wrapper-content-materiaux {
    display: flex;
    width: 100%;
}

.image-control {
    margin-top: 1px;
    width: 203px;
    height: 217px;
}

.image-wrapper {
    width: 20%;
}

.span-info-1 {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: left;
    color: #fbfbfb;
}

.span-info-2 {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: left;
    color: #fbfbfb;
}

.womens-class {
    width: 154px;
    height: 115px;
    margin: 0 21px 0 0;
    background-color: #d9d9d9;
}

.possible-distance {
    white-space: nowrap;
    margin-left: 10px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: left;
    color: #1d1d1d;
}

.nouveaute-box {
    width: 80px;
    height: 20px;
    display: flex;
    padding: 1px 8px;
    border: solid 1px #EF3346;
    background-color: #ffffff;
}

.wrapper-child-box {
    display: flex;
    justify-content: space-between;
}

.container-sidenav {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.container-sidenav .expandable-collapssable .expand-icon,
.container-sidenav .expandable-collapssable .collapse-icon {
    display: none;
}

.container-sidenav .expandable-collapssable .expand-icon.selected,
.container-sidenav .expandable-collapssable .collapse-icon.selected {
    display: block;
}

.nouveaut-text {
    font-family: 'SourceSansPro-bold', sans-serif;
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 0.75px;
    text-align: left;
    color: #EF3346;
}

/*formation-box*/

.formation-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    padding: 3rem 0;
    width: 100%;
    background-color: #f7f7f7;
}

.formation-box-info {
    width: 80%;
    height: 60px;
    border-radius: 4px;
    border: solid 1px #d2d2d3;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    padding-left: 2rem;
    gap: 1rem;
    cursor: pointer;
}

.formation-box-title {
    width: 80%;
}

.text-formations {
    font-family: 'SourceSansPro', sans-serif;
    font-size: 24px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 1px;
    text-align: left;
    color: #5a5a5a;
}

/* toggle menu-materiaux */
.cards-custom-details {
    font-family: 'SourceSansPro', sans-serif;
}

.cards-custom-details,
.elem-wrapper {
    display: none;
}

.elem-wrapper.show .cards-custom-details {
    display: block;

}

.number-formation-box {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: 1px;
    text-align: left;
    color: #939393
}

.text-description-formation {
    font-family: 'SourceSansPro', sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: 1px;
    text-align: left;
    color: #1d1d1d;
}
.formation-box-info:hover{
    color:#EF3346 ;
}

.text-description-formation{
    color: inherit
}


a #nav-search-txt {
    color: #939393;
    font-family: 'SourceSansPro', sans-serif;
}

.third-container {
    font-family: 'SourceSansPro', sans-serif;
    flex-direction: column;
    display: flex;
    width: auto;
    padding: 45px 121px 73px;
    background-color: #ffffff
}

.text-title-formation {
    height: 32px;
    flex-grow: 0;
    margin: 0 375px 20px 0;
    font-family: 'SourceSansPro', sans-serif;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 1px;
    text-align: left;
    color: #5a5a5a;
}

.card-formation-1 {
    gap: 17px;
    margin-top: 18px;
    display: flex;
    flex-direction: row;
}

.card-formation-2 {
    display: flex;
    flex-direction: row;
}

.col-right {
    margin-top: -4px;
}

.nav-top-bar {
    font-family: 'SourceSansPro-Bold', sans-serif;
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 1px;
    position: relative;
    padding: 0 40px 0 85px;
    background-color: #000;
    height: 34px;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.item {
    position: relative;
    display: flex;
    width: 100%;
    height: 20px;
}

.item-start {
    justify-content: flex-start;
}

.item-end {
    justify-content: flex-end;
    gap: 5rem;
}

#nav-top-sites.col-left {
    margin-top: 3px;
}

#nav-top-sites.item-start {
    margin-top: 11px;
}

.sous-categorie {
    padding-left: 15px;
    font-size: 15px;
    line-height: 1.07;
    letter-spacing: 1.2px;
    font-family: 'SourceSansPro-Bold', sans-serif;
}

/* RESPONSIVE MEDIA SCREEN ADDED AT END OF FILE */

@media(max-width: 414px) {

    .sous-categorie-box {
        margin-top: -40px;
    }

    .preview-breadcrumb {
        height: 100%;
    }
}

@media screen and (max-width: 415px) {

    #top_page_header.header-wrapper .overlay {
        background: #EF3346;
    }

    #top_page_header.header-wrapper .man-briques {
        display: none !important;
    }

    #nav-top {
        display: none !important;
    }

    #top_page_header.header-wrapper {
        height: 80px;
        width: 414px;
    }

    .container-fluid {
        width: auto;
    }

    .container {
        width: auto;
    }

    .card {
        max-width: 100%;
    }

    .card-img-top-briques {
        height: 186px;
    }


    #header div button i#toggle_icon.menu-icon {
        color: #EF3346;
        font-size: 19px;
        margin-top: -3px;
    }

    button#ChangeToggle {
        margin-top: -4px !important;
    }

    #top_page_header.header-wrapper p {
        display: none !important;
    }

    #top_page_header.header-wrapper {
        height: 80px
    }

    .search_icon {
        display: none;
    }

    .black-icon-search {
        margin-top: -10px;
        margin-right: 16px;
    }

    .card-img-top-briques {

        height: 100px !important;
    }

    .title-bold {
        margin-top: 20px !important;
        font-size: 16px !important;
    }

    #top_page_header.header-wrapper h3 {
        width: 157px;
        height: 36px;
        font-family: 'SourceSansPro', sans-serif;
        font-size: 32px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.13;
        letter-spacing: 1.8px;
        text-align: center;
        margin: 0px !important;
    }


    .card-text-briques.m-top {
        margin: 23px !important;
    }

    .question-box {
        display: none !important;
    }

    .title-bold {
        display: none !important;
    }

    .search_icon {
        margin: 0 16px 0 0 !important;
    }

    .show-info-hidden {
        width: 20px;
        height: 20px;
        flex-grow: 0;
        margin: 0px 0px 0 -5px !important;
        object-fit: contain;
    }

    .menu-hidden {

        writing-mode: tb-rl;
        flex-grow: 0;
        margin: 0px 18px -8px -41px !important;
        transform: rotate(-181deg);
        font-family: 'SourceSansPro-Bold', sans-serif;
        font-size: 8px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 2;
        letter-spacing: 0.75px;
        text-align: left;
        color: #131313;
    }

    .card-title-briques {
        font-family: 'SourceSansPro-bold', sans-serif;
        font-size: 24px;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: normal;
        text-align: center;
        color: #1d1d1d;
    }
}

@media (min-width: 416px) {
    #top_page_header.header-wrapper h3 {
        width: auto !important;
    }

    .menu-hidden {
        display: none;
    }

}

@media(min-width:766px) and (max-width:780px) {
    div#logo {
        margin-top: 8px;
    }
}

@media(min-width: 767px) {
    .circle-hidden {
        display: none;
    }

    .black-icon-search {
        display: none;
    }

    #nav_user_container .icon-wrapper.icon-wrapper-all .svg-icon {
        margin-top: 8px !important;
        margin-left: 8px !important;
    }

}

@media screen and (max-width: 767px) {

    #header {
        padding: 14px 20px 24px 44px;
    }

    #logo {
        margin-left: 30px;
    }

    div#nav_user_container {
        margin-right: 17px;
    }

    #top_page_header.header-wrapper {
        width: auto;
        height: 80px;
    }


    .logo-position {
        margin-top: -5px;
    }

    .materiaux-sidenav {
        box-shadow: none;
    }


    #nav-main ul {
        display: none;
    }

    .m-top {
        margin-top: 40px !important;
    }

    .search_icon {
        display: none;
    }

    .wrapper-mobile {
        display: flex;
        align-items: center;
        padding: 0px !important;
    }

    .preview-breadcrumb {
        height: 100%;
        margin-left: 3rem;
    }
}

@media screen and (min-width: 767px) and (max-width: 768px) {
    .container {
        width: auto;
    }

    #header div button i#toggle_icon.menu-icon {
        margin-top: 34px !important;
    }

    #logo img {
        margin-top: 24px !important;
        margin-left: 20px !important;
    }
}

@media screen and (min-width: 767px) and (max-width: 1289px) {

    #top_page_header.header-wrapper {
        width: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #nav-top {
        display: none !important;
    }

    #header div button i#toggle_icon.menu-icon {
        color: #EF3346
    }

    button#ChangeToggle {
        margin-top: -2px;
    }

    #nav-top-sites.nav-top-position {
        float: none !important;
    }

    #header {
        margin-top: -37px;
    }

    #logo img {
        width: 147px;
        height: 56px;
        flex-grow: 0;
        object-fit: contain;
        margin-top: 13px;
    }

    #nav-main ul {
        display: none !important
    }

    .sous-categorie-box {
        display: none;
    }

    .black-icon-search {
        display: none;
    }

    .people-hidden {
        display: none;
    }

    .black-icon-search {
        display: none;
    }
}

@media (max-width: 780px) {

    .image-control,
    .image-wrapper {
        display: none;
    }

    .info-boxes {
        display: none;
    }

    .formation-box {
        display: none
    }

    .nested-menu {
        margin-left: -386px;
    }

    .nav-top-bar {
        display: none !important;
    }

    .first-container {
        flex-direction: column;
    }

    .sous-categorie-box {
        margin-top: -39px;
    }


    .nested-menu {
        margin-left: 0px;
    }

    .line-comprim {
        width: 100%;
    }


    .second-container {
        display: none;
    }

    .wrapper-content {
        display: none;
    }

    .nav-top-bar {
        display: none !important;
    }

    .first-container {
        padding: 0px;
    }

    .dropdown-btn {
        padding-left: 44px;
    }

    .dropdown-btn.custom-prop {
        padding-left: 68px;
    }

    a.red-btn {

        padding-left: 74px;
    }

    .materiaux-boxes {
        margin-bottom: 3px;
    }

    .wrapper-content-materiaux {
        width: auto;
    }

    .materials {
        padding-left: 16px;
        margin-top: -37px;
    }

    .info-boxes {
        display: none !important;
    }


    .card-1,
    .card-2,
    .card-3,
    .card-4,
    .card-5 {
        height: auto;
    }

    .materiaux-cards {
        padding: 10px 9px 9px 14px;
    }

    .card-1 {
        margin-top: 14px;
    }

    .possible-distance {
        display: none;
    }


    .elem-wrapper.show .materiaux-sidenav {
        display: block !important;
    }

    .show_share_option {
        margin: 0;
    }

    .materiaux-sidenav {
        width: auto
    }

    .third-container {
        display: none;
    }

    #logo img {
        width: 108.8px;
        height: 41.2px;
    }

}

@media (max-width: 800px) {
    .nav-top-bar {
        display: none;
    }

    .title-wrapper {
        text-align: center;
        display: flex;
        margin-top: -22px;
    }
}

@media(min-width:900px) {
    .sous-categorie-box {
        display: none !important;
    }
}

@media screen and (max-width: 1000px) {
    #nav-top {
        display: none;
    }

    #top_page_header.header-wrapper p {
        display: none !important;
    }

    .title-bold {
        display: none
    }

    #top_page_header.header-wrapper h3 {
        margin: 0 !important;
        width: auto !important;
    }

    .search_icon {
        margin: 0 16px 0 0 !important;
    }

    #nav-social li {
        margin-left: 0px;
    }

    .people-hidden {
        margin-top: -11px;
    }

    #header div button i#toggle_icon.menu-icon {
        color: #EF3346;
        font-size: 19px;
        margin-top: -3px;
    }

    button#ChangeToggle {
        margin-top: -3px;
    }

    .black-icon-search {
        margin-top: -9px;
        margin-right: 15px;
    }

}

@media(max-width: 1100px) {

    .card-2,
    .card-3,
    .card-4,
    .card-5 {
        margin-top: 20px;
        margin-left: 0px;
    }

    .image-wrapper {
        margin: -39px 208px -56px 76px;
    }

    .line-cards-1,
    .line-cards-2,
    .line-cards-3,
    .line-cards-4,
    .image-wrapper,
    .image-control {
        display: none;
    }

    .bread-par {
        width: 100%;
    }
}

@media screen and (max-width: 1200px) {
    .question-box {
        display: none !important;
    }

    .text-description-formation {
        position: absolute;
        margin-left: 95px;
    }

    .text-formations {
        margin: 0 20px 27px 4px;
    }

    .number-formation-box {
        position: absolute;
    }

    .third-container {
        display: none;
    }

}

@media (min-width: 1200px) {
    .container.container-media {
        width: 1271px;
    }

    .people-hidden {
        display: none;
    }


}

@media(max-width: 1279px) {
    #slogan_container {
        display: none;
    }
}

@media (min-width: 1288px) {

    div#logo {
        margin-right: 17px;
    }

    #header {
        height: 80px;
        padding: 21px 40px;
    }
}

@media (min-width: 1300px) {
    .black-icon-search {
        display: none !important;
    }

    .show_share_options {
        display: none;
    }

    .menu-hidden {
        display: none;
    }
}

@media(max-width:1400px) {
    .womens-class {
        display: none;
    }

    .nouveaute-box {
        display: none;
    }
}

@media screen and (max-width: 1422px) {
    .man-briques {
        display: none !important;
    }
}

@media screen and (min-width: 1440px) {

    .circle-hidden {
        display: none !important;
    }

    .black-icon-search {
        display: none;
    }

    .search_icon {
        margin: 8px auto;
    }

    #nav-social.social-briques {
        justify-content: end;
        display: flex;
        margin-top: 4px;
        margin-left: 658px;
    }

    #top_page_header.header-wrapper {
        height: 218px !important;
        width: auto !important;
    }

    .container-sidenav {
        display: none;
    }

    .first-container {
        padding: 0 70px
    }

    .second-container {
        display: flex;
        margin: 0px;
    }

}



/*
  Code Rhapsodie fixes
 */

.question-box {
    font-size: 14px;
}

.row-briques {
    justify-content: flex-start;
}
.question-box .paragraph {
    margin: 0px;
}
.question-box .paragraph p {
    font-family: 'SourceSansPro', sans-serif;
    font-size: 14px;
    line-height: 1.42;
    color: #1d1d1d;
    margin-block-end: 0px !important;
    margin-bottom: 0px !important;
}
.man-briques {
    max-width: 118px;
    max-height: 195px;
}

.title-toggle {
    width: initial;
}
.green-star {
    width: initial;
}

.simple-line {
    margin-right: 11px;
}

.jours-cards {
    margin-left: 0px;
}
.card-3 {
    margin-left: 100px;
}
.line-cards-2 {
    width: 28.5px;
    height: 106px;
    flex-grow: 0;
    margin: 0.5px 0px -88px 71.5px;
    border-left: solid 2px #d2d2d3;
    border-bottom: solid 2px #d2d2d3;
}
.card-4 {
    margin-left: 150px;
}
.line-cards-3 {
    width: 28.5px;
    height: 106px;
    flex-grow: 0;
    margin: 0.5px 0px -88px 122.5px;
    border-left: solid 2px #d2d2d3;
    border-bottom: solid 2px #d2d2d3;
}
.indentation-cards {

}
.btn-small-wrapper {
    width: 52px;
    height: 52px;
    padding: 15px;
    margin: 0;
}
#contact-sticky-btn {
    display: block;
    position: fixed;
    bottom: 90px;
    right: 20px;
    z-index: 99;
    cursor: pointer;
}
#fiche_formation_form .third-container .card-formation-1 {
    flex-wrap: wrap;
}

/* Affichage en 2 colonnes */
/*
.row-briques {
    flex-wrap: wrap;
}
#fiche_formation_form .third-container .card-formation-1 .materiaux-cards {
    flex: 1 0 45%;
}
.row-briques .materiaux-cards {
    flex: 1 0 45%;
}
*/

.row-briques .materiaux-cards {
    width: 100%;
}
.bt-breadcrumb {
    text-align: center;
    font-family: 'SourceSansPro', sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffbfcb;
    margin-top: 15px;
    margin-bottom: 12px;
    text-transform: initial;
}

.bt-breadcrumb a {
    color: #ffbfcb;
}
.bt-breadcrumb a:hover {
    color:#FFFFFF;
}

.cards-detail .flag-cards:first-child {
    margin-left: 0px;
}