@charset "UTF-8";
/* Sass Document base--*/
@import url(glyphicons.css);
@import url(glyphicons-filetypes.css);
@import url(glyphicons-social.css);
@import url(glyphicons-halflings.css);
/*--------------------------------------------------------
 Sass _theme.scss
--------------------------------------------------------*/
.avantGardeGothic {
  font-family: "AvantGardeGothicITC W08 Book";
}

.excelsior {
  font-family: "Excelsior W01 Roman";
}

.franklinGothic {
  font-family: "URWFranklinGothicW02-Li";
}

body {
  background-color: white;
  font-family: "URWFranklinGothicW02-Li";
  font-size: 1.4em;
  line-height: 1.3em;
  color: #333333;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 1.5em;
  }
}

@media screen and (min-width: 768px) {
  body.bg-home {
    /*background-image:url(/style/images/bg-home.png);
		background-position:center;
		background-repeat:no-repeat;
		background-attachment:fixed;*/
  }
}

a:link, a:visited {
  color: #02385a;
}

a:hover {
  color: #d73c19;
}

.svg-content {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.menu-list h1 {
  margin: 0;
  padding: 0 0 5px 10px;
  font-family: "AvantGardeGothicITC W08 Book";
  font-size: 130%;
  text-transform: uppercase;
  color: white;
}

.menu-list a h1, .menu-list a p {
  color: #fff;
  opacity: .8;
  transition: .5s all;
}

.menu-list a h1:hover, .menu-list a p:hover {
  opacity: 1;
  color: #d73c19;
}

.menu-list ul {
  margin: 0;
  padding: 0;
  vertical-align: top;
  display: table-cell;
}

.menu-list li {
  margin: 0;
  padding: 0;
}

.menu-list p {
  margin: 0;
  padding: 0 0 5px 10px;
  font-family: "Excelsior W01 Roman";
  font-size: 110%;
  color: #d73c19;
}

.flex-menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.flex-menu .flex-menu-picto {
  width: 50px;
  height: 45px;
}

.flex-menu .flex-menu-text {
  width: calc(100% - 50px);
}

.head-box {
  height: 90px;
}

.l-box-home {
  border-top: 1px solid #02385a;
  border-bottom: 1px solid #02385a;
  background-color: white;
}

.l-box-home h1 {
  font-family: "AvantGardeGothicITC W08 Book";
  font-size: 130%;
  text-transform: uppercase;
  color: #02385a;
}

.l-box-home a:hover h1 {
  color: #d73c19;
}

.l-intro h1 {
  font-family: "AvantGardeGothicITC W08 Book";
  font-size: 130%;
  text-transform: uppercase;
  color: #02385a;
}

.l-intro h2 {
  font-family: "Excelsior W01 Roman";
  font-size: 110%;
  color: #d73c19;
}

.l-flex-box-theme {
  border-top: 1px solid #02385a;
  border-bottom: 1px solid #02385a;
  background-color: white;
}

.l-flex-box-theme h1 {
  font-family: "AvantGardeGothicITC W08 Book";
  font-size: 130%;
  text-transform: uppercase;
  color: #02385a;
}

.l-flex-box-theme h2 {
  font-family: "Excelsior W01 Roman";
  font-size: 110%;
  color: #d73c19;
}

.l-flex-box-theme.realisation {
  border-top: 1px solid #d73c19;
  border-bottom: 1px solid #d73c19;
}

.l-flex-box-experience {
  border-top: 1px solid #02385a;
  border-bottom: 1px solid #02385a;
  background-color: #02385a;
}

.l-flex-box-experience h2 {
  font-family: "Excelsior W01 Roman";
  font-size: 130%;
  color: #d73c19;
}

.l-flex-box-experience ul li {
  color: white;
  list-style-type: none;
  font-weight: 900;
}

.l-flex-box-experience ul li span {
  color: #d9d9d9;
  font-weight: 100;
}

.experience .l-flex-justify-center {
  color: white;
  font-size: 250%;
}

@media (max-width: 768px) and (orientation: portrait) {
  .experience .l-flex-justify-center {
    font-size: 200%;
  }
}

.adwords .l-flex-perfect-center {
  color: #02385a;
  font-size: 550%;
  -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

@media (max-width: 768px) and (orientation: portrait) {
  .adwords .l-flex-perfect-center {
    font-size: 300%;
  }
}

.l-flex-box-temoignage {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  background-color: #d73c19;
  color: white;
}

.l-flex-box-temoignage span {
  font-size: 200%;
}

.m-flex-box-main > p.citation {
  padding-top: 40px;
}

.m-flex-box-main > p.citation:before {
  padding-left: 25px;
  content: " ";
  background: url(/style/images/quote-white.svg);
  background-size: 15px 15px;
  background-position: left;
  background-repeat: no-repeat;
}

.m-flex-box-main > p.citation:after {
  padding-right: 25px;
  content: " ";
  background: url(/style/images/quote-white.svg);
  background-size: 15px 15px;
  background-position: right;
  background-repeat: no-repeat;
}

.m-flex-box-main > p.citation-reference {
  padding-top: 15px;
}

.temoignage .l-flex-justify-center {
  color: white;
  font-size: 150%;
}

@media (max-width: 768px) and (orientation: portrait) {
  .temoignage .l-flex-justify-center {
    font-size: 125%;
  }
}

.top {
  float: right;
  padding-top: 30px;
  padding-bottom: 20px;
  font-size: 300%;
}

.top a {
  color: #02385a;
}

.top a:hover {
  color: #d73c19;
}

.photo {
  float: left;
}

.photo img {
  padding: 3px;
  margin-right: 5px;
  margin-bottom: 5px;
  border: solid 1px #878787;
  outline: none;
}

.photo img:hover {
  transition: all 300ms;
  *zoom: 1;
  border: solid 1px #d9d9d9;
  outline: none;
}

.header {
  transition: all 300ms;
  *zoom: 1;
  padding: 0 0px;
  background-color: #ffffff;
  z-index: 1000;
  position: relative;
}

/*.header.is-stuck {
	background-color: #ffffff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
		@media (min-width: 768px){
			left:calc((100% - 750px) / 2);
			width:750px;
		}
		@media (min-width: 992px){
			left:calc((100% - 970px) / 2);
			width:970px;
		}
		@media (min-width: 1200px){
			left:calc((100% - 1170px) / 2);
			width:1170px;
		}
	border-bottom: none;
	box-shadow: 0 1px 1px rgba(0,0,0,0.25);
	z-index: 999;
	padding: 0px;
		// Masque le logo 15 dès le déroulement de la page et le blocage de header
		.l-15{
			display:none;
		}
		// Réduit la taille du logo dès le déroulement de la page et le blocage de header
		.l-logo-altella{
			@media (min-width:768px){
				transition: .5s;
				width:125px;
				height:40px;
			}
		}
		
		.head-box{
		transition: height .5s;
		height:60px;
		}
}*/
.menuOpen {
  font-family: "AvantGardeGothicITC W08 Book";
}

.menuOpen:before {
  font-family: "Glyphicons Regular";
  content: "\E159";
  padding-right: 3px;
  padding-bottom: 9px;
  vertical-align: middle;
}

.menu-close {
  font-size: 120%;
}

.menu-close a:link, .menu-close a:visited {
  color: white;
}

.menuClose {
  font-family: "AvantGardeGothicITC W08 Book";
}

.menuClose:before {
  font-family: "Glyphicons Regular";
  content: "\E208";
  padding-right: 3px;
  padding-bottom: 9px;
  vertical-align: middle;
}

.record:after {
  font-family: "Glyphicons Regular";
  content: "\E170";
  padding-left: 3px;
  vertical-align: bottom;
}

.glass:after {
  font-family: "Glyphicons Halflings";
  content: "\E001";
  padding-left: 3px;
  vertical-align: bottom;
}

.pinterest:after {
  font-family: "Glyphicons Social";
  content: "\E001";
  padding-left: 3px;
  vertical-align: bottom;
}

.txt:after {
  font-family: "Glyphicons Filetypes";
  content: "\E001";
  padding-left: 3px;
  vertical-align: bottom;
}

.arrow:after {
  font-family: "Glyphicons Regular";
  content: "\E170";
  padding-left: 3px;
  vertical-align: bottom;
}

/*--------------------------------------------------------
 Sass _utils.scss
--------------------------------------------------------*/
.l-flex-box-theme.extranet, .l-flex-box-theme.adwords, .l-flex-box-theme.realisation {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
}

.l-flex-box-theme.extranet h1, .l-flex-box-theme.adwords h1, .l-flex-box-theme.realisation h1 {
  margin: 0;
  padding: 20px 0 10px 0;
}

.l-flex-box-theme.extranet h2, .l-flex-box-theme.adwords h2, .l-flex-box-theme.realisation h2 {
  margin: 0;
  padding: 5px 0 20px 0;
}

.l-flex-box-theme.extranet p, .l-flex-box-theme.adwords p, .l-flex-box-theme.realisation p {
  margin: 0;
  padding: 0 0 5px 0;
}

.l-flex-box-experience {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
}

.l-flex-box-experience h2 {
  margin: 0;
  padding: 30px 0 15px 0;
}

.l-flex-box-experience p {
  margin: 0;
  padding: 0 0 5px 0;
}

.l-flex-box-experience ul {
  margin: 0;
  padding: 0;
}

.l-flex-box-experience ul li {
  margin: 0;
  padding: 0 0 6px 0;
}

.l-flex-box-temoignage {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
}

.l-flex-box-temoignage p {
  margin: 0;
  padding: 0 0 5px 0;
}

/*--------------------------------------------------------
 Sass _layout.scss
--------------------------------------------------------*/
.container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  background: rgba(1, 39, 62, 0.9);
  text-align: left;
  /*text-transform: uppercase;
    font-weight: bold;
    font-family: "Raleway";*/
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(1.4);
      -ms-transform: scale(1.4);
          transform: scale(1.4);
  transition: all .3s;
}

.menu-shown .menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.menu-container {
  height: 100%;
}

.menu-close {
  float: right;
  padding: 5px 10px;
}

.menu-wrapper {
  width: 100%;
  height: 100%;
}

.menu-active a {
  opacity: 1;
}

.menu-list {
  clear: both;
  display: table;
  vertical-align: top;
  width: 100%;
  height: 100%;
  padding-top: 20px;
}

@media (min-width: 768px) {
  .menu-list {
    padding-top: 100px;
  }
}

.menu-list li {
  clear: both;
}

.menu-list li + li {
  padding-top: 20px;
}

.l-logo-altella {
  /*position: absolute;
	top:10px;
	left:10px;*/
  margin-top: 10px;
  float: left;
  width: 125px;
  height: 35px;
  z-index: 2;
  overflow: hidden;
}

@media (min-width: 768px) {
  .l-logo-altella {
    width: 250px;
    height: 71px;
  }
}

.l-15 {
  position: absolute;
  top: 75px;
  right: 15px;
  width: 45px;
  height: 50px;
  z-index: 3;
  overflow: hidden;
}

@media (min-width: 600px) and (max-width: 767px) {
  .l-15 {
    top: 10px;
    left: calc(100% / 2);
  }
}

@media (min-width: 768px) {
  .l-15 {
    top: 10px;
    left: calc(100% / 2);
    width: 90px;
    height: 100px;
  }
}

.l-menu {
  float: right;
  padding: 5px 20px 5px 0;
  font-size: 120%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.l-altella {
  width: 80px;
  float: right;
  margin-top: 12px;
  font-family: "AvantGardeGothicITC W08 Book";
  font-size: 120%;
}

.l-altella a {
  padding-left: 25px;
  background: url(/style/images/A.svg);
  background-size: 18px 18px;
  background-repeat: no-repeat;
}

.l-altella a:hover {
  padding-left: 25px;
  background: url(/style/images/A-hover.svg);
  background-size: 18px 18px;
  background-repeat: no-repeat;
}

.social-icon ul, .languages ul {
  margin: 0;
  padding: 0;
}

.social-icon ul li, .languages ul li {
  display: inline;
  list-style-type: none;
}

.li-link-20 {
  padding: 0 0 0 20px;
}

.cloud, .waves {
  padding: 0;
}

.l-cloud-altella {
  margin: auto;
  width: 200px;
  height: 127px;
  overflow: hidden;
}

.waves {
  margin-top: 30px;
}

@media (max-width: 991px) {
  .waves {
    display: none;
  }
}

.l-waves {
  margin: auto;
  width: 200px;
  height: 64px;
  overflow: hidden;
}

.l-box-home {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
}

.l-box-home h1 {
  margin: 0;
  padding: 10px 0 10px 0;
}

.l-box-home p {
  margin: 0;
  padding: 0 0 5px 0;
}

.l-flex-box-theme.extranet .m-flex-box-left {
  width: 20%;
}

.l-flex-box-theme.extranet .m-flex-box-main {
  width: calc(100% - 20%);
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
}

.extranet > .m-flex-box-left {
  background-image: url("/style/images/extranet.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

@media only screen and (min-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .extranet > .m-flex-box-left {
    background-image: url("/style/images/retina/extranet@2x.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
}

.l-flex-box-experience .m-flex-box-left {
  width: 10%;
}

.l-flex-box-experience .m-flex-box-main {
  width: calc(100% - 10%);
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
}

.l-flex-justify-center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding-top: 20px;
}

.l-flex-box-temoignage .m-flex-box-left {
  width: 10%;
}

.l-flex-box-temoignage .m-flex-box-main {
  width: calc(100% - 10%);
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
}

.l-flex-box-theme.adwords .m-flex-box-left {
  width: 30%;
}

.l-flex-box-theme.adwords .m-flex-box-main {
  width: calc(100% - 30%);
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
}

.l-flex-perfect-center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.l-flex-perfect-center .glyphicons {
  margin: auto;
}

.l-intro {
  margin-top: 70px;
}

.l-intro h1 {
  margin: 0;
  padding: 0 0 10px 0;
}

.l-intro h2 {
  margin: 0;
  padding: 0 0 20px 0;
}

@media (min-width: 768px) {
  .l-intro {
    margin-top: 30px;
  }
}

.l-flex-box-theme.realisation .m-flex-box-left {
  width: 30%;
}

.l-flex-box-theme.realisation .m-flex-box-main {
  width: calc(100% - 30%);
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
}

.realisation > .m-flex-box-left {
  background-image: url("/style/images/realisation.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
}

@media only screen and (min-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .realisation > .m-flex-box-left {
    background-image: url("/style/images/retina/realisation@2x.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}

.flex-menu-picto .gestion-donnees {
  width: 50px;
  height: 45px;
  background-image: url("/style/images/gestion-donnees.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
}

@media only screen and (min-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .flex-menu-picto .gestion-donnees {
    background-image: url("/style/images/retina/gestion-donnees@2x.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}

.flex-menu-picto .interaction-clients {
  width: 50px;
  height: 45px;
  background-image: url("/style/images/interaction-clients.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
}

@media only screen and (min-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .flex-menu-picto .interaction-clients {
    background-image: url("/style/images/retina/interaction-clients@2x.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}

.flex-menu-picto .valorisation-infos {
  width: 50px;
  height: 45px;
  background-image: url("/style/images/valorisation-infos.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
}

@media only screen and (min-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .flex-menu-picto .valorisation-infos {
    background-image: url("/style/images/retina/valorisation-infos@2x.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}

.flex-menu-picto .communication-visuelle {
  width: 50px;
  height: 45px;
  background-image: url("/style/images/communication-visuelle.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
}

@media only screen and (min-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .flex-menu-picto .communication-visuelle {
    background-image: url("/style/images/retina/communication-visuelle@2x.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}
.flex-menu-picto .etudes-marche {
  width: 50px;
  height: 45px;
  background-image: url("/style/images/etudes-marche.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
}

@media only screen and (min-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .flex-menu-picto .etudes-marche {
    background-image: url("/style/images/retina/etudes-marche@2x.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}
/*---------- tests ----------*/
.element {
  position: absolute;
  top: 1em;
  right: 10%;
  position: padding;
  top: 10px;
  bottom: 10px;
}

.element-size {
  width: 10px;
}

.element-border-radius {
  border-radius: 10px 11px 12px 13px;
}

.element-bleu {
  color: #02385a;
}
