/* CSS Document */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
a img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
ul,
li {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  list-style-type: none;
  text-decoration: none;
  font-weight: normal;
}
/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    right: 0
    ;
    text-align: right;
    z-index: 1000;
    padding-top: 0px;
    background: #000;
    padding: 10px 0;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: 'GeosansLight';
    font-style: normal;
    font-weight: normal;
    src: local('GeosansLight'), url('fonts/GeosansLight.woff') format('woff');
}

@font-face {
  font-family: 'GeosansLight-Oblique';
    font-style: normal;
    font-weight: normal;
    src: local('GeosansLight-Oblique'), url('fonts/GeosansLight-Oblique.woff') format('woff');
}

@font-face {
  font-family: 'Arial Narrow';
    font-style: normal;
    font-weight: normal;
    src: local('arialnarrow'), url('fonts/arialnarrow.woff') format('woff');
}



ul#langues, #menu li a {
   /* font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
 }

.clear {
  clear: both;
}

body.home {
}

body {
  background-color: #000;
  color: #FFF;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.mobilehide {
  display: inline-block;
}

.mobile {
  display: none;
}

#content {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  font-family: "GeosansLight", Arial, sans-serif;
  overflow: auto;
  margin-bottom: 60px;
}


.container {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  font-family: "GeosansLight", Arial, sans-serif;
  overflow: auto;

}

audio::-internal-media-controls-download-button {
    display:none;
}

audio::-webkit-media-controls-enclosure {
    overflow:hidden;
}

audio::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}



.bg-home {
    position: fixed;
    z-index: 0;
    width: 100%;
    height: 93%;
    bottom: 0;
    background: transparent url("img/home.png") no-repeat right bottom;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: 50%;
}
.bg-about {
  position: fixed;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: url("img/about.jpg") no-repeat 120px 150px;
}

.bg-media {
  position: fixed;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: url("img/media.jpg") no-repeat 0 0;
}

.bg-contact {
    position: fixed;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: url("img/contact.png") no-repeat left 0px;
    background-size: contain;
    height: 72%;
    margin-top: 8%;
}
header {
  position: fixed;
  top: 0px;
  background-color: #000;
  z-index: 1000;
  width: 100%;
  height: 150px;
}

h1 {
  position: absolute;
  top: 10px;
  background-color: #000;
  z-index: 1000;
  width: 100%;
}

#langues {
    position: relative;
    z-index: 1000;
    padding: 13% 0 0 55px;
    width: 345px;

}


#langues a {
  color: #6F6F6F;
  text-transform: uppercase;
  font-size: 1.4em;
      font-family: "Arial Narrow", Arial, sans-serif;
}

#langues li {
  margin: 60px 0 0 0;
  background: -webkit-radial-gradient(#A0A0A0, #333);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#langues .un {
  margin-left: 20px;
}


#langues .deux {
    float: right;
    margin-top: -15px;
}

#langues .trois {
}

#langues .quatre {
  margin-left: 75px;
}

#langues .cinq {
    float: right;
    margin-right: 111px;
    margin-top: 8px;
    -webkit-text-fill-color: initial;
}

#langues .six {
    float: right;
    margin-top: -10px;
    margin-right: 15px;
}

#social {
    position: relative;
    z-index: 500;
    margin: 0px 0 0 50px;
    display: inline-block;
}

#social a img {
    margin: 0 5px 1px 0;
    height: 35px;
    width: auto;
}
#menu {
  top: 80px;
  margin-left: 100px;
  position: absolute;
  background-color: #000;
  z-index: 1000;
  width: 100%;
  font-size: 1.1em;
}

#menu li {
  float: left;
  margin: 0 60px 0 0;
}

#menu li a,
#sousmenu li a {
  text-transform: uppercase;
  color: #FFF;
    font-family: "Arial Narrow", Arial, sans-serif;
}

#sousmenu {
  top: 25px;
  margin-left: 0px;
  position: absolute;
  background-color: #000;
  z-index: 1000;
  width: 100%;
}

#sousmenu li {
  float: left;
  margin: 0 20px 0 0;
  font-size: 0.9em;
}

#menu a:hover,
#langues a:hover,
#sousmenu a:hover {
  color: #666;
}

#menu .about a.on {
  color: #deae83;
}

#menu .media a.on,
#sousmenu a.on {
  color: #74a8f9;
}

#menu .support a.on {
  color: #ed729e;
}

#menu .contact a.on {
  color: #06cf7c;
}

#home {
  float: right;
  width: 40%;
  margin-top: 00px;
}
#about {
    position: relative;
    z-index: 500;
    color: #f3d9b2;
    padding: 275px 30px 20px 30px;
    line-height: 1.5em;
    font-size: 1.2em;
}

#about p {
  margin: 0 0 10px 0;
}

#media {
  position: relative;
  z-index: 500;
  color: #cbe8fb
    /*#A9D5F1*/;
  font-size: 1.2em;
  padding-top: 150px;
}

