/*
Theme Name: Divi MetaTron
Theme URL: https://colorlib.com/wp/themes/divi
Description: Divi MetaTron Customizing
Author: Ralph Kundig - HolyteK
Author URL: https://holytek.com
Template: Divi
Version: 1.0.0
Text Domain: Divi-MetaTron
*/

h1, h2, h3, h4, h5, h6 {
	margin-top: 20px;
}

::placeholder {
	color: white;
}

body.page .entry-meta {
	display: none;
}

#main-header {
	background-color: rgba(50,50,50,.66);
}

#main-footer {
	background-color: rgba(0,0,0,0.78);
}

#footer-bottom {
	display: none;
}

#logo {
    max-height: 80%;
}

#site-name {
    text-decoration: none;
    color: rgba(249,144,87,0.6);
    font-size: 150%;
    font-weight: bold;
    padding-left: 5%;
}

#top-menu li.current-menu-ancestor > a, #top-menu li.current-menu-item > a {
	color: inherit;
}

#top-menu.nav li ul.sub-menu {
	padding: 0!important;
	background-color: inherit!important;
}

#top-menu.nav li ul.sub-menu li {
    position: relative;
    line-height: 2em;
    border-bottom: 1px solid #468;
}

#top-menu.nav li ul.sub-menu li:hover {
    background-color: rgba(50, 100, 150, .4);
}

#main-header #top-menu a.ds-menu-active, .et_slide_in_menu_container .et_mobile_menu a.ds-menu-active {
    color: #2ea3f2;
}

@media (max-width: 980px) {
.et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header, .et_fixed_nav #main-header, .et_fixed_nav #top-header {
    position: fixed !important; }
.et_header_style_left .mobile_menu_bar, .et_header_style_split .mobile_menu_bar {
    padding-bottom: 0;
}
.et_header_style_left #et-top-navigation, .et_header_style_left .et-fixed-header #et-top-navigation {
    padding-top: 12px;
    padding-bottom: 6px;
}
#page-container, .et_fixed_nav.et_show_nav #page-container, .et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container, .et_non_fixed_nav.et_transparent_nav.et_show_nav #page-container, .et_non_fixed_nav.et_transparent_nav.et_show_nav.et_secondary_nav_enabled #page-container {
    padding-top: 50px!important;
}
#site-name {
    position: relative;
    top: 4px;
}

}

.et_mobile_menu {
    overflow: scroll !important;
    max-height: 83vh;
}

#home-header-parallax .et_parallax_bg {
}

#home-header-parallax .et_pb_fullwidth_header_container {
	width: 100%;
}

#home-header-parallax .header-content-container {
	background-color: rgba(0, 0, 0, 0.4);
}

.et_pb_fullwidth_slider_0.et_pb_slider, .et_pb_slide {
    min-height: 60.7395vw;
}

.et_pb_fullwidth_header .header-content {
	padding-top: 0;
}

.wp-post-navigation, .wp-post-navigation {
	margin: 30px 0;
	color: inherit;
}

/*
#footer-info {
	color: #ccc;
}
*/

#main-footer {
	font-size: 90%;
}

.et_pb_widget {
	float: none;
}

.pagination a {
    display: block;
    padding: 5px 20px;
    border: 1px solid #888;
    color: inherit;
    border-radius: 5px;
    font-size: 110%;
}

.pagination a:hover {
		color: #666;
    background-color: #D0E0E8;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content a.et_pb_button {
    margin: 7px 7px;
}
.et_pb_fullwidth_header_subhead {
    display: block;
    margin-bottom: 10px;
}

.et_pb_section {
	background-color: transparent;
/*	padding: 3% 0!important;	*/
}

.format-audio .et_pb_section {
	background-color: rgba(50,50,50,.5);
	border-radius: 5px;
}

.et_pb_row_1 {
	padding-top: 0;
}

.et_pb_fullwidth_image {
    border: 1px inset #4294bc;
}

/*
.et_pb_gallery_item {
	display: flex!important;
	flex-direction: column;
}

.et_pb_gallery_item > .et_pb_gallery_title { order: 1; }
.et_pb_gallery_item > .et_pb_gallery_image { order: 2; }
.et_pb_gallery_item > .et_pb_gallery_caption { order: 3; }
*/

/* Listes styles */
/* Ordered */

/*removes original number*/

.et_pb_text ol { 
margin: 10px 0 0 -10px;
counter-reset: item;
list-style-type: none;
}

.et_pb_text ol li { 
display: block; 
}

.et_pb_text ol li:before { 
content: counter(item)"."; 
counter-increment: item; 
}

/*large-number font*/
.et_pb_text ol li:before{
	margin: 0 10px 0 -20px;
	font: bold 20px/1 Helvetica, Verdana, sans-serif;
}

/*generic alignment*/
.et_pb_text ol li {
text-indent: 0 !important;
padding-left: 20px !important;
list-style-position: outside;
margin-left: 10px;
padding-bottom:10px;
}

.et_pb_gutters3 .et_pb_column_1_4 .et_pb_module {
	margin-bottom: 20px;
}

.et_pb_gutters3 .col-symbol {
	width: 5%;
	margin-right: 0;
}

.et_pb_gutters3 .col-tools {
	width: 43%;
	margin-right: 2%;
}

.et_pb_gutters3 .col-tools p {
	padding-bottom: 2px;
}

.et_pb_gutters3 .col-desc {
	width: 45%;
}

#audio-label {
	padding: 3%;
}

.wpcf7-form {
	max-width: 600px;
	margin: 0 auto;
}
.wpcf7-form input, .wpcf7-form textarea {
	width: 100%;
	padding: 10px;
	border-radius: 5px;
	font-size: 1.2em;
  box-shadow: inset 2px 2px 2px 0px #000;
  border-color: black;
}

.wpcf7-form-control.wpcf7-submit:hover {
    background-color: rgba(255,255,255,.75);
}

.wpcf7-form-control.wpcf7-submit:active {
    background-color: rgba(150,150,150,.66);
}

body {
	background-image: url(https://metashoot.com/wp-content/uploads/2019/07/Cube-canal-cosmique-eau.jpg);
	background-size: cover;
}

body.home .wpcf7 input, body.home .wpcf7 textarea {
	background-color: rgba(255,255,255,0.66);
}

#main-content {
	background-color: transparent;
}

 #left-area .format-audio, #left-area .format-audio .post-meta a {
	color: #e5e5e5;
}

.grecaptcha-badge {
	visibility: hidden;
}

p.recaptcha {
    position: relative;
    top: -30px;
    font-size: .8em;
}
