/*
Theme Name:   Idée Ad
Theme URI:    https://idee-ad.fr
Description:  Un thème réalisé par l'agence Idée Ad
Author:       Idée Ad
Author URI:   https://idee-ad.fr
Template:     Divi
*/


/* -- MENU -- */
#top-menu li.current-menu-item>a { color:#333; }
a._mPS2id-h.id-highlight.id-highlight-first { color:#e65120 !important; }

.presentation-img{
	position: relative;
	margin-bottom: 20px!important;
}

.presentation-img img{
	max-width: 100%;
}

.presentation-img .et_pb_image_wrap:after{
	position: absolute;
	content: "";
	top: 25px;
	left: 25px;
	right: 25px;
	bottom: 25px;
	border: 5px solid #e65120;
	opacity: 0.8;
	transition: all 0.5s;
}

.presentation-img:hover .et_pb_image_wrap:after{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 1;
	transition: all 0.5s;
}


/* -- BOUTON WEEZEVENT -- */
.btn-weezevent { 
	top:50px;
	position:relative;
	padding:.5em 1em;
	border:2px solid #e65120;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background-color:#e65120;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	color:#fff;
	font-size:20px;
	font-weight:500;
	line-height:1.7em!important;
	-webkit-transition:all .2s;
	-moz-transition:all .2s;
	transition:all .2s 
}
.btn-weezevent:hover { 
	background-color:transparent;
	color:#e65120;
	-webkit-transition:all .2s;
	-moz-transition:all .2s;
	transition:all .2s 
}

/* TABLETS */
@media all and ( max-width: 980px ) {
    
}

/* MOBILE */
@media all and ( max-width: 767px ) {
	
}

#idee-ad-link:hover{color: #027dd6 !important;}