/*///////////////////////////////*//*Global Styles*/
body {
    margin: 0px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.container-full {
    width: 100%;
    max-width: none;

}


/*///////////////////////////////*//*Row Styles*/
.row-masthead {

    height: 900px;
    margin-bottom: 10px;
}
.row-head {

    height: 450px;
    margin-bottom: 10px;
}
.row-masthead .verticle-text {
    color: #ffffff;
    width: 300px;
    position: relative;
    left: -300px;
    top: 280px;
}
.row-full-image {

    background-position: center center;
    height: 700px;
}
.row-spacer {
    height: 120px;
}

.row-footer {
    padding: 100px 0px 90px 0px;
    background: #192430;
    color: #fff;
}
.row-grid {
    background: #2f3238;
    padding: 100px 0px 100px 0px;
    overflow: hidden;
    width: 100%;
    /*overflow-x: scroll;*/
}
.row-grid .grid {
    min-height: 260px;
}
/*
.row-grid .grid.col-md-4 {
max-width: 380px;
}
.row-grid .grid.col-md-8 {
max-width: 760px;
}
*/
.row-grid .grid.col-md-12 {
    max-width: 640px;
}
/*///////////////////////////////*//*Styling Elements*/
.logo {
    margin-top: 40px;
    margin-bottom: 80px;
}
.logo2 {
    margin-top: 40px;
height: 500px;
}
img.logo{
    margin-left: 335px;
    margin-right: 395px;
}
.masthead-text {
    height:300px;
    padding-top: 250px;
}
.masthead-text a {
/*    font-weight: bold;*/
    color: #fff;
    font-size: 13px;
}


/*///////////////////////////////*//*Font Styles*/
h1 {
    font-size: 60px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 300;
}
h2 {
    font-size: 25px;
    color: #222626;
    margin-bottom: 30px;
    font-weight: 300;
}
h3 {
    font-size: 13px;
    color: #67676d;
    margin-bottom: 20px;
/*    font-weight: bold;*/
    font-family: 'Montserrat', sans-serif;
}
article h4{
    color: #535353;
    font-family: 'Montserrat:100', sans-serif;
    font-size: 16px;
    text-align: justify;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;

}

p {
    font-size: 12px;
    color: #ffffff;
text-align: center;
font-family: 'Montserrat', sans-serif;
}

div.verticle-text {
    color: #b8b8b8;
    font-weight: 600;
    font-size: 12px;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    position: relative;
    left: -200px;
    width: 100px;
    top: 55px;
    text-transform: uppercase;
}



q.sub-text {
    font-family: 'Reenie Beanie', cursive;
    padding-top: 550px;
    color: #ffffff;
    font-size: 42px;
}


.row-footer p,
.row-footer h3,
.grid a {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}
.row-footer ul {
    margin: 0px;
    padding: 0px;
}
.row-footer li {
    list-style: none;
    padding: 0px;
    font-size: 12px;
    margin-bottom: 5px;
}
.grid {
    padding:40px;
}
.grid h2 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 5px;
    font-family: 'Montserrat', sans-serif;
}
/*
.grid p {
font-size: 12px;
color: #fff;

}
*/


input.email {
    background: #fff;
    outline: none;
    padding: 20px 10px 20px 20px;
    width: 85%;
    color: #cccccc;
    font-size: 12px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: none;
    float: left;
}

.label-text {
    font-size: 11px;
    color: #57697f;
    width: 70%;
    margin-top: 20px;
}

.submit {
    background: #82ca9c;
    width: 70px;
    outline: none;
    border: none;
    float: left;
    height: 58px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-left: -30px;
}


.video{
    width:1024px;
    height: 576px;
}

.titre{
    padding-left: 55px;
    margin-top: 40px;
}
.BA{
    padding-left: 50px;
    margin-top: 40px;
}

.propos1{
    margin-top: 120px;
}
.propos{
    margin-top: 40px;
}

@media screen and (max-width: 40em) {

	.grid figure {
		display: inline-block;
		float: none;
		margin: 10px auto;
		width: 100%;
	}
    iframe {
        	display: inline-block;
		float: none;
		margin: 10px auto;
		width: 640px;
        height:360px;
    }
    img.logo{

		margin-left:2px;
		width: 300px; 
    }
   q.sub-text {
    font-family: 'Reenie Beanie', cursive;
    padding-top: 100px;
    color: #ffffff;
    font-size: 30px;
}
    .propos1{
        width: 313px;
        margin-left: 2px;
    }
    .titre img{

        width:100%;
      
    }
    .propos1{
        margin-left: 2px;
    }
    .BA iframe{
        width:100%;
    }
    .z1 img{
        width: 400px;
        height: 300px;
    }
    .z1{
        width:100%;
        height: 100%;
    }
    .image1{
          width: 400px;
        height: 300px;
    }
   
}