.navbar {
  display: flex;
  overflow: hidden;
  align-self: stretch;
  align-items: center;
}

.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;g: 14px 16px;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
}

.dropdown {
  float: left;
  overflow: hidden;
  height: 100%;
  display: flex;
  align-self: center;
}

.dropdown .dropbtn {
  font-size: 17px;
  letter-spacing: 2px;
  border: none;
  font-family: 'dolce_vita_heavybold', sans-serif;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  margin: 0;
}

.header > h5 {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
}

.navbar > .dropdown > .dropbtn:hover {
  text-decoration: underline;
}

.dropdown-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.80);
  width: 100%;
  left: 0;
  top: 100%;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  z-index: 1;
}


.dropdown-content .header {
  padding: 70px 0 15px;
  color: #B7B7B7;
  margin: 0 130px;
  display: flex;
}

.dropdown:hover .dropdown-content {
  max-height: 1000px;
}

.row{
  display: flex;
  gap: 50px;
  margin: 0 130px;
  padding-bottom: 70px;
}

.column {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.column a {
  float: none;
  color: white;
  text-decoration: none;
  display: block;
  padding: 5px 0;
  text-align: left;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Sous-menu */
.sub-dropdown {
  position: relative;
}

.sub-dropdown > a {
  display: block;
  color: white;
  text-decoration: none;
  cursor: pointer;
  padding: 5px 0;
}


.sub-dropdown-content {
  max-height: 0;
  overflow: hidden;
  position: relative;
  transition: max-height 0.3s ease;
  margin-left: 16px;
}

.sub-dropdown-content.is-active {
  max-height: 500px; /* ou plus grand selon besoin */
}


.sub-dropdown-content a {
  padding: 12px 16px;
  display: block;
  color: white;
  transition: 0.6s ease;
  text-decoration: none;
}

.sub-dropdown-content a:hover {
  position: relative;
  transform: translateX(15px);
}

.fa-caret-right {
  transition: transform 0.3s ease;
  display: inline-block; /* pour que transform marche bien */
}

.fa-caret-right.rotate {
  transform: rotate(90deg);
}







* {
    margin:0;
    padding:0;
    box-sizing: content-box;
}

img {
	max-width:100%;
}

/* Typography */

@font-face {
    font-family: 'dolce_vitaregular';
    src: url('fonts/dolce-normal-webfont.eot');
    src: url('fonts/dolce-normal-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/dolce-normal-webfont.woff2') format('woff2'),
         url('fonts/dolce-normal-webfont.woff') format('woff'),
         url('fonts/dolce-normal-webfont.ttf') format('truetype'),
         url('fonts/dolce-normal-webfont.svg#dolce_vitaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'dolce_vita_heavybold';
    src: url('fonts/dolce-bold-webfont.eot');
    src: url('fonts/dolce-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/dolce-bold-webfont.woff2') format('woff2'),
         url('fonts/dolce-bold-webfont.woff') format('woff'),
         url('fonts/dolce-bold-webfont.ttf') format('truetype'),
         url('fonts/dolce-bold-webfont.svg#dolce_vita_heavybold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'dolce_vita_lightregular';
    src: url('fonts/dolce-light-webfont.eot');
    src: url('fonts/dolce-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/dolce-light-webfont.woff2') format('woff2'),
         url('fonts/dolce-light-webfont.woff') format('woff'),
         url('fonts/dolce-light-webfont.ttf') format('truetype'),
         url('fonts/dolce-light-webfont.svg#dolce_vita_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: auto;
    scrollbar-color: #AA9644 #ffffff;
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 16px;
  }

  *::-webkit-scrollbar-track {
    background: #ffffff;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #AA9644;
    border-radius: 10px;
    border: 3px solid #ffffff;
  }
  
  
  .titre-smartphone-home {
	  display:none;
  }
  
  .titre-ordi-home {
	  display:block;
  }
  
  #bottom {}
  
  #bottom .container-bottom {
	  max-width:1000px;
	  margin: auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
	    
  }
  
  #bottom a::marker {
  color: #fff;
}
  
  #bottom a::before {content: "•"; color: #fff;
  width: 1em;
  margin-left:1em;
  margin-right:1em;}
  
  
  #bottom a.puce::before {
	  
	 content:none;
	  
  }
  
  #bottom a {
    font-family: 'Roboto', sans-serif;
    font-size:0.9em;
    color:#fff;
    font-weight:400;
    letter-spacing:0.2px;
	text-decoration:none;
	margin-bottom:10px;
  }
  
  #bottom a:hover {
	  color:#ccc;
	  
  }
  
  

.well {
  background-color: #FFF;
  border: 1px solid #F7F7F0;
  border-radius: 4px;
  box-shadow: none;
  margin-bottom: 20px;
  min-height: 20px;
  padding: 35px;
  padding-right:20px;
  padding-left:20px;
  margin-top:40px;
  width: 560px;
}

.container-fluid {
	  max-width:525px;
	  margin:auto;
}


.well iframe {
  border: none;
  width: 560px;
}

.pa2 h3 {
	    font-family: 'Roboto', sans-serif;
    font-size:1.1em;
    color:#000;
    font-weight:400;
    letter-spacing:0.2px;
	text-decoration:none;
	margin-bottom:10px;
}

.pa2 p {
	
	    font-family: 'Roboto', sans-serif!important;
    font-size:0.9em!important;
    color:#000;
    font-weight:400;
    letter-spacing:0.2px;
	text-decoration:none;	
margin-bottom:10px;	
}


.pa2 form {
	
	   font-family: 'Roboto', sans-serif!important;
    font-size:0.9em!important;
    color:#000;
    font-weight:400;
    letter-spacing:0.2px;
	text-decoration:none;		

}

.form-group {
  margin-bottom: 15px;
}


.col-xs-12 {
  width: 100%;
}


.form-control {
  display: block;
  width: 90%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


textarea.form-control {
  height: auto;
}

.user_info input, select, textarea {
  background: #F0F0E9;
    background-color: rgb(240, 240, 233);
    background-image: none;
  border: 0;
  color: #696763;
  padding: 5px;
  width: 100%;
  border-radius: 0;
  resize: none;
}


#submitform {
  background: #000;
  border-radius: 15px;
  margin: 10px;
  text-align: center;
  padding-left: 0px;
  padding-right: 0px;
  width: 130px;
  font-family: 'Roboto', sans-serif !important;
  padding: 5px;
  color: #fff;
}

