html {
    position: relative;
    min-height: 100%;
}
 
  
body {
	font-family: "Cairo", serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 14px;
	padding: 0px !important;	
	margin:0px;
	color: #515151;
	line-height: 1.7em;
}

.main-text
{
    position: absolute;
    top: 150px;
    width: 96.66666666666666%;
    color: #FFF;
}

.btn-min-block
{
    min-width: 170px;
    line-height: 26px;
}
.btn-clear
{
    color: #FFF;
    background-color: transparent;
    border-color: #FFF;
    margin-right: 15px;
}
.btn-clear:hover
{
    color: #000;
    background-color: #FFF;
}

/* .masked {
  width: 100%;
  height: 100%; 
  background-color: rgba(0, 102, 153, 1);
  mask-image: url(/design1/images/logo_0_form.svg);
  mask-position: center;
  background-repeat: no-repeat;
}  */

.masked {
  width:100%;
  background-color: rgba(0, 102, 153, 1);
  border-radius: 10px;
  box-shadow: 0 10px 50px 0 rgba(0,0,0,0.50);
} 

.list-img {
  border-radius : 10px;
}


/**********************************************/
/* CARDS */

.card {}

.card-img {}

.card-body {}

.card-title {}

.card-text {
  line-height: 4rem important!;
}

.card-footer {}

/**********************************************/
/* CARDS2 */

.card2 { 
  text-align: center;
  --bs-card-border-width:0px;
  --bs-card-bg: ;
}

.card-img2 {
  
}

.card-body2 {
  background-color: rgba(134, 197, 228, 1) important!;
}

.card-title2 {
  align: center;
  text-align: center;
}

.card-text2 {
  line-height: 4rem important!;
}

.card-footer2 {}

.card p {
	-o-text-overflow: initial;
	text-overflow: initial;
	white-space:nowrap;
	overflow:hidden;
}


/**********************************************/
/* NAV */

.navbar {
  background-color: rgba(255, 255, 255, 0.8) important!;
}

#mainNav {
    min-height: 56px;
    background-color: rgba(255, 255, 255, 0.8);
}

#mainNav .navbar-toggler {
    padding: 0.75rem;
    color : rgba(12, 78, 106, 1);
    background-color: rgba(255, 255, 255, 0.8);
}

#mainNav .navbar-toggler:focus {
    outline: none;
}

#mainNav .navbar-brand {
    color: #161616;
    font-weight: 700;
    padding: .9rem 0;
}

#mainNav .navbar-nav .nav-item:hover {
    color: rgba(12, 78, 106, 1);
    outline: none;
    /* background-color: transparent; */
    /* border-top: 1px solid rgba(153, 18, 0, 1); */
    /* border-bottom: : 1px solid rgba(0, 102, 153, 1); */
}

#mainNav .navbar-nav .nav-item:active, 
#mainNav .navbar-nav .nav-item:focus {
    outline: none;
    background-color: rgba(12, 78, 106, 0);
}

#mainNav .navbar-nav .nav-item:selected, 
#mainNav .navbar-nav .nav-item:focus {
    outline: none;
    background-color: rgba(12, 78, 106, 0);
}

