/*
Theme Name: Conférence Rhône Ventoux
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

/* Captcha */ 

.grecaptcha-badge { visibility: hidden; }


/*Typo */

@font-face {
    font-family: 'biotifblack';
    src: url('fonts/biotif_black-webfont.woff2') format('woff2'),
         url('fonts/biotif_black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'biotifbook';
    src: url('fonts/biotif_book-webfont.woff2') format('woff2'),
         url('fonts/biotif_book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'biotiflight';
    src: url('fonts/biotif_light-webfont.woff2') format('woff2'),
         url('fonts/biotif_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.header-title,
.home-subheading p {
	text-transform:uppercase;
}

.home-subheading p {
color:#fff!important;
font-family: 'biotifbook';
font-size: 22px!important;
}

/*Menu */

.menu-container:not(.grid-filters) ul.menu-smart > li > a:not(.social-menu-link),
.menu-container:not(.vmenu-container):not(.grid-filters) ul.menu-smart > li > a:not(.social-menu-link):not(.vc_control-btn){
font-family: 'biotifblack'!important;
letter-spacing: 1px!important;
font-size:14px!important;

}

.menu-light .menu-smart > li.active > a {
color: #00575E!important;

}

.nav > .menu-smart > li.active > a {
	text-decoration: underline !important;
	 text-underline-position: under!important;
	text-decoration-color: #05909F!important;

}


/*Footer */

.white a {
	color:#fff;
}

.white a:hover {
	color:#CDE4E6!important;
}

/*Formulaires */

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea, 
input[type="number"],
.wpcf7 input[type=checkbox]{
background-color: rgba(0,0,0,0)!important;
border:solid 1px #0082c2!important;
}

.wpcf7 label {
color: #2E3159;
font-size:18px;
font-family: 'biotiflight';

}

.wpcf7-inline-wrapper .wpcf7-inline-field:last-child {
padding-left:0px;	
}

.wpcf7 input {
box-shadow:inset 0 0px 0px rgb(0 0 0 / 0%);
border:none;

}

.wpcf7-acceptance 
.wpcf7-list-item-label {
font-size:18px;
}

.bouton {
background-color:#0082c2!important;
color:#FFFFFF;
font-size:18px;
text-transform: uppercase; 
font-family: 'biotifblack';
}

.lien-bouton {
font-size:18px!important;
}

.icon-box-content {
	vertical-align:middle!important;
}

.fa-external-link:before {
	vertical-align:sub!important;
}

/*Media queries */

@media screen and (max-width: 950px) {
	.titre-mobile h2 {
	font-size:25px!important;	
	}
	.home-subheading h2, 
	.home-heading p {
	font-size:20px!important;
	}
	
	.home-mobile-subheading p {
		color:#05909f!important;
	}
	
	}