/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */
.mobile_menu_bar:before {
    color: #ffffff !important;
}
#top-menu a:hover {
    color: #63b5ce !important;
}

/******lire plus*****/
 details{
  display:inline;
}
details {
  position:relative;
	top: 10px;
}
details summary {
	color: #444;
    display: block;
    cursor: pointer;
    font-size: 16px !important;
    font-weight: 500;
}
details summary:focus {
  outline:none;
}
details[open] {
  display:block;
  padding-bottom:25px;
  animation: open .2s linear;
}
details[open] summary {
  position:absolute;
  bottom: 0;
  left:0;
}
details[open] #close {
    position: relative;
    top: 15px;
    padding-bottom: 10px;
	
}
details #open{
	text-align:center;
}
details #open:after{
	display: inline-block;
    position: relative;
    top: 1px;
    margin-left: 8px;
    content: '\f107';
    font-family: 'FontAwesome';
}
	details #close:after {
    display: inline-block;
    position: relative;
    top: 0px;
    margin-left: 10px;
    content: '\f107';
    font-family: 'FontAwesome';
    transform: rotate(180deg);
}
details[open] #open{display:none;}
details #close{display:none;}
details[open] #close{display:block;}
::-webkit-details-marker {display: none;}
@keyframes open {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
details[open] summary {
    width: 100%;
}
/************/
@media (max-width: 980px) {
  * {
    animation: none !important;
    transition: none !important;
  }
	.cls-flex{
		display: flex;
        flex-direction: column-reverse;
	}

.current-menu-item a {
    color: #55b9d7 !important;
}
#logo {
    max-height: 80%;
}	
	.et_fixed_nav #main-header {
        position: fixed;
    }
}
/************************************************************************************/
.et_pb_text_inner h2 {
    font-size: 35px !important;
}
.et_pb_text_inner h1 {
    font-size: 38px !important;
}
.et_pb_text_inner	h3 {
    font-size: 25px !important;
}

@media (max-width: 767px) {
.et_pb_text_inner h2 {
    font-size: 20px !important;
}
.et_pb_text_inner h1 {
    font-size: 22px !important;
}
.et_pb_text_inner	h3 {
    font-size: 18px !important;
}
}

.cls-google{ Display:none !important;}

div#et-main-area {
/*     position: absolute; */
/*     top: 0; */
}
ul#mobile_menu {
    background-color: white !important;
}
.et-fixed-header#main-header {
    background-color: #091924 !important;
}


.cls-cntr{
	align-items:center;
}

/*************/
.et-pb-contact-message {
    color: #ffff;
}

/************/

@media (max-width: 980px){
#main-header li.cls-btn a {
    background-color: #63b5ce !important;
    padding-top: 10px!important;
    padding-right: 10px!important;
    padding-bottom: 10px!important;
    padding-left: 10px!important;
    color: #FFF !important;
    text-align: center;
	
    background-color: #63b5ce;
    border-width: 6px!important;
    border-color: #63b5ce;
    border-radius: 100px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
}
}

@media (min-width: 981px) {
#main-header li.cls-btn a {
    background-color: #63b5ce !important;
    padding-top: 15px!important;
    padding-right: 15px!important;
    padding-bottom: 15px!important;
    padding-left: 15px!important;
    color: #FFF!important;
    text-align: center;
    font-weight: 600;
	        margin-top: -23px !important;
	
    font-size: 16px;
    background-color: #63b5ce;
    border-width: 6px!important;
    border-color: #63b5ce;
    border-radius: 100px;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
}
	
	
	
	
	
	
	}

/* p {
    text-align: justify !important;
} */


#main-header .nav li ul{
	background-color: #ffffff0a !important;
}
#top-menu li li a{
	padding: 0px !important;
}