:root {
    --primary-color: #0A575B;
    --secondary-color: #0E453D;
    --beige: #E5C298;
    --light-color: #f5f5f5;
    --dark-color: #333;
    --green-light: #46c28e;
    --font-scale: 0.65;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px transparent inset !important;
    -webkit-text-fill-color: white !important;
    transition: background-color 5000s ease-in-out 0s;
    background-color: transparent !important;
}

@media screen and (max-width: 480px) {
    :root {
        --font-scale: 0.55;
    }
}


@media screen and (min-width: 481px) and (max-width: 1024px) {

    :root {
        --font-scale: 0.65;
    }

}


@media screen and (min-width: 480px) {
    .principle-text {
        text-align: justify;
    }
    .hub-description{
        text-align: justify;
    }

    .engagement-section p {
        text-align: justify;
    }
}

/*.carousel-item > * {
    pointer-events: none;
}*/


.bg-blue{
	background-color: var(--primary-color) !important;
	color: white;
}

.bg-green{
	background-color: var(--secondary-color) !important;
	color: white;
}

.bg-blue p {
	color: white;
}

.bg-green p {
	color: white;
}


.bg-grey{
    background-color: #f0f0f0  !important;
    /*background-color: lightgrey !important;*/
}

.mt-160 {
    margin-bottom: 80px !important;
}
.mb-100 {
    margin-bottom: 18px !important;
}
.mb-80 {
    margin-bottom: 35px !important;
}
.mb-60 {
    margin-bottom: 30px !important;
}
.mb-50 {
    margin-bottom: 18px !important;
}

.mb-40 {
    margin-bottom: 20px !important;
}
/*/////////////PRINCIPE////////////////*/

.principe-section{
    margin: 35px 0 0 0;
}

        .principle-card {
            background-color: var(--primary-color);
            margin-bottom: 1.5rem;
            border: none;
            overflow: hidden;
        }
        
        .principle-icon {
            background-color: var(--primary-color);
            min-height: 100%;
            /*display: flex;
            justify-content: center;
            align-items: center;
            padding: 2rem;*/
        }


        
        .principle-content {
            background-color: var(--primary-color);
            color: white;
            padding: 1rem 2rem 2rem 1.7rem;
        }
        
        .principle-title {
            color: var(--beige);
            margin-bottom: 1rem;
            margin-top: 0.75rem;
            font-weight: 500;
            font-size:  calc(42px * var(--font-scale));
        }

        .principle-text {
            color: white;
            font-size: calc(26px * var(--font-scale));

        }

