/**************** FONTS ****************/
@font-face {
  font-family: "MyriadProRegular";
  src: url('../fonts/MyriadPro-Regular.eot') format('embedded-opentype'), url('../fonts/MyriadPro-Regular.ttf');
}
@font-face {
  font-family: "MyriadProLight";
  src: url('../fonts/MyriadPro-Light.eot') format('embedded-opentype'), url('../fonts/MyriadPro-Light.ttf');
}
@font-face {
  font-family: "MyriadProBold";
  src: url('../fonts/MyriadPro-Bold.eot') format('embedded-opentype'), url('../fonts/MyriadPro-Bold.ttf');
}
#mask-video
{
  overflow:hidden;
  display:none;
}
.container-video
{
	background-color:#4D631B;
}

body {
  margin: 0px;
  padding: 0px;
  font-size: 16px !important;
  font-family: "MyriadProRegular" !important;
}
/**************** ELEMENTS POUR LE PARALLAXE ****************/
body #parallaxe-1
{
	min-height:500px;
}

body #parallaxe-1,
body #parallaxe-2{
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
body #parallaxe-2{
	 background-position: center top;
}
body #parallaxe-1 {
  background-image: url("../images/background-1.jpg");
}
body .parallaxe-small-height{
  height: 500px!important;
}
body #parallaxe-2 {
  background-image: url("../images/background-2.jpg");
}
body .dotted-video {
  background-image: url("../images/quadrillage-2.png");
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
}
body .dotted {
  background-image: url("../images/quadrillage-2.png");
  height:100%;
  width:100%;
}
body .dotted-header {
  background-image: url("../images/quadrillage-2.png");
  height:100%;
  width:100%;
  position: absolute;
}
/**************** HEADER ****************/
body #header {
  height: 120px;
  /* LE background est mis dans le initHome du fichier JS */
  background-size: cover;
  font-family: "MyriadProRegular";
  font-size: 16px;
  position: fixed;
  z-index: 800;
  width: 100%;
}
/* Pour les pages Type */
body .header-type{
  background-image: url("/images/type-header-background.jpg");
}
body .dotted-for-type{
  background-image: url("../images/quadrillage-2.png");
  height:100%;
  width:100%;
  position: absolute;
}
/*FIN POUR LES PAGES TYPE*/
body #header img {
  margin-top: 25px;
  position: relative;
  z-index: 33;
  border:none;
}
body #header .menu {
  margin-top: 45px;
  float: right;
  position: relative;
  z-index: 33;
}
body #header .menu ul {
  margin: 0px;
  padding: 0px;
}
body #header .menu ul li {
  list-style: none;
  float: left;
  margin-left: 25px;
}
body #header .menu ul li .logo-blanc {
  display: block;
  margin: 0px auto 15px auto;
}
body #header .menu ul li .logo-vert {
  display: none;
  margin: 0px auto 15px auto;
}
body #header .menu ul li .logo-bleu {
  display: none;
}
body #header .menu ul li a {
  text-decoration: none;
  text-transform: uppercase;
  color: #FFF;
}

body #header .menu ul.for-large li:hover .logo-vert {
  display: block;
}
body #header .menu ul.for-large li:hover .logo-blanc {
  display: none;
}
body #header .menu ul.for-large li:hover a {
  color: #76D11D;
}
body #header .menu ul.for-large li.current a {
  color: #76D11D;
}
body #header .menu ul.for-large li.current .logo-vert {
  display: block;
}
body #header .menu ul.for-large li.current .logo-blanc {
  display: none;
}
/**************** CUSTOMER-SPACE ****************/
body .container-customer-space {
  position: absolute;
  z-index: 3;
  right:0px;
  top: 256px;
}
body .container-customer-space .toggle {
  background-image: url(../images/customer-space-background.png);
  float:left;
  padding: 10px;
  text-align: center;
  color: #FFF;
  font-size: 10px;
}
body .container-customer-space .toggle:hover {
  cursor: pointer;
}
body .container-customer-space .toggle img {
  margin-bottom: 10px;
}
body .container-customer-space .content {
  background-image: url(../images/customer-space-background.png);
  float:left;
  padding:15px;
  width: 250px;
  min-height:200px;
  color:#FFF;
  font-size: 14px;
}
body .container-customer-space .content ul {
  margin:0px 0px 0px 10px;
  padding:0px;
}
body .container-customer-space .content ul li {
  list-style: none;
  margin-bottom:5px;
}
body .container-customer-space .content ul li a {
  color:#FFF;
  text-decoration: none;
}