#media .unecolonne,
#media .deuxcolonne {
  font-size: 1em;
}

#support {
  color: #f3d5d7;
  font-size: 1.2em;
  padding-top: 150px;
  padding-bottom: 40px;
}

u {
  text-decoration: underline;
}
footer.media #copyright {
    position: relative;
    z-index: 0;
    text-align: center;
    font-size: 0.9em;
    top: 0;
    margin-bottom: -31px;
}

.marginbottom {
  margin-bottom: 30px;
}

#formulaire {
    position: relative;
    z-index: 500;
    float: right;
    width: 50%;
    padding: 5%;
    margin-top: 11%;
    color: #99c3a1;
}

input,
textarea {
  outline: none;
  width: 96%;
  box-radius-corner: 10px;
  background-color: #06160e;
  border: 0;
  padding: 5px 2%;
  font-family: "GeosansLight", Arial, sans-serif;
  color: #a0c8a9;
  font-size: 1.2em;
  margin: 10px 0;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

input[type=submit] {
  width: 25%;
  float: right;
  cursor: pointer;
}

.centrer {
  text-align: center;
}

.petit {
  font-size: 0.85em;
}

.download {
  text-transform: uppercase;
  color: #fff;
  font-size: 0.8em;
  background: #060620;
  padding: 5px;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.unecolonne {
  float: left;
  width: 100%;
}

.deuxcolonne {
  float: left;
  width: 40%;
  padding: 0 5%;
}

#copyright.juridique {
    position: relative;
    text-align: center;
    float: left;
    line-height: 0.8;
    font-size: 0.9em;
}
#media .troiscolonne {
    min-height: 120px;
}

#media h2 {
    font-size: 0.9em;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    margin-bottom: 10px;
}

#media div#copyright {
    text-align: center;
}

.troiscolonne {
  float: left;
  width: 33%;
}

h2 {
  color: #74a8f9;
  text-transform: uppercase;
  text-align: center;
  font-size: 0.8em;
}

h3 {
  margin-top: 10px;
  font-size: 1em;
}

[controls] {
  width: 70%;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

div#dp {
    float: right;
    position: relative;
    padding-top: 10px;
    color: #BDBDBD;
    font-size: 13px;
    padding-left: 10px;
}



@media screen and (max-width: 1000px) {
  #content {
    width: 93%;
    overflow: auto;
  }

  .bg-about {
    background-position: center 130px;
  }

  .bg-media {
    background-position: right 0;
  }

  .bg-contact {
    background-position: left center;
    background-size: 52%;
    background-position-y: 107px;
  }

  h1 {
    padding: 0;
    text-align: center;
  }

  h1 img {
    max-width: 80%;
  }

#langues li {
    margin: 0!important;
    float: none!important;
    margin-bottom: 15px!important;
}

#langues {
    position: relative;
    z-index: 1000;
    padding: 100px 0 0 0;
    width: 100%;
        padding-left: 10%;

}

footer {
    right: 0px;
    text-align: left;
    background: #000;
    padding-top: 3px;
    padding-bottom: 0;
}
#social {
    margin: 0px 0 0 15px;
}