/*/////////////HUB////////////////*/


        
        .hub-section {
            position: relative;
            background: linear-gradient(to right, #00a9b5, #006b72);
            padding: 0;
            overflow: hidden;
            /*margin-top: 3rem;*/
        }
        
        .hub-image {
            width: 100%;
            height: 500px;
            object-fit: cover;
        }
        
        .hub-content {
            background-color: var(--secondary-color);
            color: white;
            padding: 2.5rem;
            height: 100%;
            overflow-y: auto;
            overflow-x: hidden;
            touch-action: pan-y; 
            overflow-y: scroll;
        }
        
        .hub-title {
            color: var(--beige);
            margin-bottom: 1.5rem;
            font-size:  calc(38px * var(--font-scale));
            font-weight: 500;
            line-height: 1.5;
        }
        
        .hub-description {
            color: white;
            line-height: 2;

        }
        
        .carousel-indicators {
            position: relative;
            margin-top: 20px;
            margin-bottom: 28px;
        }
        
        .carousel-indicators button {
            width: 24px !important;
            height: 24px !important;
            border-radius: 50% !important;
            background-color: rgba(242, 242, 242, 0.4) !important;
            margin: 0 5px !important;
            /*background-color: var(--primary-color) !important;*/
        }
        
        .carousel-indicators button.active {
            background-color: var(--beige) !important;
        }
        



        @media (max-width: 991.98px) {
            .hub-content {
                padding: 2rem;
            }
            
            .hub-title {
                /*font-size: 1.6rem;*/
            }
            
            .hub-description {
                /*font-size: 1rem;*/
            }
        }
        
        @media (max-width: 767.98px) {
            .hub-image {
                height: 300px;
            }
        }


/*/////////////////////////////*/




   
        .assets-carousel {
            position: relative;
            padding: 12px 0 20px;
        }
        
/*        .carousel-inner {
            max-width: 800px;
            margin: 0 auto;
        }*/
        
        .nosactifs-section .carousel-item img {
            width: 300px;
            height: 300px;
            object-fit: cover;
            border-radius: 50%;
            margin: 0 auto 1.5rem;
            display: block;
        }
        
        .assets-text {
            text-align: center;
            /*max-width: 700px;*/
            margin: 0 auto 0px;
            line-height: 1.8;
            color: var(--primary-color);
        }

        .assets-text p {
            font-size:  calc(28px * var(--font-scale));
        }

        .hotel-list {
            text-align: center;
            /*max-width: 700px;*/
            margin: 0 auto;
        }
        
        .hotel-name {
            color: var(--primary-color);
            font-size:  calc(28px * var(--font-scale));
            margin-bottom: 1rem;
            font-weight: 500;
        }
        
        .carousel-control-prev,
        .carousel-control-next {
            width: 50px;
            height: 50px;
            background-color: rgba(233, 196, 106, 0.7);
            border-radius: 50%;
            top: 50%;
            /*top: 250px;*/
            transform: translateY(-50%);
            opacity: 1;
        }
        
        .carousel-control-prev {
            left: 40px;
        }
        
        .carousel-control-next {
            right: 40px;
        }
        
        .carousel-control-prev-icon,
        .carousel-control-next-icon {
            width: 20px;
            height: 20px;
        }
        
/*        .carousel-indicators {
            bottom: -10px;
        }
        
        .carousel-indicators button {
            width: 12px !important;
            height: 12px !important;
            border-radius: 50% !important;
            background-color: rgba(13, 92, 99, 0.3) !important;
            margin: 0 5px !important;
        }
        
        .carousel-indicators button.active {
            background-color: var(--accent-color) !important;
        }
        */
        @media (max-width: 991.98px) {
            .carousel-control-prev {
                left: 20px;
            }
            
            .carousel-control-next {
                right: 20px;
            }
        }
        
        @media (max-width: 767.98px) {
            .assets-text {
                /*font-size: 1.1rem;*/
                padding: 0 15px;
            }
            
            .hotel-name {
                /*font-size: 1.2rem;*/
            }
            
            .carousel-item img {
                width: 250px;
                height: 250px;
            }
        }




/*/////////////////////////////////////////*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
    font-family: 'Fira Sans', sans-serif;
    color: var(--dark-color);
}

/* Header & Navigation */
.navbar {
    background-color: var(--primary-color) !important;
    padding: 0.5rem 1rem;
}

.navbar-brand img {
    height: 55px;
}

.navbar-dark .navbar-nav .nav-link {
    color: white;
    font-weight: 400;
    font-size:  calc(28px * var(--font-scale));
    padding: 1rem;
}

.navbar-dark .navbar-nav .active {
    color: var(--beige);
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: var(--beige);
}


.navbar.sticky-top {
    background-color: rgba(0, 0, 0, 0.8); 
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); 
    transition: all 0.3s ease; 
    z-index: 1000; 
    position: fixed;
    width: 100%;
}



/*Slider*/


        .slider .carousel-item {
            /*height: 100vh;*/
            height: calc(100vh - 71px);
            min-height: 500px;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }
        
        .slider .fixed-title {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 10;
            width: 100%;
            text-align: center;
            color: white;
        }
        
        .slider .fixed-title h1 {
            font-size: 55px;
            font-weight: 600;
            margin-bottom:30px;
        }
        

        
        .slider .overlay {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background-color: rgba(0, 0, 0, 0.3);
        }
        
        .slider .carousel-control-prev,
        .slider .carousel-control-next {
            z-index: 20;
        }
        
        .slider .progress-bar {
            height: 5px;
            background-color: #fff;
        }

        .slider .carousel-indicators {
            position: absolute !important;
    right: 0;
    bottom: 72px;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: right !important;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
        }

        .slider .carousel-indicators button {
            
            width: 100px !important; 
            height: 5px !important;
            border-radius: 0 !important;
        }