/***************** SLIDER OWL ************************************/
body .slider-images {
  position: absolute;
  top: 220px;
}
body .slider-images .item {
  text-align: center;
  font-family: "MyriadProLight";
  display: none;
}
body .slider-images .item h1 {
  margin: 0px 0px 0px 0px;
  padding: 0px;
  font-size: 70px;
  color: #FFF;
  font-weight: normal;
}
body .slider-images .item h2 {
  margin: 30px 0px 0px 0px;
  padding: 0px;
  font-size: 40px;
  color: #FFF;
  font-weight: normal;
}
body .slider-images .item .box-link {
  border: #76D21D 1px solid;
  display: inline-block;
  padding: 10px 20px 10px 20px;
  margin-top: 40px;
  margin-bottom: 20px;
}
body .slider-images .item .box-link a {
  text-decoration: none;
}
body .slider-images .item .box-link a h3 {
  margin: 0px;
  padding: 0px;
  color: #76D21D;
  font-size: 30px;
  font-weight: normal;
}
/**************** FOOTER ****************/
body #footer {
  font-family: "MyriadProRegular";
  height: 204px;
  background-image: url('../images/footer-background.png');
  color: #76D21D;
  position: absolute;
  bottom: 0px;
  width: 100%;
}
body #footer img{
  border:none;
}
body #footer a {
  color: #76D21D;
  text-decoration: none;
}
body #footer h3 {
  margin-top: 25px;
  padding: 0px;
  font-weight: bold;
  font-size: 20px;
}
body #footer .box-logo {
  margin: 0px;
  padding: 0px;
}
body #footer .box-logo ul {
  margin: 0px;
  padding: 0px;
}
body #footer .box-logo ul li {
  list-style: none;
  /*margin-bottom: 15px;*/
  margin-bottom:7px;
}
body #footer .box-facebook {
  font-family: "MyriadProLight";
  font-size: 30px;
  /*text-align: right;*/
  margin-top:80px;
}
body #footer .box-facebook img.fb{
  float:right;
}
body #footer .box-facebook img.migration{
  margin-left:42px;
}
body .footer-home .box-facebook {
  margin-top:-20px!important;
}
body #footer .box-facebook .bold {
  font-family: "MyriadProBold";
  margin-right: 15px;
}

/************************** COLUMNS CONTENT () ********************************************/
body .home .columns-content{
  text-align: center;
}
body .home .columns-content .text{
  text-align: left;
}
body .columns-content {
  font-family: "MyriadProLight";
  padding-top: 40px;
  padding-bottom:100px;
    padding-left:20px;
    padding-right: 20px;
  background-color: #FFF;
  color: #77BD32;
}
body .columns-content .icone-agilis{
  width:300px;
}
body .columns-content .icone-ibox{
  width:200px;
}
body .columns-content h1 {
  font-size: 48px;
  font-weight: normal;
  display: inline;
}
body .columns-content h1 .icone-propos{
  width: 60px;
  margin: -15px 10px 0px 0px;
}
body .columns-content .logo {
  margin-top: -40px;
  margin-right: 10px;
}
body .columns-content .subtext {
  margin-top: 20px;
  padding: 0px;
  font-size: 22px;
  line-height: 24px;
}
body .columns-content .text {
  margin-top: 20px;
  font-size: 16px;
  margin-bottom: 20px;
  color: #707070;
  line-height: 20px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
}
body .columns-content .textsingle {
  margin-top: 20px;
  font-size: 16px;
  margin-bottom: 20px;
  color: #707070;
  line-height: 20px;
}
body .columns-content .text p {
	margin-top:0px;
}
body .columns-content .text img{
  border:none;
}
body .columns-content .text .logo {
  margin: 50px 0px 0px 50px;
  padding: 0px;
  float: left;
  text-align: center;
  color: #77BD32;
  font-size: 16px;
  text-transform: uppercase;
}
body .columns-content .separated{
  border-top:#77BD32 2px dotted;
  padding-top: 50px;
}
body .columns-content .text .logo img {
  margin-bottom: 10px;
}
/* Seulement pour la page template sans video */
body .no-video{
  padding-top:150px;
}
/**************** PORTFOLIO-CONTENT (sur la home)****************/
body #portfolio-content {
  font-family: "MyriadProLight";
  color: #FFF;
}
body #portfolio-content .title {
  margin-top:80px;
  text-align: center;
}
body #portfolio-content .title h1 {
  text-transform: uppercase;
  font-size: 48px;
  font-weight: normal;
  display: inline;
}
body #portfolio-content .text {
  margin-top: 20px;
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 24px;
}
body #portfolio-content .left-box img {
  width: 100%;
}
body #portfolio-content .middle-box img {
  width: 100%;
}
body #portfolio-content .right-box img {
  width: 100%;
}
body #portfolio-content .box{
  margin-bottom:25px;
}

