/**
 * Start Vanilla CSS 1.0.2 
 */
body {
  font: 10pt/1.5em sans-serif;
  margin: 0;
  padding: 0;
}
pre,
code,
tt {
  font: 1em/1.5em "Andale Mono", "Lucida Console", monospace;
}
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-weight: bold;
}
em,
i,
dfn {
  font-style: italic;
}
dfn {
  font-weight: bold;
}
p,
code,
pre,
kbd {
  margin: 0 0 1.5em 0;
}
blockquote {
  margin: 0 1.5em 1.5em 1.5em;
}
cite {
  font-style: italic;
}
li ul,
li ol {
  margin: 0 1.5em;
}
ul,
ol {
  margin: 0 1.5em 1.5em 1.5em;
}
ul {
  list-style-type: disc;
}
ol {
  list-style-type: decimal;
}
ol ol {
  list-style: upper-alpha;
}
ol ol ol {
  list-style: lower-roman;
}
ol ol ol ol {
  list-style: lower-alpha;
}
dl {
  margin: 0 0 1.5em 0;
}
dl dt {
  font-weight: bold;
}
dd {
  margin-left: 1.5em;
}
table {
  margin-bottom: 1.4em;
  width: 100%;
}
th {
  font-weight: bold;
}
th,
td,
caption {
  padding: 4px 10px 4px 5px;
}
tfoot {
  font-style: italic;
}
sup,
sub {
  line-height: 0;
}
abbr,
acronym {
  border-bottom: 1px dotted;
}
address {
  margin: 0 0 1.5em;
  font-style: italic;
}
del {
  text-decoration: line-through;
}
pre {
  margin: 1.5em 0;
  white-space: pre;
}
img.centered,
.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignright {
  display: inline;
}
img.alignleft {
  display: inline;
}
.alignright {
  float: right;
  margin-left: 10px;
}
.alignleft {
  float: left;
  margin-right: 10px;
}
img {
  max-width: 100%;
}
* html .clearfix {
  height: 1%;
}
* + html .clearfix {
  display: inline-block;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* html .group {
  height: 1%;
}
* + html .group {
  display: inline-block;
}
.group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/**
  * End Vanilla CSS
  */

body {
  font-family: 'PT Sans Narrow', helvetica, arial, sans-serif;
}

header {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  z-index: 10;
  background: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
  height: 110px;
}

header .head {
  width: 100%;
  background: #08211e;
  display: flex;
  justify-content: center;
  padding: 8px 0;
}

.head .headcont,
.cont .headcont {
  width: 100%;
  max-width: 1150px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 20px;
  height: 100%;
}

.headcont .slogan,
.headcont .tel {
  flex: 1;
  color: white;
  display: flex;
  align-items: center;
  font-weight: 600;
}
.headcont .tel a {
  text-decoration: none;
  color: white;
  white-space: nowrap;
}

.headcont .tel {
  justify-content: flex-end;
}
.headcont .slogan {
  flex: 1;
}

header .cont {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  flex: 1;
}

header .logo {
  background-image: url(../images/logo-absolu-sports.svg);
  background-repeat: no-repeat;
  background-position: left center;
  width: 100%;
  max-width: 200px;
  height: 100%;
  background-size: contain;

}

header .cont .lang {
  height: 40px;
  width: 40px;
  background-color: #08211e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 600;
  cursor: pointer;

}

header .cont .linklang {
  display: flex;
  align-items: center;
  text-decoration: none;
}

header picture {
  height: 70%;
  flex: 1;
}

header picture img {
  height: 100%;
}

section.first {
  position: relative;
  height: 250px;
  width: 100%;
  overflow: hidden;
}

section.first .backimg {
  background-image: url(../images/fond1.jpg);
  background-size: 100%;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 120%;
  top: -10%;
  z-index: -1;
}
section.first .picture {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #0000005e;
}
section.first .picture h1 {
  font-size: 3em;
  color: white;
}
section.first .picture h3 {
  color: white;
  font-size: 2em;
}

.contbl {
  display: flex;
  padding: 20px;
  justify-content: center;
}

.block {
  padding: 30px;
  background-color: #ececec;
  border-radius: 4px;
  max-width: 1200px;
  width: 100%;
  text-align: center;
}

.block h2 {
  color: #2b3238;
}

.block h3.valid {
  color: #00a08d;
}

.block h3.error {
  color: #c3003c;
}
a.retour {
  display: inline-flex;
  height: 38px;
  min-width: 115px;
  padding: 0 20px;
  color: white;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  background: #00a08d;
  font-size: 13px;
  font-weight: 600;
  transition: background 0.2s;
}

a.retour:hover {
  background: #02796b;
}

@media screen and (max-width: 550px) {
  header {
    height: 90px;
  }

  header .logo {

    background-position: center;
  }

  section.first {
    height: 110px;
  }

  header .cont .lang {
    height: 30px;
    width: 30px;
  }

  header .head {
    font-size: 11px;
  }
  section.first .picture h1 {
    font-size: 2em;
  }
  .tel svg {
    width: 12px;
    height: 12px;
  }
}