@media (min-width: 992px) {
    #mainNav {
   		min-height: 56px;
    }

    #mainNav .navbar-brand {
        padding: .5rem 0;
        color: rgba(12, 78, 106, 1);
        font-size: 3.2vh;
    }

    #mainNav .nav-link {
        transition: none;
        padding: 2px 1px;
        color: #ffffff;
        /* font-size: 1rem; */
		font-size: 18px;
        font-weight: 400;
        /* text-transform: uppercase; */
		texte-decoration: none ;
    }

   #mainNav.nav-link:hover {
        color: rgba(12, 78, 106, 1);
    }

    #mainNav.nav-link:active {
        color: white;
    }

    #mainNav.navbar-shrink {
         background-color: rgba(255, 255, 255, 1); 
    }

    #mainNav.navbar-shrink .navbar-brand {
        color: rgba(12, 78, 106, 1);
    }

    #mainNav.navbar-shrink .nav-link {
        color: rgba(12, 78, 106, 1);
        padding: 1.5rem 1.5rem 1.25rem;
        /* border-bottom: 0.25rem solid transparent; */
    }


    #mainNav.navbar-shrink .dropdown-menu {
        background: rgba(255, 255, 255, 0.8);
        color: rgba(12, 78, 106, 1);
    }

    #mainNav.navbar-shrink .dropdown-item {
        color: #212529 !important;
    }

    #mainNav.navbar-shrink .dropdown-item:hover, #mainNav.navbar-shrink .dropdown-item:focus {
        /* background: rgba(41, 91, 107, 0.5); */
        color: rgb(255, 0, 0)!important;
    }

    #mainNav.navbar-shrink .nav-link:hover {
        color: rgba(12, 78, 106, 0.6);
    }

    #mainNav.navbar-shrink .nav-link:active {
		color: rgba(12, 78, 106, 1);
    }

    #mainNav.navbar-shrink .nav-link .active {
        color: rgba(255, 0, 0, 1);
        outline: none;
    }

}

#mainNav .navbar-nav .nav-item.active {
   color: rgba(153, 9, 0, 1) !important; 
   /* text-decoration: underline; */
   /* border-top: 1px solid rgba(0, 102, 153, 1);  */
	/* border-bottom: 1px solid rgba(0, 102, 153, 1);  */
}

/* END OF NAV */
/**********************************************/

/**********************************************/
/* FROM */

.form-group {
  margin-bottom: .5em;
}

/* END OF FROM */
/**********************************************/


/**********************************************/
/* PROJECTS SECTION */

.projects-section {
    margin-top: 0px; 
    padding: 1rem 0;
    padding-bottom: 0px;
	width: 100%;
	max-width: 1080px;
	margin: auto;
	position: relative;
    /* border: 1px;
    border-style: solid;
    border-color: red; */
}

.projects-section .featured-text {
    padding: 2rem;
}

@media (min-width: 992px) {
    .projects-section .featured-text {
        padding: 0 0 0 2rem;
        border-left: 0.5rem solid rgba(0, 102, 153, 1);
    }
	projects-section {
		width: 80%;
	}
}

.projects-section .project-text {
    padding: 1rem;
    font-size: 1em;
}

@media (min-width: 992px) {
    .projects-section .project-text {
        padding: 2rem;
    }

    .projects-section .project-text hr {
        border-color: rgba(0, 102, 153, 1);
        border-width: .25rem;
        width: 30%;
    }
}

/**********************************************/
/* SIGN UP SECTION */