body #portfolio-content .box.main{
	padding: 0px;
	margin-left: 0.9375em;
	margin-right: 0.9375em;
	width: 28%;
}

body #portfolio-content .display{
	display: block;
	position: absolute;
	top: 0px;
	background-image: url("../images/essai.png");
	text-align: center;
	opacity: 1;
	padding:10px;
	height:100%;
	width:100%;
}

body #portfolio-content .display h2 {
  font-weight: normal;
  text-transform: uppercase;
  color: #FFF;
  font-size: 30px;
  margin: 0px;
  padding: 0px;
  margin-top:47%;
}

@media only screen and (max-width: 40.063em)
{
	body #portfolio-content .box.main{
		width:100%;
		margin-left:0px;
		margin-right:0px;
	}
}

body #portfolio-content .display-when-hover {
  display: block;
  position: absolute;
  top: 0px;
  background-image: url("../images/essai.png");
  text-align: center;
  opacity: 0;
}
body #portfolio-content .display-when-hover h2 {
  font-weight: normal;
  text-transform: uppercase;
  color: #FFF;
  font-size: 36px;
  margin: 0px;
  padding: 0px;
  margin-top: 146px;
  display:none;
}
body .mobile-more{
  text-align: center;
}
body .mobile-more a{
  font-size: 28px;
  color:#77BD32;
  font-weight: bold;
  text-decoration: none;
}
body .mobile-more img{
  border:none;
}

/**************** TEMOIGNAGE-CONTENT (sur la home) ****************/
body #witnessing {
  background-color: #FFF;
  color: #77BD32;
  font-family: "MyriadProLight";
  padding-top: 80px;
  padding-bottom: 150px;
  padding-left:20px;
  padding-right: 20px;
}
body #witnessing .title {
  text-align: center;
}
body #witnessing .title h1 {
  text-transform: uppercase;
  font-size: 48px;
  font-weight: normal;
  display: inline;
}
body #witnessing .text {
  margin-top: 20px;
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 24px;
}
body #witnessing .text.big p {
	font-size: 24px !important;
	text-align:center;
	line-height:28px;
}
body #witnessing .project {
  margin-top: 50px;
  height:310px;
}
body #witnessing .project img {
  float: left;
}
body #witnessing .project .content {
  margin-left: 290px;
}
body #witnessing .project .content .title {
  text-align: left;
  font-size: 27px;
}
body #witnessing .project .content .sub-title {
  font-size: 22px;
}
body #witnessing .project .content .sub-title .small {
  margin-top: -20px;
  font-size: 16px;
}
body #witnessing .project .content .text {
  margin-top: 10px;
  color: #707070;
  font-size: 16px;
  line-height: 120%;
}
/**************** MOBILE-CONTENT (sur la home)****************/
body #mobile-content {
  font-family: "MyriadProLight";
  color: #FFF;
  padding-left:20px;
  padding-right:20px;
}
body #mobile-content .title {
  margin-top:80px;
  text-align: center;
}
body #mobile-content .title h1 {
  text-transform: uppercase;
  font-size: 48px;
  font-weight: normal;
  display: inline;
}
body #mobile-content .subtext {
  font-size: 24px;
  line-height: 26px;
}
body #mobile-content .text {
  margin-top: 20px;
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 24px;
}