.popin-iframe_close {
	 background: #000;
  border-radius: 15px;
  margin: 10px;
  text-align: center;
  padding-left: 0px;
  padding-right: 0px;
  width: 130px;
  font-family: 'Roboto', sans-serif !important;
  padding: 5px;
  color: #fff;
  float:right;
}



a {
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  text-decoration:none;
}

/* Scroll */

#scroll {
	margin:auto;
}

#scroll img {
max-width:100%;}



/* container */

  .container {
  max-width: 1286px;
  margin: auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0px;
}

  .container-off {
  max-width: 1086px;
  margin: auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0px;
    padding-top: 90px;
}

.header-container {
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
  margin: 0 auto;
  height: 80px;
  z-index: 99;
  transition: 0.6s ease;
  background-color: black;
  border-top: 1px solid white;

}

.scrolled {
  transform: translateY(-35px);
  transition: 0.6s ease;
  height: 80px;
  background-color: black;
  border-top: 0;

}

.header-wrapper{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  height: 100%;
  margin: 0 130px;
  width: 100%;
}

.flex{
  display: flex;
}

  .containers {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: sticky;
    top: 0;
    padding: 20px;
    z-index: 99;
    transition: 0.3s ease;

  }
  
    .containerss {
    max-width:1286px;
    margin:auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  
     .container-sol {
    max-width:1286px;
    margin:auto;
  }
  
  
  /* Top */
  
  #top
{
  background: #000;
  width: 100%;
  position: relative;
    height: 35px;
    transition: transform 0.5s ease;
}

#top.hidden {
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
  border: 0;
  transition: transform 0.8s ease, opacity 0.8s ease;

}

#top h1 {
  font-family: 'dolce_vita_heavybold';
  font-size: 0.65em;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 200;
  width: 70%;
}
  #top p {

  }
  
  #top p a{
    font-family: 'Roboto', sans-serif;
    font-size:0.73em;
    color:#fff;
    font-weight:400;
    letter-spacing:0.2px;
	text-decoration:none;
  }
  
    #top p a:hover{
    color:#ccc;
  }
  

/* Menu langue */  
  
  
  #lang {
	  width:50px;
    z-index: 999;
  }


#lang nav {
	margin: 0px 0;
}

#lang nav ul {
	padding: 0;
  margin: 0;
	list-style: none;
	position: relative;
	}
	
#lang nav ul li {
	display:inline-block;
	}

#lang nav a {
  display: block;
  padding: 10px;
  color: #FFF;
  font-size: 0.75em;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
}

#lang nav ul li ul li a {
  color: #000;
  padding: 0 10px;
  font-family: 'Roboto', sans-serif;
  font-size: 0.7em;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 30px;
}

#lang nav ul li ul li a:hover {
background:#ccc;
}


#lang nav a:hover { 
	background-color: #000000; 
}

/* Hide Dropdowns by Default */
#lang nav ul ul {
	display: none;
	position: absolute; 
	top: 33px; /* the height of the main nav */
	background:#fff;
	
}
	
/* Display Dropdowns on Hover */
#lang nav ul li:hover > ul {
	display:inherit;
}
	
/* Fisrt Tier Dropdown */
#lang nav ul ul li {
	width:50px;
	float:none;
	display:list-item;
	position: relative;
	color:#000;
}

/* Second, Third and more Tiers	*/
#lang nav ul ul ul li {
	position: relative;
	top:-60px; 
	left:170px;
}

	
/* Change this in order to change the Dropdown symbol 
#lang li > a:after { content:  ' +'; }
#lang li > a:only-child:after { content: ''; }*/


@-webkit-keyframes bounce {
  25% {
    transform: translatey(5px);
  }
  75% {
    transform: translatey(-5px);
  }
}

@keyframes bounce {
  25% {
    transform: translatey(5px);
  }
  75% {
    transform: translatey(-5px);
  }
}

  /* Hide Dropdowns by Default */

  .hamburger-menu {
    display: none;
    left: -120px;
    top: -25px;
  }
@media screen and (max-width:1280px) {
  .hamburger-menu {
    display: block;
    left: -120px;
    top: -25px;
  }
}
  
  #logo {
/*	  margin-left:40px;*/
  }

  #logo img {
    width:110px;
  }


  #menu__toggle {
    opacity: 0;
  }
  
  #menu__toggle:checked ~ .menu__btn > span {
    transform: rotate(45deg);
  }
  #menu__toggle:checked ~ .menu__btn > span::before {
    top: 0;
    transform: rotate(0);
  }
  #menu__toggle:checked ~ .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
  }
  #menu__toggle:checked ~ .menu__box {
    visibility: visible;
    left: 0;
  }
  
  .menu__btn {
    display: flex;
    align-items: center;
    top: 70px;
    left: 200px;
    position: absolute;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 1;
  }
  
  .menu__btn > span,
  .menu__btn > span::before,
  .menu__btn > span::after {
    display: block;
    position: absolute;
  
    width: 100%;
    height: 2.3px;
  
    background-color:#f1f1f1;
  
    transition-duration: .25s;
  }
  .menu__btn > span::before {
    content: '';
    top: -8px;
  }
  .menu__btn > span::after {
    content: '';
    top: 8px;
  }
  
  .menu__box {
    display: block;
    position: fixed;
    visibility: hidden;
    top: 0;
    left: -100%;
  
    width: 300px;
    height: 100%;
  
    margin: 0;
    padding: 100px 0;
  
    list-style: none;
  
    background-color: #fff;
    box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);
  
    transition-duration: .25s;
	
  }
  
  
  .menu__box .lien-marge {
	  margin-top:20px;
	  
  }
  
 
  
.menu__item {
  display: block;
  padding: 6px 24px;
    padding-left: 24px;
  font-family: 'dolce_vita_heavybold';
  color: #fff;
  letter-spacing: 1px;
  margin-top: 10px;
  font-weight: 600;
  padding-left: 0px;
  text-decoration: none;
  cursor: pointer;
  transition-duration: .25s;
  border-bottom: 2px solid #AA9644;
  font-size: 1.7em;
} 


.contact-burger-box {
	margin-top:100px;
}


.no-desktop {
	  display:none;
  }
  .menu__item:hover {
    background-color:;
    color:#AA9644;
  }
  