.signup-section {
    padding: 3rem 0;
    background: linear-gradient(to bottom, rgba(22, 22, 22, 0.1) 0%, rgba(22, 22, 22, 0.5) 75%, #161616 100%), url("../img/bg-signup.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}

.signup-section .form-inline input {
    box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
    padding: 1.25rem 2rem;
    height: auto;
    font-size: 80%;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
    border: 0;
}


/**********************************************/
/* CUSTOM BASE */
a {
    color: rgba(12, 78, 106, 1);
}

a:focus, a:hover {
    text-decoration: none;
	color: rgba(12, 78, 106, 1);
}

.bg-1 {
	/* box-shadow: 0px 0px 50px 0px rgba(0, 102, 153, 1); */
	/* background-color: rgba(255, 255, 255, 1) !important; */
	/* background-image: url(/design1/images/bgfondationsmay.png); */
	color: rgba(12, 78, 106, 1) !important; 
}

.bg-2 {
	/* background-color: rgba(0, 102, 153, 0) !important; */ 
	color: rgba(12, 78, 106, 1) !important; 
}

.bg-3 {
	/* background-color: rgba(0, 102, 153, 0) !important; */ 
	color: rgba(12, 78, 106, 1) !important; 
}


.bg-black {
    background-color: rgba(0, 102, 153, 1) !important;
}

.bg-color1 {
    background-color: rgba(12, 78, 106, 1) !important;
}
.primary {
    color: rgba(0, 102, 153, 1) !important;
}
.bg-primary {
    background-color: rgba(0, 102, 153, 1) !important;
}

.text-primary {
    color: rgba(0, 102, 153, 1) !important;
}

footer {
    padding: 1rem 0;
    /* border-top: 1px solid black; */
}

footer .container {
    margin-top: 0 !important;
}

.dropdown-menu {
    margin: 0;
    top: 99%;
    background: rgba(0, 102, 153, 0.5);
    /* color: rgba(0, 184, 255, 0.82); */
}

.text-white {
    color: #161616 !important;
}

.text-white-50 {
    color: #161616 !important;
}

.social a {
    color: #161616 !important;
}

@media (max-width: 768px) {
  #carousel-1 {
    margin-top: 110px;
  }
}

.carousel-caption {
  background-color:  rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}

/**********************************************/
/* GENERAL CORRECTIONS  */

.dropdown-item.active, .dropdown-item:active {
  color : white;
  background-color: rgba(0, 102, 153, 0.5);
}


/**********************************************/
/* images in ITEM  */

.image-row {
  text-align: center;
}

@media (min-width: 720px) {
  .image-row {
    text-align: left;
  }
}
.lighbox-image-link {
  display: inline-block;
  background-color: var(--bg-color);
  line-height: 0;
  border-radius: var(--border-radius-large);
}
.lighbox-image-link:hover {
  background-color: var(--primary-color);
}

.lighbox-image {
  width: 7rem;
  border-radius: 5px;
}

.iedit {
  font-size: 10pt !important;
  color: #d2d2d2;
}
.iedit:hover {
  color: rgba(12, 78, 106, 1);
}

.shopBout {
  color : red !important;
  
}

.btn-outline-green {
  padding : 10px 15px 10px 15px;
  --bs-btn-color: rgba(255, 255, 255, 1);
  --bs-btn-border-color: rgba(12, 78, 106, 1);
  --bs-btn-bg: rgba(12, 78, 106, 1);
  --bs-btn-hover-color: #046;
  --bs-btn-hover-bg: rgba(255, 255, 255, 1);
  --bs-btn-hover-border-color: rgba(12, 78, 106, 1);
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgba(255, 255, 255, 1);
  --bs-btn-active-border-color: rgba(12, 78, 106, 1);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgba(12, 78, 106, 0.5);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgba(12, 78, 106, 0.5);
  --bs-gradient: none;
  --bs-btn-transition: all 13s ease-in;
}

.btn-outline-white {
  --bs-btn-color: rgba(0, 102, 153, 0.3);
  --bs-btn-border-color: rgba(0, 102, 153, 0.3);
  --bs-btn-hover-color: rgba(0, 102, 153, 0.5);
  --bs-btn-hover-bg: rgba(0, 102, 153, 0.3);
  --bs-btn-hover-border-color: rgba(0, 102, 153, 0.3);
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: rgba(0, 102, 153, 0.5);
  --bs-btn-active-bg: rgba(0, 102, 153, 0.3);
  --bs-btn-active-border-color: rgba(0, 102, 153, 0.3);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgba(0, 102, 153, 0.3);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgba(0, 102, 153, 0.3);
  --bs-gradient: none;
}

/* FOR GOOGLE MAP */
.map-responsive{
    overflow:hidden;
    padding-bottom:50%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.accordion-item {
	/* background-color: rgba(0, 102, 153, 0.5); */
	border-width: 0;
}

.accordion-button {
	background-color: rgba(12,78,106,0.09);
}

.accordion-button::after {
	color: rgba(12, 78, 106, 0.8);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus-circle-fill' viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M8.5 4.5a.5.5 0 0 0-1 0v3h-3a.5.5 0 0 0 0 1h3v3a.5.5 0 0 0 1 0v-3h3a.5.5 0 0 0 0-1h-3z'/%3E%3C/svg%3E");
}

.accordion-button:not(.collapsed) {
	color : rgb(0, 0, 0); 
	background-color: rgba(0, 0, 0, 0.2);
	box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash-circle' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}
