

.wrapper-page-interne {
    padding: 40px 0;
}

.cardchild .two .items-details {
    line-height: 1;
}

.two .items-details:not(:last-child) {
    border-bottom: 1px dashed #ebebeb;
}

.cardchild:not(:last-child) {
    margin-bottom: 15px;
}

.cardchild {
    box-shadow: 0px 0px 3px #d2d2d2;
    padding: 7px 17px;
    border-radius: 3px;
}

.page-interne {}

.content-photo-video {
    padding: 25px;
    margin-bottom: 30px;
    box-shadow: 0 0 10px 1px rgb(71 85 95 / 8%);
    background: #fff;
    position: relative;
    margin-top: 30px;
}

.top-elements {
    width: 100%;
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    padding: 0 15px;
}

.elements-top-right {
    width: 100%;
    
    
    
display: flex;
    flex-direction: column;
    align-items: flex-end;}

.element-top-price {
    color: #222;
    font-family: 'Comfortaa', cursive;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -.36px;
    line-height: 1;
}

.element-top-finance {
    margin-bottom: 20px;
    color: #1271e5;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.element-top-finance a,.element-top-finance .contenu {
    display: block;
    color: #01b88e;
    transition: .2s ease;
    font-size: 15px;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.element-top-finance a svg {
    color: #1271e5;
    margin-right: 3px;
    height: 20px;
    position: relative;
    /* top: 4px; */
}






.wrap-page-interne {
    align-items: unset;
}

.main-content {
    width: 67%;
    padding: 0 15px;
}

.content-page {}


.content-element1 {
    width: 67%;
    /* padding: 0 15px; */
}

h3.titre-aide {
    font-size: 20px;
    letter-spacing: -.3px;
    font-family: 'Comfortaa', cursive;
    font-weight: 700;
    /* margin-bottom: 15px; */
    display: block;
    transition: color .2s ease;
    color: #000;
    line-height: 30px;
    margin-bottom: 25px;
}

.content-categories {
    margin-bottom: 30px;
    width: 100%;
    display: flex;
}
/* 
.content-categories div {
    font-size: 13px;
    line-height: 25px;
    color: #222;
    padding: 11px 20px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-right: 15px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.content-categories div + div {
    padding-left: 20px;
} */



.content-categories div {
    font-size: 13px;
    line-height: 25px;
    color: #222;
    /* line-height: 1; */
}

.content-categories div + div {
    padding-left: 25px;
}

.item-categorie:not(:first-child):before {
    width: 5px;
    height: 5px;
    content: "";
    position: absolute;
    left: 10px;
    /* background: #000; */
    border-radius: 50%;
    top: 63%;
    transform: translateY(-50%);
}

.wrap-meta-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
margin-top: 10px;}

.items-details .key-bold .fa {
    width: 15px;
    margin-right: 15px;
    display: none;
}

.items-details span {
    color: #01b88e;
    font-size: 12px;
    font-weight: 900;
}

.items-details .key-bold {
    font-size: 13px;
    font-weight: 900;
    color: #000;
    margin-right: 5px;
}

.contenttopelt {width: 35%;display: flex;
    flex-direction: column;
    align-items: flex-end;margin-bottom: 35px;
}

.two .items-details {
    width: 100%;
    
    padding: 7px 0;
    display: flex;
    justify-content: space-between;
    margin: 0;
    line-height: 1.5;
flex-wrap: wrap;/* height: fit-content; */}

.content-description {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 0;
    position: relative;
    text-align: justify;
}

