/*
Theme Name: The Bootstrap Child
Theme URI: http://en.wp.obenland.it/the-bootstrap/
Template: the-bootstrap
Author: Konstantin Obenland
Author URI: http://en.wp.obenland.it/
Description: A WordPress Theme based on Bootstrap, from Twitter. It features a 100% responsive layout, a superb gallery and image handling with a custom image meta widget and carousel for gallery post-formats, the Glyphicon Icon set, a clean and simple design and a lot more! The Bootstrap runs on HTML5 and CSS3, a 12-column grid and comes with custom jQuery plugins. See the Bootstrap documentation on GitHub for reference.
Tags: black,blue,white,light,custom-background,custom-header,custom-menu,featured-images,flexible-header,flexible-width,full-width-template,left-sidebar,microformats,post-formats,right-sidebar,sticky-post,theme-options,threaded-comments,translation-ready,two-columns
Version: 2.0.3.1759410999
Updated: 2025-10-02 13:16:39

*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900&display=swap');
/*@import url('https://use.fontawesome.com/releases/v6.5.2/css/all.css');*/
/*Global Website*/
* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-family: 'Montserrat', sans-serif;
}

body{
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.8;
}

article.page{
	/*margin-bottom:0;*/
}

h2{
	font-size:3rem;
	line-height:.8;
	font-weight:900;
	font-style:italic;
	text-shadow:0 0 8px #999;
}
h3{
	font-weight:500;
	line-height:1.4;
}
h4{
	font-size:2.4rem;
	font-weight:900;
}

.vcv-header{
	position:absolute;
	width:100%;
	z-index:999;
}
.header-logo img.thumbnail{
	display:inline;
	border:none;
	border-radius:none;
	box-shadow:none;
}
.header-logo h3{
	font-size:2.2rem;
	font-weight:900;
}

.bloc-intro{
	font-size:1.1rem;
}

.text-orange{
	color:#da8d00;
}
.text-blue{
	color:#0093d8;
}
.text-green{
	color:#548a67;
}
.text-purple{
	color:#71338a;
}
.text-red{
	color:#c83948;
}
.text-white{
	color:#fff;
}

form label{
	display:flex;
	align-items:center;
}
form label .field-label{
	flex:0 0 120px;
	font-weight:500;
}
form label input{
	border-radius:20px !important;
	border:none !important;
	background-color:#fff !important;
}
form label span.wpcf7-form-control-wrap{
	flex:1 1 auto;
}
form label span.wpcf7-form-control-wrap input{
	width:100%;
}
form input[type="submit"]{
	color:#73388a;
	font-size:1.4rem;
	font-weight:600;
	font-style:italic;
	border-radius:20px !important;
	border:none !important;
	background-color:#fff;
	padding:10px 25px;
}
form input[type="submit"]:hover{
	background-color:#548a67 !important;
}
form > p:last-of-type{
	text-align:center;
}
form .wpcf7-spinner{
	margin-right:-25px;
}
form .wpcf7-list-item{
	display:block;
	margin:0;
}
form input[type="radio"]{
	margin:0 5px 0 0;
}
form .wpcf7-radio{
	display:block;
	margin-bottom:20px;
}

ul.join{
	padding:30px 0 10px;
}
ul.join li,
ul.join + p{
	font-size:1.1rem;
	line-height:26px;
	margin-bottom:10px;
}
/*ul.text-blue{
	list-style:none;
	font-size:1.2rem;
	font-weight:600;
	padding:30px 0;
}
ul.text-blue li{
	position: relative;
	line-height:26px;
	margin-bottom:10px;
}
li:before {
	content: '\2022';
	position: absolute;
	top:-5px;
	left:-30px;
	color:#dc8e04;
	font-size:5rem;
}*/
ul.text-blue em{
	color:#000;
}

.grecaptcha-badge { visibility: hidden; }

.footer{
	font-weight:400;
	color:#a6a6a6;
}
.footer a{
	display:inline-block;
	color:#a6a6a6;
	font-size:1.1rem;
	margin-bottom:10px;
}
.footer a i{
	margin-right:5px;
}

@media all and (max-width:767px) {
	.footer *{
		text-align:center !important;
	}
}