@charset "UTF-8";
.margin-lefte {
  margin: 0 20px;
  text-align: center; }
  .margin-lefte img {
    height: 50px;
    text-align: center;
    display: inline-block !important; }

.hauteurs {
  min-height: 430px !important; }
.puces{
  list-style-type: initial!important;
}
.overflowos {
  overflow: hidden;
  height: 200px; }
  .overflowos img {
    position: relative;
    top: -56px; }

.taille-p {
  width: 45%; }

.tur {
  background: #66adca !important; }

.piramide-w {
  width: 100%; }

.backgroundimg {
  background: url(../img/piramide.png);
  background-position-y: 93px; }

.margin1 {
  margin: 0 15px; }

.border-div {
  border: #7cb342 1px solid; }

.back-green {
  background: #7cb342; }

.border-div-left {
  margin: 25px 0;
  border-right: #7cb342 1px solid; }

.w-img-s {
  width: 100%;
  margin: 10px 0;
  cursor: pointer;
  border: #7cb342 1px solid;
  transition: 0.4s; }

.it1:hover {
  border: 5px solid #aa669d; }

.it2:hover {
  border: 5px solid #f59432; }

.it3:hover {
  border: 5px solid #65b8d8; }

.t0 {
  display: inline-block; }

.t1 {
  display: none; }

.t2 {
  display: none; }

.t3 {
  display: none; }

/* nav */
.pulse::before {
  width: 20px !important;
  height: 20px !important;
  top: 22px !important;
  left: 2px !important;
  background-color: #53add2 !important;
  border-radius: 100% !important; }

nav {
  position: fixed;
  z-index: 999;
  color: #fff;
  background-color: #ffffff !important;
  height: 87px !important;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2) !important;
  transition: 0.4s; }

.burger {
  color: #252525; }

.nav-marge li a {
  color: #232323; }

.nav-marge {
  margin-right: 15px; }

.logo-size {
  width: 15rem;
  margin-top: 10px;
  margin-left: 15px; }

.logo-sizes {
  width: 10rem;
  margin-top: 10px;
  margin-left: 15px; }

.collapsible-header {
  display: -ms-block;
  display: block !important; }

.nop {
  display: inline-block !important; }

.ethi-gro {
  display: inline-block; }

.ethi-dia {
  display: none; }

.ethi-per {
  display: none; }

.ethi-aff {
  display: none; }

/*slider */
.padd-slide {
  padding: 0 200px; }

.slide1 {
  height: 100vh !important; }

.color-s {
  color: #333333; }

.background-1 {
  background: url("../img/img.jpg");
  background-size: cover; }

.background-2 {
  background: url("../img/sky-2479213_1920.jpg");
  background-size: cover; }

.background-3 {
  background: url("../img/b.jpg");
  background-size: cover; }

.background-4 {
  background: url("../img/fondpurple.jpg");
  background-size: cover; }

.background-5 {
  background: url("../img/background1.jpg");
  background-size: cover; }

.prev, .next {
  display: inline-block;
  color: #F5F5F5;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border: solid 2px #F5F5F5;
  border-radius: 80px;
  margin-top: -37vh;
  transition: 0.4s; }
  .prev:hover, .next:hover {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
    border: solid 2px #353535;
    border-radius: 80px;
    color: #353535; }

i.medium {
  font-size: 3rem !important; }

.next {
  float: right;
  margin-right: 50px; }

.prev {
  float: left;
  margin-left: 50px; }

.marg-top-slide {
  margin-top: 32vh;
  font-weight: 900 !important; }

.background-blue {
  background-color: #53add2 !important; }

/* d├®partements  */
.blue-color {
  color: #53add2; }

.orange-color {
  color: #f49231; }

.purple-color {
  color: #af6899; }

.margin-top {
  margin-top: 25px; }

.margin-topd {
  margin-top: 60px; }

.margin-dep {
  margin-top: 80px !important;
  margin-bottom: 80px !important; }

.border-diviser {
  border-bottom: 3px solid #a7a7a71c; }

.maj {
  text-transform: uppercase;
  font-weight: 900; }

.w-i * img {
  width: 15rem; }

/* idee*/
.padd {
  padding: 0 !important;
  height: 500px;
  overflow: hidden;
  background: url(../img/idee.jpg);
  background-size: cover;
  background-position: right; }

.background-idee {
  background-color: #f49231;
  padding: 20px !important;
  height: 500px; }

.justify {
  text-align: justify; }

.text-espace {
  line-height: 25px; }

.btm-color {
  background-color: #ff7f00 !important; }

/* r├®f├®rences*/
.prevs, .nexts {
  display: inline-block;
  color: #53add2;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border: solid 2px #F5F5F5;
  border-radius: 80px;
  margin-top: -15vh;
  transition: 0.4s; }
  .prevs:hover, .nexts:hover {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
    border: solid 2px #353535;
    border-radius: 80px;
    color: #353535; }

.nexts {
  float: right;
  margin-right: 50px; }

.prevs {
  float: left;
  margin-left: 50px; }

.s .indicators .indicator-item {
  background-color: rgba(83, 173, 210, 0.5) !important; }

.s .indicators .indicator-item.active {
  background-color: #53add2 !important; }

.img-w-part {
  width: 110px !important;
  margin-top: 180px;
  margin-right: 15px;
  margin-left: 15px; }

.slider2 {
  height: 400px !important; }

.triangle {
  width: 0;
  height: 0;
  display: inline-block;
  border-style: solid;
  border-width: 0 10px 20px 10px;
  border-color: transparent transparent #f49231 transparent; }

.trait {
  width: 100px;
  margin: 0 15px;
  margin-bottom: 7px;
  border-bottom: 2px #f49231 solid;
  display: inline-block; }

/*contact*/
/* label color */
.input-field label {
  color: #ffffff !important; }

/* label focus color */
.input-field input[type=text]:focus + label {
  color: #ffffff !important; }

/* label underline focus color */
.input-field input[type=text]:focus {
  border-bottom: 1px solid #ffffff !important;
  box-shadow: 0 1px 0 0 #ffffff !important; }

/* valid color */
.input-field input[type=text].valid {
  border-bottom: 1px solid #ffffff !important;
  box-shadow: 0 1px 0 0 #ffffff !important; }

/* invalid color */
.input-field input[type=text].invalid {
  border-bottom: 1px solid #ffffff !important;
  box-shadow: 0 1px 0 0 #ffffff !important; }

/* icon prefix focus color */
.input-field .prefix.active {
  color: #fff !important; }

input:not([type]), input[type=text]:not(.browser-default), input[type=password]:not(.browser-default), input[type=email]:not(.browser-default), input[type=url]:not(.browser-default), input[type=time]:not(.browser-default), input[type=date]:not(.browser-default), input[type=datetime]:not(.browser-default), input[type=datetime-local]:not(.browser-default), input[type=tel]:not(.browser-default), input[type=number]:not(.browser-default), input[type=search]:not(.browser-default), textarea.materialize-textarea {
  border-bottom: 1px solid #ffffff !important; }

.background-blues {
  background-color: #ffffff !important; }

.margins {
  margin-top: 15px; }

/* QUi somme nous */
.w-100 {
  width: 100%; }

.parallax-containers {
  height: 300px !important; }

.parallax-containerss {
  height: 460px !important; }

.margtop {
  margin-top: 150px; }

.italic {
  font-weight: 300;
  font-style: italic; }

.oranges {
  background-color: #f49231; }

.logo-img-onglet {
  width: 40%; }

.color-bleu-t {
  color: #66adca; }

.color-vert-t {
  color: #66ca85; }

.majuscule {
  text-transform: uppercase; }

.margin-bottom {
  margin-bottom: 30px; }

.uleft {
  margin-left: 100px; }
  .uleft li {
    list-style-type: circle !important; }

/*media query*/
@media only screen and (max-width: 992px) {
  .piramide-w {
    display: none; } }
@media only screen and (max-width: 790px) {
  .background-idee, .padd {
    height: 711px; }

  .padd-slide {
    padding: 0 10px; }

  .prev, .next {
    display: inline-block;
    color: #F5F5F5;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border: solid 2px #F5F5F5;
    border-radius: 80px;
    margin-top: 0vh;
    transition: 0.4s; } }
@media only screen and (max-width: 600px) {
  .background-idee, .padd {
    height: 500px; } }
@media only screen and (max-width: 480px) {
  .background-idee, .padd {
    height: 950px; } }