.wrap-bottom-items {
    margin-top: auto;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.localisation-bottom {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    display: flex;
    flex-wrap: wrap;
    padding-top: 5px;
    align-items: flex-start;
    position: relative;
    padding-left: 20px;
    min-height: 28px;
}

.localisation-bottom svg {
    height: 18px;
    position: absolute;
    left: -2px;
    top: 3px;
}






.tabs-links {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    /* border-bottom: 1px solid #d7d7d7; */
    margin-top: -63px;
}

.ct-tabs-content {
    width: 100%;
    padding-top: 25px;
    position: relative;
}

.tablink {
    z-index: 1;
    margin-right: 9px;
    background: whitesmoke;
    font-size: 12px;
    cursor: pointer;
    padding: 4px 10px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

.tablink.active {
    background: #01b88e;
}

.tablink.active h4 {
    color: #fff;
}

.tablink h4 {
    color: black;
    margin: 0;
    font-family: 'Comfortaa', cursive;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #222;
    font-size: 12px;
    cursor: pointer;
}

.tabcontent.active {
    display: block;
}

.tabcontent {
    width: 100%;
    display: none;
}

.wrap-tabcontent iframe {
    height: 480px;
}





.content-element2 {
    display: flex;
    align-items: center;
    font-size: 15px;
    margin-bottom: 30px;
}

.content-element2 svg {
    stroke: #01b88e;
    height: 20px;
}

.content-element1.container-document {width: 100%;text-align: center;}

.titre-aide.title-document {position: relative;display: flex;align-items: center;justify-content: center;}

.titre-aide.title-document:after {content: "";position: absolute;width: 40%;height: 1px;background: #01b88e;right: 0;}

.titre-aide.title-document:before {content: "";
    position: absolute;
    width: 40%;
    height: 1px;
    background: #01b88e;
    left: 0;}

.content-element2 span {
    margin-right: 10px;
    font-weight: 400;
    color: #222222;
    margin-left: 3px;
}

.content-element2 a {
    color: #1271e5;
    font-weight: 400;
    transition: .2s ease;
}

span.notresult {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0 25px;
    font-size: 16px;
}

.content-element3 {
    /* margin-bottom: 35px; */
    border-radius: 10px;
}

.content-element3 img {
    /* border-radius: 10px; */
    width: 100%;
    box-shadow: 0 0.1rem 1rem rgb(0 0 0 / 10%);
    height: 440px;
    object-fit: cover;
}

.content-description p {
    font-size: 16px;
    line-height: 28px;
    color: #444;
}

.wrap-attachement {
    margin-bottom: 30px;
}

.list-attachments {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 29px;
flex-wrap: wrap;}



.wrap-localisation {}

.localisation-map {
    width: 100%;
    height: 400px;
}

.localisation-map iframe {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}







.bloc_telechargement_wrapper {
    width: 48%;
    float: none;
    margin-right: 19px;
    cursor: pointer;
    box-sizing: border-box;
}   

.bloc_telechargement_description {
    position: relative;
    /* padding: 3px 0 10px 0; */
    font-size: 12px;
    font-weight: 200;
    line-height: 1.5;
    font-weight: 600;
    display: none;
}

.bloc_telechargement {
    /* border: 1px solid #d5d5d5; */
    margin-bottom: 25px;
    position: relative;
    /* background: rgba(216, 216, 216, 0.05); */
    padding: 8px 8px 8px 25px;
    /* min-height: 100px; */
    height: auto;
    display: flex;
    width: 47%;
    position: relative;
    margin-top: 35px;
    background: #fff;
    box-shadow: 0 0.1rem 1rem rgb(0 0 0 / 10%);
}   

.date_publication {
    color: #e6202f;
    text-transform: none;
    font-size: 11px;
    width: auto;
    border-top: 1px solid #d8d8d8;
    padding-top: 6px;
    display: flex;
    justify-content: space-between;
}

.date_publication span {
  padding-right: 15px;
  font-size: 12px;
  /* color: #7e7e7e; */
  font-weight: 600;
}

.bloc_telechargement::after {
    position: absolute;
    content: '';
    width: 0;
    height: 2px;
    background: #1271e5;
    bottom: 0;
    transition: all linear 0.3s;
    right: 0;
}

.bloc_telechargement:hover::after {
    transition: all linear 0.3s;
    width: 100%;
    right: auto;
    left: 0;
}   

.bloc_telechargement_logo {
    text-align: center;
    /* width: 70px; */
    /* height: auto; */
    /* display: flex; */
    /* justify-content: center; */
    /* padding-top: 8px; */
    position: absolute;
    top: -28px;
    left: -28px;
    background: #01b88e;
    font-size: 30px;
    color: #fff;
    padding: 12px 15px;
    line-height: 1;
}

.bloc_telechargement_texte {
    overflow: hidden;
    padding: 8px 0;
    color: #4f4f4f;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
}

.bloc_telechargement:hover {
    background-color: #fff;
    /* box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); */
}

.bloc_telechargement:hover::after {
    transition: all linear 0.3s;
    width: 100%;
    right: auto;
    left: 0;
}
.bloc_telechargement::after {
    position: absolute;
    content: '';
    width: 0;
    height: 2px;
    background: #1d2755;
    bottom: 0;
    right: 0;
    transition: all linear 0.3s;
}

.bloc_telechargement_footer {
    /* width: auto; */
    /* position: absolute; */
    padding-top: 9px;
    /* bottom: 0; */
    width: 100%;
}

.card_comment .content_description {
    padding-left: 0px;
    position: relative;
    width: 92%;
}

.bloc_telechargement_logo img {
    /* width: 70px; */
}

.bloc_categorie_doc {
    font-size: 12px;
    font-weight: 800;
}

span.date_pub_doc {
    color: #7e7e7e;
    font-weight: 400;
}




.right-page {
    width: 33%;
    padding: 15px 15px 15px;
height: fit-content;}

.bloc-aside {
    margin-bottom: 35px;
    border-radius: 10px;
    width: 100%;
    border: 1px solid #e4ebf0;
}

.bloc-aside.autheur-bloc {
    background-color: #f2fafc;
    border: none;
    padding: 40px 40px 40px;
}

.autheur-content {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 0 40px;
    margin: 0 0 35px;
    border-bottom: 1px solid #CEE1E6;
}

.photo-auteur {
    width: 60px;
    height: 60px;margin-right: 20px;
border: 1px solid #d7d7d7;border-radius: 50%;padding: 2px;display: flex;align-items: center;justify-content: center;}

.photo-auteur img {
    /* width: 60px; */
    /* height: 60px; */
    border-radius: 50%;
}

.autheur-meta {width: calc( 100% - 80px);}

.autheur-nom {
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: -.24px;
    font-family: 'Comfortaa', cursive;
    transition: .2s ease;
    font-weight: 700;
    color: #333;
    margin-bottom: 12px;
}

.autheur-fonction {
    color: #444;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
}

.content-element2.right-side {
    font-size: 16px;
    width: 100%;
}




.btn-profile {
    border-radius: 8px;
    border: 1px solid #e4ebf0;
    background-color: #fff;
    color: #222;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    display: flex;
    transition: .2s ease;
    height: 54px;
    align-items: center;
    overflow: hidden;
    width: 100%;
}

span.btn-text {
    padding: 0 20px;
    flex: 1;
    text-align: center;
    transition: .2s ease;
    font-weight: 600;
}

span.btn-icon {
    color: #fff;
    background-color: #1271e5;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    clip-path: polygon(22% 0,100% 0,100% 100%,0% 100%);
    transition: .2s ease;
    width: 55px;
    padding-left: 7px;
    position: relative;
}

span.btn-icon svg {
    width: 24px;
    stroke: #fff;
}

.phone-bloc, .whatsapp-bloc {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s ease;
    flex-wrap: wrap;
    width: 100%;
    padding: 25px 15px;
}

a.phone-bloc svg {
    margin-right: 14px;
    font-size: 35px;
    color: var(--content-dark);
    color: var(--e-global-color-lprimary1);
}

span.item-placeholder {
    font-size: 24px;
    line-height: 24px;
    font-weight: 800;
    color: #1d2755;
}

.whatsapp-bloc {
    color: #222;
    width: 100%;
    font-size: 20px;
    line-height: 29px;
}

.whatsapp-bloc i {
    margin-right: 8px;
    font-size: 35px;
    color: #0b4355;
    position: relative;
}

a.whatsapp-bloc strong {
    margin-left: 5px;
}










.bloc-aside.form-aide {
    padding: 40px 30px 48px;
}

span.name_color {
    color: #01b88e;
}

.titre-aside {
    font-family: 'Comfortaa', cursive;
    font-weight: 700;
    color: #000;
    font-size: 16px;
    letter-spacing: -.24px;
    line-height: 24px;
}

.element-shape-line {}

.element-shape-line svg {
    width: 112px;
    fill: #01b88e;
}

form.formulaire-aide {
    margin-top: 35px;
}

.aide-send-form {}

textarea.textarea-input {
    height: 280px;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 28px;
    width: 100%;
    background: #fff;
    padding: 17px 20px 17px 20px;
    border-radius: 10px;
    border: 1px solid #e4ebf0;
    color: #222;
}

.btn-profile.btn-send-aide {
    height: 61px;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    background: #01b88e;
    color: #fff;
}

.btn-profile.btn-send-aide .btn-icon {
    background: #029d7a;
    padding-left: 31px;
    padding-right: 21px;
    clip-path: polygon(22% 0,100% 0,100% 100%,0% 100%);
    width: auto;
}

.btn-profile:hover {
    border-color: #1271e5;
}

.btn-profile.btn-send-aide:hover {
    background: #1C2654;
    border-color: #1C2654;
}

.btn-profile.btn-send-aide:hover .btn-icon {
    background: #243580;
}



.elements-top-right.textleft {align-items: flex-start;margin-bottom: 0;}

.textleft .element-top-finance {margin-bottom: 9px;}

.content_btn_active_form {position: relative;display: flex;justify-content: flex-start;align-items: center;margin-bottom: 20px;}

.content_btn_active_form button {background: #01b88e;color: #fff;padding: 11px;border-radius: 4px;position: relative;}

.content_btn_active_form button:hover {background: #1271e5;}

.content_comment {position: relative;border-top: 1px solid #dfdfdf;padding: 20px 0px;}

.content_form_comment {margin-bottom: 25px;position: relative;display: none;}

.input_field_comment {position: relative;margin-bottom: 15px;}

.input_item {position: relative;border: 1px solid #d1d1d1;width: 100%;border-radius: 4px;padding: 6px 10px;margin-bottom: 4px;}

input.input_item {height: 35px;}

label.title_lab {position: relative;font-size: 12px;top: -5px;}

.contentbtn_submit button {padding: 10px;background: #01b88e;color: #fff;width: 15%;border-radius: 4px;}

.content_profil_comment {margin-top: 39px;position: relative;}

.card_comment {display: flex;position: relative;justify-content: space-between;margin-bottom: 18px;}

.content_img_profil {overflow: hidden;width: 40px;height: 40px;border-radius: 4px;margin-right: 0px;border: 1px solid #b9b5b5;border-radius: 50%;position: relative;top: -6px;}

.content_description {margin-left: 10px;width: 100%;}

h2.name_user_comment {font-size: 15px;position: relative;margin-bottom: 5px;}

p.description_comment {font-size: 13px;line-height: 17px;}

.content_img_profil img {width: 100%;height: 100%;}

.reponselink {position: absolute;right: 0;font-size: 12px;color: #01b88e;text-decoration: revert;}

.card_comment.reponse {padding-left: 70px;position: relative;display: flex;align-items: center;}

.card_comment.reponse:after {content: "";position: absolute;width: 18px;background: #01b88e;height: 2px;left: 40px;}