/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Swink Studio
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
h3 {
	font-size: 18px;
}

/*List features*/

ol li {
	font-weight: bold;
}


.et_pb_text ul li, .entry-content ul li {
    list-style-type: none;
     padding-left: 10px;
}

.et_pb_text ul li {
     margin-bottom: 14px;
}


.et_pb_text ul li::before, .publications.et_pb_text ul li::before, .entry-content ul li::marker {
    font-family: 'ETmodules';
    content: "\35";
    font-size: 120%;
    color: #fff;
    float: left;
    margin-left: -2em;
    margin-right: 0em;
    margin-bottom: 1em;
    marker-offset: 9em;
}

.publications.et_pb_text ul li::before, .blue ul li::marker {
    color: #008294;
}

.publications.et_pb_text ul li::before {
    content: "\24";
}


.et_pb_tab p:last-of-type, p:not(.has-background):last-of-type {
    padding-bottom: 15px;
} 

/*--------------------*/

.bottom-nav, .bottom-nav a {
    float: right;
}

.accordeon img {
padding-bottom: 50px;
}

.maxibutton.et_pb_button {
	width: 100%;
}

@media all and (max-width:767px) {
img.alignright {
    float: none;
}

.accordeon img {
padding-bottom: inherit;
}	
}


/* supprimer la ligne grise sous le menu principal de Divi */
#main-header {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}

/* ajouter une ligne au survol des éléments du menu */

#top-menu .current-menu-item a::before {
-webkit-transform: translateY(15px);
transform: translateY(15px);
opacity: 1.0;
}

#top-menu li a:hover:before {
-webkit-transform: translateY(15px);
transform: translateY(15px);
opacity: 1;
}

#top-menu li a:before {
content: '';
position: absolute;
top: 10px;
left: 0;
background: #008294; /* changez le code couleur HTML à votre convenance */
width: 100%;
height: 5px;
-webkit-transform: translateY(24px);
transform: translateY(24px);
opacity: 0;
transition: 0.3s ease;
}


/* ajustements sous-menu */

.et_mobile_menu li a:hover, .nav ul li a:hover {
    opacity: .7;
    background-color: #008294;
}

#top-menu .sub-menu li a:before {
display: none;
}

#top-menu .sub-menu a:hover {
color: #fff;
}

/* boutons custom */
body .light .et_pb_button:hover {
	background: #545454 !important;
}

/*Left Featured Image Thumbnail*/
@media only screen and ( min-width: 800px ) {
.bbb_blog_list a img  {
    float: left;
    width: 20%;
    padding: 20px;
    background: #008294;
    margin-right: 30px;
}
}

/*Style Your Blog Post Title*/
.et_pb_post h1 a, .entry-title {
    font-size: 30px;
    color: #000000;
	font-weight: bold;
    line-height: 1.3em;
}

/*Style Your Post Meta Text*/
.post-meta {
    color: #000000;
    font-size: 12px;
	font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.post-meta a {
    color: #000000;
    font-size: 12px;
	font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}


/*Style Read More Button on Blog*/
.bbb_blog_list a.more-link {
    display: inline-block;
    background: #000000;
	font-weight: bold;
    color: #ffffff;
    width: 150px;
    padding: 5px 10px;
    text-align: center;
    margin: 20px auto;
    text-transform: uppercase;
    letter-spacing: 1px;
	border: solid 2px #000000;
}

/*Read More Button Hover Style*/
.bbb_blog_list a.more-link:hover {
    background: #f9f9f9;
	border: solid 2px #000000;
    color: #000000;
}


/*Remove Sidebar Divider*/
#main-content .container:before {
	background-color: transparent;
}

/*Style Sidebar Widget Title*/
h4.widgettitle {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	color: #000000;
}


/*Style Sidebar Widget Body Text*/
.et_pb_widget p, .et_pb_widget ul li, .et_pb_widget ul li a:link, .et_pb_widget ul li a:visited  {
	font-size: 16px;
	text-align: center;
	line-height: 1.5em;
	color: #000000;
}

/** CORRECTIFS Huit Onze **/
body.parent-pageid-31086 h1  {
	margin: 0!important;
}

body #page-container .et_pb_section .et_pb_bg_layout_dark:hover {
    color: #ffffff!important;
}

div.pdfemb-viewer {
    display: inline-block!important;
	margin: 0 20px 20px 0!important;
}