/*
Theme Name: Divi Child
Template: Divi
Description: Divi Child Theme
Author: Lycia Diaz - Astuces Divi
Author URI: https://astucesdivi.com/
*/

<link rel="stylesheet" href="https://use.typekit.net/uwx5wpp.css">

p, body {
font-family: aller,sans-serif;
font-weight: 400;
font-style: normal;
}

p{
	text-align:justify;
}

h1, h2, h3, h4, h5, h6 {
font-family: aller-display,sans-serif;
font-weight: 400;
font-style: normal;
text-transform :lowercase !important;
}



h2 {
	color:#006378;
}


h3 {
	color:#00aeb2 !important;
}

#et-top-navigation {
font-family: aller-display,sans-serif;
font-weight: 400;
font-style: normal;
text-transform :lowercase !important;
}

strong, b {
font-family: aller,sans-serif;
font-weight: 700;
font-style: normal;
}

.titrage::before {
	content:"";
	border-left: 4px solid #00aeb2;
	display:inline-block;
	height: 25px;
	padding-right: 5px;
}

.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li>a {
    padding-bottom: 8px;
    padding-left: 80px;
}

.sticky {
position:fixed;
top:0;
width:100%;
z-index:9990;
}

.btndev{
background-color:#006378;
padding: 15px;
font-size:15px !important;
text-align:center !important;
line-height:20px
}

body.pojo-a11y-focusable a:focus {
    outline-style: none !important;
    outline-width: 0px !important;
    outline-color: #fff !important;
}

.btndev > a:before { 
font-family:'ETMODULES';
content: '\e072'; /* change icon code here */
    text-align: center;
    margin-right: 10px;
    margin-left: -10px;
    color: #00aeb2; /* change icon color here */
    font-size: 1em; /* change icon size here */
    transition: all .3s ease;
}

input#gform_submit_button_2 {
    background-color: #00aeb2;
    border: none;
    padding: 2%;
    Color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
}

/*@keyframes animation-aerea {
	0% {
		background-position: center ;
		background-size: 120%;
	}

	100% {
		background-position: center;
		background-size: 180%;
	}
}*/

