@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
:root{
/*  --orange: #ff8f00;
  --violet: #8e3aad; 
*/
  --orange: #f99417;
  --blue: #5555ff;
  --violet: #8e3aad; 
  --white: #ffffff;
  --black: #000000;
  --grey: #212121;
}

body {
  font-family: "Work Sans", Arial, sans-serif;
/*  font-family: "Open Sans";*/
  font-weight: 300;
  font-size: 20px;
  line-height: 1.7;
/*  color: #777777;
  color: #7f7f7f;
  background: #fff; */
/*  color: var(--white);
  background: var(--blue);*/
/*  color: var(--black);
  background: var(--white);*/
  color: var(--white);
  background: var(--grey);
  height: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 17px;
    line-height: 1.5;
  }
}

a {
  color: var(--orange); 
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: var(--blue); 
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-family: "Work Sans", Arial, sans-serif;
  font-weight: 300;
  margin: 0 0 30px 0;
}

h1 {
  text-align: center;
}

h1,h2 {
  /*color: var(--violet); */
  color: var(--orange); 
}

h3 {
  color: var(--orange); 
}

h4 {
  text-align: center;
  word-spacing: 2rem;
}

#map {
  width: 100%;
  height: 700px;
}
@media screen and (max-width: 768px) {
  #map {
    height: 200px;
  }
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.row-bottom-padded-lg {
  padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-lg {
    padding-bottom: 2em;
  }
}

.row-bottom-padded-md {
  padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-md {
    padding-bottom: 2em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-sm {
    padding-bottom: 2em;
  }
}

video[src*='#left'] {
    float: left;
    width: 400px;
    height: auto;
    margin-right: 30px;
}
 

img[src*='#left'] {
    float: left;
    width: 400px;
    height: auto;
    border-radius: 40px;
    margin-right: 30px;
}
img[src*='#right'] {
    float: right;
    width: 400px;
    height: auto;
    border-radius: 40px;
    margin-left: 30px;

}
img[src*='#right2'] {
    float: right;
    width: 200px;
    height: auto;
    border-radius: 40px;
    margin-left: 30px;

}
img[src*='#center'] {
    display: block;
    width: 1000px;
    height: auto;
    margin: auto;
}

bandeau {
  text-align: center;
}
