@charset 'UTF-8';
@import url(font-awesome.min.css);
@import url('https://fonts.googleapis.com/css?family=Lato:400,400italic,700,700italic|Source+Code+Pro:400');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');

/*
	Read Only by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/* Basic */

#logo-bottom-perso {
  display: block;
}

@media (max-height: 800px) {
  #logo-bottom-perso {
    display: none;
  }
}

@media (max-height: 800px) and (max-width: 1280px) {
  #logo-bottom-perso {
    display: block;
  }
}

@media (max-height: 675px) and (max-width: 1280px) {
  #logo-bottom-perso {
    width: 65%;
  }
}
@media (max-height: 620px) and (max-width: 1280px) {
  #logo-bottom-perso {
    display: none;
  }
}

/* @media (max-height: 675px) and (max-width: 10px) {
  #logo-bottom-perso {
    display: none;
  }
} */

#header > header .title-logo {
  font-size: 1.75em;
  font-weight: 700;
  line-height: 1em;

  margin: 0;

  color: #fff;
}

.petit-titre {
  font-size: 1.2rem;
}

body {
  background: #fff;
}

body,
input,
select,
textarea {
  font-family: 'Montserrat', sans-serif;
  font-size: 16pt;
  font-weight: 400;
  line-height: 1.75em;

  color: #888;
}

a {
  -webkit-transition: color .2s ease-in-out, border-color .2s ease-in-out;
     -moz-transition: color .2s ease-in-out, border-color .2s ease-in-out;
      -ms-transition: color .2s ease-in-out, border-color .2s ease-in-out;
       -o-transition: color .2s ease-in-out, border-color .2s ease-in-out;
          transition: color .2s ease-in-out, border-color .2s ease-in-out;
  text-decoration: none;

  color: inherit;
  border-bottom: solid 1px #e4e4e4;
}

a:hover {
  color: #4acaa8 !important;
  border-bottom-color: transparent;
}

strong,
b {
  font-weight: 700;

  color: #777;
}

em,
i {
  font-style: italic;
}

p {
  margin: 0 0 2.25em 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1em;

  margin: 0 0 .5625em 0;

  color: #163b47;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;

  color: inherit;
  border: 0;
}

h2 {
  font-size: 1.75em;
  line-height: 1.5em;
}

h3 {
  font-size: 1.75em;
  line-height: 1.5em;
}

h4 {
  font-size: 1.25em;
  line-height: 1.5em;
}

h5 {
  font-size: .9em;
  line-height: 1.5em;
}

h6 {
  font-size: .7em;
  line-height: 1.5em;
}

sub {
  font-size: .8em;

  position: relative;
  top: .5em;
}

sup {
  font-size: .8em;

  position: relative;
  top: -.5em;
}

hr {
  margin: 2.25em 0;

  border: 0;
  border-bottom: solid 2px #f4f4f4;
}

hr.major {
  margin: 3.375em 0;
}

blockquote {
  font-style: italic;

  margin: 0 0 2.25em 0;
  padding: .5em 0 .5em 2em;

  border-left: solid 8px #e4e4e4;
}

code {
  font-family: 'Source Code Pro', monospace;
  font-size: .9em;

  margin: 0 .25em;
  padding: .25em .65em;

  color: #fff;
  border-radius: 5px;
  background: #555;
}

pre {
  font-family: 'Source Code Pro', monospace;
  font-size: .9em;

  margin: 0 0 2.25em 0;
}