li:hover .sub-menu {
	  display:block;
	  transition:0.5s ease-in;
  }
  
  .fadeInUp{animation:fadeInUp 1s ease backwards;}
@keyframes fadeInUp{
  0%{transform:translate(0px, 100px); opacity: 0;}
  100%{transform:translate(0px, 0); opacity: 1;}
}




.submenu-smart {
  margin-top: 10px;
}
  
  
.sub-menu {
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition-duration: .25s;
  }
  
    .sub-menu li a{
	  display: block;
  padding: 5px 25px;
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  text-decoration: none;
  transition-duration: .25s;
  }
  

  
.sub-menu li ul li a {
  font-size: 0.8em;
  padding: 3px 25px;
}
  

  
 i.dropicon {
  display: inline-block;
  float: right;
  width: 20px;
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
  
    
  .sub-menu li a{
	  display:block;
	   font-weight:500;
	  padding: 5px 35px;
  }
  


.submenu-smart li a {
  padding: 2px 0px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 1.15em;
  font-weight: 400;
  text-decoration: none;
  transition-duration: .25s;
  display: block;
}

i.drop {
  float: right;
  width: 20px;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
}

i.picto {
  float: right;
  text-align: center;
}


 .submenu-smart li a:hover {
color: #AA9644;
}

.submenu-2 {
	padding-left:10px;
	margin-bottom:10px;
	
}

.submenu-2 li a {
  padding: 2px 25px;
    padding-left: 25px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 0.8em;
  font-weight: 300;
  text-decoration: none;
  transition-duration: .25s;
  display: block;
  padding-left: 30px;
}





  #swal-int-intro {
background:url("images/swal-home-2.jpg");
width: 100%;
    background-size: cover;
    height: 660px;
    background-position: top left;
    position: relative;
    z-index:-1;
  }

.sub-menu > li.activsm ul {
	display:block
  }
  
  .sub-menu li ul {
  display: none;
  transition: 0.5s ease-in;
}


  
  .cont-int {
	  max-width:860px;
	  padding-top:300px;
	  margin:auto;
  }
  
  .cont-int h2 {
  color: #fff;
  font-family: 'dolce_vita_heavybold';
  font-size: 3.55em;
  padding: 10px;
    padding-top: 10px;
    padding-left: 10px;
  padding-left: 10px;
  padding-left: 15px;
  letter-spacing: 1px;
  padding-top: 0px;
}

  ul{
    margin:0;
    padding: 0;
    list-style: none;
  }

  nav {display: flex;}
  
  
nav a {
  cursor: pointer;
  color: #fff;
 font-family: 'dolce_vita_heavybold';
  font-size: 1.07em;
  padding: 8px;
    padding-left: 15px;
  padding-right: 15px;
  letter-spacing: 1.8px;
  font-weight: 400;
}

.btn{
  border: 0;
  padding: 10px 15px;
  border-radius: 150px;
}



  #picto-head a img {
    width:25px;
    padding:3px;
  }
  
    #picto-head a:hover img {
		opacity:0.8;
  }


header
{
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}
}

.top-bar{

  
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
}
  
.active {
  margin-top: 0px;
  height: 80px;
  padding: 0px;
  padding-top:0px;
  background: #000;
}

.active #logo img {
  width: 80px;
  padding: 5px;
}


.active .containers {
  padding-top: 15px;
}


  .active .hamburger-menu {
    position: absolute;
    left: -120px;
    top: -48px;
  }
  
  #header .pulse {
	animation: pulse 1s infinite ease-in-out alternate;
}


@keyframes pulse {
	0% {
		transform: scale(0.95);
	}
	
	50% {
		transform: scale(1.1);
	}
	
	100% {
		transform: scale(0.95);
	}
}


  

.active nav a {
  font-size: 1em;
  padding-bottom:10px;
}

.active .btn a {
background:#fff;
color:#000;
}


.active .btn a:hover {
  background: #ddd;
  color: #000;
}


html { 
  scroll-snap-type: y mandatory;
}

@keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-moz-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-o-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-ms-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}


.fadein {
  opacity: 0;
  transition: all 1.5s;
  transform: translate(0, 100px);
}

.fadein.visible {
  opacity: 1;
  transform: translate(0, 0);
}


header nav {
  /*
  width: 65%;
  */
}


nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  text-align: left;
}

nav li {
  display: inline-block;
}


nav a {
  color: #000;
  text-decoration: none;
  display: block;
}
nav ul li a {
  color: #fff;
}

nav .menu-col-1 h3  {
	
	line-height:18px;
}

nav .menu-col-1 h3 a {
  font-size: 0.70em;
  text-align: center;
  /*border-left: 1px solid #fff;*/
  letter-spacing: 0px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  padding: 0px;
  padding-right: 7px;
  padding-left: 7px;
  letter-spacing: 0.5px;
}

nav .menu-col-1 h3 a:after {
    display      : block;
    content      : '';
    border-bottom: solid 1px #fff;
    transform    : scaleX(0);
    transition   : transform 300ms ease-in-out;
}

nav .menu-col-1 h3 a:hover:after {
    transform: scaleX(1);
	padding-bottom:5px;
}

nav .menu-col-1 h3 a:last-child {
}

nav .menu-col-1 ul li a{
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size:0.9em;
  display:none;
  padding-left:10px;
  
  
}

nav li:hover {
}

nav li:hover a {
  color: #fff;
}


.active .menu-sub {
  margin-top: -5px;
}



.menu-sub {
  position: absolute;
  left: 0;
  width: 100%;
  display: none;
  color: #fff;
  margin-left: 15px;
    padding-top: 3px;
	width: 130%;
	
}

.deca {

margin-left: -50px;

}

.decal {

margin-left: 60px;

}

.decala {
  margin-left: 155px;
}

nav li:hover .menu-sub {
  display: block;
}

.menu-sub li {
  display: block;
}

.menu-sub a {
  padding-left: 5px;
  margin-bottom: .35em;
}

.menu-sub a:hover {
padding-bottom: 2px;
  color: #fff;

}

.menu-category {
  margin: 2.5em 0 .5em;
  font-family: 'dolce_vita_heavybold';
}

.menu-category:first-of-type {
  margin-top: 0;
}

.menu-col-1,
.menu-col-2,
.menu-col-3,
.menu-col-4 {
  float: left;
}

