.nomargin { margin: 0 !important; }
.nopad { padding: 0 !important; }
.border-bottom { border-bottom : 1px solid #04414d; }
.float-left { float: left; }
.float-right { float: right; }
.text-right { text-align: right; }

.bulle-left {
    margin-top: 5px;
    text-align:left;
}
.bulle-left p {
    font-size:12px;
    display:inline-block;
    line-height:120%;
    border-radius:9px;
    padding:5px 10px;
    background-color:#bceabc;
}
.bulle-right {
    margin-top: 5px;
    text-align:right;
}
.bulle-right p {
    font-size:12px;
    display:inline-block;
    line-height:120%;
    border-radius:9px;
    padding:5px 10px;
    background-color:#f4c785;
}


.header-area .main-nav .logo img {
    max-width: 145px;
}
.background-header .main-nav .logo img {
    max-width: 70px;
}

form#content_post textarea,
form#contact textarea {
    width: 100%;
    height: 92px;
    border-radius: 0px;
    background-color: transparent;
    border-bottom: 1px solid #9bdbf8;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
    font-size: 15px;
    font-weight: 300;
    color: #2a2a2a;
    padding: 0px 0px;
    margin-bottom: 35px;
}

form#content_post input,
form#contact input {
  width: 100%;
  height: 46px;
  border-radius: 0px;
  background-color: transparent;
  border-bottom: 1px solid #9bdbf8;
  border-top: none;
  border-left: none;
  border-right: none;
  outline: none;
  font-size: 15px;
  font-weight: 300;
  color: #2a2a2a;
  padding: 0px 0px;
  margin-bottom: 35px;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .header-area .main-nav .nav li a,
    .background-header .main-nav .nav li a {
        font-size: 12px;
    }
}
@media (max-width: 767px) {
    .background-header .main-nav .nav li:last-child a,
    .header-area .main-nav .nav li:last-child a {
        background : #ff695f !important;
    }
}

.header-area .main-nav .nav li:last-child {
    display: inline-block;
    padding-left: 10px;
    /* display: none;     */
}
.background-header .main-nav .nav li:last-child {
    display: inline-block;
    padding-left: 10px;
}

.main-banner .item h2 {
    font-size: 36px;
    line-height: 135%;
}

.main-banner .item h6 {
    color : #1D2A44;
}

.ALOHA-button-submit,
.ALOHA-button a {
    background: #1D2A44 !important;
    color: #FFFFFF;
    padding: 10px 15px;
    border-radius: 9px !important;
}
.ALOHA-button a:hover {
    background: #D4AF37 !important;
    color: #1D2A44;
}

.main-banner::before {
  content: '';
  background-image: url(../images/banner-right-image.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 20px;
  top: 110px;
  width: 600px;
  height: 400px;
    
}

.activites-banner::before {
  content: '';
  background-image: url(../images/banner-activites.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 20px;
  top: 110px;
  width: 620px;
  height: 380px;
}



.owl-portfolio .owl-nav .owl-prev span::after {
    background-color: #1D2A44;
}

.contact-us .info span i {
    background: #1E88E5;    
}

.contact-us .info span a,
.copyright p a, 
.count-title,
.text_bleu_principal {
    color : #1E88E5 !important;
}
 
.main-nav .nav li:hover a, 
.main-nav .nav li a.active,
.section-heading h2 span,
.text_or {    
    color : #D4AF37 !important;
} 

.header-area .main-nav .nav li:hover a, .header-area .main-nav .nav li a.active,
footer .footer-item ul li:hover a
{    
    color : #D4AF37 !important;
} 

.section-heading p {
    margin-top: 10px !important;
    line-height: 1.3em;
}
.section-heading h1, .section-heading h2, .section-heading h3, 
.section-heading h4, .section-heading h5, .section-heading h6 {
    margin-top: 20px !important;
    margin-bottom: 10px !important;
}

.section-heading blockquote {
    margin-left: 25px;
    padding-left: 15px;
    border-left: 3px solid #055160;
}

.section-heading ul {
    margin-left: 25px;
}
.section-heading ul li {
    font-size:12px;
    list-style:  disc;
}

.section-heading span {
    color: #218ba2;
    opacity: 0.5;
}


.owl-portfolio .hover-effect .inner-content {
    line-height:1.2em;
}




footer .copyright p {
    text-align: center;
    border-top: 1px solid #eee;
    color: #333;
    margin-top: 50px;
    padding: 20px 0px;
    font-weight: 300;
    line-height: 1.3em;
    font-size:13px;
}

footer .footer-slogan {
    color: #333;
    line-height: 1.3em;
    font-size:13px;    
}




.team-section-grid {
  position: relative;
  background-size: cover;
  height: 250px;
  margin-bottom: 30px;
  overflow: hidden;
}
.team-section-grid .overlay-section {
  position: absolute;
  top: 0;
  bottom: -250px;
  left: 0;
  right: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.team-section-grid .overlay-section h3 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.team-section-grid .overlay-section span {
  display: block;
  margin-bottom: 10px;
  line-height: 115%;
}
.team-section-grid .overlay-section p {
  color: rgba(255, 255, 255, 0.7);
}
.team-section-grid .overlay-section p.fh5co-social-icons a:hover, .team-section-grid .overlay-section p.fh5co-social-icons a:focus {
  text-decoration: none !important;
}
.team-section-grid .overlay-section p.fh5co-social-icons i {
  font-size: 40px;
  color: #fff;
}
.team-section-grid .overlay-section span {
  color: #fff;
  display: block;
}
.team-section-grid .overlay-section .desc {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
}
.team-section-grid:hover .overlay-section {
  bottom: 0;
  opacity: 1;
}



.CookieDeclaration,
.CookieDeclaration p,
.CookieDeclaration p span,
.CookieDeclaration p span a {
    font-size: 9px !important;
    color: black !important;
    padding: 5px 10px !important;
}
#CookieDeclarationChangeConsentWithdraw {
    font-size: 9px !important;    
}
.CookieDeclarationTableCell {
    line-height: 1.2em;
}



#content_tchat {
    border: 1px solid grey;
    border-radius: 15px;
    overflow-y:  scroll;
    max-height:800px;
    padding: 10px;
}