
html {
    scroll-behavior: smooth;
    }

.gal {
		
	-webkit-column-count: 5; /* Chrome, Safari, Opera */
    -moz-column-count: 5; /* Firefox */
    column-count: 5;
    }	
    
.gal img{ width: 100%; padding: 7px 0;}

@media (max-width: 500px) {		
		.gal {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
	}
}

p{
  text-align: justify;
}

.row:before, .row:after {display: none !important;}

div.contact--icon svg.svg-inline--fa
{
	font-size:2rem;
	color:var(--first-color);
}

.contact-info
{
	border: dashed var(--first-color) 3px;
	padding: 1rem;
	border-radius:25px;
}

div.contact--icon svg.svg-inline--fa
{
	font-size:2rem;
	color:var(--second-color);
}

.contact--panel
{
	border: dashed var(--first-color) 3px;
	padding: 1rem;
    border-radius:25px;
    margin-bottom: 2rem;
}

.contact--panel a , .contact--panel h4
{
    font-family: "Work Sans", sans-serif;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 23px;
    font-size: 1.1rem;
}

.contact--panel h4
{
    margin-bottom: 7px;
}


@keyframes topback{
    from {transform: translateY(0);}
    to   {transform: translateY(-5px);}
}

.topback {
    animation: topback 0.7s ease infinite;
}

/*
#myBtn {
    display: none; 
    position: fixed; 
    bottom: 20px; 
    right: 30px; 
    z-index: 99; 
    border: none; 
    outline: none; 
    background-color: var(--first-color); 
    color: white; 
    cursor: pointer;
    padding: 15px; 
    border-radius: 10px; 
    font-size: 18px;
  }
  
  #myBtn:hover {
    background-color: #555;
  }
*/


.box-shadow {
    -webkit-box-shadow: 0px 1px 1px rgba(72, 78, 85, 0.6);
    box-shadow: 0px 1px 1px rgba(72, 78, 85, 0.6);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.box-shadow:hover {
    -webkit-box-shadow: 0 20px 40px rgba(72, 78, 85, 0.6);
    box-shadow: 0 20px 40px rgba(72, 78, 85, 0.6);
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
}

.mobile-on 
{
    display: none;
}
.mobile-off{
    display: block;
}

@media (max-width:991px)
{
     .mobile-off{
        display: none;
    }
    .mobile-on 
    {
        display: block!important;
    }

}

.vick-shadow
{
    box-shadow: inset 1000px 1000px #00000082;
}

/* bouton facebook  */
.card
{
  box-shadow: 0 0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.2);
}

.card-front img
{
  width: 12rem;
  margin: 0 auto;
}

