/*
Theme Name: Divi-child
Description: Theme Hexabox
Author: Divi
Author URI: https://loic-ousten.com
Template: Divi 
Version: 1
*/

/*---------------------------------*/
/*---CONTACT FORM 7 - FORMULAIRE---*/
/*---------------------------------*/

/*- Modification de l'aspect du formulaire -*/
.wpcf7-text, .wpcf7-textarea, .wpcf7-captchar {
    border: none !important;
    width: 100% !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    font-size: 14px;
    color: #333 !important;
    padding: 16px !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Open Sans !important;
    margin: 5px!important;
    border: 1px solid #dedede !important;
}
#et-info-email{display: none;}
#et-secondary-menu{display: none;}
#et-info-phone {
    margin-right: 13px;
    font-size: 19px;
    font-family: 'Epilogue';
}

/*- Personnaliser le bouton d'envoi -*/
.wpcf7-submit {
color: #fff !important;
    margin: 8px auto 0;
    cursor: pointer;
    text-transform: Uppercase;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 0px;
    padding: 6px 20px;
    line-height: 1.7em;
    background: #E02B20;
    border: 2px solid #E02B20;
    -webkit-font-smoothing: antialiased;
    font-family: 'Roboto';
    -moz-osx-font-smoothing: grayscale;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    letter-spacing: 4px;
        margin: 5px;
}

/*- HOVER - Personnaliser le bouton d'envoi -*/
.wpcf7-submit:hover {
    background-color: #000;
    border-color:#000;
    color: #fff !important;
    padding: 6px 20px !important;
}
div.wpcf7-mail-sent-ok {
    border: none;
    background-color: #1de04e;
    color: #FFF;
    font-weight: bold;
}
div.wpcf7-response-output {
    border: none;
}

/*---------------Menu CTA Button---------------*/
 
#top-menu li a:hover {opacity: 1!important;}
             
.menu-cta a {
    padding: 10px!important;
    text-align: center;
	color: white!important;
	background-color: #bf111f;
	border:4px solid #bf111f;
	text-transform:uppercase;
}
 
.menu-cta a:hover {
    background-color: #ff002d;
	border:4px solid #ff002d;
}

#top-menu li.mega-menu>ul>li>a:first-child {
    padding-top: 0!important;
    font-weight: 700;
    border-bottom: 1px solid rgba(0,0,0,.03);
    font-size: 23px;
}

#et-info{
	float:right;
}
.et-fixed-header#top-header{
	display:none;
}
/*---------------CTA Button Color on Fixed Navigation---------------*/
 
#main-header.et-fixed-header .menu-cta a {
color: #fff !important;
}
 
/*---------------Menu CTA Button Mobile Settings---------------*/
 
@media only screen and (max-width: 980px) {
.menu-cta a:hover {
    background-color: #ff2e53;
	border:4px solid #bf111f;
}
}