/* Hero Section */
.hero {
    position: relative;
    height: 80vh;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero h1 {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

/* Section Headers */
.section-header {
    text-align: center;
    margin-bottom: 25px;
}

.section-header h2 {
    font-size:  calc(55px * var(--font-scale));
    font-weight: bold;
    color: var(--primary-color);
    margin-bottom: 0;
    position: relative;
    display: inline-block;
}

.section-header h2:after {
    content: '';
    display: block;
    width: 100%;
    height: 7px;
    background-color: var(--beige);
    /*margin-top: 10px;*/
    border-radius: 5px;
    
}

h3{

    font-size: calc(42px* var(--font-scale));
    font-weight: 500;
    color: var(--primary-color);

}

p{
    font-size: calc(28px* var(--font-scale));
    color: var(--primary-color);

}




/* About Section */
.about-section {
    padding: 35px 0 0 0;
    background-color: white;
}



/* About Section */
.noshubs-section {
    padding: 35px 0 0 0;
    background-color: white;
}

.noshubs-section .carousel-indicators {
     position: absolute !important; 

}



.hub-content::-webkit-scrollbar {
  width: 10px;
}

.hub-content::-webkit-scrollbar-track {
 /* background: #f1f1f1;*/
  border-radius: 10px;
}

.hub-content::-webkit-scrollbar-thumb {
  background: var(--beige);
  border-radius: 10px;
}

.hub-content::-webkit-scrollbar-thumb:hover {
  background: var(--beige);
}


.hub-list li {
    padding-left: 28px;
    margin-bottom: 10px;
    position: relative;
    font-size:  calc(28px * var(--font-scale));
    list-style: none;

}

.hub-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    /*transform: translateY(-50%);*/
    width: 12px;
    height: 12px;
    background-color: #E0BD8E;
    border-radius: 50%;
}

/* Firefox */
/*.hub-content {
    scrollbar-width: thin;
    scrollbar-color: #6a11cb #f1f1f1;
}*/


/* About Section */
.nosactifs-section {
    padding: 35px 0 0 0;
    background-color: white;
}





.history-text {
    text-align: center;
    line-height: 1.8;
    color: var(--dark-color);
    margin: 0 auto;
}




/* Profile Section */
.profile-section {
    margin: 40px 0 0 0;
    padding: 40px 0 0 0;
}

.profile-content {
    position: relative;
    /*padding-left: 2rem;*/
    /*border-left: 4px solid var(--secondary-color);*/
}

.profile-section .brd{
    border-left: 5px solid var(--beige);
    padding-left: 70px;
}

.profile-section p{
    text-align: justify;    
}

.profile-section h2{
    margin-bottom: 25px;  
    color: var(--beige);
    font-size:  calc(42px * var(--font-scale));
    font-weight: 500;
}

.profile-section .perso {
            display: flex;
            width: 100%;
            height: 100%;
        }

        .left-div {
            width: 10px;
            height: auto;
            display: flex;
            flex-direction: column;
            margin-right: 70px;
        }
        
        .right-div {
            flex: 1;
            
        }
        
        .vertical-div {
            height: 33.33%;
        }
        
        .vertical-div:nth-child(1) {
            margin-bottom: 10px;
        }
        
        .vertical-div:nth-child(2) {
            margin-top: 5px;
            margin-bottom: 5px;
        }
        
        .vertical-div:nth-child(3) {
            margin-top: 10px;
        }

        .vertical-div-b{
            background-color: var(--beige);
        }
        .vertical-div-g{
            background-color: #3b6861;
        }
    

.mission-list li {
    padding-left: 30px;
    margin-bottom: 10px;
    position: relative;
    font-size: calc(28px* var(--font-scale));
    list-style: none;

}

.mission-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    /*transform: translateY(-50%);*/
    width: 12px;
    height: 12px;
    background-color: #E0BD8E;
    border-radius: 50%;
}

/* Hub Section */
/*.hub-section {
    position: relative;
    padding: 2rem;
    background-color: var(--primary-color);
    color: white;
    max-width: 400px;
    margin-left: 20px;
}*/