#social a img {
    margin: 0 10px 0px 0;
}


  #home img,
    #contact img {
    max-width: 100%;
  }
    /*.deuxcolonne {padding:0;}*/

  .deuxcolonne img,
    .troiscolonne img,
    .unecolonne img {
    max-width: 100%;
  }

  header {
    height: 100px;
  }

  #menu {
    margin: 0 0;
    font-size: 0.9em;
    text-align: center;
    position: absolute;
    width: 100%;
    top: 60px;
  }

  #sousmenu {
    margin: 0;
    text-align: center;
    position: absolute;
    width: 100%;
  }

  #menu li,
    #sousmenu li {
    margin: 0 9px;
    display: inline;
    float: none;
  }

#menu li a, #sousmenu li a {
    display: inline-block;
    font-size: 1.3em;
}
  #about {
    padding: 255px 5% 0 5%;
  }
}

@media screen and (max-width: 780px) {
  [controls] {
   /* width: 55px;
    margin-top: 1.2em;
    margin-bottom: 1em;*/
  }
  textarea#message {
    height: 120px;
}
}

@media screen and (max-width: 600px) {
  .deuxcolonne {
    float: left;
    width: 100%;
    padding: 0;
  }
}

#social a img {
    height: 30px;
}


#copyright.juridique {
    padding-bottom: 0;
    padding-left: 25px;
}
#social {
    margin: 1px 0 0 0;
    padding-left: 15px;
    width: auto;
}

div#dp {
    display: inline-block;
    padding-bottom: 10px;
    float: left;
    margin-top: 8px;
    padding: 0;
    margin-right: 10px;
    color: #dcdcdc;
}


.footeralign {
    width: 335px;
    float: right;
}


#social a:last-child img {
  margin-right: 0;
}



@media screen and (max-width: 400px) {
  body {
    font-size: 0.9em;
  }

  .mobile {
    display: inline-block;
  }

  .mobilehide {
    display: none;
  }

  #langues {
    padding: 70px 0 0 20px;
  }

  #copyright.juridique {
    padding-left: 0px;
}

div#dp {
  margin-right: 0;
}

  #langues a {
    font-size: 1em;
  }

  #langues li {
    margin: 18px 0 0 0 !important;
  }

  #menu {
    top: 50px;
  }

  #sousmenu {
    top: 20px;
  }

  #menu li:first-child {
    display: none;
  }

  #sousmenu li:first-child {
    display: inline;
  }
#about {
    padding: 275px 5px 40px 5px;
    text-align: left;
    line-height: 1.1em;
}

  #media {
    padding: 120px 5px 40px 5px;
    line-height: 1.1em;
  }

  #support {
    padding: 100px 5px 40px 5px;
    line-height: 1.1em;
  }

  #contact {
    padding-bottom: 40px;
    line-height: 1.1em;
  }

  .deuxcolonne,
    .troiscolonne,
    .unecolonne {
    float: left;
    width: 100%;
    padding: 0;
  }

  #contact {
    display: none;
  }

  #formulaire {
    float: right;
    width: 50%;
    color: #99c3a1;
    margin-top: 80px;
  }

  input[type=submit] {
    width: 50%;
    float: right;
    cursor: pointer;
  }

  ul#langues {
    width: 420px;
    color: #333;
    background: -webkit-linear-gradient(#eee, #333);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  #langues .deux {
    float: right;
    margin-top: -8px;
  }

  #langues .trois {
    margin-left: -55px;
    margin-top: 50px;
  }

  #langues .six {
    float: right;
    margin-right: 20px;
  }

  #langues .quatre {
    margin-left: 25px;
    margin-top: 58px;
  }

  #langues .cinq {
    float: right;
    margin-right: 130px;
    -webkit-text-fill-color: initial;
    margin-top: 10px;
  }

  #langues .cinq a {
    color: #454545!important;
  }

  .container {
    width: 1000px;
    margin: 0 auto;
  }

 div#social {
    display: inline-block;
    margin: 0;
    padding: 0px;
}

.footeralign {
    width: 100%;
}

div#dp {
    display: inline-block;
    padding-bottom: 10px;
    float: right;
    margin-top: 7px;
    /* margin-left: 15px; */
    color: #9E9E9E;
}

  #copyright {
    padding-bottom: 50px;
  }

}


@media screen and (max-width: 1050px) {
  .container {
    width: 95%;
  }
}