.menu-col-1 {
}


.cont {
	max-width:860px;
	margin:auto;
	margin-top: 220px;
	  animation: fadeIn ease 3s;
  -webkit-animation: fadeIn ease 3s;
}


.container-histoire {
	max-width:1200px;
	margin:auto;
	display:flex;
	  animation: fadeIn ease 3s;
  -webkit-animation: fadeIn ease 3s;
  justify-content:space-around;
}

#left, #right {
	width:46%;
	margin-top:130px;
}

#titre-histoire {
background:#000;
padding:30px; 
border-top:7px solid #AA9644;
margin-bottom:20px;
}

#titre-histoire h2 {
  color: #fff;
  font-family: 'dolce_vita_lightregular';
  font-size: 1.8em;
  padding-top: 10px;
  letter-spacing: 3px;
  padding-top: 0px;
  line-height: 32px;
  font-weight: 400;
}

#titre-histoire strong {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 1.3em;
  letter-spacing: 2px;
  padding-top: 0px;
  font-weight: 600;
}


#titre-histoire h2 strong sup {
  font-size: 0.3em;
  margin-top: -10px;
  position: absolute;
  color:#fff;
}

#left #video-histoire #video-pres, #left #video-histoire{
	max-width:550px;
	
}

#left #video-histoire iframe{
	max-width:550px;
	object-fit: cover;
	
}

#right {
	border-top:7px solid #AA9644;
	padding-top:30px;
}

#right h2 {
  color: #000;
  font-family: 'dolce_vitaregular';
  font-size: 1.8em;
  padding: 10px;
    padding-top: 10px;
  padding-top: 0px;
  font-weight: 100;
  letter-spacing: 2px;
}

#right h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 1em;
  color: #000;
  font-weight: 600;
  letter-spacing: 0.2px;
  text-decoration: none;
  padding: 10px;

}

#right p {
	padding: 10px;
  font-family: 'Roboto', sans-serif;
  font-size: 0.95em;
  color: #000;
  font-weight: 300;
  letter-spacing: 0.2px;
  text-decoration: none;
  line-height: 20px;
  padding-bottom:80px;
}
#right p:last-child { 
padding-bottom:40px;
border-bottom:7px solid #AA9644;
}



#right #bloc-histoire {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    font-size: 1em;
  }
	



#videos video {
  width: 100%;
  object-fit: cover;
}

#video-background {
    width: 100%;
    height: 100vh;
	
  }
  
  #videos {
    width: 100%;
    position:absolute;
	  z-index:-1;
  }


#intro-swal {
  height: 100vh;
  scroll-snap-align: start;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center; 
  background-size:cover;
}

#intro-swal h2, #swaltex-home h2, #swalacoustic-home h2, #swalprint-home h2, #swaltradition-home h2 {
  color: #fff;
  font-family: 'dolce_vitaregular';
  font-size: 2.5em;
  padding: 10px;
  letter-spacing: 3px;
  padding-top: 0px;
  line-height: 46px;
  font-weight:100;
}

#intro-swal h2 strong, #swaltex-home h2 strong, #swalacoustic-home h2 strong, #swalprint-home h2 strong, #swaltradition-home h2 strong {
	
  color: #fff;
  font-family: 'dolce_vita_heavybold';
  font-size: 1.3em;
  letter-spacing: 2px;
  padding-top:0px;

}


#swaltex-home h2 strong span, #swalacoustic-home h2 strong span, #swalprint-home h2 strong span, #swaltradition-home h2 strong span {
	
  font-family: 'Roboto', sans-serif;


}



#swaltex-home h2 strong sup, #swalacoustic-home h2 strong sup, #swalprint-home h2 strong sup, #swaltradition-home h2 strong sup {
  font-size: 0.3em;
  margin-top: -20px;
  position: absolute;
}


#intro-swal p, #swaltex-home p, #swalacoustic-home p, #swalprint-home p, #swaltradition-home p{
    font-family: 'Roboto', sans-serif;
    color:#fff;
    font-weight:300;
    letter-spacing:1px;
	
}

#swaltex-home {
  height: 100vh;
  scroll-snap-align: start;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center; background:url("images/swaltex-tm-le-plafond-tendu-a-froid-la-revolution-dans-le-plafond-tendu-swal.jpg");
  background-size:cover;
  background-position: bottom left;
}

#swalacoustic-home {
  height: 100vh;
  scroll-snap-align: start;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center; background:url("images/swaltex-acoustic-tm-une-acoustique-exceptionnelle-alliez-esthetique-et-performances-swal.jpg");
  background-size:cover;
  background-position: top center;
}

#swalprint-home {
  height: 100vh;
  scroll-snap-align: start;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center; background:url("images/swaltex-print-tm-personnaliser-a-lextreme-avec-des-design-completement-fou-final.jpg");
  background-size:cover;
  background-position: top center;
}


#swaltradition-home {
  height: 100vh;
  scroll-snap-align: start;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center; background:url("images/swaltex-tradition-tm-pour-des-murs-sans-raccord-ni-couture-habiller-avec-elegance.jpg");
  background-size:cover;
  background-position: top center;
}


#swalsolutions-home {
  height: 100vh;
  scroll-snap-align: start;
  background:#EAE7E1;
}

#swalsolutions-home #titre {
	display:flex;
	justify-content:space-around;
	align-items:center;
	padding-top:120px;
	
}

#swalsolutions-home #titre #trait {
	background:#AA9644;
	width:23%;
	height:5px;
}

#swalsolutions-home #titre h2 {
 color: #000;
  font-family: 'dolce_vitaregular';
  font-size: 2.6em;
    padding-top: 10px;
  letter-spacing: 3px;
  padding-top: 0px;
  line-height: 46px;
  font-weight: 100;
}


#swalhistoire-home {
  height: 100vh;
  scroll-snap-align: start;
  background:#fff;
}


#foot {
  height: 100vh;
  scroll-snap-align: start;
}


#foot #titre {
	display:flex;
	justify-content:space-around;
	align-items:center;
	padding-top:120px;margin:auto;
	margin-bottom: 50px;
	max-width:1286px;
	
	
}

#foot #titre #trait {
	background:#AA9644;
	width:23%;
	height:5px;
}