/* Carousel Indicators */
/*.carousel-indicators {
    bottom: -50px;
}
*/
/*.carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--secondary-color);
    opacity: 0.5;
}
*/
/*.carousel-indicators button.active {
    opacity: 1;
}
*/
/* Actifs Section */
/*.actifs-section {
    padding: 5rem 0;
    background-color: white;
}*/

.hotel-circle {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    display: block;
}

.hotel-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hotel-list {
    list-style: none;
    padding-left: 0;
    /*margin-top: 2rem;*/
}

.hotel-list li {
    margin-bottom: 0.5rem;
    color: var(--primary-color);
    font-weight: 500;
}

/* Durability Section */
.durability-section {
    padding: 35px 0 0px 0;
    background-color: white;
}

.engagement-section {
    padding: 40px 0 0;
    background-color: var(--green-light);
    color: white;
}

.engagement-section h3{
    font-size:  calc(42px * var(--font-scale));
    font-weight: bold;
}

.engagement-section p{
    font-size:  calc(28px * var(--font-scale));

}

.engagement-section .num {
    min-height: 144px;
    display: table;
    background-color: #052e26;
    width: 100%;
}

.engagement-section .num p {
    color: white;
    min-height: 145px;
    display: table-cell;
    vertical-align: middle;
    padding: 0 25px 0 10px;
    font-size: calc(25px* var(--font-scale));
}

.commitment-item {
    display: flex;
    margin-bottom: 2rem;
    align-items: flex-start;
}

.number-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: white;
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: bold;
    margin-right: 1.5rem;
    flex-shrink: 0;
}

        .desktop-image {
            width: 100%;
            /*max-width: 800px;*/
            display: block; 
        }

        /* Image mobile */
        .mobile-image {
            width: 100%;
            max-width: 500px;
            display: none; 
        }

/* Business Opportunities Section */
.opportunites-section {
    padding: 35px 0 35px 0;
    background-color: white;
}

.opportunites-section .container {
    width: 80%;
}

.opportunites-list {
    list-style: none;
    padding-left: 0;
}

        .opportunites-list li {
            padding-left: 30px;
            margin-bottom: 10px;
            position: relative;
            font-size:  calc(28px * var(--font-scale));
            font-weight: 500;
            color: #0e4f41;
        }
        .opportunites-list li:before {
            content: "";
            position: absolute;
            left: 0;
            top: 50%; /* Positionne au milieu de la hauteur du li */
            transform: translateY(-50%);
            width: 12px;
            height: 12px;
            background-color: #E0BD8E;
            border-radius: 50%;
        }

/*.opportunites-list li {
    margin-bottom: 0.5rem;
    position: relative;
    padding-left: 20px;
}

.opportunites-list li:before {
    content: "•";
    color: var(--secondary-color);
    position: absolute;
    left: 0;
    font-size: 1.2rem;
}*/

.h100{
    height: 100%;
}

        .opportunites-section .carousel-inner {
            height: 100%;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }
        .opportunites-section .carousel-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius:0;
            margin:0;
        }
        /* Repositionner les indicateurs sur l'image */
        .opportunites-section .carousel-indicators {
            position: absolute;
            /*bottom: 20px;*/
        }
        .opportunites-section .carousel-indicators button {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: #E0BD8E;
            opacity: 0.5;
            margin: 0 5px;
        }
        .opportunites-section .carousel-indicators button.active {
            background-color: #E0BD8E;
            opacity: 1;
        }

.property-image {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

/* Contact Section */
.contact-section {
    padding: 35px 0 25px;
    background-color: white;
}

.form-control {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid white;
    border-radius: 0;
    color: white;
    padding: 0.8rem;
    margin-bottom: 1.5rem;
    font-weight: 400;
    font-size:  calc(28px * var(--font-scale));
}

.form-control:not(textarea):focus {
    background-color: transparent;
    box-shadow: none;
    border-color: #e0bd8e;
    color: white;
}

textarea.form-control {
    color: #212529;
}

.form-control-area {
    border-radius: 0;
    border: 1px solid #ccc;
    padding: 0.8rem;
    margin-bottom: 1.5rem;
    background-color: white;

}

.form-control-area:focus {
    box-shadow: none;
    border-color: var(--primary-color);
}

#nom::placeholder, #prenom::placeholder, #tel::placeholder, #email::placeholder, #societe::placeholder {
  color: white;
  opacity: 1; /* Firefox */
}

