@import url(https://fonts.googleapis.com/css?family=Raleway);
@import url(https://fonts.googleapis.com/css?family=Playball);
@import url(https://fonts.googleapis.com/css?family=EB+Garamond);

@font-face {
font-family: 'times';
src: url("../fonts/TimesNewRomanMTStd-CondIt.otf") format("opentype");
}
.raleway{font-family: 'Raleway', sans-serif;}
.playball{font-family: 'Playball', cursive;}
.garamont{font-family: 'EB Garamond', serif;}
.times{font-family: 'times',times,serif;}
body{font-size:16px;font-family: 'Raleway', sans-serif;}

/* COLORS */
.white{color:#fff;}
.blue{color:#008da9;}
a,a:hover,.dark{color:#707070;}
.white a,.white a:hover{color:#fff;}





.grey{color:#A0A09F;}

.form-control::-moz-placeholder {
  color: #707070!important;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #707070!important;
}
.form-control::-webkit-input-placeholder {
  color: #707070!important;
}

/* BACKGROUND */
.bg_brown{background:#9ea09f!important;}
.form-control{background:inherit;}
.bg_white{background:#fff;}
.bg_dark{background:#2f2e2e!important;}
.carousel-caption{display:block;z-index:1;text-align:center;background:transparent;top:50%;margin-top:-100px;width:100%;left:0!important;right:0!important;height:100%!important;opacity:1;transition: opacity 0.01s ease 0s, transform 0.01s ease 0s;
    text-shadow: 0 1px 2px rgba(0,0,0,0);
}
.carousel-caption img{display:inline-block;margin:auto;}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover,.navbar-toggle:hover{}
.carousel-control{background-image:none!important;z-index:9999}
.bandeau img {width:100%}


.bg_contact{
background: url(../../img/fond_contact6.jpg) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
/* MARGIN & PADDING */
.m-0{margin:0;}
.m-t-10{margin-top:10px;}
.m-b-10{margin-bottom:10px;}
.m-t-20{margin-top:20px;}
.m-b-20{margin-bottom:20px;}
.m-t-30{margin-top:30px;}
.m-b-30{margin-bottom:30px;}
.m-t-50{margin-top:50px;}
.m-b-50{margin-bottom:50px;}
.m-r-50{margin-right:50px;}
.mt120{margin-top:00px;}
.nav > li:last-child{padding-right:0;}
.nav > li{
	padding-right:65px;
	margin-top: 30px;
}
.nav > li:nth-child(3){
	margin-top: 0;
}
.nav > li > a{padding:5px 0;}
.title{margin-top:-160px;position:absolute;left:0;right:0;text-align:center;
    text-shadow: 3px 4px 6px rgba(0, 0, 0, 0.6);
	font-size:54px;
}
.bg_contact .title{margin-top:60px;position:relative;
    text-shadow: 3px 4px 6px rgba(0, 0, 0, 0.6);
	font-size:54px;
	margin-bottom:70px;
}
.formules ul{padding-left:15px;}
.offre{padding-left: 35px;padding-right: 35px;}
.formules a {text-decoration:underline;}

/* BORDER */
.navbar{border:none; z-index: 1}
.noradius{border-radius:0px;}
.noborder{border:none;}
/* LOGO */


.media-left p::before{
	background: url("../../img/shadow_img260.png") no-repeat scroll center top;
    content: "";
    display: block;
    /* float: left; */
    height: 20px;
    left: 25px;
    margin: -10px auto;
    width: 300px;
    z-index: 999;
}

/* SIZE */
.f12{font-size:12px;}
.f14{font-size:14px;}
.f16{font-size:16px!important;}
.f18{font-size:18px!important;}
.f30{font-size:30px;}
.f40{font-size:40px;}
.f60{font-size:60px;letter-spacing:10px;}
.f40 span.bar{width:35px;height:3px;margin-top:20px;background:#fff;display:inline-block;}
span.f40.times{}
.f40 span.i{display:inline-block;top:-20px;}

.video iframe{width:100%!important;height:335px!important;}

.formules img{width:80px;}
.media-left {
    padding: 10px;
}
.media-body{padding-left:30px;padding-bottom:40px;}
.media img{width:300px;
    display: block;
    border-radius: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    background-color: rgba(255, 255, 255, 1);
    border: 6px solid rgba(255, 255, 255, 1);
    overflow: hidden;
	position:relative;
}
.img_hover{width:60px!important;}


.animated{visibility:hidden}
.visible{visibility:visible}

video {
	width: 100%;
}
.logo_pj {
	display: none;
	position: absolute;
	margin: auto;
	z-index: 10;
	width: 8%;
	left: calc((100% - 8%) / 2);
}
.header_film_pc {

}
.header_smartphone {
	display: none;
}
.menu_mobile {
	display: none;
}
.mobile_window {
	width: 100%;
	height: 100vh;
	max-width: 300px;
	position: fixed;
	top: 0;
	z-index: 100;
	background: #fff;
	right: -300px;
	flex-direction: column;
	transition: right 0.5s ease;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.mobile_window .close {
	color: #444;
	right: 32px;
	top: 32px;
	font-size: 20px;
	position: absolute;
	opacity: 1;
	cursor: pointer;
}
.mobile_window .logo {
	margin-top: 80px;
	width: 160px;
}
.mobile_window .items-menu {
	display: flex;
	margin-top: 100px;
	align-items: center;
	flex-direction: column;
	height: 100%;
}
.mobile_window.active {
	right: 0;
}
.mobile_window a {
	margin: 6px 0;
	font-size: 16px;
}
.menu {
	text-align: center;
	margin: 30px 0;
}
.menu .logo {
	width: 250px;
}
.menu li {
	list-style: none;
	display: inline-block;
	margin-right: 50px;
	font-size: 18px;
}
.menu li a {
	font-size: 18px;
	padding: 5px 0;
	color: #aaa;
}
.menu li:hover a {
	border-bottom: 2px solid #000;
	text-decoration: none;
	color: #000;
}
.menu li.active {
	border-bottom: 2px solid #000;
	text-decoration: none;
	color: #000;
}
.menu li:last-child {
	margin-right: 0px;
}
.about-mobile-header, .films-mobile-header, .testimonies-mobile-header {
	display: none;
}
.img-mobile {
	display: none;
}
.button_mute {
	width: 30px;
	position: absolute;
	margin-top: -30px;
	margin-left: 20px;
	cursor: pointer;
	z-index: 100;
}
.button_mute:hover {
	opacity: 1;
}
.g-recaptcha div {
	margin: auto;
}
.button_mute .fa {
	font-size: 20px;
	color: white;
}
.button_mute .fa.cross {
	font-size: 10px;
	margin-left: 3px;
	vertical-align: top;
	margin-top: 4px;
}
.header_zoom {
	overflow: hidden;
}
.header_zoom .img_container {
	animation: 10s ease-out 0s 1 slideInFromLeft;
	-webkit-transform: scale(1.10);
  	transform: scale(1.10);
  	box-shadow: 0 0 10px #000;
}
.header_zoom img {
	width: 100%;
	overflow:hidden;
}
.header_smartphone, .header_film_pc {
	overflow: hidden;
}
.header_smartphone .img_container, .header_film_pc .img_container {
	animation: 10s ease-out 0s 1 slideInFromLeft;
	-webkit-transform: scale(1.10);
  	transform: scale(1.10);
  	box-shadow: 0 0 10px #000;
}
.header_smartphone img, .header_film_pc img {
	width: 100%;
	overflow:hidden;
}
@keyframes slideInFromLeft {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.form_envoye {
	background-color: rgba(255,255,255,0.6);
	margin-top: 50px;
}
.form_envoye div {
	padding: 20px;
}
.form_contact {
	background-color: rgba(255,255,255,0.6);
	padding: 50px;
	margin: auto;
	margin-top: 100px;
	margin-bottom: 100px;
	width: 600px;
	color: #707070;
	font-weight: bold;
}
.form_contact .text{
	text-align: center;
	line-height: 30px;
	font-size: 18px;
	color: #707070;
}
.form_contact input {
	border: 1px solid #707070;
	color: #707070;
	width: 500px;
	margin-bottom: 10px;
}
.form_contact textarea {
	border: 1px solid #707070;
	color: #707070;
	width: 500px;
}
.form_contact input[type=submit] {
	background-color: rgba(0,0,0,0);
    margin: auto;
    display: block;
    border: none;
    font-size: 23px;
    margin-top: 40px;
}
#my_form .erreur {
	color: red;
	margin-top: 30px;
	text-align: center;
}
#my_form .correct {
	color: green;
	margin-top: 30px;
	text-align: center;
}
article {
	margin: 150px 0;
}
article p {
	text-align: justify;
}
.texte_accueil {
	width: 800px;
	margin: auto;
	margin-top: 60px;
	margin-bottom: 100px;
	color:   #49f52e;
	font-size: 18px;
}
.titre_accueil {
	text-align: center;
	color: #707070;
	margin-bottom: 80px;
	font-size: 20px;
}
.texte_accueil img {
	margin-right: 9px;
	margin-top: 80px;
}
.texte_accueil img:last-child {
	margin-right: 0px;
}
.apropos {
	margin-top: 60px;
}
.apropos article {
	text-align: center;
	width: 800px;
	margin: auto;
	margin-bottom: 30px;
}
.container-fluid {
	margin: 0;
	padding: 0;
}
.row {
	margin: 0;
	padding: 0;
}
.media-body {
	text-align: justify;
}
.modal {
	background-color: rgba(0,0,0,0.6);
}
.modal.bg-black {
	background-color: #000;
	justify-content: center;
	align-items: center;
}
.modal .close {
	position: absolute;
	top: 16px;
	right: 11px;
	color: #fff;
	border: 1px solid;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 16px;
	opacity: 1;
	font-weight: bold;
}
.modal .close:hover {
	background-color: #fff;
	color: #000;
	transition: color 0.5s, background-color 0.5s;
}
.modal.active {
	display: flex !important;
}
.modal .modal-dialog {
	margin: 300px auto;
	width: 700px;
	text-align: center;
}
.modal.erreur .modal-dialog p {
	color: red;
}
.modal.correct .modal-dialog p {
	color: green;
}
@keyframes animatezoom{from{transform:scale(1)} to{transform:scale(1.05)}}
@media (max-width: 1000px) {
	.apropos {
		width: 100%;
	}
	.apropos article {
		text-align: center;
		width: 100%;
		margin: auto;
		margin-bottom: 30px;
	}
	article {
		margin: 75px 0;
	}
	.texte_accueil {
		width: 100%;
	}
	.texte_accueil img {
		width: 19%;
		margin-right: 0.7%;
	}
	.texte_accueil img:last-child {
		width: 19%;
		margin-right: 0%;
	}
	.menu_mobile {
	    display: block;
	    margin: 13px;
	    text-align: center;
	}
	.logo {
		width: 200px;
	}
	.menu_mobile logo {
		margin: auto;
	}
	.menu_mobile.active .bouton_burger .ligne_burger {
		background-color: #444;
	}
	.menu_mobile.active .bouton_burger .ligne_burger:first-child {
		transform: rotate(45deg);
		transform-origin: left top;
		transition: transform 0.5s;
	}
	.menu_mobile.active .bouton_burger .ligne_burger:nth-child(2) {
		opacity: 0;
		transition: opacity 0.5s;
	}
	.menu_mobile.active .bouton_burger .ligne_burger:last-child {
		transform: rotate(-45deg);
		transform-origin: left bottom;
		transition: transform 0.5s;
	}
	.menu {
		display: none;
	}
	.bouton_burger {
		top: 33px;
	    right: 23px;
	    cursor: pointer;
	    position: absolute;
	}
	.ligne_burger {
		height: 2px;
		width: 20px;
		background-color: #444;
		margin-bottom: 4px;
		transition: color 2s ease;
	}
	.ligne_burger:last-child {
		margin-bottom: 0px;
	}
	.menu_mobile {
		padding: 0 10px;
	}

}
@media (max-width: 992px) {
	.logo_p
	.texte_accueil img {
		width: 19%;
		margin-right: 1.25%;
	}
	.caroussel {
		line-height: 0;
		font-size: 0;
		letter-spacing: -0.31em
	}
}
@media (max-width: 600px) {
	.titre_accueil {
		font-size: 17px;
		margin-bottom: 10px;
	}
	.logo_pj {
		position: absolute;
		margin: auto;
		width: 15%;
		left: calc((100% - 15%) / 2);
		z-index: 20;
	}
	.button_mute {
		position: absolute;
		margin-top: -35px;
		margin-left: 10px;
		cursor: pointer;
	}
	.button_mute .fa {
		font-size: 20px;
		color: white;
	}
	.button_mute .fa.cross {
		font-size: 10px;
		margin-left: 3px;
		vertical-align: top;
		margin-top: 4px;
	}
}
@media (max-width: 700px){
	.form_contact {
		background-color: rgba(255,255,255,0.6);
		padding: 50px;
		width: auto;
		color: #444;
		font-weight: bold;
		margin: 0 -15px;
		padding-top: 120px;
	}
	.form_contact input {
		width: 100%;
	}
	.form_contact textarea {
		width: 100%;
	}
	.bg_contact {
		height: auto;
	}
	.texte_accueil {
		margin-bottom: 30px;
	}
}
@media (max-width: 1025px){
	.video iframe{height:270px!important;}
}
@media (max-width: 980px) {
	.bandeau .item{margin:0  -100px;}
	.title{margin-top:-120px;font-size:46px;font-weight:bold;}
	.video iframe{height:300px;}
}
@media (max-width: 740px) {
    .media-body {
        padding-left: 30px;
        padding-bottom: 40px;
		display: inherit;
		width: 100%;
    }
	.media-left{
		padding: 10px;
		width: 100%;
		display: inline-block;
	}
	.media img {
		width: 300px;
		margin: 0 auto 10px;
	}
	h3 {
		font-size: 18px;
	}
}
@media (max-width: 640px) {
	.bandeau .item{margin:0 -150px;}
	.title{margin-top:-75px;font-size:36px;font-weight:bold;}
	.video{height:180px;}
	.media-body {
		padding-left: 0;
		padding-bottom: 40px;
		display: block;
		width:100%;
	}
	.media img {
		width: 300px;
		margin: 0 auto 10px;
	}
	.video iframe{height:270px!important;}
	.video{clear:both;margin-bottom:120px;}
}
@media (max-width: 520px) {
	.bandeau, .header_film_pc, .video-header, .slogan-testimonies, .header_smartphone {
		display: none;
	}
	.menu_mobile {
		position: absolute;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		width: 100%;
		padding: 32px 32px;
		z-index: 12;
		margin: 0;
	}
	.menu_mobile.bg-black {
		background-color: rgba(0,0,0,0.7);
	}
	.menu_mobile a {
		display: none;
	}
	.menu_mobile .bouton_burger {
		position: relative;
		top: 0;
		right: 0;
		height: 22px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
	}
	.menu_mobile .bouton_burger .ligne_burger {
		background-color: #FFFFFF;
		width: 32px;
		height: 3px;
		border-radius: 6px;
		margin: 0;
	}
	.menu_mobile.active .bouton_burger .ligne_burger {
		width: 28px;
	}
	.logo_pj {
		position: absolute;
		left: 32px;
		top: 25px !important;
		width: 45px;
		display: block;
	}
	.button_mute {
		display: none;
	}
	#video {
		display: none;
	}
	.img-mobile {
		display: block;
		position: relative;
		padding-top: 132%;
		background-color: #444;
	}
	.about-mobile-header, .films-mobile-header, .testimonies-mobile-header {
		display: block;
		position: relative;
		background-size: cover;
		padding-top: 132%;
	}

	.about-mobile-header {
		background-image: url("../../img/mobile/01smartphone_apropos_ph.png");  /* Changer source image page A propos */
	}
	.films-mobile-header {
		background-image: url("../../img/mobile/02smartphone_films_ph.png");  /* Changer source image page Films */
	}
	.testimonies-mobile-header {
		background-image: url("../../img/mobile/03smartphone_temoignages_ph.png");  /* Changer source image page Témoignages */
	}

	.mobile-header-about-content, .mobile-header-films-content, .mobile-header-testimonies-content {
		height: 100%;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: 0;
	}
	.mobile-header-about-content h1, .mobile-header-films-content h1 {
		color: #fff
	}
	.mobile-header-testimonies-content h2 {
		color: #fff;
		font-size: 20px;
		margin-top: 80px;
		text-align: center;
	}
	.mobile-header-films-content h1 {
		margin-top: 80px;
	}
	.img-mobile .nav_elements {
		position: absolute;
		display: flex;
		justify-content: space-around;
		width: 100%;
		top: 50%;
		align-items: center;
		transform: translate(0, -50%);
		z-index: 2;
	}
	.img-mobile .nav_elements img {
		width: 30px;
		opacity: 0.7;
		cursor: pointer;
	}
	.img-mobile .nav_elements img:hover {
		opacity: 1;
	}
	.img-mobile .slide.active {
		opacity: 1;
		transition: opacity 2s ease;

	}
	.img-mobile .slide {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		opacity: 0;
		background-size: cover;
	}
	.img-mobile .slide.slide_1 {
		background-image: url("../../img/mobile/home_mobile_CelineBastien.jpg");
	}
	.img-mobile .slide.slide_2 {
		background-image: url("../../img/mobile/home_mobile_AliceFrançois.jpg");
	}
	.img-mobile .slide.slide_3 {
		background-image: url("../../img/mobile/home_mobile_AlexandraAurelien.jpg");
	}
	.img-mobile .slide.slide_4 {
		background-image: url("../../img/mobile/home_mobile_MelanieDavid.jpg");
	}
	.img-mobile .slide.slide_5 {
		background-image: url("../../img/mobile/home_mobile_AnneSimon.jpg");
	}
	.img-mobile .slide.slide_6 {
		background-image: url("../../img/mobile/home_mobile_PaulineSimon.jpg");
	}
	.img-mobile .slide.slide_7 {
		background-image: url("../../img/mobile/home_mobile_KatelynnAlexandre.jpg");
	}
	/* Ajouter le background-image en prenant en compte la class définie dans index.html */
	.img-mobile .slide p {
		position: absolute;
		right: 10px;
		bottom: 10px;
		color: #fff;
	}
	.img-mobile .img-slide .main_img {
		width: 100%;
	}
	.img-mobile span {
		position: absolute;
		right: 32px;
		bottom: 48px;
		color: #FFFFFF;
		font-size: 14px;
		text-shadow: #000000 1px 0 5px;
	}
	.texte_accueil {
		margin-top: 42px;
	}
	.texte_accueil h1 {
		font-size: 22px;
		color: #555;
	}
	.caroussel {
		display: none;
	}
	article p {
		font-size: 15px;
	}
	.media-left p::before {
	    height: 20px;
	    left: 25px;
	    margin: -10px auto;
	    width: 100%;
	    background-size: contain;
	    z-index: 999;
	}
	.media img {
	    width: 100%;
	    margin: 0 auto 10px;
	}

}
@media (max-width: 360px) {
	.video iframe{height:140px!important;}
	.video{clear:both;margin-bottom:30px;}
	.media img {
		max-width: 100%;
		margin: 0 auto 10px;
	}
	.form_contact {
	    padding: 120px 20px 20px;
	}
}
@media (max-width: 320px) {
	.video iframe{height:120px!important;}
	.video{clear:both;margin-bottom:20px;}
}


/* TEST */

.carroussel_zoom {
	overflow: hidden;
	width: 100%;
	position: relative;
	height: 800px;
}
.carroussel_zoom .container_img1 {
	width: 100%;
	background-image: url('../../img/film_smartphone4.jpeg');
	background-position: center;
	background-size: contain;
	height: 800px;
	animation-name: diapo;
	animation-duration: 8s;
	display: block;
	position: absolute;
	overflow: hidden;
	opacity: 0;
}
.carroussel_zoom .container_img2 {
	width: 100%;
	background-image: url('../../img/accueil_smartphone2.jpg');
	background-position: center;
	background-size: contain;
	height: 800px;
	animation-name: diapo;
	animation-duration: 8s;
	display: none;
	position: absolute;
	opacity: 0;
}
.carroussel_zoom .container_img3 {
	width: 100%;
	background-image: url('../../img/temoignages_smartphone2.jpg');
	background-position: center;
	background-size: contain;
	height: 800px;
	animation-name: diapo;
	animation-duration: 8s;
	display: none;
	position: absolute;
	opacity: 0;
}
.carroussel_zoom .container_img4 {
	width: 100%;
	background-image: url('../../img/accueil_smartphone2.jpg');
	background-position: center;
	background-size: contain;
	height: 800px;
	animation-name: diapo;
	animation-duration: 8s;
	display: none;
	position: absolute;
	opacity: 0;
}
.carroussel_zoom .container_img5 {
	width: 100%;
	background-image: url('../../img/temoignages_smartphone2.jpg');
	background-position: center;
	background-size: contain;
	height: 800px;
	animation-name: diapo;
	animation-duration: 8s;
	display: none;
	position: absolute;
	opacity: 0;
}
@keyframes diapo {
	0% {
		transform: scale(1);
		opacity: 0;
	}
	30% {
		opacity: 1;
	}
	70% {
		opacity: 1
	}
	100% {
		opacity: 0;
		transform: scale(1.05);
	}
}


.container.force-w-img {
  padding-right: 0!important;
  padding-left: 0!important;
  max-width: 80rem;
}

.container.force-w-img .page-content {
  max-width: 100%;
}

.container.force-w-img .widget {
  margin-bottom: 0rem;
}

.photo {
  position: relative;
  display: block;
  margin-bottom: 10px;
}