#foot #titre h2 {
 color: #000;
  font-family: 'dolce_vitaregular';
  font-size: 2.6em;
    padding-top: 10px;
  letter-spacing: 3px;
  padding-top: 0px;
  line-height: 46px;
  font-weight: 100;
}


#footer {
  height: 100vh;
  scroll-snap-align: start;
  background:#000;
}

#titre-certif {
	display:flex;
	justify-content:space-around;
	align-items:center;
	padding-top:40px;margin:auto;
	margin-bottom: 50px;
	max-width:1286px;
	
	
}

#titre-certif #trait {
	background:#AA9644;
	width:23%;
	height:5px;
}

#titre-certif h2 {
 color: #000;
  font-family: 'dolce_vitaregular';
  font-size: 2.6em;
    padding-top: 10px;
  letter-spacing: 5px;
  padding-top: 0px;
  line-height: 46px;
  font-weight: 100;
}


#tutos {
	display:flex;
	max-width:1180px;
	margin:auto;
	justify-content:space-around;
	align-items:center;
}

#tutos a #tutos-box  {
	width:260px;
	padding:5px;
}

#tutos a:hover #tutos-box  {
opacity:0.7;
}

#tutos-box h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1em;
  color: #000;
  font-weight: 600;
  letter-spacing: 0.2px;
  text-decoration: none;
  margin-top: 10px;
  margin-bottom: 3px;
  text-align:center;
}

#tutos-box p {
  font-family: 'Roboto', sans-serif;
  font-size: 1em;
  color: #000;
  font-weight: 400;
  letter-spacing: 0.2px;
  text-decoration: none;
  text-align:center;
}


#tutos-box p::before {
  padding: 3px;
  content: url("images/picto-video-1.png");
  margin-top: 2px;
  vertical-align: middle;
}

#box-ocre {
	background:#EAE7E1;
	padding-bottom:50px;
}

#box-blanche {
	padding-top:100px;
	background:#fff;
	padding-bottom:50px;
}


#reassurance {
	display:flex;
	max-width:960px;
	margin:auto;
	justify-content:space-around;
	align-items:center;
}

#box-reassurance {
	margin-top:40px;
	
}

#picto-reassurance {
	
	width:55px;
	margin:auto;margin-bottom:10px;
}

#picto-reassurance img {
	width:55px;
	margin:auto;
}



#reassurance h2 {

  color: #000;
  font-family: 'dolce_vitaregular';
  font-size: 1.1em;
  text-align:center;
  padding: 10px;
    padding-top: 10px;
  padding-top: 0px;
  font-weight: 400;
  line-height:23px;
  letter-spacing: 1px;
}


#picto-certifications {
	margin-top:50px;
	
}

#picto-certifications img {
	padding:20px;
	width:200px;
}

#box-footer { border-top:10px solid #B9993C;  padding-top:35px;}


#col {
	width:25%;
	padding:10px;
	min-height: 300px;
}

.titre-footer {
  max-width: 260px;
  background: #fff;
  color: #000;
  box-sizing: border-box;
  padding: 5px 15px;
  margin-left: 10px;
  margin-bottom: 15px;
}

.titre-footer h2 {
color: #000;
  font-family: 'dolce_vitaregular';
  font-size: 1.1em;
  text-align:center;
  font-weight: 400;
  letter-spacing: 1px;
}



.titre-footer::after {
  position: absolute;
  z-index: -1;
  content: "";
  margin-left: 220px;
  height: 28.7px;
  width: 38px;
  background-color: #fff;
  -webkit-transform: skewX(25deg);
  -moz-transform: skewX(25deg);
  -ms-transform: skewX(25deg);
  transform: skewX(25deg);
  margin-top: -24.0px;
  z-index: 999;
}


#logo-footer {
	width:140px;
	margin:auto;
}

#logo-footer img  {
	width:140px;
	margin:auto;
}



#paragraphe-footer p {
  padding: 10px;
    padding-bottom: 10px;
  font-family: 'Roboto', sans-serif;
  font-size: 0.78em;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.2px;
  text-decoration: none;
  text-align:justify;
}


#paragraphe-adresse p  {
  padding: 10px;
    padding-bottom: 10px;
  font-family: 'Roboto', sans-serif;
  font-size: 0.88em;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.2px;
  text-decoration: none;
  line-height:19px;
  text-align:justify;
}

#picto-rs {
	margin-left:40px;
}


#picto-rs a img  {
 width:45px;
 padding:5px;
}

#picto-rs a:hover img  {
opacity:0.7;
}


#btn-intro {
  background: #000;
  border-radius: 150px;
  margin: 10px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  width: 230px;
  
}

#btn-intro:hover {
background:rgba(255,255,255,0.8);}

#btn-intro:hover h2, #btn-intro:hover h3{
color: #000;}

#btn-intro h2 {
	 color: #fff;
  font-family: 'dolce_vita_heavybold';
  font-size: 1em;
  padding: 10px;
    padding-left: 10px;
  padding-left: 15px;
  letter-spacing: 1px;
  padding-bottom:0px;line-height: 20px;
}

#btn-intro h3 {
	font-family: 'Roboto', sans-serif;
	 color: #fff;
  font-size: 0.7em;
  padding: 10px;
    padding-left: 10px;
  padding-left: 15px;
  letter-spacing: 1px;
  padding-top:2px;
  font-weight:300;
}

a #btn-intro-sol {
  margin-top:10px;
}

a #btn-intro-sol p {
	border:1px solid #000;
	max-width:150px;
  margin-top: 20px; border-radius: 15px;
	color: #000;
  background: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 0.7em;
  padding:8px;
  line-height: 20px;
  text-align:center;
  font-weight: 600;
}


a:hover #btn-intro-sol p { 
	 color: #fff;
	 border:1px solid #000;
background:#000 ;
}

a #btn-intro-sol-bl {
  margin-top:10px;
}

a #btn-intro-sol-bl p {
	border:1px solid #000;
	max-width:150px;
  margin-top: 20px; border-radius: 15px;
	 color: #000;background: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 0.7em;
  padding:8px;
  line-height: 20px;
  text-align:center;
  font-weight: 600;
}

a:hover #btn-intro-sol-bl p { 
	 color: #fff;
	 border:1px solid #000;
background:#000 ;
}

a:hover #btn-intro-sol-bl p {
  color: #fff;
  border: 1px solid #000;
  background: #000;
}