#nom::-ms-input-placeholder, #prenom::-ms-input-placeholder, #tel::-ms-input-placeholder, #email::-ms-input-placeholder, #societe::-ms-input-placeholder { /* Edge 12 -18 */
  color: white;
}

.btn-submit {
    background-color: var(--beige);
    color: var(--secondary-color);;
    border: none;
    padding: 0.8rem;
    width: 100%;
    font-weight: 400;
    font-size:  calc(30px * var(--font-scale));
    transition: all 0.3s;
}

.btn-submit:hover {
    background-color: var(--primary-color);
    color: var(--beige);
}


.border-b-b{
    border-bottom: 5px solid  var(--beige);
}




        .error-message {
            color: #ff6b6b;
            background-color: rgba(78, 205, 196, 0.1);
            border: 1px solid #ff6b6b;
            padding: 10px;
            margin-top: 20px;
            text-align: center;
            display: none;
        }
        
        .form-control.error {
            border-color: #ff6b6b;
        }
        
        .success-message {
            color: #4ecdc4;
            background-color: rgba(78, 205, 196, 0.1);
            border: 1px solid #4ecdc4;
            padding: 10px;
            margin-top: 20px;
            text-align: center;
            display: none;
        }










/* Footer */
.footer-img{
    background-color: background-color: var(--primary-color);

}


footer {
    background-color: var(--primary-color);
    color: white;
    padding: 2rem 0 0 0;
}

.footer-logo {
    max-width: 150px;
    margin-bottom: 1rem;
}

.footer-address {
    margin-bottom: 1.5rem;
}

.footer-address p {
    color: white;
    padding: 0;
    margin-bottom: 8px;
}

.connecte{
    float: inline-end;
}


.social-icons {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;

}

.social-link {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:  calc(36px * var(--font-scale));
    transition: all 0.3s;
    border: 1px solid white;
    text-decoration: none;
}

.social-link:hover {
    background-color: var(--secondary-color);
    color: white;
}

.footer-pattern {
    background-color: #004d40;
    padding: 2rem 0;
    margin-top: 2rem;
}

footer h4{
        font-size:  calc(25px * var(--font-scale));
        font-weight: 500;
        margin-bottom: 15px;
}

footer p{
        font-size:  calc(25px * var(--font-scale));
        font-weight: 400;
        padding: 5.25px 0 5.25px;
}

.copyright {
    background-color: white;
    /*padding: 20px 0;*/
    font-size: 0.9rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size:  calc(25px * var(--font-scale));
    font-weight: 400;
}

.mentions {
    text-align: right;
}

.mentions-link{
    text-decoration: none;
    cursor: pointer;
    color: var(--primary-color);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .hero h1 {
font-size: 2rem;
    }
    
/*    .section-header h2 {
font-size: 2rem;
    }*/
    
    .profile-content {
/*padding-left: 1rem;*/
    }
    
    .hub-section {
margin-left: 0;
max-width: 100%;
    }
    
    .commitment-item {
flex-direction: column;
    }
    
    .number-circle {
margin-bottom: 1rem;
    }




            .desktop-image {
                display: none; 
            }

            .mobile-image {
                display: block; 
            }







}








