body {
  font-family: "Open Sans", sans-serif;
  margin: 0;
  padding: 0;
  color: black; }

a,
a:visited {
  color: #3498db; }

ul {
  list-style-type: circle;
  padding-left: 12px; }
  @media (min-width: 960px) {
    ul {
      padding-left: 40px; } }

.flex-row {
  display: flex;
  flex-direction: column; }
  @media (min-width: 960px) {
    .flex-row {
      flex-direction: row; } }

.flex-space .item {
  margin-bottom: 48px; }
  .flex-space .item:last-child {
    margin-bottom: 0; }
@media (min-width: 960px) {
  .flex-space .item {
    margin-bottom: 0;
    margin-right: 24px; }
    .flex-space .item:last-child {
      margin-right: 0; } }

.flex-center {
  align-items: center;
  justify-content: center; }

#header {
  width: 100%;
  padding: 24px 0;
  background-color: black;
  background-image: url(../img/mains.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  color: white;
  border-bottom: 4px solid #8ee8c7; }
  #header h1 {
    font-family: "Lora", serif; }
  #header h4 {
    font-size: 0.9em;
    margin-top: 36px; }
  @media (min-width: 960px) {
    #header {
      padding: 48px 0; } }

#infos {
  margin: 24px 0; }
  #infos .general i {
    color: #dcdcdd;
    margin-right: 12px; }
  #infos .general td:first-child {
    text-align: right; }
  #infos .address {
    text-align: center; }
    #infos .address h1 {
      margin: 0;
      font-size: 1.2em; }
    #infos .address .siret {
      font-style: 0.8em;
      font-style: italic;
      color: #999999; }
  #infos .telephone {
    font-size: 1.4em; }
  @media (min-width: 960px) {
    #infos {
      padding: 48px 0; }
      #infos .address {
        text-align: left; } }

#content {
  background-image: linear-gradient(#f1f2f3, white 20%);
  padding: 0 12px;
  padding-top: 24px; }
  #content .section {
    max-width: 740px;
    margin: 0 auto;
    margin-bottom: 24px; }
  #content .image {
    max-width: 920px; }
  @media (min-width: 960px) {
    #content {
      padding-top: 48px; } }

#footer {
  background-color: #757578;
  padding: 24px 0;
  margin-top: 36px;
  color: white;
  border-top: 4px solid #8ee8c7; }
  #footer .nom, #footer .telephone {
    font-size: 1.2em; }
  #footer .general i {
    margin-right: 12px; }
  #footer .general td:first-child {
    text-align: right; }
  @media (min-width: 960px) {
    #footer {
      padding: 36px 0;
      margin-top: 72px; }
      #footer .item:first-child {
        margin-right: 48px; } }

.carousel {
  display: grid; }
  .carousel img.photo {
    grid-column: 1;
    grid-row: 1;
    opacity: 0;
    width: 100%;
    border-radius: 4px;
    transition: opacity 1s; }
  .carousel .loader,
  .carousel .loading-placeholder {
    display: none; }
  .carousel.loading .loader,
  .carousel.loading .loading-placeholder {
    display: block;
    grid-column: 1;
    grid-row: 1; }
  .carousel.loading .loader {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e9e9ea;
    border-radius: 4px; }
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg); } }
    .carousel.loading .loader img {
      width: 60px;
      height: 60px;
      animation: rotation 2s infinite linear; }
  .carousel.loading .loading-placeholder {
    width: 100%;
    height: 0;
    padding-bottom: 66.7%; }

/*# sourceMappingURL=style.css.map */