.box {
  max-width: 260px;
  background: #000;
  color: #fff;
  box-sizing: border-box;
  padding: 5px 15px;
  margin-left: 10px;
  margin-bottom: 15px;
}

.box::after {
  position: absolute;
  z-index: -1;
  content: "";
  margin-left: 230px;
  height: 28.4px;
  width: 40px;
  background-color: inherit;
  -webkit-transform: skewX(25deg);
  -moz-transform: skewX(25deg);
  -ms-transform: skewX(25deg);
  transform: skewX(25deg);
  margin-top: -23.5px;
}

.box p {
	
	font-size:0.85em;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
}

.box p strong{
	font-size:1.1em;
	font-weight:800;
}


#trait-blanc-home
{
  margin: auto;
  border-bottom: 1px solid #fff;
  height: 20px;
  padding-bottom:5px;
}
#trait-blanc-home h3 a {
	  font-family: 'Roboto', sans-serif;
    font-size:1em;
    color:#fff;
	float:right;
	text-decoration:none;
	font-weight:400;
}

#trait-blanc-home h3 a:hover {
opacity:0.7;
}




#box-encart {display:none;}


#swalsolutions-home-smartphone, #swalsolutions-home-smartphone-1, #swalsolutions-home-smartphone-2, #swalsolutions-home-smartphone-3, #swalhistoire-home-smartphone, #swalhistoire-home-smartphone-2, #footer-smartphone-1, #footer-smartphone-2, #footer-smartphone-3  {
	display:none;
}


	  #swalsolutions-home, #swalhistoire-home, #foot, #footer {
		  display:block;
	  }

#paragraphe-adresse-2 {
padding:10px;
padding-left:30px;
}

#paragraphe-adresse-2 ul li a{
	padding: 10px;
  font-family: 'Roboto', sans-serif;
  font-size: 0.88em;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.2px;
  text-decoration: none;
  line-height: 25px;
  text-align: justify;
}

#paragraphe-adresse-2 ul li a:hover{

  color: #ccc;
}




.menu-sub.fade-in {
  -webkit-animation: fade 1.2s linear 0s alternate;
  -moz-animation: fade 1.2s linear 0s alternate;
  -ms-animation: fade 1.2s linear 0s alternate;
  -o-animation: fade 1.2s linear 0s alternate;
  animation: fade 1.2s linear 0s alternate;
}



@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}




@media screen and (max-width: 1680px) {

.containers {
  max-width: 1286px;
}

}








 @media screen and (max-width: 1460px) {

    #logo img {
      width:110px;
    }


    #menu > li {
      padding: 0px;
      font-size: 0.9em;
    }

    .hamburger-menu {
  
      left: -180px;
      top: -18px;
    }
#videos video {
  width: 100vw;
  object-fit: cover;
}
  }
  
  
  @media screen and (max-width: 1386px) {
	  
	   #logo img {
    width: 90px;
  }
  
  	#logo {
  margin-left:50px;
}

nav a {
  font-size: 1em;
}


  }

@media screen and (max-width: 1200px) {
	
	header nav {
  width: 65%;
}
	
	#logo {
  margin-left: 0px;
}
	 .hamburger-menu {

    left: -180px;
    top: -38px;
  }
#videos video {
  width: 100vw;
  object-fit: cover;
}

.containers {
  max-width: 1000px;
  margin: auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px;
}
 #logo img {
    width: 90px;
  }
  
  #top h1 {
  font-size: 0.55em;
  width: 60%;
}


nav a {
  cursor: pointer;
  color: #fff;
  font-family: 'dolce_vitaregular';
  font-size: 0.75em;
  padding: 5px;
    padding-right: 8px;
    padding-left: 8px;
  padding-left: 8px;
  padding-right: 8px;
  letter-spacing: 1.8px;
  font-weight: 400;
}

.btn a {
  font-size: 0.8em;
}

#picto-head a img {
  width: 22px;
  padding: 3px;
}

 nav .menu-col-1 h3 a {
  font-size: 0.5em;

}
	
}


@media screen and (max-width: 996px) {
	
	 header nav {
    width: 65%;
  }
	
	 nav .menu-col-1 h3 a {
    font-size: 0.5em;
  }
	  #picto-head a img {
    width: 18px;
    padding: 3px;
  }
	
	.btn a {
    font-size: 0.55em;
    font-family: 'dolce_vita_heavybold';
    letter-spacing: 1px;
  }
	#logo img {
    width: 80px;
  }
  nav a {
    cursor: pointer;
    color: #fff;
    font-family: 'dolce_vitaregular';
    font-size: 0.75em;
    padding: 5px;
    padding-right: 5px;
    padding-left: 5px;
    padding-right: 8px;
    padding-left: 8px;
    padding-left: 12px;
    padding-right: 12px;
    letter-spacing: 1.8px;
    font-weight: 400;
  }
  
   .active nav a {
    cursor: pointer;
    color: #fff;
    font-family: 'dolce_vitaregular';
    font-size: 0.75em;
    padding: 5px;
    padding-right: 5px;
    padding-left: 5px;
    padding-right: 8px;
    padding-left: 8px;
    padding-left: 12px;
    padding-right: 12px;
    letter-spacing: 1.8px;
    font-weight: 400;
  }
	
	
	#top p a {
  font-size: 0.65em;
}

.containers {
  max-width: 860px;
  margin: auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px;
}
	  #top h1 {
display:none;
}



.menu__item {

  font-size: 1.3em;
}

.submenu-smart li a {
  padding: 2px 0px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 1em;
  font-weight: 400;
  text-decoration: none;
  transition-duration: .25s;
  display: block;
}
}


@media screen and (max-width: 860px) {
	
	#languette-2 {
		display:none;
	}
	
	#swalsolutions-home #titre #trait {
  background: #AA9644;
  width: 13%;
  height: 5px;
}

#swalsolutions-home #titre h2 {

  font-size: 2em;

}
	
	header nav {
  display:none;
}
	
.btn a {
    font-size: 0.55em;
    font-family: 'dolce_vita_heavybold';
    letter-spacing: 1px;
  }
	#logo img {
    width: 70px;
  }
	nav a {
  cursor: pointer;
  color: #fff;
  font-family: 'dolce_vitaregular';
  font-size: 0.75em;
  padding: 5px;
    padding-right: 8px;
    padding-left: 8px;
  padding-left: 5px;
  padding-right: 5px;
  letter-spacing: 1.8px;
  font-weight: 400;
}
	
	
	#top p a {
  font-size: 0.55em;
}