body #mobile-content .subtext p, body #mobile-content .text p, body #portfolio-content .text p{
  font-size: 24px;
  line-height: 26px;
  text-align:center;
}

/**************** CONTACT (page de contact) ****************/
body .labelfor-ie{
  display:none;
}
body #contact{
  padding-left:20px;
  padding-right: 20px;
}
body #contact iframe{
  border:none;
}
body #contact{
  font-family: "MyriadProLight";
  padding-bottom:100px;
  padding-top:120px;
  background-color: #FFF;
}
body #contact h1{
  font-size: 48px;
  font-weight: normal;
  color: #77BD32;
  font-family: "MyriadProLight";
}
body #contact h1 img{
  width: 65px;
  margin-right: 20px;
  margin-top: -9px;
}
body #contact #contactForm{
}
body #contact #contactForm input[type=submit]{
  cursor: pointer;
}
body #contact #contactForm input[type=text], input[type=password], body #contact #contactForm textarea{
  width:100%;
  padding:8px;
  margin-bottom:20px;
  background-color:#B0D7A1;
  border: none;
  color:#FFF;
}
body #contact #contactForm input::-webkit-input-placeholder, body #contact #contactForm textarea::-webkit-input-placeholder {
    color: #FFF;
}
body #contact #contactForm input, body #contact #contactForm textarea{
  font-family: "MyriadProRegular";
  font-size: 16px;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
    transition: background-color 0.5s;

}
body #contact #contactForm input[type=text]:focus, input[type=password]:focus, body #contact #contactForm textarea:focus{
  background-color:#3A6828;
}
body #contact #contactForm textarea{
  height: 155px;
}
.input-left.columns.large-6 {
  margin-left: -15px;
}
td.areaMigration textarea{
  height:300px!important;
}
td.areaMigration textarea :focus{
  color:#F00;
}

body #contact #cubeForm{
}
body #contact #cubeForm input[type=submit]{
  cursor: pointer;
}
body #contact #cubeForm input[type=text], input[type=password], body #contact #cubeForm textarea{
  width:100%;
  padding:8px;
  margin-bottom:20px;
  background-color:#B0D7A1;
  border: none;
  color:#FFF;
}
body #contact #cubeForm input::-webkit-input-placeholder, body #contact #cubeForm textarea::-webkit-input-placeholder {
    color: #FFF;
}
body #contact #cubeForm input, body #contact #cubeForm textarea{
  font-family: "MyriadProRegular";
  font-size: 16px;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
    transition: background-color 0.5s;

}
body #contact #cubeForm input[type=text]:focus, input[type=password]:focus, body #contact #cubeForm textarea:focus{
  background-color:#3A6828;
}
body #contact #cubeForm textarea{
  height: 155px;
}
.input-left.columns.large-6 {
  margin-left: -15px;
}
td.areaMigration textarea{
  height:300px!important;
}
td.areaMigration textarea :focus{
  color:#F00;
}


/*###################### PAGE DE TYPE (Template page type) #############################*/
body #type-content .type-content .columns{
  min-height: 657px;
}
body #type-content .type-content .columns h3{
  font-size: 48px;
  font-weight: normal;
  display: inline;
}
body #type-content .normal-content{
  background-color: #FFF;
}
body #type-content .normal-content {
  font-family: "MyriadProLight";
  padding-top: 180px;
  background-color: #FFF;
  color: #77BD32;
  padding-left:20px;
  padding-right: 20px;
}
body #type-content .normal-content .icone-faq{
  width: 60px;
  margin-top: -25px;
  margin-right: 10px;
}
body #type-content .normal-content h1 {
  font-size: 48px;
  font-weight: normal;
  display: inline;
}
body #type-content .normal-content .logo {
  margin-top: -40px;
  margin-right: 10px;
}
body #type-content .normal-content .subtitle {
  margin-top: 20px;
  padding: 0px;
  font-size: 22px;
  line-height: 24px;
}
body #type-content .normal-content .text {
  margin-top: 20px;
  font-size: 16px;
  margin-bottom: 30px;
  color: #707070;
  line-height: 20px;
}
body #type-content .normal-content .text.big p {
	font-size:24px;
	line-height:26px;
}
body #type-content .normal-content h3 {
  margin-top: 64px;
}
body #type-content .normal-content .separated .subtitle{
  font-weight: bold;
  color: #707070;
  border-top: #77BD32 2px dotted;
  padding-top: 20px;
}

