/*
Theme Name: Miller
Theme URI: http://torchtemplates.net/wp/
Description: Miller Theme is for portfolio and creative agencies
Tags: two-columns, sticky-post, threaded-comments, translation-ready
Author: TorchTemplate
Author URI: http://torchtemplates.net
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: miller

CSS changes can be made in files in the assets/css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/
a {
	color: #2aa9e0;
	font-weight: 700;
}
a:visited {
	color: #2aa9e0;
	font-weight: 700;
}
body, p {
	color: rgba(3,13,38,.6);
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 2;
}
.primary-font, nav.responsive-menu a, h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
}
.page-id-16 .page-content {
  padding-top: 0;
}

.entry-content h2:first-child {
	margin-top: 0;
}
.site-header .main-header {
	background-color: #333333;
}

.wpb_wrapper h2:first-child { margin-top: 0 !important;}

.activities {background-color: #f3f3f3; }

.vc_icon_element {
	margin-bottom: 0 !important; 
}
.vc_custom_1489947370675 {
padding-bottom: 35px !important;
}

/* form */
input[type=number], input[type=search], input[type=tel], input[type=time], input[type=url], input[type=color], input[type=text], input[type=password], input[type=date], input[type=datetime], input[type=datetime-local], input[type=month], input[type=week], input[type=email], textarea {
	-webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    background-color: #FFF;
    border: 2px solid #d9dde6;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    color: #2aa9e0;
    display: block;
    font-family: inherit;
    font-size: 1.4rem;
    height: 3.875rem;
    margin: 1rem 0 1rem;
    padding: .5rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color .15s linear,background .15s linear;
    -moz-transition: border-color .15s linear,background .15s linear;
    -ms-transition: border-color .15s linear,background .15s linear;
    -o-transition: border-color .15s linear,background .15s linear;
    transition: border-color .15s linear,background .15s linear;
}

textarea {
	min-height: 100px;
}
.wpcf7 {
    padding: 15px;
}
.wpcf7 label {
	text-transform: uppercase;
    color: #0a1f54;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.5625rem;
    letter-spacing: .125rem;
}

.wpcf7-submit {
	background-color: #2aa9e0;
    color: rgb(255, 255, 255);
	padding: 10px 20px;
}

.align-self-stretch {
    align-self: stretch!important;
}
.d-flex {
    display: flex!important;
}
.order-1 {
    order: 1;
}
.order-2 {
    order: 2;
}

@media (min-width: 768px) {
    .order-md-1 {
        order: 1;
    }
    .order-md-2 {
        order: 2;
    }
    .wpcf7 {
        max-width: 50%;
        margin: 50px auto !important;
    }
}

.sidebar-menu-container.contact .header-right-toggle .fa-bars:before{
    color: #333;
}
.home .page-content {
	overflow: hidden;
}
.page-heading {
	padding: 0;
}

.page-heading .page-name {
	border: 0; 
	box-shadow: none;
}

.home .home-introduction {
	margin-top: 100px;
}

.home .home-introduction {
	position: relative;
	border: 0;
    box-shadow: none;
	
	background-color: #333333;
}

.home .home-introduction p{	
	padding: 80px 0;
	font-family: Heebo,Helvetica,Arial,sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #fff;
    font-size: 2.5rem;
    line-height: 1.5;
    text-transform: inherit;
    text-align: left;
	letter-spacing: inherit;
	position:relative;
	z-index:1;
}

@media (max-width: 992px) {
	.home .home-introduction p{	
		padding: 30px 0;
	}
}

.home .home-introduction:before,
.home .home-introduction:after {
	content: '';
	position: absolute; 
	top: 0; right: -100%; bottom: 0; left: -100%;
	width: 100%; height: 100%;
	background-color: #333333;
}

.home .home-introduction:after {
	right: -100%; left: inherit;
}
.container-background {
	position:relative;
	padding: 60px 0;
	background-color: rgba(51,51,51, .08);
}
.container-background .wp-block-column:not(:first-child),
.container-background .wp-block-column{
	margin: 0;
}
.container-background .wp-block-image {
	margin-bottom: 0;
}
.container-background:before,
.container-background:after {
	content: '';
	position: absolute; 
	top: 0; right: -100%; bottom: 0; left: -100%;
	width: 100%; height: 100%;
	background-color: rgba(51,51,51, .08);
}
.container-background:after {
	right: -100%; left: inherit;
}