.containers {
    max-width: 560px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
  }
	  #top h1 {
display:none;
}

 #picto-head a img {
    width: 18px;
    padding: 3px;
  }
  
  #lang nav a {
  padding: 0px;
}

#lang nav ul ul {
  display: none;
  position: absolute;
  top: 18px;
  background: #fff;
}


.menu__item {
  font-size: 1.3em;
}

.submenu-smart li a {
  font-size: 1em;

}
  
  #logo {
	  width: 50%;
  }
  
  
}

@media screen and (max-width: 768px) {
header nav {
  display:none;
}

#lang nav a {
  padding: 5px;
}

#lang nav ul ul {
  top: 25px;
}

}

  @media screen and (min-width:1860px) {
    .hamburger-menu
{
 
    left: 50px;
    top: -10px;
  }

  }
  
@media screen and (min-width:2160px) {
    .hamburger-menu
{
 
    left: 200px;
    top: -10px;
  }

  }
 
 
 
 
 
 
 
 
 
 
 


  @media screen and (max-width: 640px) {
	  
	  
	    #logo {
    width: 20%;
  }
	  
	  .active {
  height: 65px;

}

#swalsolutions-home-smartphone, #swalsolutions-home-smartphone-1, #swalsolutions-home-smartphone-2, #swalsolutions-home-smartphone-3, #swalhistoire-home-smartphone, #swalhistoire-home-smartphone-2, #footer-smartphone-1, #footer-smartphone-2, #footer-smartphone-3  {
	display:block;
}


	  #swalsolutions-home, #swalhistoire-home, #foot, #footer {
		  display:none;
	  }
	  
	  
	 .no-vis-mobile {
		 display:none;
	 }
	  
	  #top p a {
  font-size: 0.65em;

}

header {
	
	padding:0px;
}
	  
 .containers {

    margin: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
	padding:0px;
	padding-left:40px;
  }
   
 .containerss {
    max-width: 386px;
    margin: auto;
    margin-top: auto;
    display: block;
    justify-content: space-around;
    align-items: center;
    padding: 0px;
    margin-top: -80px;
  }


   
   #test h2, #test-1 h2, #test-2 h2, #test-3 h2 {
  color: #fff;
  font-family: 'dolce_vita_heavybold';
  font-size: 2.25em;
  padding: 10px;
    padding-top: 10px;
    padding-left: 10px;
  padding-left: 10px;
  padding-left: 15px;
  letter-spacing: 1px;
  padding-top: 0px;
}


   
#top h1, #menu, header nav {
  display:none;
}

#logo img {
  width:70px;
}

.btn a {
  font-size: 0.55em;
  font-family: 'dolce_vita_heavybold';
  letter-spacing: 1px;
}

.btn  {
margin-top:-5px;
}

.menu__btn {
    display: flex;
    align-items: center;
    top: 72px;
    left: 192px;
    position: absolute;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 1;
  }
  
  
.active .menu__btn {
	top: 67px;
	
}


#picto-head a img {
  width: 20px;
  padding: 1px;
}


#intro-swal {
  height: 100vh;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-size: cover;
}

.hamburger-menu {
    position: absolute;
    left: -180px;
    top: -68px;
  }
  
  .active .hamburger-menu {
    position: absolute;
    left: -180px;
    top: -48px;
  }
  
  
  .active #logo img {
  width:70px;
}

header {
  position: fixed;
  z-index: 1000;
  height: 70px;
  width: 100%;
  -webkit-transition: all ease-out .5s;
  -moz-transition: all ease-out .5s;
  -o-transition: all ease-out .5s;
  transition: all ease-out .5s;
}

#videos video {
  width: 100vw;
  object-fit: cover;
}

#intro-swal h2, #swaltex-home h2, #swalacoustic-home h2, #swalprint-home h2, #swaltradition-home h2 {
  color: #fff;
  font-family: 'dolce_vitaregular';
  font-size: 1.69em;
  padding: 10px;
    padding-top: 10px;
  letter-spacing: 2px;
  padding-top: 0px;
  line-height: 32px;
  font-weight: 100;
}

#btn-intro h2 {
    color: #fff;
    font-family: 'dolce_vita_heavybold';
    font-size: 0.8em;
    padding: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-left: 10px;
    padding-left: 15px;
    letter-spacing: 1px;
    padding-bottom: 0px;
    line-height: 10px;
  }

 #btn-intro h3 {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 0.6em;
    padding: 7px;
    padding-top: 7px;
    padding-left: 7px;
    padding-top: 5px;
    padding-left: 5px;
    padding-left: 10px;
    padding-left: 15px;
    letter-spacing: 1px;
    padding-top: 2px;
    font-weight: 300;
    line-height: 15px;
  }

#btn-intro {
  background: #000;
  border-radius: 15px;
  margin: 10px;
  text-align: center;
  padding-left: 0px;
  padding-right: 0px;
  width: auto;
}
.cont {
  max-width: 300px;
  margin: auto;
    margin-top: auto;
  margin-top: 200px;
  animation: fadeIn ease 3s;
  -webkit-animation: fadeIn ease 3s;
}


#trait-blanc-home h3 a {

  font-size: 0.8em;

}


#swalsolutions-home-smartphone, #swalsolutions-home-smartphone-1, #swalsolutions-home-smartphone-2, #swalsolutions-home-smartphone-3 {
  height: 100vh;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
background: #EAE7E1;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
  background-size: cover;
  background-position: top center;
}

#swalsolutions-home-smartphone #titre, #swalsolutions-home-smartphone-1 #titre, #swalsolutions-home-smartphone-2 #titre, #swalsolutions-home-smartphone-3 #titre {
display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 20px;
    max-width: 320px;
    margin:auto;
}


#swalsolutions-home-smartphone #titre #trait, #swalsolutions-home-smartphone-1 #titre #trait, #swalsolutions-home-smartphone-2 #titre #trait, #swalsolutions-home-smartphone-3 #titre #trait {
  background: #AA9644;
  width: 20%;
  height: 5px;
}

