.wrapper-small {
    width: 1150px !important;
    padding-top: 50px;
}
body {
   font-family: 'Montserrat', sans-serif !important;
}

.video_container
{
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.8);
	z-index: 2;
	display: none;
	top:0;
	left:0;
	
}
.video_container.actif
{
	display: block;
}
.film
{
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	z-index: 3;
}

a {
    color: #ffff !important;
}
h1 {
    font-family: 'Montserrat', sans-serif !important;
    text-transform: uppercase;
    color:#ffffff !important;
    font-weight: 200 !important;
    font-size: 48px !important;
    line-height: 70px !important;
}
 h1 span.medium{ font-weight: 500; }
 h1 span.bold { font-weight: 700; font-size: 45px;}

.column-section {
    margin-top: 150px !important;
}
.logo
{
	max-width: 300px;
}
.accroche
{
	font-size: 40px;
	color:#191919;
	font-weight: 400;
	margin-top: 50px;
	line-height: 48px;
}
.video
{
	font-size:20px;
	color:#3d3d3d !important;
	text-decoration: none;
	background-image: url("../img/play.png");
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 42px;
	line-height: 36px;
	display: block;
	margin-top: 15px;
	
	
}
.fullwidth-section {
	background-image: url("../img/background.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center right;
}

.column.one-third p,
.column.one-third a {
    text-align: left;
    font-size: 14px;
	color:#ffffff!important;
    font-weight: 300 !important;
}
.column.one-third p{
    border-right: 3px solid;
	border-color: #ffffff;
}
.column.one-third.last-col p{
   border-left: 3px solid;
	border-color: #ffffff;
	border-right: none !important;
}
p.paragraphe{

    font-size: 14px !important;
}
.column.one-third.first p {
    border-right: none !important;
    padding-top: 13px;

}

/*.wrapper .one-third, .wrapper-small .one-third{
   width: calc(22.33% - 37.66px); 
}*/

@media only screen and (max-width: 768px){
h1 {
    font-size: 42px !important;
    line-height: 52px !important;
}
body .column {
    width: 100% !important;
    display: inline-block;
    vertical-align: top;
    margin-top: 0 !important;
}
.column-section{
	bottom:90px !important;
	    overflow: hidden;
}
.column.one-third p{
   border-right: none !important; 	
	
}
.column.one-third.last-col p{border-left: none  !important;}
	.column.one-third p:after
	{
		content:"";
		display: block;
		width: 40px;
		height: 3px;
		background-color: #ffffff;
		margin-top: 20px;
	}
.column.one-third{
        margin-bottom: 20px;
}
}
@media only screen and (max-width: 600px){
body .column {
    width: 100% !important;
    display: block;
	margin-bottom: 20px;
}
}
@media only screen and (min-width: 769px){

.column.one-third p {
    padding-left: 40px;
    padding-right: 40px;
}
	
	
	
}
@media only screen and (max-width: 1160px){
.fullwidth-section {
background-position: center left;
}
}

@media only screen and (max-width: 1000px){
	.film {min-width: 90%;}

}