pre code {
  line-height: 1.5em;

  display: block;
  overflow-x: auto;

  padding: 1em 1.5em;

  -webkit-overflow-scrolling: touch;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/* Section/Article */

section.special,
article.special {
  text-align: center;
}

header p {
  position: relative;

  margin: 0 0 1.6875em 0;

  color: #aaa;
}

header h2 + p {
  font-size: 1.25em;
  line-height: 1.5em;

  margin-top: -.5em;
}

header h3 + p {
  font-size: 1.1em;
  line-height: 1.5em;

  margin-top: -.35em;
}

header h4 + p,
header h5 + p,
header h6 + p {
  font-size: .9em;
  line-height: 1.5em;

  margin-top: -.25em;
}

header.major h2 {
  font-size: 2.5em;

  text-align: center;

  color: #163b47;
}

header.major h2 + p {
  font-size: 1.75em;
  font-weight: 700;

  margin-top: -.75em;

  color: #777;
}

/* Form */

form {
  margin: 0 0 2.25em 0;
}

label {
  font-size: .9em;
  font-weight: 700;

  display: block;

  margin: 0 0 1.125em 0;

  color: #777;
}

input::-moz-focus-inner {
  padding: 0;

  border: 0;
}

input[type='text'],
input[type='tel'],
input[type='password'],
input[type='email'],
select,
textarea {
  display: block;

  width: 100%;
  padding: 0 1em;

  text-decoration: none;

  color: inherit;
  border: none;
  border: solid 2px #e4e4e4;
  border-radius: 5px;
  outline: 0;

  -webkit-appearance: none;
     -moz-appearance: none;
      -ms-appearance: none;
       -o-appearance: none;
          appearance: none;
}

input[type='text']:invalid,
input[type='tel']:invalid,
input[type='password']:invalid,
input[type='email']:invalid,
select:invalid,
textarea:invalid {
  box-shadow: none;
}

input[type='text']:focus,
input[type='tel']:focus,
input[type='password']:focus,
input[type='email']:focus,
select:focus,
textarea:focus {
  border-color: #163b47;
}

.select-wrapper {
  position: relative;

  display: block;

  text-decoration: none;
}

.select-wrapper:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;

  content: '\f078';
  text-transform: none !important;

  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.select-wrapper:before {
  line-height: 2.75em;

  position: absolute;
  top: 0;
  right: 0;

  display: block;

  width: 2.75em;
  height: 2.75em;

  text-align: center;
  pointer-events: none;

  color: #e4e4e4;
}

.select-wrapper select::-ms-expand {
  display: none;
}

input[type='text'],
input[type='tel'],
input[type='password'],
input[type='email'],
select {
  height: 2.75em;
}

textarea {
  padding: .75em 1em;
}

input[type='checkbox'],
input[type='radio'] {
  z-index: -1;

  display: block;
  float: left;

  width: 1em;
  margin-right: -2em;

  opacity: 0;

  -webkit-appearance: none;
     -moz-appearance: none;
      -ms-appearance: none;
       -o-appearance: none;
          appearance: none;
}

input[type='checkbox'] + label,
input[type='radio'] + label {
  font-size: 1em;
  font-weight: 400;

  position: relative;

  display: inline-block;

  padding-right: .75em;
  padding-left: 2.4em;

  cursor: pointer;
  text-decoration: none;

  color: #888;
}

input[type='checkbox'] + label:before,
input[type='radio'] + label:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;

  text-transform: none !important;

  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

input[type='checkbox'] + label:before,
input[type='radio'] + label:before {
  line-height: 1.58125em;

  position: absolute;
  top: 0;
  left: 0;

  display: inline-block;

  width: 1.65em;
  height: 1.65em;

  content: '';
  text-align: center;

  border: solid 2px #e4e4e4;
  border-radius: 5px;
  background: #fafafa;
}

input[type='checkbox']:checked + label:before,
input[type='radio']:checked + label:before {
  content: '\f00c';

  color: #fff;
  border-color: #989898;
  background: #989898;
}

input[type='checkbox']:focus + label:before,
input[type='radio']:focus + label:before {
  border-color: #4acaa8;
}

input[type='checkbox'] + label:before {
  border-radius: 5px;
}

input[type='radio'] + label:before {
  border-radius: 100%;
}

::-webkit-input-placeholder {
  font-style: italic;

  opacity: 1;
  color: #aaa !important;
}

:-moz-placeholder {
  font-style: italic;

  opacity: 1;
  color: #aaa !important;
}

::-moz-placeholder {
  font-style: italic;

  opacity: 1;
  color: #aaa !important;
}

:-ms-input-placeholder {
  font-style: italic;

  opacity: 1;
  color: #aaa !important;
}

.formerize-placeholder {
  font-style: italic;

  opacity: 1;
  color: #aaa !important;
}

/* Box */

.box {
  margin-bottom: 2.25em;
  padding: 1.5em;

  border: solid 2px #e4e4e4;
  border-radius: 5px;
}

.box > :last-child,
.box > :last-child > :last-child,
.box > :last-child > :last-child > :last-child {
  margin-bottom: 0;
}

.box.alt {
  padding: 0;

  border: 0;
  border-radius: 0;
}

/* Icon */

.icon {
  position: relative;

  text-decoration: none;

  border-bottom: none;
}

.icon:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;

  text-transform: none !important;

  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.icon > .label {
  display: none;
}

/* Image */

.image {
  position: relative;

  display: inline-block;

  border: 0;
  border-radius: 5px;
}

.image img {
  display: block;

  border-radius: 5px;
}

.image.left {
  top: .25em;

  float: left;

  margin: 0 2.5em 2em 0;
}

.image.right {
  top: .25em;

  float: right;

  margin: 0 0 2em 2.5em;
}

.image.fit {
  display: block;

  width: 100%;
  margin: 0 0 2.25em 0;
}

.image.fit img {
  display: block;

  width: 100%;
}

.image.avatar {
  overflow: hidden;

  border-radius: 100%;
}

.image.avatar img {
  display: block;

  width: 100%;

  border-radius: 100%;
}

/* List */

ol {
  margin: 0 0 2.25em 0;
  padding-left: 1.25em;

  list-style: decimal;
}

ol li {
  padding-left: .25em;
}

ul {
  margin: 0 0 2.25em 0;
  padding-left: 1em;

  list-style: disc;
}

ul li {
  padding-left: .5em;
}

ul.alt {
  padding-left: 0;

  list-style: none;
}

ul.alt li {
  padding: .5em 0;

  border-top: solid 2px #f4f4f4;
}

ul.alt li:first-child {
  padding-top: 0;

  border-top: 0;
}

ul.feature-icons {
  padding-left: 0;

  list-style: none;
}

ul.feature-icons li {
  position: relative;

  display: inline-block;

  width: 48%;
  margin: 0 0 1.6875em 0;
  padding: .35em 0 0 3.5em;

  text-decoration: none;
}

ul.feature-icons li:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;

  text-transform: none !important;

  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

ul.feature-icons li:before {
  line-height: 2.5em;

  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 2.5em;
  height: 2.5em;

  text-align: center;

  color: #fff;
  border-radius: 100%;
  background: #4acaa8;
}

ul.icons {
  padding-left: 0;

  list-style: none;

  cursor: default;
}

ul.icons li {
  display: inline-block;

  padding: 0 1em 0 0;
}

ul.icons li:last-child {
  padding-right: 0 !important;
}

ul.icons li .icon:before {
  font-size: 1.25em;
}

ul.actions {
  padding-left: 0;

  list-style: none;

  cursor: default;
}

ul.actions li {
  display: inline-block;

  padding: 0 1.125em 0 0;

  vertical-align: middle;
}

ul.actions li:last-child {
  padding-right: 0;
}

ul.actions.small li {
  padding: 0 .5625em 0 0;
}

ul.actions.vertical li {
  display: block;

  padding: 1.125em 0 0 0;
}

ul.actions.vertical li:first-child {
  padding-top: 0;
}

ul.actions.vertical li > * {
  margin-bottom: 0;
}

ul.actions.vertical.small li {
  padding: .5625em 0 0 0;
}

ul.actions.vertical.small li:first-child {
  padding-top: 0;
}

ul.actions.fit {
  display: table;

  width: calc(100% + 1.125em);
  margin-left: -1.125em;
  padding: 0;

  table-layout: fixed;
}

ul.actions.fit li {
  display: table-cell;

  padding: 0 0 0 1.125em;
}

ul.actions.fit li > * {
  margin-bottom: 0;
}

ul.actions.fit.small {
  width: calc(100% + .5625em);
  margin-left: -.5625em;
}

ul.actions.fit.small li {
  padding: 0 0 0 .5625em;
}

dl {
  margin: 0 0 2.25em 0;
}

/* Table */

.table-wrapper {
  overflow-x: auto;

  -webkit-overflow-scrolling: touch;
}

table {
  width: 100%;
  margin: 0 0 2.25em 0;
}

table tbody tr {
  border: solid 2px #f4f4f4;
  border-right: 0;
  border-left: 0;
}

table tbody tr:nth-child(2n + 1) {
  background-color: #fafafa;
}

table td {
  padding: .75em .75em;
}

table th {
  font-size: .9em;
  font-weight: 700;

  padding: 0 .75em .75em .75em;

  text-align: left;

  color: #777;
}

table thead {
  border-bottom: solid 4px #e4e4e4;
}

table tfoot {
  border-top: solid 4px #e4e4e4;
}

table.alt {
  border-collapse: separate;
}

table.alt tbody tr td {
  border: solid 2px #e4e4e4;
  border-top-width: 0;
  border-left-width: 0;
}

table.alt tbody tr td:first-child {
  border-left-width: 2px;
}

table.alt tbody tr:first-child td {
  border-top-width: 2px;
}

table.alt thead {
  border-bottom: 0;
}

table.alt tfoot {
  border-top: 0;
}

/* Button */

input[type='submit'],
input[type='reset'],
input[type='button'],
.button {
  font-weight: 700;
  line-height: 2.75em;

  display: inline-block;

  height: 2.75em;
  padding: 0 1.5em;

  cursor: pointer;
  -webkit-transition: background-color .2s ease-in-out, color .2s ease-in-out;
     -moz-transition: background-color .2s ease-in-out, color .2s ease-in-out;
      -ms-transition: background-color .2s ease-in-out, color .2s ease-in-out;
       -o-transition: background-color .2s ease-in-out, color .2s ease-in-out;
          transition: background-color .2s ease-in-out, color .2s ease-in-out;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;

  color: #fff !important;
  border: 0;
  border-radius: 5px;
  background-color: #163b47;

  -webkit-appearance: none;
     -moz-appearance: none;
      -ms-appearance: none;
       -o-appearance: none;
          appearance: none;
}

input[type='submit']:hover,
input[type='reset']:hover,
input[type='button']:hover,
.button:hover {
  color: #fff !important;
  background-color: #ee7043;
}

input[type='submit']:active,
input[type='reset']:active,
input[type='button']:active,
.button:active {
  background-color: #8b8b8b;
}

input[type='submit'].icon,
input[type='reset'].icon,
input[type='button'].icon,
.button.icon {
  padding-left: 1.35em;
}

input[type='submit'].icon:before,
input[type='reset'].icon:before,
input[type='button'].icon:before,
.button.icon:before {
  margin-right: .5em;
}

input[type='submit'].fit,
input[type='reset'].fit,
input[type='button'].fit,
.button.fit {
  display: block;

  width: 100%;
  margin: 0 0 1.125em 0;
}

input[type='submit'].small,
input[type='reset'].small,
input[type='button'].small,
.button.small {
  font-size: .8em;
}

input[type='submit'].big,
input[type='reset'].big,
input[type='button'].big,
.button.big {
  font-size: 1.35em;
}

input[type='submit'].alt,
input[type='reset'].alt,
input[type='button'].alt,
.button.alt {
  color: #777 !important;
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #e4e4e4;
}

input[type='submit'].alt:hover,
input[type='reset'].alt:hover,
input[type='button'].alt:hover,
.button.alt:hover {
  color: #777 !important;
  background-color: #f4f4f4;
}

input[type='submit'].alt:active,
input[type='reset'].alt:active,
input[type='button'].alt:active,
.button.alt:active {
  background-color: #eaeaea;
}

input[type='submit'].alt.icon:before,
input[type='reset'].alt.icon:before,
input[type='button'].alt.icon:before,
.button.alt.icon:before {
  color: #aaa;
}

input[type='submit'].special,
input[type='reset'].special,
input[type='button'].special,
.button.special {
  color: #fff !important;
  background-color: #163b47;
}

input[type='submit'].special:hover,
input[type='reset'].special:hover,
input[type='button'].special:hover,
.button.special:hover {
  background-color: #ee7043;
}

input[type='submit'].special:active,
input[type='reset'].special:active,
input[type='button'].special:active,
.button.special:active {
  background-color: #39c29d;
}

input[type='submit'].disabled,
input[type='submit']:disabled,
input[type='reset'].disabled,
input[type='reset']:disabled,
input[type='button'].disabled,
input[type='button']:disabled,
.button.disabled,
.button:disabled {
  cursor: default;

  opacity: .25;
  color: #fff !important;
  background-color: #888 !important;
  box-shadow: inset 0 -.15em 0 0 rgba(0, 0, 0, .15);
}

/* Features */

.features article {
  margin-bottom: 2.25em;
  padding-top: 2.25em;

  border-top: solid 3px #f4f4f4;
}

.features article:first-child {
  padding-top: 0;

  border-top: 0;
}

.features article .image {
  display: inline-block;

  width: 48%;
  padding-right: 2.5em;

  vertical-align: middle;
}

.features article .image img {
  display: block;

  width: 100%;
}

.features article .inner {
  display: inline-block;

  width: 50%;

  vertical-align: middle;
}

.features article .inner > :last-child {
  margin-bottom: 0;
}

/* Header */

#header {
  position: fixed;
  top: 0;
  right: 0;

  width: 21em;
  height: 100%;

  text-align: center;

  color: #fff;
  background: #163b47;
}