h1 {
	/*position:relative;
	color: #9194a8;
    margin-top: 6px;
	
	font-family: Gilroy,Helvetica,Arial,sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 3rem;
    letter-spacing: .37rem;
    line-height: 40px;
    text-transform: uppercase;*/
	
	font-size: 48px;
    font-weight: 700;
    color: #0a1f54;
    margin-bottom: 30px;
    text-transform: inherit;
}

/*h1::after {
		content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 50px;
    border: 1px solid #6ec6e9;
}*/

h2,
h3 {
	position: relative;
	margin-bottom: 15px;
	
    font-weight: 700;
    font-style: normal;
    font-size: 2.6rem;
    line-height: 1.8;
	text-transform: inherit;
	color: #0a1f54;
}

h3 {
	font-size: 1.8rem;
}

.home h2 {
	color: #0a1f54;
    font-style: normal;
    font-weight: 700;
    line-height: 1.1;
    text-rendering: auto;
	font-size: 3rem;
}

.home h2:first-child {
    margin-top: 23px;
}

.home h3 {
	margin-bottom: 20px;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: .28125rem;
    /* line-height: .9rem; */
    color: #0a1f54;
    font-family: proxima-nova,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
}

p + h2 {
	margin-top: 25px;
}

.wp-block-column:not(:first-child) {
	margin-top: 15px;
}

.py-60 {
	padding: 60px 0;
}

.fixed {
	position: sticky;
	position: -webkit-sticky;
	top: 70px;
}

.site-header .main-header .logo img {
    max-height: 80px;
}

.site-header .main-header .logo .logo-link {
	margin-top: 0;
	padding: 10px;
}

.page-id-29 .wp-block-columns:last-child {
	margin-bottom: 0;
}
/* footer*/
.social-list {
	list-style: none;
	text-align: right;
	padding-bottom: 15px;
}
.social-link svg {
	max-width: 30px;
}
.social-link svg path{
	fill: #6ec6e9;
}

.row.top-bar {
	position: relative;
	padding-top: 30px;
}

.row.top-bar::before {
	content: '';
	border-top: 1px solid #fff;
	position: absolute;
	top: 0; left: 15px; right:15px;
	display: block;
	opacity: .3;
}
.footer-adress {
	margin-bottom: 0;
}
.box-footer-links--list {
	list-style: none;
	display: flex;
	align-items: center;
	padding-top: 15px; padding-left: 0;
	
	font-size: 14px; 
}
.mb-0 {
	margin-bottom: 0;
}
a.contact-link,
a.contact-link:visited {
	font-weight: bold;
	color: #6ec6e9;
}
a.contact-link:hover {
	color: #fff;
}
.box-footer-links--item:first-child {
	margin-right: auto;
}
.box-footer-links-copy {
	opacity: .6;
}
@media (max-width: 992px) {
	.box-footer-links--list {
		flex-direction: column;
		align-items: start;
	}
}

.d-none { display: none; }

.sidebar-menu-container.contact .header-right-toggle .fa-bars:before { color: #fff;}

.wpcf7-submit {
	margin-top: 100px;
}

.wp-block-columns.are-vertically-aligned-top + .wp-block-columns {
	margin-top: -28px;
}

.wp-block-column p {
	line-height: 32px;
}

.home-introduction .wp-block-column:first-child::before {
	content: '';
    background-image: url(./assets/images/nantes.jpg);
    position: absolute;
    top: 0;
    right: -131%;
    bottom: 0;
    left: -100%;
    opacity: .3;
    background-position: center;
    background-size: cover;
	z-index:1;
}

.wp-block-columns.bg-gray {
	position: relative;
	margin-bottom: 0;
}
.bg-gray {
	background-color: #f0f0f0;
}

.wp-block-columns.bg-gray::before {
    content: '';
    display: block;
    z-index: 0;
    background: #f0f0f0;
    position: absolute;
    left: -100%;
    right: 0;
    top: 0;
    bottom: 0;
}
.wp-block-columns.bg-gray::after {
    content: '';
    display: block;
    z-index: 0;
    background: #f0f0f0;
    position: absolute;
    right: -100%;
    left: 0;
    top: 0;
    bottom: 0;
}
.wp-block-columns.bg-gray .wp-block-column {
	z-index: 1;
}

.wp-block-columns.bg-gray .wp-block-column {
	padding: 3rem 0;
}
.wp-block-columns.bg-gray .wp-block-column:last-child {
	display: none;
}

@media (min-width: 992px) {
	.wp-block-columns.bg-gray .wp-block-column {
		padding: 6rem 0;
	}
	.wp-block-columns.bg-gray .wp-block-column:last-child {
		display: block;
	}
}
.page-id-17 {
	overflow-x: hidden;
}
.page-id-17 .page-content {
	padding-bottom: 0;
}