body #type-content .reference-content{
  font-family: "MyriadProLight";
  padding-top: 180px;
  padding-bottom: 220px;
}
body #type-content .reference-content h1{
  font-size: 48px;
  font-weight: normal;
  display: inline;
  color:#77BD32;
}
body #type-content .reference-content .text{
  margin-top: 20px;
  font-size: 16px;
  margin-bottom: 20px;
  color: #707070;
  line-height: 20px;
}
body #type-content .reference-content img.current-image{
  float:right;
  margin-bottom:20px;
}

body #type-content .reference-content .menu {
  margin:0px 0px 45px 0px;
  padding:0px;
}

body #type-content .reference-content .menu ul {
  margin:0px;
  padding:0px;
}

body #type-content .reference-content .menu ul li {
  margin:0px 25px 0px 0px ;
  padding:0px;
  list-style: none;
  float: left;
}

body #type-content .reference-content .menu ul li a {

}

body #type-content #footer{
  position: relative;
  background-image: url("/images/type-footer-background.jpg");
  background-size: cover;
}
body #type-content #footer .dotted{
  background-image: url("/images/quadrillage-2.png");
  height:100%;
  width:100%;
  position:absolute;
}
body #type-content #footer .mail{
  margin-top:100px;
}
body #type-content #footer .row{
  padding-left:20px;
  padding-right: 20px;
}

/*###################### TEAM (Template page home-no-video) #############################*/
body #parallaxe-2 {
  color: #FFF;
  font-family: "MyriadProLight";
}
body #parallaxe-2 .title {
  margin-top:80px;
  text-align: center;
}
body #parallaxe-2 .title h1 {
  text-transform: uppercase;
  font-size: 48px;
  font-weight: normal;
  display: inline;
}
body #parallaxe-2 .title h1 .icone-team{
  width: 65px;
  margin: -10px 15px 0px 0px;
}
body #parallaxe-2 .text {
  margin-top: 20px;
  font-size: 22px;
  margin-bottom: 30px;
  line-height: 24px;
  padding-left:20px;
  padding-right: 20px;
}
body #parallaxe-2 #team .people {
  margin-bottom: 40px;
  min-height:170px;
  padding-left:0px;
}
body #parallaxe-2 #team .people img {
  float: left;
  margin-right: 15px;
}
body #parallaxe-2 #team .people img.perso {
  width:119px;
}
body #parallaxe-2 #team .people .title {
  text-align: left;
  font-size: 27px;
  color: #77BD32;
  font-weight: bold;
  margin-top: 25px;
}
body #parallaxe-2 #team .people .description {
  font-size: 16px;
  margin-top: -8px;
}

/*###################### PARTNERS (Template page home-no-video) #############################*/
body #partners{
  background-color: #FFF;
  color: #77BD32;
  font-family: "MyriadProLight";
  padding-bottom: 50px;
}
body #partners .title {
  margin-top:80px;
  text-align: center;
  margin-bottom:60px;
}
body #partners .title h1 {
  text-transform: uppercase;
  font-size: 48px;
  font-weight: normal;
  display: inline;
}
body #partners .title h1 .icone-partenaires{
  margin: -15px 15px 0px 0px;
}
body #partners .logo-partenaires img{
  margin-bottom:120px;
  border:none;
}
body #partners{
  text-align: center;
}



body p {
  font-size: 17px;
}
body a{
  color:#707070;
}

.avenger-content-notpublished{
  margin:0px;
}