#header i {
  font-size: 20px;

  color: #fff;
}

#header h1,
#header h2,
#header h3,
#header h4,
#header h5,
#header h6 {
  color: #fff;
}

#header h1 a,
#header h2 a,
#header h3 a,
#header h4 a,
#header h5 a,
#header h6 a {
  color: #fff;
}

#header header p {
  color: #b6e9dc;
}

#header a {
  color: #d1f1e9;
}

#header a:hover {
  color: #fff !important;
}

#header > header {
  padding: 2em;
}

#header > header .avatar {
  display: block;

  width: 8em;
  margin: 0 auto 2.25em auto;
}

#header > header h1 {
  font-size: 1.75em;

  margin: 0;
}

#header > header p {
  margin: 1em 0 0 0;

  color: #fff;
}

#header > footer {
  position: absolute;
  bottom: 0;
  left: 0;

  width: 100%;
  padding: 1.5em;
}

#header > footer .icons {
  margin: 0;
}

#header > footer .icons li a {
  color: #b6e9dc;
}

#header > nav ul {
  margin: 0;
  padding: 0;

  list-style: none;
}

#header > nav ul li {
  display: block;

  padding: 0;

  border-top: solid 2px #ee7043;
}

#header > nav ul li a {
  display: block;

  padding: .85em 0;

  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
  text-decoration: none;

  color: #fff !important;
  border: 0;
}