.card-transition {
  overflow: hidden;
}
.card-transition .card-front, .card-transition .card-back {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.card-transition .card-img-overlay {
  background-color: rgba(0, 0, 0, 0.08);
}
.card-transition .card-icon {
  fill: currentColor;
  margin-left: auto;
  margin-right: auto;
}
.card-transition .card-back {
  transform: scale(1.3);
  opacity: 0;
  visibility: hidden;
}
.card-transition .card-img, .card-transition .card-img-overlay, .card-transition .card-front, .card-transition .card-back {
  transition: visibility 0.3s ease-in-out, transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  will-change: transform, opacity;
}
.card-transition:hover .card-img {
  transform: scale(1.1);
}
.card-transition:hover .card-img-overlay {
  background-color: rgba(0, 0, 0, .4);
}
.card-transition:hover .card-front {
  opacity: 0;
  visibility: hidden;
  transform: scale(1.3);
}
.card-transition:hover .card-back {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.card a:hover
{
  color:white;
}
/* end bouton facebook  */


.paralax-image {
  overflow: hidden;
  height: 700px;
  position: relative;
}

.paralax-image img {
  position: absolute;
  height: 100vh;
  min-width:100%;
}

/****************************************************************
********************** HEADER  **********************************
****************************************************************/
.color-header {
    background-color: aliceblue;
    padding: 1rem 5rem;
    box-shadow: 3px 3px 3px #b5b2b2;
}




/****************************************************************
********************** INDEX  ***********************************
****************************************************************/


body.index_three section.ss_section_one div.container-fluid div.ss_banner_main.banner_three div.row div.col-xl-7.col-lg-6 div.ss_banner_right img.img-fluid {
    border-radius: 20px;
}

body.index_three section.ss_section_three.spacer_bottom div.container-fluid div.row div.col-lg-6 div.ss_three_left img.img-fluid {
    border-radius: 20px;
}

body.index_three section.ss_section_four.spacer_top.spacer_bottom div.container-fluid div.row div.col-lg-6.align-self-center.wow.zoomInLeft div.ss_five_right.wow.fadeIn ul {
    margin-left: 3rem;
}

body.index_three section.ss_section_four.spacer_top.spacer_bottom div.container-fluid div.row div.col-lg-6.align-self-center.wow.zoomInLeft div.ss_five_right.wow.fadeIn ul li {
    margin-bottom: 1rem;
}

.ss_section_one {
    position: relative;
    overflow: hidden;
    background: #006265;
    background: -moz-linear-gradient(top, #006265 0%, #009fb1 51%, #7fd3bc 100%);
    background: -webkit-linear-gradient(top, #006265 0%, #009fb1 51%, #7fd3bc 100%);
    background: linear-gradient(to bottom, #006265 0%, #009fb1 51%, #7fd3bc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006265', endColorstr='#7fd3bc', GradientType=0);
}

.ss_section_two .ss_two {
    margin-top: -50px;
}

.banner_three .ss_banner_left h1 {
    font-size: 54px;
    color: #fff;
}

#organisation {
    padding-top: 100px;
}

.background-color {
    background-color: #f0f8ff;
}

#borne-detail a {
    background: linear-gradient(-45deg, #000, #009CAE);
    color: white;
    padding: 10px 20px;

}

#borne-detail .borne-img {
    width: 300px;
}
#borne-detail .borne-img2 {
    width: 500px;
}
#display-borne-detail {
    display: flex;
    justify-content: space-between;
}
.button-borne-detail {
    display: flex;
    justify-content: center;
    margin-top: 100px;
}


#display-borne-detail h5 {
    margin: 50px 0;
    text-align: center;
}

#secteur {
    padding-top: 50px;
}

#references img {
    border-radius: 10px;
}

#card-activity {
    padding-top: 0px;
    background-color: aliceblue;
}

.span-style {
    font-weight: 600;
    color: #009AAB;
}

section.separateur {
    padding: 0;
}

.paralax-image img {
    position: absolute;
    min-width: 100%;
}

.paralax-image-centre img {
    position: absolute;
    height: 100vh;
    min-width: 100%;
}

.paralax-image-centre {
    overflow: hidden;
    height: 200px;
    position: relative;
}

.ss_two_sec:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: linear-gradient(-45deg, #000, #009CAE);
    top: 0;
    left: 0;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}
.ss_contact_left {
    background: linear-gradient(-55deg, #7BD1BC, #009CAE);
    padding: 60px;
    border-radius: 10px;
}
.title-contact {
    font-size: 35px;
    color: #009CAE;
    margin-bottom: 5rem;
}
.ss_btn {
    border: 2px solid #006B71;
    position: relative;
    z-index: 2;
    overflow: hidden;
    color: #006B71;
    background: #fff;
}
.ss_btn:hover,
.ss_header .ss_menu li a.ss_btn:hover,
.white_btn:hover {
    color: #fff;
    background: #006B71;
}

.ss_header .ss_menu li a:hover,
.ss_subMenu li a:hover {
    color: #01696D;
}

#organisation img {
    border-radius: 10px;
}

#presentation img {
    border-radius: 10px;
}
.s_header {
    background: linear-gradient(237deg, #7CD1BC 0%, #006366 100%);
}



/****************************************************************
********************** GALLERY  *********************************
****************************************************************/
.gallery-button {
    margin: 5rem 0;
}


html.no-js.fontawesome-i2svg-active.fontawesome-i2svg-complete body main#wrapper.wrapper.clearfix div.ss_header.white_header.color-header.wow.fadeInDown {
    padding: 1rem 5rem;
}




/****************************************************************
********************** CONTACT  *********************************
****************************************************************/
.contact-details {
    margin-bottom: 5rem;
}