#swalsolutions-home-smartphone #titre h2, #swalsolutions-home-smartphone-1 #titre h2, #swalsolutions-home-smartphone-2 #titre h2, #swalsolutions-home-smartphone-3 #titre h2 {
  color: #000;
  font-family: 'dolce_vitaregular';
  font-size: 1.4em;
  padding-top: 10px;
  letter-spacing: 3px;
  padding-top: 0px;
  line-height: 26px;
  font-weight: 100;
  text-align:center;
}



#swalhistoire-home-smartphone {
  height: 100vh;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
background: #EAE7E1;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
  background-size: cover;
  background-position: top center;
}

#video-histoire iframe {
	width:360px;
	margin:auto;
}

#swalhistoire-home-smartphone-2 {
  height: 100vh;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
background: #fff;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
  background-size: cover;
  background-position: top center;
  border-top: 7px solid #AA9644;
}

#swalhistoire-home-smartphone-2 #bloc-histoire {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  font-size: 1em;
  padding:10px;
}


#swalhistoire-home-smartphone-2 #bloc-histoire h2 {
  color: #000;
  font-family: 'dolce_vitaregular';
  font-size: 1.6em;
  padding: 10px;
    padding-top: 10px;
  padding-top: 0px;
  font-weight: 100;
  line-height:29px;
}

#swalhistoire-home-smartphone-2 #bloc-histoire h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 1em;
  color: #000;
  font-weight: 600;
  letter-spacing: 0.2px;
  text-decoration: none;
  padding: 10px;
}

#swalhistoire-home-smartphone-2 #bloc-histoire p {
  padding: 10px;
    padding-bottom: 10px;
  font-family: 'Roboto', sans-serif;
  font-size: 0.95em;
  color: #000;
  font-weight: 300;
  letter-spacing: 0.2px;
  text-decoration: none;
  line-height: 20px;
}



#footer-smartphone-1 {
  height: 100vh;
  scroll-snap-align: start;
background: #EAE7E1;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
  background-size: cover;
  background-position: top center;
}

#footer-smartphone-1 #tutos {
  display: block;
  max-width: 1180px;
  margin: auto;
}



#footer-smartphone-1 #titre{
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 40px;
  padding-bottom: 20px;
}


#footer-smartphone-1 #titre #trait {
  background: #AA9644;
  width: 16%;
  height: 5px;
}

#footer-smartphone-1 #titre h2 {
  color: #000;
  font-family: 'dolce_vitaregular';
  font-size: 1.4em;
  padding-top: 10px;
  letter-spacing: 3px;
  padding-top: 0px;
  line-height: 26px;
  font-weight: 100;
  text-align:center;
}


#footer-smartphone-1 #tutos{
	width:170px;
}

#footer-smartphone-1 #tutos img {
	width:170px;
}

#footer-smartphone-1 #box-ocre {
	padding-top:50px;
}

#footer-smartphone-1 #tutos a #tutos-box {
  width: 170px;
  padding: 5px;
}


#footer-smartphone-1 #tutos-box h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 0.85em;
  color: #000;
  font-weight: 600;
  letter-spacing: 0.2px;
  text-decoration: none;
  margin-top: 10px;
  margin-bottom: 3px;
  text-align: center;
}


#footer-smartphone-1 #tutos-box p {
  font-family: 'Roboto', sans-serif;
  font-size: 0.7em;
  color: #000;
  font-weight: 400;
  letter-spacing: 0.2px;
  text-decoration: none;
  text-align: center;
}

#footer-smartphone-2 {
  height: 100vh;
  scroll-snap-align: start;
background: #fff;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
  background-size: cover;
  background-position: top center;
}

#footer-smartphone-2 #reassurance {
padding-top:0px;
display:block;

  }
  
 #footer-smartphone-2  #box-blanche {
	 
	 padding-top:50px;
 } 
 
 
 #footer-smartphone-2 #reassurance h2 {
  color: #000;
  font-family: 'dolce_vitaregular';
  font-size: 0.9em;
  text-align: center;
  padding: 10px;
    padding-top: 10px;
  padding-top: 10px;
  padding-top: 0px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 1px;
}
  
#footer-smartphone-3 {
  height: 100vh;
  scroll-snap-align: start;
background: #000;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
  background-size: cover;
  background-position: top center;
  padding-top: 100px;
}


#footer-smartphone-3 #col {
  width: 80%;
  padding: 10px;
  min-height: 200px;
  margin:auto;
}

#footer-smartphone-3 #paragraphe-footer p {

  padding-bottom: 00px;
 
}

#swaltex-home {
  height: 100vh;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
  background-size: cover;
  background-position: center;
}

#paragraphe-adresse-2 {
	display:none;
}

.no-mobile {
  display: block;
}

.col-no-visible-mobile {
	display:none;
}


	   .menu__item {
    font-size: 1em;
	margin-top:5px;
  }

.submenu-smart li a {
  padding: 2px 15px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 0.9em;
  font-weight: 400;
  text-decoration: none;
  transition-duration: .25s;
  display: block;
}

 .sub-menu li ul li a {
  font-size: 0.7em;
  padding: 3px 25px;
}

#header .pulse {
	animation: pulse 1.2s infinite ease-in-out alternate;
}

@keyframes pulse {
	0% {
		transform: scale(0.95);
	}
	
	50% {
		transform: scale(1.05);
	}
	
	100% {
		transform: scale(0.95);
	}
}


i.drop {
  float: right;
  width: 0px;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
}

  .container-off {
    padding-top: 70px;
}


.well {
  background-color: #FFF;
  border: 1px solid #F7F7F0;
  border-radius: 4px;
  box-shadow: none;
  margin-bottom: 20px;
  min-height: 20px;
  padding: 35px;
  padding-right:20px;
  padding-left:20px;
  margin-top:40px;
  width: 360px;
}


.well iframe {
  border: none;
  width: 360px;
}

#bottom {display:block;}


 .titre-smartphone-home {
	  display:block;
  }
  
  .titre-ordi-home {
	  display:none;
  }
  
  
   #intro-swal h1 {
    color: #fff;
    font-family: 'dolce_vitaregular';
    font-size: 1.69em;
    padding: 10px;
    padding-top: 10px;
    padding-top: 10px;
    letter-spacing: 2px;
    padding-top: 0px;
    line-height: 32px;
    font-weight: 100;
  }
  
  #intro-swal h1 strong {
  color: #fff;
  font-family: 'dolce_vita_heavybold';
  font-size: 1.3em;
  letter-spacing: 2px;
  padding-top: 0px;
}



  }