#header > nav ul li a.active {
  color: #163b47 !important;
  background: #fff;
}

#header > nav ul li:first-child {
  border-top: 0;
}

/* Wrapper */

#wrapper {
  padding-right: 21em;

  background: #fff;
}

/* Main */

#main > section {
  border-top: solid 6px #f4f4f4;
}

#main > section > .container {
  padding: 4em 0 2em 0;
}

#main > section:first-child {
  border-top: 0;
}

/* One */

/* Footer */

#footer {
  overflow: hidden;

  padding: 4em 0 2em 0;

  color: #c0c0c0;
  border-top: 0;
  background: #fafafa;
}

#footer .copyright {
  font-style: italic;
  line-height: 1em;

  padding: 0;

  list-style: none;
}

#footer .copyright li {
  font-size: .8em;

  display: inline-block;

  margin-left: 1em;
  padding-left: 1em;

  border-left: solid 1px #d4d4d4;
}

#footer .copyright li:first-child {
  margin-left: 0;
  padding-left: 0;

  border-left: 0;
}

#footer .copyright li a {
  color: inherit;
}

/*********************************************************************************/
/* Code Coline                                                                    */
/*********************************************************************************/

.citation {
  font-size: 22px;

  text-align: center;

  color: #163b47;
}

.mention {
  font-size: 14px;
  font-weight: lighter;
  line-height: 20px;

  color: #888;
}