@media screen and (max-width: 480px) {

.section-header {
    margin-bottom: 15px;
    text-align: left;
}

.nosactifs-section .section-header {
    text-align: center !important;
}


.history-text {
    text-align: left;
}

p.text-center{
    text-align: left !important;
}

h3.text-center{
    text-align: left !important;
}

.about-section {
    padding: 30px 0 0 0;
}

.mb-100{
    margin-bottom: 15px !important;
}

.mb-80 {
    margin-bottom: 16px !important;
}

.profile-section {
    margin: 30px 0 0 0;
    padding: 30px 0 0 0;
}

.mt-5 {
    margin-top: 2rem !important;
}

.carousel-indicators {
    position: relative;
    margin-top: 1rem;
    margin-bottom: 1.33rem;
}

.carousel-indicators button {
    width: 16px !important;
    height: 16px !important;
}

.principe-section {
    margin: 30px 0 0 0;
}

.noshubs-section {
    padding: 30px 0 0 0;
}

.nosactifs-section {
    padding: 30px 0 0 0;
}

.assets-carousel {
    padding: 12px 0 20px;
}

.assets-text {
    margin-bottom: 0px;
}

.hotel-list {
    margin-top: 0px;
}

.durability-section {
    padding: 30px 0 0px 0;
}

.engagement-section {
    padding: 25px 0 0px 0;
}


.opportunites-section {
    padding: 30px 0 40px 0;
}

.contact-section {
    padding: 30px 0 20px;
}

    .principle-icon{
        /*text-align: center;*/
    }

    .principle-icon img {
        padding-left: 20px;
        padding-top: 12px;
        width: 35%;
    }

    .principle-content {
        padding: 1.2rem 2rem 0.8rem 20px;
    }

    .principle-title {
        margin-top: 0px;
        margin-bottom: 0px;
     }

    .commitment-item {
        background-color: #052e26;
    }

        .slider .fixed-title h1 {
            font-size: 35px;
            font-weight: 600;
            margin-bottom:15px;
        }
        

    .left-div {
        margin-right: 15px;
        width: 7px;
    }

    .mission-list{
        padding-left: 10px;
        padding-bottom: 5px !important;

    }

    .profile-content ul {
        margin-bottom: 0px;

    }

    .profile-section h2 {
    margin-bottom: 20px;
    }

    .px-5 {
        padding-left: 15px !important ; 
        padding-right: 15px !important ; 
    }

    .hub-content {
        padding: 15px;
    }
    .hub-list {
        padding-left: 10px;
    }

    .hub-section .py-5{
        padding-top: 0px !important;
    }

    .nosactifs-section .carousel-control-next {
        display: none;
    }

    .nosactifs-section .carousel-control-prev {
        display: none;
    }
    
    .nosactifs-section .carousel-item img {
        width: 250px !important;
        height: 250px !important;
    }

    .engagement-section .carousel-item img {
        width: 80px;
        height: 80px;
        margin: 10px auto;
    }

    .engagement-section .certification img {
        width: 150px;
        height: 150px;
        margin: 10px auto;
    }

    .commitment-item {
        margin-bottom: 0.5rem;
    }

    .commitment-item img {
        width: 40px !important;
        height: 40px !important;
        margin: 5px auto !important;
        display: none;
    }

    .engagement-section .num {
        min-height: auto;
    }

    .engagement-section .num p {
        color: white;
        min-height: 145px;
        display: table-cell;
        vertical-align: middle;
        padding: 10px 0px;
    }

    img.destination_verte {
        width: inherit !important;
        height: auto !important;
    }

    .opportunites-section .container {
        width: 100%;
    }

    .connecte{
        float: none;
    }
    .social-link {
        width: 45px;
        height: 45px;
    }

    .mentions {
        text-align: left;
    }

    .copyright .text-end{
        text-align: left !important;
    }

    .copyright .my-3 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .copyright .titre{
        margin-bottom: 0 !important;
    }

    .copyright .legal{
        margin-top: 0 !important;
    }



}


@media screen and (min-width: 481px) and (max-width: 1023px) {

    .principle-icon{
        text-align: center;
    }

    .principle-icon img {

    }

    .commitment-item {
        background-color: #052e26;
    }
}


@media screen and (min-width: 1024px) and (max-width: 1400px) {


      .principle-icon{
        position: relative;
    }

            .principle-icon img {
              /*          position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);*/
              max-width: 100%;
              max-height: 100%;
        }

    .commitment-item {
        /*background-color: #052e26;*/
    }

}



@media (min-width: 1401px) {
  
  .principle-content{
        /*padding-left: 0px;*/
    }

    .principle-icon img {
        /*height: 80%; */
        max-width: 200px;
    }

}





.modal-body h2 {
            font-size: calc(40px * var(--font-scale));
            font-weight: 500;
            color: var(--primary-color);
            margin-top: 40px;
        }
        .modal-body h3 {
            font-size: calc(34px * var(--font-scale));
            font-weight: 500;
            color: black;
        }
        .modal-body p {
            font-size: calc(23px * var(--font-scale));
            color: var(--secondary-color);
        }

        .modal-body li {
            font-size: calc(23px * var(--font-scale));
            color: var(--secondary-color);
        }