.contact-details a {
    color: white;
}

.contact-details a:hover {
    color: #006366;
}

.title-contact {
    font-size: 35px;
    color: #009CAE;
    margin-bottom: 5rem;
}

.transform {
    transform: scale(1);
    transition: 0.4s;
}

.transform:hover {
    transform: scale(1.1);
    transition: 0.4s;
}

.contact-adresse {
    margin-bottom: 25px;
}

/* section > .paralax {
    position: relative;
}

.paralax-image {
    overflow: hidden;
    height: 200px;
    position: relative;
}

.paralax-image img {
    position: absolute;
    height: 100vh;
    min-width: 100%;
} */

#paralax-img {
    background: url('../img/img/bg-parallax.jpg');
    background-size: cover;
    background-position: center;
    display: block;
    padding: 100px 0;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #ffffff;
}

#paralax-img2 {
    background: url('../img/img/bg-parallax2.jpg');
    background-size: cover;
    background-position: center;
    display: block;
    padding: 100px 0;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #ffffff;
}


.s_header {
    background: linear-gradient(237deg, #7CD1BC 0%, #006366 100%);
}

.btn-firstelec {
    color: #fff;
    background-color: #009FB1;
    border-color: #009FB1;
}


/****************************************************************
********************** RESPONSIVE  ******************************
****************************************************************/
@media (max-width: 991px) {
    .mail-contact {
        margin: 2rem auto;
    }
    body.index_three section.ss_section_one div.container-fluid div.ss_banner_main.banner_three.ss_section_one div.row div.col-xl-5.col-lg-6.align-self-center div.ss_banner_left h1 {
        padding-top: 2rem;
    }
    #display-borne-detail {
        flex-direction: column;
    }
    #display-borne-detail div {
        text-align: center;
    }


}















#textepp {
    float: left;
    height: auto;
    margin-top:2rem;
    margin-bottom: 0px;
    padding: 0px;
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.5rem;
    text-align: justify;
    color: gray!important;
    cursor: default;
    -webkit-animation: pp 522s ease 0s forwards;
    -moz-animation: pp 522s ease 0s forwards;
    -ms-animation: pp 522s ease 0s forwards;
    -o-animation: pp 522s ease 0s forwards;
    animation: pp 522s ease 0s forwards;
}

#textepp h1
{
    color:gray!important;
}

a.pp:link {
    text-decoration: none;
    color: gray!important;
    cursor: default;
    font-size: 15px;
}

a.pp:visited {
    color: gray!important;
    cursor: default;
}

a.pp:active {
    color: gray!important;
    cursor: default;
}

a.pp:hover {
    color: gray!important;
    text-decoration: none;
    cursor: default;
}

h1.pp {
    font-size: 1.5rem;
    color:gray;
}

@media (max-width: 992px) {
    a.pp:link {
        text-decoration: none;
        color: black!important;
        display: block;
        float: left;
        width: auto;
        height: auto;
        cursor: default;
        margin: 20px;
        line-height: 1.5rem;
    }
}

@-webkit-keyframes pp {
    from {
        opacity: 0;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
    }

    99% {
        opacity: 0;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
    }

    to {
        opacity: 1;
        filter: alpha(opacity=100);
        -moz-opacity: 1;
    }
}

@-moz-keyframes pp {
    from {
        opacity: 0;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
    }

    99% {
        opacity: 0;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
    }

    to {
        opacity: 1;
        filter: alpha(opacity=100);
        -moz-opacity: 1;
    }
}

@-ms-keyframes pp {
    from {
        opacity: 0;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
    }

    99% {
        opacity: 0;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
    }

    to {
        opacity: 1;
        filter: alpha(opacity=100);
        -moz-opacity: 1;
    }
}

@-o-keyframes pp {
    from {
        opacity: 0;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
    }

    99% {
        opacity: 0;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
    }

    to {
        opacity: 1;
        filter: alpha(opacity=100);
        -moz-opacity: 1;
    }
}

@keyframes pp {
    from {
        opacity: 0;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
    }

    99% {
        opacity: 0;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
    }

    to {
        opacity: 1;
        filter: alpha(opacity=100);
        -moz-opacity: 1;
    }
}