.intro {
  font-size: 22px;

  text-align: center;

  color: #888;
}

.barreduhaut {
  position: fixed;
  top: 0;

  width: 100%;
  height: 50px;
  padding: 0 40px;

  background: #f4f4f4;
}

.barreduhaut h1 {
  font-size: 26px;
  font-weight: normal;
  line-height: 50px;

  color: #ee7043;
}

#one {
  margin-top: 50px;
}

.imagemenu,
.imagemenu img {
  position: absolute;
  z-index: 10;
  bottom: 0;

  width: 90%;

  text-align: left;
}

#footer {
  padding: 25px;
}

#footer ul.copyright {
  margin: inherit;
}
section#header > header {
  padding: .5em;
}
section#header > header .avatar {
  margin-bottom: .25em;
}

section#header > nav ul li a {
  padding: .5em 0;
}

#header > nav ul li.share {
  padding: .5em 0;
}

#header > nav ul li.share a {
  display: initial;
}

/* Basic */

body,
input,
select,
textarea {
  font-size: 13pt;
}

input[type='checkbox'],
input[type='radio'] {
  display: inline-block;
  float: none;

  width: 1em;
  margin-right: inherit;

  opacity: 1;

  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
      -ms-appearance: checkbox;
       -o-appearance: checkbox;
          appearance: checkbox;
}
