/*
 * style.css
 * 
 * 
/*

Theme Name: Saint-Bernard services APPLICATION
Author: Saint-Bernard Services    
Author URI: https://saint-bernard-services.com
Version: 1.0 
*/
/*==================================================================
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> SOMMAIRE
==================================================================
# Typography
# Elements
# Forms
# Accessibility
# Media
# Header
# Main header
# Main content
# Main footer
# Comments
# Widgets

--------------------------------------------------------------*/

/*============================== NORMALIZE =================================================*/

@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,700|Quicksand:400,700");

html {
  font-family: Montserrat, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; 
}

body {
  margin: 0; 
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; 
}

audio:not([controls]) {
  display: none;
  height: 0; 
}

[hidden],
template {
  display: none; 
}

a {
  background-color: transparent; 
}

a:active,
a:hover {
  outline: 0; 
}

abbr[title] {
  border-bottom: 1px dotted; 
}

b,
strong {
  font-weight: bold; 
}

dfn {
  font-style: italic; 
}

h1 {
  font-size: 2em;
  margin: 0.67em 0; 
}

mark {
  background: #ff0;
  color: #000; 
}

small {
  font-size: 80%; 
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; 
}

sup {
  top: -0.5em; 
}

sub {
  bottom: -0.25em; 
}

img {
  border: 0; 
}

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; 
}

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*========================================== TYPOGRAPHY =============================================================*/

body {
  font-family:Montserrat,Helvetica,Helvetica Neue,Arial,sans-serif;
  font-weight:500;
  /*font-size:1.7em;*/
  line-height:1.4;
  background-color:#ffffff;
  color:#404fe6;

}

/* à changer : font-size:1.7em de body*/

@media screen and (min-width: 480px) {
  body {
    font-size: 14px;
    font-size: 0.875rem; 
  } 
}

@media screen and (min-width: 640px) {
  body {
    font-size: 16px;
    font-size: 1rem; 
  } 
}

@media screen and (min-width: 960px) {
  body {
    font-size: 18px;
    font-size: 1.125rem; 
  } 
}

@media screen and (min-width: 1280px) {
  body {
    font-size: 20px;
    font-size: 14px; 
  } 
}

@media screen and (min-width: 960px) {
  body {
    font-weight: 400; 
  } 
}


h1, h2, h3, h4, h5, h6 {
  font-family: 'Quicksand', sans-serif;
}


h1, h2{
  font-weight: 300;
  text-transform: uppercase; 
  text-align:center;
  font-size: 2.7em; 
}

h3{
  font-size: 1.414em; 
}

h4{
  font-size: 1.25em; 
}

h5{
  font-size: 20px; 
}

h6{
  font-size: 1em; 
}


.light {
  font-weight: 300; 
}

.italic {
  font-style: italic; 
}

p {
  margin-bottom: 1.5em;
  margin-top: 0; 
}

dfn, cite, em, i {
  font-style: italic; 
}

address {
  margin: 0 0 1.5em; 
}

pre {
  margin-bottom: 1.5em;
  max-width: 100%;
  overflow: auto; 
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; 
}

abbr, acronym {
  border-bottom: 1px dotted #0d0c0c;
  cursor: help; 
}

mark, ins {
  background: #D20014;
  color: #fff;
  text-decoration: none; 
}

big {
  font-size: 1.25em; 
}

small {
  font-size: 0.75em; 
}


/*================================ ELEMENTS =================================================================*/

html {
  box-sizing: border-box; 
}

*,
*:before,
*:after {
 box-sizing: border-box; 
}

body {
  background: #ffffff;
}


hr {
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; 
}

img {
  height: auto;
  max-width: 100%;
}

figure{
  margin: 1.5em 0;
}

ul, ol {
  margin-bottom: 1.5em; 
}

ul {
  list-style: square; 
}

li > ul,
li > ol {
  margin-bottom: 0; 
}

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

thead,
tfoot {
  background-color: #a5a2a2;
  color: #fff; 
}

tr:nth-of-type(2n) {
  background-color: #e5e5e5; 
}

th,
td {
  padding: 5px; 
}

dt {
  font-weight: bold; 
}

dd {
  margin: 0 1.5em 1.5em; 
}

blockquote {
  border: 20px solid #404fe6;
  background-color: #ffffff;
  padding: 0px 60px;
  position: relative;
  display: inline-block;
  font-size: 1.3em;
  text-align: center; 
}

blockquote:after, blockquote:before {
  position: absolute; 
}
  
blockquote:before {
    font-size: 10.0em;
    content: '“';
    display: inline-block;
    left: 0;
    top: -60px;
    margin-top: -20px; 
}

blockquote:after{
  font-size: 8.0em;
  content: '”';
  display: inline-block;
  right: 0px;
  line-height: 0.2em;
  bottom: -30px; 
}


/*====================================== FORMS ===================================================*/

#wpcf7-f390-p387-o1 > form > p:nth-child(7){
	position:relative;
	left:19%;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  padding: 12px 24px;
  border-radius: 0px;
  background: transparent;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  
  outline-offset: -2px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  border-radius: 0px;
  display: block;
  line-height: 1.3;
  font-size: inherit;
  font-weight: 400;
  padding: .469rem 1rem;
  vertical-align: middle;
  width: 100%;
  background-color: #fbfbfb;
  border: 1px solid #e9e9ea;
  outline: none;
  letter-spacing: 0.5px;
  box-shadow: none;
  background-image: linear-gradient(#242424, #242424), linear-gradient(#e9e9ea, #e9e9ea);
  background-size: 0 1px, 100% 1px;
  background-repeat: no-repeat;
  background-position: center bottom, center calc(100% - -1px);
  -moz-transition: background 0s ease-out;
  -webkit-transition: background 0s ease-out;
  -o-transition: background 0s ease-out;
  transition: background 0s ease-out;
}

input[type="text"]:focus, input[type="email"]:focus,
input[type="url"]:focus, input[type="password"]:focus,
input[type="search"]:focus, input[type="number"]:focus,
input[type="tel"]:focus, input[type="range"]:focus,
input[type="date"]:focus, input[type="month"]:focus,
input[type="week"]:focus, input[type="time"]:focus,
input[type="datetime"]:focus, input[type="datetime-local"]:focus,
input[type="color"]:focus, textarea:focus, select:focus {    
  background-size: 100% 2px, 100% 2px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

button[type=submit]:hover, button:hover, input[type="button"]:hover,
input[type="reset"]:hover, input[type="submit"]:hover,
button[type=submit]:focus, button:focus, input[type="button"]:focus,
input[type="reset"]:focus, input[type="submit"]:focus {
    color: #42f1d2;
    background-color: #ffffff;
}

input[type="text"]:focus, input[type="email"]:focus,
input[type="url"]:focus, input[type="password"]:focus,
input[type="search"]:focus, input[type="number"]:focus,
input[type="tel"]:focus, input[type="range"]:focus,
input[type="date"]:focus, input[type="month"]:focus,
input[type="week"]:focus, input[type="time"]:focus,
input[type="datetime"]:focus, input[type="datetime-local"]:focus,
input[type="color"]:focus, textarea:focus, select:focus {
    background-color: #ffffff;/*
    background-image: var(--sp-gradient-focus);*/
    border-bottom: 0;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

select {
  background-clip: padding-box;
  border: 1px solid #e9e9ea;
    border-radius: 0px;
    display: block;
  font-size: 92%;
    font-weight: 400;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    width: 100%;
    box-shadow: none;
  overflow: auto !important;
    outline: 0;
  background-image: linear-gradient(#242424, #242424), linear-gradient(#e9e9ea, #e9e9ea);
    background-size: 0 1px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center calc(100% - -1px);
    background-color: #f6f6f6;
    -moz-transition: background 0s ease-out;
    -webkit-transition: background 0s ease-out;
    -o-transition: background 0s ease-out;
    transition: background 0s ease-out;
}

textarea {
    height: 75px;
    overflow: auto;
    resize: vertical;
}

input[type=checkbox], input[type=radio],
form[id*=give-form] #give-gateway-radio-list>li input[type=radio],
form[id*=give-form] #give-gateway-radio-list>li input[type=checkbox],
div.wpforms-container-full .wpforms-form input[type=radio],
div.wpforms-container-full .wpforms-form input[type=checkbox] {
    border: 2px solid #42f1d2;
    background: #fff;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 20px;
    margin: -3px 3px 0 0;
    outline: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 20px !important;
    max-width: 20px;
  -moz-appearance: none !important;
    -webkit-appearance: none !important;
    transition: .05s border-color ease-in-out;
}

input[type=radio] {
    border-radius: 50%;
    margin-right: 4px;
    line-height: 12px;
}

input[type=checkbox]:checked:before,
input[type=radio]:checked:before {
    display: inline-block;
    vertical-align: middle;
    speak: none;
    line-height: 1.1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  -webkit-transition: .3s all;
    transition: .3s all;
}

input[type=radio]:checked:before {
    content: "⬤";
    text-indent: -9999px;
    border-radius: 50px;
    font-size: 24px;
    width: 8px;
    height: 8px;
    margin: 4px;
    line-height: 20px;
  background: #42f1d2;
}

input[type=checkbox]:checked:before {
    content: "✔";
    font-weight: 900;
    color: #42f1d2;
}

.big-button,
input.big-button {
  padding: 1em 2em; }

.search-form label {
  display: block;
  margin-bottom: .2em; }

/*=============================== ACCESSIBILITY ===========================================================*/

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}


.screen-reader-text:focus {
  background-color: #a5a2a2;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  display: block;
  height: auto;
  left: 5px;
  top: 5px;
  width: auto;
  z-index: 100000;

}

/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
  outline: 0; 
}

.skip-link:focus {
  background-color: red;
  border: 3px solid #a5a2a2;
  border-radius: 20px;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 1.2em;
  padding: 1em 2em;
  line-height: 1;
  outline: none;
  padding: 1em; 
}

/*=========================================== MEDIA ===========================================================*/

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em; 
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em; 
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em; 
}

.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: auto;
  max-width: 1000%; 
}

.alignwide {
  margin-left: calc(25% - 25vw);
  margin-right: calc(25% - 25vw);
  width: auto;
  max-width: 1000%; 
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; 
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center; 
}

.gallery-columns-2 .gallery-item {
  min-width: 50%; 
}

.gallery-columns-3 .gallery-item {
  min-width: 33.33%; 
}

.gallery-columns-4 .gallery-item {
  min-width: 25%; 
}

.gallery-columns-5 .gallery-item {
  min-width: 20%; 
}

.gallery-columns-6 .gallery-item {
  min-width: 16.66%; 
}
.gallery-columns-7 .gallery-item {
  min-width: 14.28%; 
}
.gallery-columns-8 .gallery-item {
  min-width: 12.5%; 
}
.gallery-columns-9 .gallery-item {
  min-width: 11.11%; 
}

.gallery-caption {
  display: block; 
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: .3em 0 1.5em; }
  .wp-caption p {
    margin: 0; }

.wp-caption-text {
  font-size: .8em;
  text-align: center; }

/*=========================== HEADER / EN-TÊTE  ==================================================================*/

.main-header {
  font-family: 'Quicksand', sans-serif; 
  text-transform: none;
}

.navbar {
  background-color:#ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
 width:100%;
  z-index:50;
}



@media screen and (min-width: 769px) {
  .navbar {
    padding:5px 40px;
    position:fixed;
    
  } 
}

@media screen and (max-width: 768px){
  .navbar{
    padding:0px 5px;
    display:block;
    position:absolute;
    z-index:50;
    right:0px;
  
  }
}

.site-title {
  font-size: 1.5em;
  line-height: 1;
  color: #0d0c0c;
  text-decoration: none; 
}

.site-title:hover,
.site-title:focus {
  text-decoration: underline; 
}

.custom-logo-link {
  line-height: 0;
  position:relative;
  float:left; }

.custom-logo{
  max-height:75px;
  max-width:125px;
}
.menu-wrapper {
  bottom: 0;
  height: 100vh;
  max-width: 80vw;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  padding: 1em;
 position: absolute;
  right: 0px;
  top: 0;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  visibility: hidden;
 /* width: 0px;*/
  z-index: 100; 
  background-color:#404fe6;
  border-radius:20px;
  margin-top:20px;
  max-height:500px;

}

@media screen and (min-width: 768px) {
  .menu-wrapper {
    padding: 1em 2em; 
    width:0px;
  } 
}

.admin-bar .menu-wrapper {
  top: 46px; }
  @media screen and (min-width: 783px) {
    .admin-bar .menu-wrapper {
      top: 32px; } }
  .admin-bar .menu-wrapper .menu-close {
    margin-top: 22px; }

.menu-wrapper.open {
  background: #404fe6;;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  width: 30em; 
}

.menu-button{
  position:relative;
  float:right;
}

.menu-button,
.menu-close {
  background-color: transparent;
  border: none;
  padding: .5em; }
  .menu-button:hover, .menu-button:focus,
  .menu-close:hover,
  .menu-close:focus {
    background-color: transparent; }

.menu-close {
  display: block;
  margin-left: auto; }

.menu-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1em;
  width: 1em; }

div.menu ul,
ul.menu {
  font-size: 20px;
  list-style: none;
  padding-left: 0;
  text-transform: uppercase; 
}

.sub-menu {
  font-size: .8em;
  list-style: none; 
}

.page_item a,
.menu-item a {
  color: #0d0c0c;
  display: inline-block;
  padding: .25em 0;
  text-decoration: none; 
}

.page_item a:hover, 
.page_item a:focus,
.menu-item a:hover,
.menu-item a:focus{
  color: #ffffff;
  text-decoration: none; }

.title-section {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-position: top center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 13em;
  padding: 1em;
  text-align: center; 
}

@media screen and (min-width: 960px) {
  .title-section {
    padding: 2em; 
  } 
}

.main-title {
  margin-bottom: 0; 
}

.main-meta {
  color: #a5a2a2;
  font-size: 1.25em; }

@media screen and (min-width: 960px) {
  .site-title {
    font-size: 1.3em; 
  }
  .menu-button,
  .menu-close {
    display: none; 
  }
  .menu-wrapper {
    height: auto;
    max-width: none;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    padding: 5px 10px;
    position: static;
    visibility: visible;
    width: auto;
    background-color:#404fe6;
    border-radius:20px;
  }
  div.menu ul,
  ul.menu {
    font-size: 20px;
    margin: 0;
  }
  .page_item,
  .menu-item {
    display: inline-block; 
  }
  .page_item a,
  .menu-item a {
    text-decoration:none;
    text-transform:none;
    color:#42f1d2;
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    margin:auto 10px;
  }
  .menu > li:active{
    color:#ffffff;
  }

  .menu-item a:hover{
  color:#ffffff;
  text-decoration:none;
  }
  .menu-item a:hover::after{
    width:50%;
    height:4px;
    content:'';
    border-radius:20px;
    background-color:#42f1d2;
    display:block;
    position:relative;
    left:25%;
    transform: scaleX(1);
    transition: transform 2000ms;
  }

  .menu-item a::after{
    transform: scaleX(0);
    width:50%;
    height:4px;
    content:'';
    border-radius:20px;
    background-color:#42f1d2;
    display:block;
    position:relative;  
    left:25%;
  }
  .menu-item-has-children {
    position: relative; 
  }
  .sub-menu {
    background: #42f1d2;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    padding: 1em;
    position: absolute;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    visibility: hidden;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    z-index: -100; }
    .sub-menu .menu-item {
      margin-left: 0;
      display: block; }
  .sub-menu .menu-item {
      margin-left: 0;
      display: block; 
    }
    .sub-menu .menu-item a {
      color:#ffffff;
    }
    .sub-menu .menu-item a:hover::after{
      background-color:#404fe6;
    }
    .sub-menu .menu-item a::after{
      background-color:#404fe6;
    }


  .menu > .menu-item-has-children:last-of-type .sub-menu {
    right: 0; 
  }
  .menu-item-has-children:hover .sub-menu,
  .menu-item-has-children a:hover + .sub-menu,
  .menu-item-has-children.focus .sub-menu,
  .sub-menu.open {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
            transform: scale(1);
    visibility: visible;
    z-index: 100; 
  } 
}
/*--------------------------------------------------------------
# Main content
--------------------------------------------------------------*/
/*
.content-area {
margin-bottom: 2em; 
}*/

.main-content,
.comments-area {
  margin: 0 auto 2em;
  max-width: 50em; 
}

.hentry,
.comments-area,
.no-content,
.posts-navigation,
.post-navigation,
.pagination {
  background-color: #fff;
  padding: 1em; 
}

@media screen and (min-width: 640px) {
  .hentry,
  .comments-area,
  .no-content,
  .posts-navigation,
  .post-navigation,
  .pagination {
    padding: 2em; 
  } 
}

.post-navigation {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; 
}

.wp-post-image {
  display: block;
  margin: 0 auto 2em; 
}

.entry-title {
  margin: 0; 
}

.nav-links {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; 
}

.pagination .nav-links {
  display: block;
  text-align: center; 
}

.nav-next {
  margin-left: auto; 
}

.content-area{
  padding-top:75px;
}

/*========================== Flèche ScrollUp début ===========================*/

.scrollup {
    position: fixed;
    top: 0;
    right: 25px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    padding: 0;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    color: #ffffff;
    background-color: #d61523;
    border: none;
    outline: none;
    border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .2);
    -webkit-transition: .9s;
    transition: .9s;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
}

.scrollup i {
    display: inline-block;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.scrollup.is-active {
    top: 98%;
    -webkit-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
}

.scrollup.is-active:hover,
.scrollup.is-active:focus {
    color: #42f1d2;
    transform: translateY(-98%) rotate(-45deg);
    -webkit-transform: translateY(-98%) rotate(-45deg);
    -moz-transform: translateY(-98%) rotate(-45deg);
    -o-transform: translateY(-98%) rotate(-45deg);
    -ms-transform: translateY(-98%) rotate(-45deg);
}

.scrollup.is-active:hover i,
.scrollup.is-active:focus i {
    transform: translateY(0) rotate(45deg);
    -webkit-transform: translateY(0) rotate(45deg);
    -moz-transform: translateY(0) rotate(45deg);
    -o-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-arrow-up:before {
  content: "\f062";
}

/*================================== Flèche ScrollUp fin ====================================*/


/*====================================== FOOTER début =============================================*/

.footer-section {
  padding-top: 20px;
  margin-bottom:-60px;
}

.footer .widget:last-child,
.sidebar .widget:last-child {
    margin-bottom: 0;
}
.footer-info-wrapper li:not(:last-child) {
    margin-right: 25px;
}

.contact-info-wrapper .widget,
.footer-info-wrapper .widget {
    padding: 30px 18px;
    background-color: #ffffff;
    overflow: hidden;
    display: block;
}

.footer-info-wrapper .widget {
    border-radius: 3px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.22);
}

.footer-info-wrapper .contact-icon {
    font-size: 74px;
    height: 74px;
    padding-right: 18px;
    margin-right: 18px;
    border-right: 1px solid #dddde0;
}

.footer-info-wrapper .contact-area .contact-icon i {
    text-shadow: 1200px 1000px 0 rgb(0 0 0 / 0.1);
    transition: text-shadow 0.5s ease;
}

.footer-info-wrapper .contact-area:hover .contact-icon i,
.footer-info-wrapper .contact-area:focus-within .contact-icon i {
    text-shadow: 240px 24px 0 rgb(0 0 0 / 0.1);
}

.footer-info-wrapper .contact-info span.text {
    font-size: 20px;
    font-weight: 600;
}

.footer-info-wrapper .contact-info:not(:hover):not(:focus) span.text {
    color: #151635;
}

.footer-info-wrapper .contact-info span.title {
    color: #777777;
    margin-top: 5px;
}

.footer-main {
    
    border-bottom: 1px solid rgba(125, 125, 125, 0.3);
}

.footer-copyright {
    padding: 24px 0;
}

.footer-main .contact-area:not(:last-child) {
    margin-bottom: 15px;
}

.footer .mail-form .av-mail-field:focus {
    background-image: linear-gradient(#d61523, #d61523), linear-gradient(#e9e9ea, #e9e9ea);
}

.av-container {
    width: 100%;
    max-width: 1200px;  
    margin: 0 auto;
    padding: 0 50px;
}

.av-columns-area {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0px -15px;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    justify-content: flex-start;
}

[class*="av-column-"] {
    position: relative;
    width: 100%;
    padding: 0px 15px;
  z-index: 0;
}


@media (min-width: 992px) {
  .av-column-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .av-column-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .mb-av-0 {
    margin-bottom: 0;
   }
}

  @media (min-width: 768px) {
    
    .av-md-column-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
  }

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

.footer .widget_nav_menu li > a > .not-included,
.footer .menu-wrap > li > a > .not-included {
    display: contents;
    line-height: 0;
    width: 100%;
}

.footer .widget_nav_menu li.menu-item-has-children > a:after,
.footer .menu-wrap > li.dropdown > a:before{
    content: '\f107';
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    right: 17px;
    bottom: 0;
    display: flex;
    align-items: center;
    color: inherit;
}
.footer .widget_nav_menu li.menu-item-has-children > a,
.footer ul.menu-wrap > li.dropdown > a{
    padding-right: 35px;
}

.footer-copyright .widget_nav_menu ul.menu .sub-menu li.menu-item a{
    margin: 0;
    display: block;
    width: 100%;
}
    
.footer-copyright .widget_nav_menu ul.menu > li > a{
    line-height: 45px;
}

.footer-copyright .widget_nav_menu .sub-menu,
.footer .menu-wrap .dropdown-menu {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 50px;
    left: auto;
    border: 0;
    padding: 5px;
    border-radius: 0;
    text-align: left;
    margin: 0 auto;
    background: #ffffff;
    min-width: 12.5rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    -webkit-box-shadow: 0 0.5rem 1.875rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 0.5rem 1.875rem rgba(0, 0, 0, 0.15);
    transition: all .25s;
}
.footer-copyright .widget_nav_menu .menu .menu-item .sub-menu:before,
.footer .menu-wrap .menu-item .dropdown-menu:before {
    content: '';
    position: absolute;
    top: auto;
    right: auto;
    bottom: -10px;
    left: 20px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.footer-copyright .widget_nav_menu .menu .menu-item .sub-menu:before,
.footer .menu-wrap .menu-item .dropdown-menu:before {
    border-top: 10px solid #ffffff;
}

.footer .menu-wrap .dropdown-menu,
.footer-copyright .widget_nav_menu .sub-menu {
    bottom: 100%;
}

.footer-copyright .widget_nav_menu .menu-item:hover > .sub-menu,
.footer-copyright .widget_nav_menu .menu-item.focus > .sub-menu,
.footer .menu-wrap .menu-item:hover > .dropdown-menu,
.footer .menu-wrap .menu-item.focus > .dropdown-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    transition: all .2s;
}
    
.footer .menu-wrap .dropdown-menu li .dropdown-menu,
.footer-copyright .widget_nav_menu .sub-menu li .sub-menu {
    bottom: 100%;
    transform: translateY(12px);
}
.footer .menu-wrap .dropdown-menu li .dropdown-menu,
.footer-copyright .widget_nav_menu .sub-menu li .sub-menu {
    bottom: 100%;
    transform: translateY(12px);
}


.footer-copyright .widget_nav_menu .sub-menu li .sub-menu,
.footer .menu-wrap .dropdown-menu li .dropdown-menu {
    display: block;    
    opacity: 0;
    visibility: hidden;
}
    
.footer-copyright .widget_nav_menu .sub-menu li .sub-menu,
.footer .menu-wrap .dropdown-menu li .dropdown-menu {
    margin-bottom: 20px;
}

.footer .menu-wrap > .menu-item:last-child > .dropdown-menu li .dropdown-menu,
.footer-copyright .widget_nav_menu .menu > .menu-item:last-child > .sub-menu li .sub-menu {
    bottom: 100%;
}
.footer .menu-wrap .menubar .dropdown-menu > li,
.footer-copyright .widget_nav_menu .sub-menu > li {
    padding: 0;
    position: relative;
    height: auto;
}

.footer .menu-wrap .dropdown-menu li a,
.footer-copyright .widget_nav_menu .sub-menu li a{
    border-bottom: 1px solid #f7f7f7;
    color: #cc0d1b;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    padding: 8px 18px 8px 18px;
    text-transform: none;
    white-space: normal;
}

.footer .menu-wrap .dropdown-menu li:last-child a,
.footer-copyright .widget_nav_menu .sub-menu li:last-child a{
    border-bottom: 0;
    border-radius: 0 3px 3px;
}

.footer .menu-wrap .dropdown-menu li:hover > a,
.footer .menu-wrap .dropdown-menu li.focus > a,
.footer-copyright .widget_nav_menu .sub-menu li:hover > a,
.footer-copyright .widget_nav_menu .sub-menu li.focus > a{
    background-color: #f2f2f2;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.footer .menu-wrap .dropdown-menu li:last-child,
.footer-copyright .widget_nav_menu .sub-menu li:last-child {
    border-bottom-color: transparent;
}



.footer .menu-wrap .dropdown-menu .dropdown > a:after,
.footer-copyright .widget_nav_menu .sub-menu .menu-item-has-children > a:after {
    font-family: "FontAwesome";
    content: "\f105";
    position: absolute;
    top: 50%;
    right: 20px;
    font-size: 0.75rem;
    opacity: 0.7;
    font-weight: 100;    
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.footer .menu-wrap .dropdown-menu .dropdown:hover > a:after,
.footer .menu-wrap .dropdown-menu .dropdown.focus > a:after,
.footer-copyright .widget_nav_menu .sub-menu .menu-item-has-children:hover > a:after,
.footer-copyright .widget_nav_menu .sub-menu .menu-item-has-children.focus > a:after {
    opacity: 1;
    right: 15px;
}



footer.footer{
  background-color:#363d9f;
  color:#fff;
  font-size:.8em;
}
footer.footer .col,footer.footer .divider{
  vertical-align:top;
  display:inline-block;
  width:50%;
}
footer.footer .col:last-of-type{
  text-align:right
}
footer.footer .menu{
  list-style:none;
  margin:0;
  padding:0;
}
footer.footer a{
  color:#ffffff;
}

footer.footer .resoSociaux a{
  margin-top:10px;
  margin-bottom:10px;
}

footer.footer .resoSociaux a:first-of-type{
  margin-left:0;
}
footer.footer .clair{
  color:#43ffcf;
  font-size:1.2em;
  font-weight:100;
}
footer.footer .center{
  text-align:center;
}
footer.footer .logojpmnext{
  width:58px;
  height:26px;
}
.copyright{
  opacity:.6;
}

.separate a:after{
  content:'';
  display:block;
  width:30px;
  height:4px;
  border-radius:20px;
  margin:10px 0;
  background-color:#43ffcf;
}

@media screen and (max-width:769px){
  footer.footer .col,footer.footer .divider{
    width:100%;
    padding:5px 0;
    text-align:center;
  }
  footer.footer .col:last-of-type{
    text-align:center;
  }
  footer.footer .separate a:after{
    margin:10px auto;
  }
}

@media screen and (max-width:600px){
  footer .row{
    padding:10px 20px;
  }
}


.widget .widget-title {
    display: block;
    text-transform: capitalize;
    position: relative;
    z-index: 0;
    letter-spacing: 0.5px;
    word-break: break-all;
}

.footer .widget .widget-title::first-letter {
    color:#42f1d2;
}

.footer div.widget.widget-none .widget-title,
.widget:not(.widget-none) .widget-title {
    margin-bottom: 1rem;
    line-height: 1.5;
}

[class^="widget-title-"] {
    padding-bottom: 10px;
}

.widget-title-two:before,
.widget-title-two:after {
    position: absolute;
    left: 0;
    background-color: rgba(34, 34, 34, 0.75);
}

.widget-title-two:before {
    content: "";    
    bottom: 0;
    margin: 0;
    width: 55%;
    height: 1px;
    
}

.widget-title-two:after {
    content: "\ec77";
    font-family: IcoFont;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 10px;
    bottom: -1px;
    height: 3px;
    width: 20%;
}

.widget-title-two:after {
    color: #ffffff;
}

.widget-title-three:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;    
    width: 20%;
    height: 2px;
    background-color: #ffffff;
}

.footer-left .widget-title:not([class^="widget-title-"]):after {
    left: 0;
}

.footer-right .widget-title:not([class^="widget-title-"]):after {
    right: 0;
    left: auto;
}

.footer-center .widget-title:not([class^="widget-title-"]):after {
    right: 0;
    margin: auto;
}

.footer .widget .widget-title:hover:after,
.widget .widget-title:hover:after {
    width: 30%;
}

.widget ul {
    list-style: none;
    margin: 0;
    position: relative;
    z-index: 0;
    padding-left:15px;
}

.widget li {
    list-style: none;
    position: relative;
    z-index: 0;
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}

.widget li a {
    position: relative;
    z-index: 0;
    display: inline-block;
    font-family:Montserrat,Helvetica,Helvetica Neue,Arial,sans-serif;
    font-size:14px;
    font-weight:500;
}

.widget li a:before {
    font-family: fontawesome;
    position: absolute;
}
.footer .widget:not(.widget_payment_methods):not(.widget_meta):not(.widget_recent_comments):not(.widget_info):not(.widget_social_widget):not(.widget_calender):not(.widget_tag) li a:before {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    content: "\f068";
    font-family: FontAwesome;
}

.footer-main .widget_nav_menu li a,
.footer-copyright .widget-left .widget_nav_menu li:not(:first-child) a,
.footer-copyright .widget-right .widget_nav_menu li:not(:last-child) a,
.footer-copyright .widget:not(.widget_payment_methods):not(.widget_nav_menu):not(.widget_recent_comments):not(.widget_info):not(.widget_social_widget):not(.widget_calender):not(.widget_tag) li a,
.footer-main .widget:not(.widget_payment_methods):not(.widget_recent_comments):not(.widget_info):not(.widget_social_widget):not(.widget_calender):not(.widget_tag) li a {
    padding-left: 20px;
}

.footer-main .widget:not(.widget_payment_methods):not(.widget_info):not(.widget_social_widget):not(.widget_calender):not(.widget_tag) li:not(:last-child) a {
    margin-bottom: 10px;
}

.footer .widget:not(.widget_nav_menu):not(.widget_recent_comments):not(.widget_info):not(.widget_social_widget):not(.widget_calender):not(.widget_tag) li a:before {
    left: 0px;
}

.service-icon, .service-content > a,
.service-item, .service-item:before,
.pricing-item, .features-item,
.features-icon, .av-link,
.gallery-item .gallery-icon img,
.portfolio-item .portfolio-icon img, a {
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}


.footer .widget:not(.widget_meta):not(.widget_social_widget) li a:hover:before,
.footer .widget:not(.widget_meta):not(.widget_social_widget) li a:focus:before {
    -webkit-animation: iconRightCaretRotate 600ms ease;
    animation: iconRightCaretRotate 600ms ease;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes iconRightCaretRotate {
    0% {
        -ms-transform: rotate(90deg) translateY(-1px);
        -webkit-transform: rotate(90deg) translateY(-1px);
        transform: rotate(90deg) translateY(-1px);
    }

    50% {
        -ms-transform: rotate(90deg) translateY(2px);
        -webkit-transform: rotate(90deg) translateY(2px);
        transform: rotate(90deg) translateY(2px);
    }

    100% {
        -ms-transform: rotate(90deg) translateY(-1px);
        -webkit-transform: rotate(90deg) translateY(-1px);
        transform: rotate(90deg) translateY(-1px);
    }
}

@keyframes iconRightCaretRotate {
    0% {
        -ms-transform: rotate(90deg) translateY(-1px);
        -webkit-transform: rotate(90deg) translateY(-1px);
        transform: rotate(90deg) translateY(-1px);
    }

    50% {
        -ms-transform: rotate(90deg) translateY(2px);
        -webkit-transform: rotate(90deg) translateY(2px);
        transform: rotate(90deg) translateY(2px);
    }

    100% {
        -ms-transform: rotate(90deg) translateY(-1px);
        -webkit-transform: rotate(90deg) translateY(-1px);
        transform: rotate(90deg) translateY(-1px);
    }
}


.widget.widget_categories ul.children li {
    flex: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.widget.widget_archive > ul > li,
.widget.widget_categories > ul > li {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    align-items: center;
    white-space: nowrap;
    flex-wrap: wrap;
    padding-right: 15px;
}

.widget.widget_archive ul li a,
.widget.widget_categories ul li a {
    flex: 1;
}

.sidebar .widget_archive form,
.sidebar .widget_categories form {
    padding: 15px;
}

.widget_archive li>span,
.widget_categories li>span {
    font-style: normal;
    margin-left: auto;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    right: 0;
    top: 3px;
    color: rgba(255, 255, 255, 0.2);
    background-color: hsla(0,0%,57%,.1);
    min-width: 24px;
    min-height: 24px;
    padding: 5px 8px;
    border-radius: 50px;
    line-height: 1;
    font-size: .866em;
    font-weight: 400;
    pointer-events: none;
}

.sidebar .widget .cat-item:hover a + span {
    color: #ffffff;
    background-color: #ffffff;
}

/*
.linkFacebook, .linkTwitter, .linkLinkedIn, .linkInstagram {
  width: 20px;
  height: 20px;
  margin: 15px 5px;
  display: inline-block;
  vertical-align: middle; 
}

.linkFacebook:hover, .linkTwitter:hover, .linkLinkedIn:hover, .linkInstagram:hover {
  opacity: 0.7; 
}

.linkFacebook {
  background-position: -10px -10px;
}

.linkTwitter {
  background-position: -40px -10px; 
}

.linkLinkedIn {
  background-position: -70px -10px; }

.linkInstagram {
  background-position: -100px -10px; }

footer .linkFacebook, footer .linkTwitter, footer .linkLinkedIn, footer .linkInstagram {
  width: 26px;
  height: 26px; }

footer .linkFacebook {
  background-position: -10px -100px; }

footer .linkTwitter {
  background-position: -40px -100px; }

footer .linkLinkedIn {
  background-position: -70px -100px; }

footer .linkInstagram {
  background-position: -100px -100px; }

.contact main section .linkFacebook, .contact main section .linkTwitter, .contact main section .linkLinkedIn, .contact main section .linkInstagram {
  width: 26px;
  height: 26px; }

.contact main section .linkFacebook {
  background-position: -10px -100px; }

.contact main section .linkTwitter {
  background-position: -40px -100px; }

.contact main section .linkLinkedIn {
  background-position: -70px -100px; }

.contact main section .linkInstagram {
  background-position: -100px -100px; }

.links {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 1.1em;
  padding: 12px 25px;
  color: #ffffff;
  display: inline-block;
  background-color: #404fe6;
  -webkit-transition: .333s;
  transition: .333s; }
  .links:hover {
    text-decoration: none;
    background-color: #1e2367; }


.linkApple, .linkGoogle{
  cursor: pointer;
  display: inline-block;
  width: 170px;
  height: 51px; 
}

.linkApple.attente:hover, .linkGoogle.attente:hover {
  text-decoration: none;
  background-position: -490px -360px; 
}

.linkApple{
  background-position: -610px -10px; 
}

.linkApple:hover {
  text-decoration: none;
  background-position: -790px -10px; 
}

.linkGoogle {
  background-position: -610px -100px; 
}

.linkGoogle:hover {
  text-decoration: none;
  background-position: -790px -100px; 
}

footer .linkApple, footer .linkGoogle, .contact section .linkApple, .contact section .linkGoogle{
  width: 220px;
  height: 80px; 
}

footer .linkApple.attente:hover, footer .linkGoogle.attente:hover, .contact section .linkApple.attente:hover, .contact section .linkGoogle.attente:hover {
  background-position: -260px -345px; 
}

footer .linkApple, .contact section .linkApple{
  background-position: -160px -10px; 
}

footer .linkApple:hover, .contact section .linkApple:hover{
  text-decoration: none;
  background-position: -385px -10px; 
}

footer .linkGoogle, .contact section .linkGoogle {
  background-position: -160px -100px; 
}

footer .linkGoogle:hover, .contact section .linkGoogle:hover {
  text-decoration: none;
  background-position: -385px -100px; 
}

.linkApple,.linkGoogle{
  cursor:pointer;
  display:inline-block;
  width:170px;
  height:51px;
}
.linkApple.attente:hover,.linkGoogle.attente:hover{
  text-decoration:none;
  background-position:-490px -360px;
}
.linkApple{
  background-position:-610px -10px;
}
.linkApple:hover{
  text-decoration:none;
  background-position:-790px -10px;
}
.linkGoogle{
  background-position:-610px -100px;
}
.linkGoogle:hover{
  text-decoration:none;
  background-position:-790px -100px
}
.contact section .linkApple,.contact section .linkGoogle,footer .linkApple,footer .linkGoogle{
  width:220px;
  height:80px;
}
.contact section .linkApple.attente:hover,.contact section .linkGoogle.attente:hover,footer .linkApple.attente:hover,footer .linkGoogle.attente:hover{
  background-position:-260px -345px;
}

.contact section .linkApple,footer .linkApple{
  background-position:-160px -10px;
}
.contact section .linkApple:hover,footer .linkApple:hover{
  text-decoration:none;
  background-position:-385px -10px;
}
.contact section .linkGoogle,footer .linkGoogle{
  background-position:-160px -100px;
}
.contact section .linkGoogle:hover,footer .linkGoogle:hover{
  text-decoration:none;
  background-position:-385px -100px;
}

/*===== /fin footer/ =====*/



/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.commentlist {
  list-style: none; }

.comment-author {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .comment-author .avatar {
    margin-right: 5px;
    margin-bottom: 5px; }

.says {
  margin-left: 5px; }

.comment-meta {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

comment-metadata {
  font-size: .8em; }

.comment-edit-link {
  margin-left: 5px; }

.reply {
  text-align: right; }

.comment-notes {
  font-size: .8em; }

.comment-form label {
  display: block;
  margin-bottom: .2em; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.main-widget-area {
  margin: 0 auto;
  max-width: 50em; 
}

@media screen and (min-width: 1280px) {
  .main-widget-area {
    margin: 0 0 0 2em; 
  } 
}


.widget-title {
  margin-top: 0; 
}

.navbar .current_page_item a {
  color:#ffffff;
 }

.navbar .current_page_item a::after {
  width:50%;
  height:4px;
  content:'';
  border-radius:20px;
  background-color:#42f1d2;
  display:block;
  position:relative;
  left:25%;
  transform: scaleX(1);
}

.navbar .sub-menu .current_page_item a::after {
  width:50%;
  height:4px;
  content:'';
  border-radius:20px;
  background-color:#404fe6;
  display:block;
  position:relative;
  left:25%;
  transform: scaleX(1);
}


@media screen and (max-width:768px){
  .navbar .current_page_item a {
  color:#42f1d2;
 }
  .navbar .current_page_item a::after{
    display:none;
  }
}

/*Boutons*/

/*ligne de boutons réseaux sociaux*/

.resoSociaux a:hover {
  -webkit-transition: .5s;
  transition: .5s; }

  .linkFacebook, .linkTwitter, .linkLinkedIn, .linkInstagram {
    width: 20px;
    height: 20px;
    margin: 15px 5px;
    display: inline-block;
    vertical-align: middle;

    &:hover {
        opacity: 0.7;
    }
}

.linkFacebook {
    background-position: -10px -10px;
}

.linkTwitter {
    background-position: -40px -10px;
}

.linkLinkedIn {
    background-position: -70px -10px;
}

.linkInstagram {
    background-position: -100px -10px;
}

footer {
    .linkFacebook, .linkTwitter, .linkLinkedIn, .linkInstagram {
        width: 26px;
        height: 26px;
    }

    .linkFacebook {
        background-position: -10px -100px;
    }

    .linkTwitter {
        background-position: -40px -100px;
    }

    .linkLinkedIn {
        background-position: -70px -100px;
    }

    .linkInstagram {
        background-position: -100px -100px;
    }
}

.contact main section {
    .linkFacebook, .linkTwitter, .linkLinkedIn, .linkInstagram {
        width: 26px;
        height: 26px;
    }

    .linkFacebook {
        background-position: -10px -100px;
    }

    .linkTwitter {
        background-position: -40px -100px;
    }

    .linkLinkedIn {
        background-position: -70px -100px;
    }

    .linkInstagram {
        background-position: -100px -100px;
    }
}

.links {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.1em;
    font-size: 1.1em;
    padding: 12px 25px;
    color: $white;
    display: inline-block;
    background-color: $body-color;
    transition: .333s;

    &:hover {
        text-decoration: none;
        background-color: $secondary-color;
    }
}

/*images*/

.sprite {
    overflow:hidden;
    background-repeat: no-repeat;
    background-image:url(img/sprite.png);
}


@media (-webkit-min-device-pixel-ratio: 2), /* Navigateurs basés sur Webkit */
        (min--moz-device-pixel-ratio: 2), /* Anciens navigateurs Firefox (avant Firefox 16) */
        (min-resolution: 2dppx), /* La méthode standard */
        (min-resolution: 192dpi) {
            .sprite {
                overflow:hidden;
                background-repeat: no-repeat;
                background-image:url(img/sprite-retina.png);
                background-size: 980px 1750px;
            }
}


/*Bouton nous contacter*/

.mobile-menu-right ul,
.menu-right > ul {
    margin: 0;
    padding: 0;
    padding-left: 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.menu-right > ul > ul > li, .menu-right > ul > li {
    display: inline-block;    
    position: relative;
    color: #737373;
    list-style: none;
}

.theme-mobile-menu .header-wrap-right li:nth-child(2),
.menu-right > ul > li:nth-child(2) {
    border-left: 1px solid rgb(189 189 189 / 0.45);
}

li.search-button {
    padding-left: 5px;
}

li.cart-wrapper {
    margin-right: 12px;
}

.av-button-area {
    padding-left: 1.65em;
}

.menu-right{
  padding-top:15px;
}

.bouton-nous-contacter{
  background-color:#00ffd3;
  padding:10px;
  border-radius:20px;
  font-size:18px;
  font-weight: 700;
  font-family: 'Quicksand',sans-serif;
  text-decoration:none;
  border:1px solid #404FE6;
  color:#404FE6;
}

.bouton-nous-contacter:hover{
  background-color:#064b7f;
  color:#00ffd3;
  font-weight:700;
  text-decoration:none;
  border:1px solid #404FE6;
}



@media screen and (max-width:768px) {
  .bouton-nous-contacter{
    display:none;
  }

}


/*=========================== LOGO SAINT-BERNARD =================================*/


.logo {
  font-size: 1.0em;
  font-family: 'Quicksand';
  font-weight: 700;
  letter-spacing: -0.05em;
  
}

.logo .st {
  border-radius: 100%;
  text-align: center;
  margin-top: 0.12em;
  line-height: 1.4em;
  vertical-align: top;
  margin-right: -0.2em;
  width: 1.70em;
  height: 1.70em;
  display: inline-block;
  font-size: 0.7em;
  letter-spacing: 0.008em;
  -webkit-text-stroke-width: 0.09em;
  
  }

.logo .st sup {
  font-size: 0.7em;
  -webkit-text-stroke-width: 0.06em;
  
}

.logo .bernard {
  vertical-align: top;
  margin-top: 0.2em; 
}


/*Logo rond rose-clair*/
.logo-rose-clair{
  color:#6057A2; 
}

.logo-rose-clair .st{
  border: 0.188em solid #F5B0CA;
  -webkit-text-stroke-color: #6057A2; 
}

.logo-rose-clair .st .sup{
  -webkit-text-stroke-color: #6057A2; 
}


/*logo rond rose foncé écriture rose clair*/

.logo-rose-fonce{
  color:#F5B0CA; 
}

.logo-rose-fonce .st{
  border: 0.188em solid #6057A2;
  -webkit-text-stroke-color: #F5B0CA; 
}

.logo-rose-fonce .st .sup{
  -webkit-text-stroke-color: #F5B0CA; 
}


/*logo rond rose-foncé écriture blanche*/
.logo-rose-blanc{
  color:#ffffff; 
}

.logo-rose-blanc .st{
  border: 0.188em solid #6057A2;
  -webkit-text-stroke-color: #ffffff; 
}

.logo-rose-blanc .st .sup{
  -webkit-text-stroke-color: #ffffff; 
}


/*logo rond rose-clair écriture blanche*/
.logo-rose-clair-blanc{
  color:#ffffff; 
}

.logo-rose-clair-blanc .st{
  border: 0.188em solid #F5B0CA;
  -webkit-text-stroke-color: #ffffff; 
}

.logo-rose-clair-blanc .st .sup{
  -webkit-text-stroke-color: #ffffff; 
}



/*Logo rond vert-clair*/
.logo-vert-clair{
  color:#124734; 
}

.logo-vert-clair .st{
  border: 0.188em solid #94CCAA;
  -webkit-text-stroke-color: #124734; 
}

.logo-vert-clair .st .sup{
  -webkit-text-stroke-color: #124734; 
}

/*logo rond vert-foncé écriture vert clair*/

.logo-vert-fonce{
  color:#94CCAA; 
}

.logo-vert-fonce .st{
  border: 0.188em solid #124734;
  -webkit-text-stroke-color: #94CCAA; 
}

.logo-vert-fonce .st .sup{
  -webkit-text-stroke-color: #94CCAA; 
}

/*logo rond vert-foncé écriture blanche*/
.logo-vert-blanc{
  color:#ffffff; 
}

.logo-vert-blanc .st{
  border: 0.188em solid #124734;
  -webkit-text-stroke-color: #ffffff; 
}

.logo-vert-blanc .st .sup{
  -webkit-text-stroke-color: #ffffff; 
}


/*logo rond vert-clair écriture blanche*/
.logo-vert-clair-blanc{
  color:#ffffff; 
}

.logo-vert-clair-blanc .st{
  border: 0.188em solid #94CCAA;
  -webkit-text-stroke-color: #ffffff; 
}

.logo-vert-clair-blanc .st .sup{
  -webkit-text-stroke-color: #ffffff; 
}




/*logo bleu appli rond bleu clair écriture bleu foncé*/

.logo-bleu-clair{
  color:#475DA8; 
}

.logo-bleu-clair .st{
  border: 0.188em solid #88CCC9;
  -webkit-text-stroke-color: #475DA8; 
}

.logo-bleu-clair .st .sup{
  -webkit-text-stroke-color: #475DA8; 
}

/*logo bleu appli rond bleu clair écriture blanche*/

.logo-bleu-blanc{
  color:#ffffff; 
}

.logo-bleu-blanc .st{
  border: 0.188em solid #88CCC9;
  -webkit-text-stroke-color: #ffffff; 
}

.logo-bleu-blanc .st .sup{
  -webkit-text-stroke-color: #ffffff; 
}
/*rond bleu foncé écriture bleu clair*/

.logo-bleu-fonce{
  color:#88CCC9; 
}

.logo-bleu-fonce .st{
  border: 0.188em solid #475DA8;
  -webkit-text-stroke-color: #88CCC9; 
}

.logo-bleu-fonce .st .sup{
  -webkit-text-stroke-color: #88CCC9; 
}
/*rond bleu foncé écriture blanche*/
.logo-bleu-fonce-blanc{
  color:#ffffff; 
}

.logo-bleu-fonce-blanc .st{
  border: 0.188em solid #475DA8;
  -webkit-text-stroke-color: #ffffff; 
}

.logo-bleu-fonce-blanc .st .sup{
  -webkit-text-stroke-color: #ffffff; 
}


/*Page "nos missions"*/

.bkg {
  top: 0px;
  z-index: 10;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(img/bkg-lateam.png);
  background-repeat: repeat-x;
  background-position: center top; 
}

.bkg:before {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    content: '';
    min-height: 600px;
    z-index: -1;
    background-color: #363d9f; 
}

.darkSky {
  background-color: #475dd6;
  position: absolute;
  z-index: 5;
  width: 100%;
  top: 0px;
  height: 800px; }

@media only screen and (max-width: 860px) {
  .bkg {
    background-image: none;
  }
  .batChien {
    display: none;
  }  
}

.stars, .twinkling {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block; 
}

.stars {
  background: url(img/stars.png) repeat top center;
  z-index: 0; 
}

@keyframes move-twink-back {
  from {
    background-position: 0 0; }
  to {
    background-position: -10000px 5000px; } }

@-webkit-keyframes move-twink-back {
  from {
    background-position: 0 0; }
  to {
    background-position: -10000px 5000px; } }

.twinkling {
  background: transparent url(img/twinkling.png) repeat top center;
  z-index: 1;
  -webkit-animation: move-twink-back 200s linear infinite;
  animation: move-twink-back 200s linear infinite; }

  .batChien {
  position: absolute;
/*  z-index: 15;*/
  width: 450px;
  height: 220px;
  right: 50%;
  margin-right: 200px; }


  .cap {
  background-repeat: no-repeat;
  background-image: url(img/batcap-sprite.png);
  background-position: -10px -5px;
  margin-top: -50px;
  width: 400px;
  height: 300px;
  -webkit-animation: playcap 2.5s steps(49) infinite;
  animation: playcap 2.5s steps(49) infinite; 
}
  .cap:before {
    content: ' ';
    position: absolute;
    width: 10px;
    height: 0px;
    background: #323ebb;
    bottom: 182px;
    left: 335px;
    -webkit-animation: playeye 15s infinite;
    animation: playeye 15s infinite; }
  .cap:after {
    content: ' ';
    position: absolute;
    width: 10px;
    height: 0px;
    background: #323ebb;
    top: 23px;
    left: 335px;
    /*-webkit-animation: playeye 15s infinite;
    animation: playeye 15s infinite; */}

@-webkit-keyframes playcap {
  100% {
    background-position: -20100px -5px; } }

@keyframes playcap {
  100% {
    background-position: -20100px -5px; } }
/*
@-webkit-keyframes playeye {
  0% {
    height: 0px; }
  10% {
    height: 0px; }
  11% {
    height: 6px; }
  19% {
    height: 6px; }
  20% {
    height: 0px; }
  46% {
    height: 0px; }
  48% {
    height: 18px; }
  50% {
    height: 6px; }
  60% {
    height: 6px; }
  62% {
    height: 0px; }
  96% {
    height: 0px; }
  98% {
    height: 18px; }
  100% {
    height: 0px; } }

@keyframes playeye {
  0% {
    height: 0px; }
  10% {
    height: 0px; }
  11% {
    height: 6px; }
  19% {
    height: 6px; }
  20% {
    height: 0px; }
  46% {
    height: 0px; }
  48% {
    height: 18px; }
  50% {
    height: 6px; }
  60% {
    height: 6px; }
  62% {
    height: 0px; }
  96% {
    height: 0px; }
  98% {
    height: 18px; }
  100% {
    height: 0px; } }
*/

.batSignal {
  position: absolute;
  width: 260px;
  z-index: 15;
  height: 320px;
  top: 190px;
  left: 50%;
 /* margin-left: 480px;*/
  background-position: -280px -985px;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  animation: signal ease-in-out 30s infinite;
  -webkit-animation: signal ease-in-out 30s infinite;
  -moz-animation: signal ease-in-out 30s infinite;
  -o-animation: signal ease-in-out 30s infinite;
  -ms-animation: signal ease-in-out 30s infinite; }

.cloche {
  margin-top: 20px;
  margin-left: 25px;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  width: 50px;
  height: 60px;
  background-position: -610px -1200px;
  animation: clocheAnim ease-in-out 30s infinite;
  -webkit-animation: clocheAnim ease-in-out 30s infinite;
  -moz-animation: clocheAnim ease-in-out 30s infinite;
  -o-animation: clocheAnim ease-in-out 30s infinite;
  -ms-animation: clocheAnim ease-in-out 30s infinite; }


  @-webkit-keyframes clocheAnim {
  0% {
    -webkit-transform: translate(0, 0) rotateZ(-15deg);
    transform: translate(0, 0) rotateZ(-15deg); }
  50% {
    -webkit-transform: translate(0, 0) rotateZ(30deg);
    transform: translate(0, 0) rotateZ(30deg); }
  100% {
    -webkit-transform: translate(0, 0) rotateZ(-15deg);
    transform: translate(0, 0) rotateZ(-15deg); } }

@keyframes clocheAnim {
  0% {
    -webkit-transform: translate(0, 0) rotateZ(-15deg);
    transform: translate(0, 0) rotateZ(-15deg); }
  50% {
    -webkit-transform: translate(0, 0) rotateZ(30deg);
    transform: translate(0, 0) rotateZ(30deg); }
  100% {
    -webkit-transform: translate(0, 0) rotateZ(-15deg);
    transform: translate(0, 0) rotateZ(-15deg); } }

@-webkit-keyframes capAnim {
  0% {
    -webkit-transform: translate(0, 0) rotateZ(-2deg);
    transform: translate(0, 0) rotateZ(-2deg); }
  10% {
    -webkit-transform: translate(0, 0) rotateZ(0deg);
    transform: translate(0, 0) rotateZ(0deg); }
  15% {
    -webkit-transform: translate(0, 0) rotateZ(-5deg);
    transform: translate(0, 0) rotateZ(-5deg); }
  25% {
    -webkit-transform: translate(0, 0) rotateZ(0deg);
    transform: translate(0, 0) rotateZ(0deg); }
  100% {
    -webkit-transform: translate(0, 0) rotateZ(-2deg);
    transform: translate(0, 0) rotateZ(-2deg); } }

@keyframes capAnim {
  0% {
    -webkit-transform: translate(0, 0) rotateZ(-2deg);
    transform: translate(0, 0) rotateZ(-2deg); }
  10% {
    -webkit-transform: translate(0, 0) rotateZ(0deg);
    transform: translate(0, 0) rotateZ(0deg); }
  15% {
    -webkit-transform: translate(0, 0) rotateZ(-5deg);
    transform: translate(0, 0) rotateZ(-5deg); }
  25% {
    -webkit-transform: translate(0, 0) rotateZ(0deg);
    transform: translate(0, 0) rotateZ(0deg); }
  100% {
    -webkit-transform: translate(0, 0) rotateZ(-2deg);
    transform: translate(0, 0) rotateZ(-2deg); } }

@keyframes signal {
  0% {
    -webkit-transform: translate(0, 0) rotateZ(10deg);
    transform: translate(0, 0) rotateZ(10deg); }
  50% {
    -webkit-transform: translate(0, 0) rotateZ(-30deg);
    transform: translate(0, 0) rotateZ(-30deg); }
  100% {
    -webkit-transform: translate(0, 0) rotateZ(10deg);
    transform: translate(0, 0) rotateZ(10deg); } }

@-webkit-keyframes signal {
  0% {
    -webkit-transform: translate(0, 0) rotateZ(10deg); }
  50% {
    -webkit-transform: translate(0, 0) rotateZ(-30deg); }
  60%, 100% {
    -webkit-transform: translate(0, 0) rotateZ(10deg); } }


.sprite {
    overflow:hidden;
    background-repeat: no-repeat;
    background-image:url(img/sprite.png);
}

.fond{
  top:0;
  z-index:1;
  position:absolute;
  width:100%;
  height:100%;
  background-color:#363d9f;
}

/*terre qui tourne*/
.animation {
  overflow: hidden;
  line-height: 600px;
  height: 600px;
  position: absolute;
  width: 100%;
  text-align: center;
  position: relative;
  background-color: #f2fcff; }
  @media only screen and (max-width: 768px) {
    .animation {
      height: 540px; } }
  @media only screen and (max-width: 640px) {
    .animation {
      height: 520px; } }
  .animation iframe {
    width: 100%;
    height: 100%;
    border: none; }
  .animation .sun {
    position: absolute;
    bottom: -380px;
    left: 50%;
    -webkit-transform: translate3d(350px, -830px, 0);
    transform: translate3d(350px, -830px, 0); }
    @media only screen and (max-width: 840px) {
      .animation .sun {
        -webkit-transform: translate3d(0px, -930px, 0);
        transform: translate3d(0px, -930px, 0); } }

.sun .sun-wrapper {
  -webkit-animation: hover 2s ease-in-out infinite;
  animation: hover 2s ease-in-out infinite; }

.sun .sun-wrapper-2 {
  -webkit-animation: rotate 15s linear infinite;
  animation: rotate 15s linear infinite; }

.sun .center, .sun .ray-wrapper, .sun .ray {
  position: absolute;
  background: #fcee8b; }

.sun .center {
  border-radius: 100%;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  margin-top: -15px; }

.sun .ray {
  width: 14px;
  height: 4px;
  border-radius: 4px; }

.sun .ray-wrapper {
  top: -2px;
  left: 19px;
  -webkit-transform-origin: -19px 2px;
  transform-origin: -19px 2px; }
  .sun .ray-wrapper:nth-child(1) {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg); }
    .sun .ray-wrapper:nth-child(1) .ray {
      -webkit-animation: glow 1303ms linear 93ms infinite;
      animation: glow 1303ms linear 93ms infinite; }
  .sun .ray-wrapper:nth-child(2) {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg); }
    .sun .ray-wrapper:nth-child(2) .ray {
      -webkit-animation: glow 1097ms linear 260ms infinite;
      animation: glow 1097ms linear 260ms infinite; }
  .sun .ray-wrapper:nth-child(3) {
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg); }
    .sun .ray-wrapper:nth-child(3) .ray {
      -webkit-animation: glow 1906ms linear 945ms infinite;
      animation: glow 1906ms linear 945ms infinite; }
  .sun .ray-wrapper:nth-child(4) {
    -webkit-transform: rotateZ(135deg);
    transform: rotateZ(135deg); }
    .sun .ray-wrapper:nth-child(4) .ray {
      -webkit-animation: glow 2074ms linear 84ms infinite;
      animation: glow 2074ms linear 84ms infinite; }
  .sun .ray-wrapper:nth-child(5) {
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg); }
    .sun .ray-wrapper:nth-child(5) .ray {
      -webkit-animation: glow 2735ms linear 361ms infinite;
      animation: glow 2735ms linear 361ms infinite; }
  .sun .ray-wrapper:nth-child(6) {
    -webkit-transform: rotateZ(225deg);
    transform: rotateZ(225deg); }
    .sun .ray-wrapper:nth-child(6) .ray {
      -webkit-animation: glow 1918ms linear 906ms infinite;
      animation: glow 1918ms linear 906ms infinite; }
  .sun .ray-wrapper:nth-child(7) {
    -webkit-transform: rotateZ(270deg);
    transform: rotateZ(270deg); }
    .sun .ray-wrapper:nth-child(7) .ray {
      -webkit-animation: glow 1132ms linear 600ms infinite;
      animation: glow 1132ms linear 600ms infinite; }
  .sun .ray-wrapper:nth-child(8) {
    -webkit-transform: rotateZ(315deg);
    transform: rotateZ(315deg); }
    .sun .ray-wrapper:nth-child(8) .ray {
      -webkit-animation: glow 2777ms linear 892ms infinite;
      animation: glow 2777ms linear 892ms infinite; }
  .sun .ray-wrapper:nth-child(9) {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg); }
    .sun .ray-wrapper:nth-child(9) .ray {
      -webkit-animation: glow 2851ms linear 533ms infinite;
      animation: glow 2851ms linear 533ms infinite; }
  .sun .ray-wrapper:nth-child(10) {
    -webkit-transform: rotateZ(405deg);
    transform: rotateZ(405deg); }
    .sun .ray-wrapper:nth-child(10) .ray {
      -webkit-animation: glow 2442ms linear 567ms infinite;
      animation: glow 2442ms linear 567ms infinite; }
  .sun .ray-wrapper:nth-child(11) {
    -webkit-transform: rotateZ(450deg);
    transform: rotateZ(450deg); }
    .sun .ray-wrapper:nth-child(11) .ray {
      -webkit-animation: glow 2192ms linear 47ms infinite;
      animation: glow 2192ms linear 47ms infinite; }
  .sun .ray-wrapper:nth-child(12) {
    -webkit-transform: rotateZ(495deg);
    transform: rotateZ(495deg); }
    .sun .ray-wrapper:nth-child(12) .ray {
      -webkit-animation: glow 2225ms linear 400ms infinite;
      animation: glow 2225ms linear 400ms infinite; }
  .sun .ray-wrapper:nth-child(13) {
    -webkit-transform: rotateZ(540deg);
    transform: rotateZ(540deg); }
    .sun .ray-wrapper:nth-child(13) .ray {
      -webkit-animation: glow 1520ms linear 640ms infinite;
      animation: glow 1520ms linear 640ms infinite; }
  .sun .ray-wrapper:nth-child(14) {
    -webkit-transform: rotateZ(585deg);
    transform: rotateZ(585deg); }
    .sun .ray-wrapper:nth-child(14) .ray {
      -webkit-animation: glow 2762ms linear 619ms infinite;
      animation: glow 2762ms linear 619ms infinite; }
  .sun .ray-wrapper:nth-child(15) {
    -webkit-transform: rotateZ(630deg);
    transform: rotateZ(630deg); }
    .sun .ray-wrapper:nth-child(15) .ray {
      -webkit-animation: glow 1068ms linear 689ms infinite;
      animation: glow 1068ms linear 689ms infinite; }
  .sun .ray-wrapper:nth-child(16) {
    -webkit-transform: rotateZ(675deg);
    transform: rotateZ(675deg); }
    .sun .ray-wrapper:nth-child(16) .ray {
      -webkit-animation: glow 2821ms linear 707ms infinite;
      animation: glow 2821ms linear 707ms infinite; }
  .sun .ray-wrapper:nth-child(17) {
    -webkit-transform: rotateZ(720deg);
    transform: rotateZ(720deg); }
    .sun .ray-wrapper:nth-child(17) .ray {
      -webkit-animation: glow 2709ms linear 975ms infinite;
      animation: glow 2709ms linear 975ms infinite; }
  .sun .ray-wrapper:nth-child(18) {
    -webkit-transform: rotateZ(765deg);
    transform: rotateZ(765deg); }
    .sun .ray-wrapper:nth-child(18) .ray {
      -webkit-animation: glow 2984ms linear 241ms infinite;
      animation: glow 2984ms linear 241ms infinite; }
  .sun .ray-wrapper:nth-child(19) {
    -webkit-transform: rotateZ(810deg);
    transform: rotateZ(810deg); }
    .sun .ray-wrapper:nth-child(19) .ray {
      -webkit-animation: glow 1163ms linear 160ms infinite;
      animation: glow 1163ms linear 160ms infinite; }
  .sun .ray-wrapper:nth-child(20) {
    -webkit-transform: rotateZ(855deg);
    transform: rotateZ(855deg); }
    .sun .ray-wrapper:nth-child(20) .ray {
      -webkit-animation: glow 2384ms linear 492ms infinite;
      animation: glow 2384ms linear 492ms infinite; }
  .sun .ray-wrapper:nth-child(21) {
    -webkit-transform: rotateZ(900deg);
    transform: rotateZ(900deg); }
    .sun .ray-wrapper:nth-child(21) .ray {
      -webkit-animation: glow 1125ms linear 983ms infinite;
      animation: glow 1125ms linear 983ms infinite; }
  .sun .ray-wrapper:nth-child(22) {
    -webkit-transform: rotateZ(945deg);
    transform: rotateZ(945deg); }
    .sun .ray-wrapper:nth-child(22) .ray {
      -webkit-animation: glow 1371ms linear 810ms infinite;
      animation: glow 1371ms linear 810ms infinite; }
  .sun .ray-wrapper:nth-child(23) {
    -webkit-transform: rotateZ(990deg);
    transform: rotateZ(990deg); }
    .sun .ray-wrapper:nth-child(23) .ray {
      -webkit-animation: glow 1195ms linear 811ms infinite;
      animation: glow 1195ms linear 811ms infinite; }
  .sun .ray-wrapper:nth-child(24) {
    -webkit-transform: rotateZ(1035deg);
    transform: rotateZ(1035deg); }
    .sun .ray-wrapper:nth-child(24) .ray {
      -webkit-animation: glow 2796ms linear 700ms infinite;
      animation: glow 2796ms linear 700ms infinite; }
  .sun .ray-wrapper:nth-child(25) {
    -webkit-transform: rotateZ(1080deg);
    transform: rotateZ(1080deg); }
    .sun .ray-wrapper:nth-child(25) .ray {
      -webkit-animation: glow 1305ms linear 958ms infinite;
      animation: glow 1305ms linear 958ms infinite; }

@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg); } }

@keyframes rotate {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg); } }

@-webkit-keyframes hover {
  0% {
    -webkit-transform: translate3d(1px, -2px, 0);
    transform: translate3d(1px, -2px, 0); }
  50% {
    -webkit-transform: translate3d(-1px, 2px, 0);
    transform: translate3d(-1px, 2px, 0); }
  100% {
    -webkit-transform: translate3d(1px, -2px, 0);
    transform: translate3d(1px, -2px, 0); } }

@keyframes hover {
  0% {
    -webkit-transform: translate3d(1px, -2px, 0);
    transform: translate3d(1px, -2px, 0); }
  50% {
    -webkit-transform: translate3d(-1px, 2px, 0);
    transform: translate3d(-1px, 2px, 0); }
  100% {
    -webkit-transform: translate3d(1px, -2px, 0);
    transform: translate3d(1px, -2px, 0); } }

@-webkit-keyframes glow {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0); }
  25% {
    opacity: .0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  25.1% {
    opacity: .0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  50% {
    opacity: .8;
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0); }
  75% {
    opacity: .0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  75.1% {
    opacity: .0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0); } }

@keyframes glow {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0); }
  25% {
    opacity: .0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  25.1% {
    opacity: .0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  50% {
    opacity: .8;
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0); }
  75% {
    opacity: .0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  75.1% {
    opacity: .0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0); } }

#anim{
    width: 100%;
    height: 100%;
    overflow: hidden;
    transform: translateZ(0);
}
#anim .plan img{
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -650px;
}

#anim .plan{
    top: 40px;
    position: relative;
}
@media only screen and (min-width: 641px) {
    #anim .plan{
        top: 80px;
    }
}
@media only screen and (min-width: 769px) {
    #anim .plan{
        top: 140px;
    }
}
#anim .plan_1{
    z-index: 2;
}
#anim .plan_2{
    z-index: 1;
}
#anim .plan_3{
    z-index: 0;
}
#anim .plan_2,
#anim .plan_3{

}

#st-bernard{
    position: absolute;
    z-index: 4;
    width: 115px;
    height: 125px;
    top: 190px;
    left: 50%;
    margin-left: -70px;
    background-image: url(img/animation_home/st-bernard-sprite.png);
    background-size: 500px 125px;
    background-position: -230px 0;
}
@media only screen and (min-width: 641px) {
    #st-bernard{
        top: 230px;
    }
}
@media only screen and (min-width: 769px) {
    #st-bernard{
        top: 200px;
    }
}
html.js #st-bernard{
    background-position: 0 0;
}


/* animation tutos */
.animTutos {
  width: 175px;
  height: 220px;
  display: inline-block;
  position: relative;
  margin-bottom: 40px; }

.visuel {
  width: 100%;
  min-height: 220px; }

.phase01 .visuel {
  background-position: -10px -650px; }

.phase01 .arrow {
  background-position: -10px -885px;
  width: 50px;
  height: 60px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -25px; }

.phase02 .visuel {
  background-position: -235px -650px; }

.phase02 .sifflet {
  background-position: -790px -746px;
  width: 130px;
  height: 140px;
  position: absolute;
  top: 50px;
  left: 0px; }

.phase02 .aiguille {
  background-position: -235px -885px;
  width: 30px;
  height: 20px;
  position: absolute;
  top: 75px;
  left: 122px;
  -webkit-transform-origin: 6px 13px;
  transform-origin: 6px 13px; }

.phase03 .visuel {
  background-position: -460px -650px; }

.phase03 .stars01 {
  opacity: 0;
  background-position: -460px -885px;
  width: 10px;
  height: 15px;
  position: absolute;
  top: 55px; }

.phase03 .stars02 {
  opacity: 0;
  background-position: -481px -885px;
  width: 20px;
  height: 25px;
  position: absolute;
  top: 15px;
  left: 20px; }

.phase03 .stars03 {
  opacity: 0;
  background-position: -512px -885px;
  width: 15px;
  height: 20px;
  position: absolute;
  top: 0px;
  left: 62px; }

.phase03 .stars04 {
  opacity: 0;
  background-position: -535px -885px;
  width: 30px;
  height: 40px;
  position: absolute;
  top: 8px;
  left: 90px; }

.phase03 .stars05 {
  opacity: 0;
  background-position: -579px -885px;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50px;
  left: 130px; }

/*
.play .number {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  font-size: 4.0em;
  background-color: #404fe6;
  color: #ffffff;
  line-height: 1.2em;
  height: 80px;
  width: 80px; 
  }
*/
.play .arrow {
  animation: moveTopBottom ease-in-out 0.8s infinite;
  -webkit-animation: moveTopBottom ease-in-out 0.8s infinite;
  -moz-animation: moveTopBottom ease-in-out 0.8s infinite;
  -o-animation: moveTopBottom ease-in-out 0.8s infinite;
  -ms-animation: moveTopBottom ease-in-out 0.8s infinite; }

.play .aiguille {
  animation: turnAround linear 2s infinite;
  -webkit-animation: turnAround linear 2s infinite;
  -moz-animation: turnAround linear 2s infinite;
  -o-animation: turnAround linear 2s infinite;
  -ms-animation: turnAround linear 2s infinite; }

.play .sifflet {
  animation: ring ease-in-out 1.0s;
  -webkit-animation: ring ease-in-out 1.0s;
  -moz-animation: ring ease-in-out 1.0s;
  -o-animation: ring ease-in-out 1.0s;
  -ms-animation: ring ease-in-out 1.0s; }

.play .stars01 {
  opacity: 1;
  animation: scaleUp ease-in-out 0.8s infinite;
  -webkit-animation: scaleUp ease-in-out 0.8s infinite;
  -moz-animation: scaleUp ease-in-out 0.8s infinite;
  -o-animation: scaleUp ease-in-out 0.8s infinite;
  -ms-animation: scaleUp ease-in-out 0.8s infinite; }

.play .stars02 {
  opacity: 1;
  animation: scaleUp ease-in-out 0.5s infinite;
  -webkit-animation: scaleUp ease-in-out 0.5s infinite;
  -moz-animation: scaleUp ease-in-out 0.5s infinite;
  -o-animation: scaleUp ease-in-out 0.5s infinite;
  -ms-animation: scaleUp ease-in-out 0.5s infinite; }

.play .stars03 {
  opacity: 1;
  animation: scaleUp ease-in-out 0.6s infinite;
  -webkit-animation: scaleUp ease-in-out 0.6s infinite;
  -moz-animation: scaleUp ease-in-out 0.6s infinite;
  -o-animation: scaleUp ease-in-out 0.6s infinite;
  -ms-animation: scaleUp ease-in-out 0.6s infinite; }

.play .stars04 {
  opacity: 1;
  animation: scaleUp ease-in-out 1.2s infinite;
  -webkit-animation: scaleUp ease-in-out 1.2s infinite;
  -moz-animation: scaleUp ease-in-out 1.2s infinite;
  -o-animation: scaleUp ease-in-out 1.2s infinite;
  -ms-animation: scaleUp ease-in-out 1.2s infinite; }

.play .stars05 {
  opacity: 1;
  animation: scaleUp ease-in-out 0.9s infinite;
  -webkit-animation: scaleUp ease-in-out 0.9s infinite;
  -moz-animation: scaleUp ease-in-out 0.9s infinite;
  -o-animation: scaleUp ease-in-out 0.9s infinite;
  -ms-animation: scaleUp ease-in-out 0.9s infinite; }

@keyframes ring {
  0% {
    -webkit-transform: translate(0, 0) rotateZ(0);
    transform: translate(0, 0) rotateZ(0); }
  5% {
    -webkit-transform: translate(0, 0) rotateZ(5deg);
    transform: translate(0, 0) rotateZ(5deg); }
  10% {
    -webkit-transform: translate(0, 0) rotateZ(-5deg);
    transform: translate(0, 0) rotateZ(-5deg); }
  15% {
    -webkit-transform: translate(0, 0) rotateZ(5deg);
    transform: translate(0, 0) rotateZ(5deg); }
  20% {
    -webkit-transform: translate(0, 0) rotateZ(-5deg);
    transform: translate(0, 0) rotateZ(-5deg); }
  25% {
    -webkit-transform: translate(0, 0) rotateZ(5deg);
    transform: translate(0, 0) rotateZ(5deg); }
  30% {
    -webkit-transform: translate(0, 0) rotateZ(-5deg);
    transform: translate(0, 0) rotateZ(-5deg); }
  60%, 100% {
    -webkit-transform: translate(0, 0) rotateZ(0);
    transform: translate(0, 0) rotateZ(0); } }

@-webkit-keyframes ring {
  0% {
    -webkit-transform: translate(0, 0) rotateZ(0); }
  5% {
    -webkit-transform: translate(0, 0) rotateZ(5deg); }
  10% {
    -webkit-transform: translate(0, 0) rotateZ(-5deg); }
  15% {
    -webkit-transform: translate(0, 0) rotateZ(5deg); }
  20% {
    -webkit-transform: translate(0, 0) rotateZ(-5deg); }
  25% {
    -webkit-transform: translate(0, 0) rotateZ(5deg); }
  30% {
    -webkit-transform: translate(0, 0) rotateZ(-5deg); }
  60%, 100% {
    -webkit-transform: translate(0, 0) rotateZ(0); } }

@keyframes moveTopBottom {
  0% {
    -webkit-transform: translateY(10px) rotateZ(0.1deg);
    transform: translateY(10px) rotateZ(0.1deg); }
  50% {
    -webkit-transform: translateY(-8px) rotateZ(0.1deg);
    transform: translateY(-8px) rotateZ(0.1deg); }
  100% {
    -webkit-transform: translateY(10px) rotateZ(0.1deg);
    transform: translateY(10px) rotateZ(0.1deg); } }

@-webkit-keyframes moveTopBottom {
  /* Safari and Chrome */
  0% {
    -webkit-transform: translateY(10px) rotateZ(0.1deg);
    transform: translateY(10px) rotateZ(0.1deg); }
  50% {
    -webkit-transform: translateY(-8px) rotateZ(0.1deg);
    transform: translateY(-8px) rotateZ(0.1deg); }
  100% {
    -webkit-transform: translateY(10px) rotateZ(0.1deg);
    transform: translateY(10px) rotateZ(0.1deg); } }

@keyframes turnAround {
  0%, 20% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  21% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes turnAround {
  /* Safari and Chrome */
  0%, 20% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  21% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes scaleUp {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3); } }

@-webkit-keyframes scaleUp {
  /* Safari and Chrome */
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3); } }
/*explications retour*/

.spriteAnimRetour1 {
  background: url(img/animation_home/trotinette.png);
  background-size: 500px 1000px;
  background-position: 0px 0px;
  width: 250px;
  height: 250px;
  -webkit-animation: trotinette 0.2s steps(2, end) infinite;
  animation: trotinette 0.2s steps(2, end) infinite;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: -webkit-transform ease-out 4s 0s;
  transition: -webkit-transform ease-out 4s 0s;
  transition: transform ease-out 4s 0s;
  transition: transform ease-out 4s 0s, -webkit-transform ease-out 4s 0s;
  -webkit-transform-origin: center 70%;
  transform-origin: center 70%; 
}

.spriteAnimRetour1 .trotinette {
    -webkit-animation: trotinette 0.2s steps(2, end) infinite, trotinetteChange steps(1, end) 5s infinite;
    animation: trotinette 0.2s steps(2, end) infinite, trotinetteChange steps(1, end) 5s infinite; 
}

.spriteAnimRetour1 .equipiers {
    -webkit-transition: -webkit-transform ease-out 4s .5s;
    transition: -webkit-transform ease-out 4s .5s;
    transition: transform ease-out 4s .5s;
    transition: transform ease-out 4s .5s, -webkit-transform ease-out 4s .5s;
    background-position: 0px -500px;
    -webkit-animation: trotinette 0.2s steps(2, end) infinite, equipiersChange steps(1, end) 7s infinite;
    animation: trotinette 0.2s steps(2, end) infinite, equipiersChange steps(1, end) 7s infinite; 
}

.retour .phase01 .animRetour {
  -webkit-animation: cameraA 10s ease-in-out infinite;
  animation: cameraA 10s ease-in-out infinite; 
}

.retour .phase02 .animRetour {
  -webkit-animation: cameraB 15s ease-in-out infinite;
  animation: cameraB 15s ease-in-out infinite; 
}

.retour .phase03 .animRetour {
  -webkit-animation: cameraC 10s ease-in-out infinite;
  animation: cameraC 10s ease-in-out infinite; 
}

.retour .texte_retour {
  max-width: 40em;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2em;
  position: relative;
  z-index: 1; 
}

.chienWrapper, .shadowWrapper {
  -webkit-transition: -webkit-transform 4s;
  transition: -webkit-transform 4s;
  transition: transform 4s;
  transition: transform 4s, -webkit-transform 4s; 
}

.chienWrapper {
  position: relative;
  z-index: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px); 
}

.shadowWrapper {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: center 190px;
  transform-origin: center 190px;
  height: 100%; 
}

@-webkit-keyframes trotinette {
  to {
    background-position-x: -500px; 
  } 
}

@keyframes trotinette {
  to {
    background-position-x: -500px; 
  } 
}

@-webkit-keyframes trotinetteChange {
  0% {
    background-position-y: 0px; 
  }
  40% {
    background-position-y: -250px; 
  } 
}

@keyframes trotinetteChange {
  0% {
    background-position-y: 0px; 
  }
  40% {
    background-position-y: -250px; 
  } 
}

@-webkit-keyframes equipiersChange {
  0% {
    background-position-y: 500px; 
  }
  
  80% {
    background-position-y: -750px; 
  } 
}

@keyframes equipiersChange {
  0% {
    background-position-y: 500px; }
  80% {
    background-position-y: -750px; } }

@-webkit-keyframes cameraA {
  0% {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px); }
  20% {
    -webkit-transform: translate3d(10px, 2px, 0px);
    transform: translate3d(10px, 2px, 0px); }
  40% {
    -webkit-transform: translate3d(-2px, 0px, 0px);
    transform: translate3d(-2px, 0px, 0px); }
  60% {
    -webkit-transform: translate3d(-5px, 1px, 0px);
    transform: translate3d(-5px, 1px, 0px); }
  80% {
    -webkit-transform: translate3d(-2px, 0px, 0px);
    transform: translate3d(-2px, 0px, 0px); } }

@keyframes cameraA {
  0% {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px); }
  20% {
    -webkit-transform: translate3d(10px, 2px, 0px);
    transform: translate3d(10px, 2px, 0px); }
  40% {
    -webkit-transform: translate3d(-2px, 0px, 0px);
    transform: translate3d(-2px, 0px, 0px); }
  60% {
    -webkit-transform: translate3d(-5px, 1px, 0px);
    transform: translate3d(-5px, 1px, 0px); }
  80% {
    -webkit-transform: translate3d(-2px, 0px, 0px);
    transform: translate3d(-2px, 0px, 0px); } }

@-webkit-keyframes cameraB {
  0% {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px); }
  20% {
    -webkit-transform: translate3d(2px, -10px, 0px);
    transform: translate3d(2px, -10px, 0px); }
  40% {
    -webkit-transform: translate3d(-2px, 0px, 0px);
    transform: translate3d(-2px, 0px, 0px); }
  60% {
    -webkit-transform: translate3d(1px, -5px, 0px);
    transform: translate3d(1px, -5px, 0px); }
  80% {
    -webkit-transform: translate3d(-2px, -2px, 0px);
    transform: translate3d(-2px, -2px, 0px); } }

@keyframes cameraB {
  0% {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px); }
  20% {
    -webkit-transform: translate3d(2px, -10px, 0px);
    transform: translate3d(2px, -10px, 0px); }
  40% {
    -webkit-transform: translate3d(-2px, 0px, 0px);
    transform: translate3d(-2px, 0px, 0px); }
  60% {
    -webkit-transform: translate3d(1px, -5px, 0px);
    transform: translate3d(1px, -5px, 0px); }
  80% {
    -webkit-transform: translate3d(-2px, -2px, 0px);
    transform: translate3d(-2px, -2px, 0px); } }

@-webkit-keyframes cameraC {
  0% {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px); }
  3% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  5% {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px); }
  23% {
    -webkit-transform: translateY(-0.5px);
    transform: translateY(-0.5px); }
  43% {
    -webkit-transform: translateY(0.6px);
    transform: translateY(0.6px); }
  100% {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px); } }

@keyframes cameraC {
  0% {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px); }
  3% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  5% {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px); }
  23% {
    -webkit-transform: translateY(-0.5px);
    transform: translateY(-0.5px); }
  43% {
    -webkit-transform: translateY(0.6px);
    transform: translateY(0.6px); }
  100% {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px); } }

.retour {
  overflow: hidden; 
}

.retour .cards {
  margin: 60px auto;
  padding: 40px;
  color: #ffffff;
  background-color: #404fe6;
  position: relative; 
}

@media only screen and (max-width: 680px) {
  .retour .cards {
    padding: 40px 0; 
  } 
}

.retour .cards:after {
  content: '';
  position: absolute;
  z-index: 0;
  width: 160%;
  margin: 0 -30%;
  left: 0px;
  bottom: -27px;
  height: 150px;
  background: url(img/shadow.png);
  background-size: 100% 100%; 
}

.retour .cards:after {
  z-index: -1;
  bottom: -40px;
  height: 100px; 
}

.retour .circle {
  -webkit-box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 250px;
  height: 250px;
  border-radius: 100%;
  overflow: hidden; 
}

.retour .circle:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform ease-out .3s;
  transition: -webkit-transform ease-out .3s;
  transition: transform ease-out .3s;
  transition: transform ease-out .3s, -webkit-transform ease-out .3s;
  z-index: 1; 
}

.retour .circle:after {
  content: " ";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 248px;
  height: 248px;
  background: #fff;
  border-radius: 100%;
  background-color: #404fe6;
  z-index: 0; 
}

.retour .animRetour {
  z-index: 2;
  width: 250px;
  height: 250px;
  display: inline-block;
  position: relative; 
}

.retour .visuel {
  width: 100%;
  min-height: 220px; 
}

.retour .phase01 .visuel {
  background-position: -10px -1400px; 
}

.retour .phase01 .shadow {
  background-position: -10px -1514px;
  width: 50px;
  height: 60px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -25px; 
}

.retour .phase02 .visuel {
  background-position: -260px -1400px; 
}

.retour .phase02 .shadow {
  background-position: -10px -1514px;
  width: 50px;
  height: 60px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -25px; 
}

.retour .phase03 .visuel {
  background-position: -360px -1400px;
  z-index: 5;
  position: absolute;
  -webkit-animation: moveChienDeux 10.0s ease-in-out infinite;
  animation: moveChienDeux 10.0s ease-in-out infinite; 
}

.retour .phase03 .shadow {
  background-position: -70px -1556px;
  width: 130px;
  height: 25px;
  position: absolute;
  bottom: 45px;
  left: 50%;
  margin-left: -65px;
  -webkit-animation: moveChien 10.0s ease-in-out infinite;
  animation: moveChien 10.0s ease-in-out infinite; 
}

.retour .phase03 .agrip {
    background-position: -10px -1400px;
    width: 205px;
    height: 150px;
    position: absolute;
    z-index: 2;
    top: 17px;
    right: 10px;
    white-space: nowrap;
    -webkit-animation: moveHand 10.0s ease-in-out infinite;
    animation: moveHand 10.0s ease-in-out infinite; }
  .retour .phase03 .papatteWrapper {
    position: relative;
    z-index: 4;
    -webkit-animation: moveHandDeux ease-in-out 10.0s infinite;
    animation: moveHandDeux ease-in-out 10.0s infinite; }
  .retour .phase03 .papatte {
    background-position: -10px -1556px;
    width: 40px;
    height: 45px;
    position: absolute;
    z-index: 4;
    top: 95px;
    right: 32px;
    -webkit-animation: moveHand 10.0s ease-in-out infinite;
    animation: moveHand 10.0s ease-in-out infinite; }
  .retour .phase03 .ance {
    background-position: -265px -1400px;
    width: 40px;
    height: 100px;
    display: inline-block;
    margin: 0 12px;
    -webkit-animation: MoveAnce ease-in-out 10.0s infinite;
    animation: MoveAnce ease-in-out 10.0s infinite;
    -webkit-transform-origin: top center;
    transform-origin: top center; }
    .retour .phase03 .ance:nth-child(3) {
      -webkit-animation: MoveAnceChien ease-in-out 10.0s infinite;
      animation: MoveAnceChien ease-in-out 10.0s infinite; }

@-webkit-keyframes MoveAnce {
  0% {
    -webkit-transform: translate(0, 0) rotateZ(0);
    transform: translate(0, 0) rotateZ(0); }
  5% {
    -webkit-transform: translate(0, 0) rotateZ(6deg);
    transform: translate(0, 0) rotateZ(6deg); }
  10% {
    -webkit-transform: translate(0, 0) rotateZ(-5deg);
    transform: translate(0, 0) rotateZ(-5deg); }
  15% {
    -webkit-transform: translate(0, 0) rotateZ(4deg);
    transform: translate(0, 0) rotateZ(4deg); }
  20% {
    -webkit-transform: translate(0, 0) rotateZ(-3deg);
    transform: translate(0, 0) rotateZ(-3deg); }
  25% {
    -webkit-transform: translate(0, 0) rotateZ(2deg);
    transform: translate(0, 0) rotateZ(2deg); }
  30% {
    -webkit-transform: translate(0, 0) rotateZ(-1deg);
    transform: translate(0, 0) rotateZ(-1deg); }
  60%, 100% {
    -webkit-transform: translate(0, 0) rotateZ(0);
    transform: translate(0, 0) rotateZ(0); } }

@keyframes MoveAnce {
  0% {
    -webkit-transform: translate(0, 0) rotateZ(0);
    transform: translate(0, 0) rotateZ(0); }
  5% {
    -webkit-transform: translate(0, 0) rotateZ(6deg);
    transform: translate(0, 0) rotateZ(6deg); }
  10% {
    -webkit-transform: translate(0, 0) rotateZ(-5deg);
    transform: translate(0, 0) rotateZ(-5deg); }
  15% {
    -webkit-transform: translate(0, 0) rotateZ(4deg);
    transform: translate(0, 0) rotateZ(4deg); }
  20% {
    -webkit-transform: translate(0, 0) rotateZ(-3deg);
    transform: translate(0, 0) rotateZ(-3deg); }
  25% {
    -webkit-transform: translate(0, 0) rotateZ(2deg);
    transform: translate(0, 0) rotateZ(2deg); }
  30% {
    -webkit-transform: translate(0, 0) rotateZ(-1deg);
    transform: translate(0, 0) rotateZ(-1deg); }
  60%, 100% {
    -webkit-transform: translate(0, 0) rotateZ(0);
    transform: translate(0, 0) rotateZ(0); } }

@-webkit-keyframes MoveAnceChien {
  0% {
    -webkit-transform: translate(0, 0) rotateZ(0);
    transform: translate(0, 0) rotateZ(0); }
  5% {
    -webkit-transform: translate(0, 0) rotateZ(0.6deg);
    transform: translate(0, 0) rotateZ(0.6deg); }
  10% {
    -webkit-transform: translate(0, 0) rotateZ(-0.5deg);
    transform: translate(0, 0) rotateZ(-0.5deg); }
  15% {
    -webkit-transform: translate(0, 0) rotateZ(0.4deg);
    transform: translate(0, 0) rotateZ(0.4deg); }
  20% {
    -webkit-transform: translate(0, 0) rotateZ(-0.3deg);
    transform: translate(0, 0) rotateZ(-0.3deg); }
  25% {
    -webkit-transform: translate(0, 0) rotateZ(0.2deg);
    transform: translate(0, 0) rotateZ(0.2deg); }
  30% {
    -webkit-transform: translate(0, 0) rotateZ(-0.1deg);
    transform: translate(0, 0) rotateZ(-0.1deg); }
  60%, 100% {
    -webkit-transform: translate(0, 0) rotateZ(0);
    transform: translate(0, 0) rotateZ(0); } }

@keyframes MoveAnceChien {
  0% {
    -webkit-transform: translate(0, 0) rotateZ(0);
    transform: translate(0, 0) rotateZ(0); }
  5% {
    -webkit-transform: translate(0, 0) rotateZ(0.6deg);
    transform: translate(0, 0) rotateZ(0.6deg); }
  10% {
    -webkit-transform: translate(0, 0) rotateZ(-0.5deg);
    transform: translate(0, 0) rotateZ(-0.5deg); }
  15% {
    -webkit-transform: translate(0, 0) rotateZ(0.4deg);
    transform: translate(0, 0) rotateZ(0.4deg); }
  20% {
    -webkit-transform: translate(0, 0) rotateZ(-0.3deg);
    transform: translate(0, 0) rotateZ(-0.3deg); }
  25% {
    -webkit-transform: translate(0, 0) rotateZ(0.2deg);
    transform: translate(0, 0) rotateZ(0.2deg); }
  30% {
    -webkit-transform: translate(0, 0) rotateZ(-0.1deg);
    transform: translate(0, 0) rotateZ(-0.1deg); }
  60%, 100% {
    -webkit-transform: translate(0, 0) rotateZ(0);
    transform: translate(0, 0) rotateZ(0); } }

@-webkit-keyframes moveChien {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); }
  3% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  5% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); }
  23% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px); }
  43% {
    -webkit-transform: translateY(-4.5px);
    transform: translateY(-4.5px); }
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); } }

@keyframes moveChien {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); }
  3% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  5% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); }
  23% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px); }
  43% {
    -webkit-transform: translateY(-4.5px);
    transform: translateY(-4.5px); }
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); } }

@-webkit-keyframes moveChienDeux {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); }
  3.5% {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px); }
  6% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); }
  23% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px); }
  43% {
    -webkit-transform: translateY(-4.5px);
    transform: translateY(-4.5px); }
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); } }

@keyframes moveChienDeux {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); }
  3.5% {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px); }
  6% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); }
  23% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px); }
  43% {
    -webkit-transform: translateY(-4.5px);
    transform: translateY(-4.5px); }
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); } }

@-webkit-keyframes moveHand {
  0% {
    -webkit-transform: translateY(4px) rotateZ(0.1deg);
    transform: translateY(4px) rotateZ(0.1deg); }
  3% {
    -webkit-transform: translateY(0px) rotateZ(0.1deg);
    transform: translateY(0px) rotateZ(0.1deg); }
  5% {
    -webkit-transform: translateY(4px) rotateZ(0.1deg);
    transform: translateY(4px) rotateZ(0.1deg); }
  23% {
    -webkit-transform: translateY(2px) rotateZ(0.1deg);
    transform: translateY(2px) rotateZ(0.1deg); }
  43% {
    -webkit-transform: translateY(-3px) rotateZ(0.1deg);
    transform: translateY(-3px) rotateZ(0.1deg); }
  100% {
    -webkit-transform: translateY(4px) rotateZ(0.1deg);
    transform: translateY(4px) rotateZ(0.1deg); } }

@keyframes moveHand {
  0% {
    -webkit-transform: translateY(4px) rotateZ(0.1deg);
    transform: translateY(4px) rotateZ(0.1deg); }
  3% {
    -webkit-transform: translateY(0px) rotateZ(0.1deg);
    transform: translateY(0px) rotateZ(0.1deg); }
  5% {
    -webkit-transform: translateY(4px) rotateZ(0.1deg);
    transform: translateY(4px) rotateZ(0.1deg); }
  23% {
    -webkit-transform: translateY(2px) rotateZ(0.1deg);
    transform: translateY(2px) rotateZ(0.1deg); }
  43% {
    -webkit-transform: translateY(-3px) rotateZ(0.1deg);
    transform: translateY(-3px) rotateZ(0.1deg); }
  100% {
    -webkit-transform: translateY(4px) rotateZ(0.1deg);
    transform: translateY(4px) rotateZ(0.1deg); } }

@-webkit-keyframes moveHandDeux {
  0% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  5% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px); }
  10% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  15% {
    -webkit-transform: translateX(-2.7px);
    transform: translateX(-2.7px); }
  20% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  25% {
    -webkit-transform: translateX(-2.4px);
    transform: translateX(-2.4px); }
  30% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  60%, 100% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); } }

@keyframes moveHandDeux {
  0% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  5% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px); }
  10% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  15% {
    -webkit-transform: translateX(-2.7px);
    transform: translateX(-2.7px); }
  20% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  25% {
    -webkit-transform: translateX(-2.4px);
    transform: translateX(-2.4px); }
  30% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  60%, 100% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); } }

/*estimer course*/

.estime {
  padding: 60px 0px;
  background-color: #fcee8b;
  position: relative; }
  .estime .cards:after {
    content: ' ';
    display: block;
    clear: both; }
  .estime h2 {
    margin-top: 0px; }
    .estime h2:after {
      margin-left: 0px;
      margin-right: 0px; }
  .estime .cards {
    background-color: #ffffff;
    padding: 40px;
    z-index: 1;
    position: relative; }
  .estime .row {
    position: relative;
    text-align: left;
    overflow: initial; }
    .estime .row:before {
      content: '';
      position: absolute;
      z-index: 0;
      width: 90%;
      margin: 0px 5%;
      left: 0px;
      bottom: -60px;
      height: 260px;
      background: #946a21;
      background: radial-gradient(ellipse at center, #946a21 0%, #866227 11%, rgba(100, 76, 54, 0.4) 39%, rgba(69, 57, 68, 0.09) 64%, rgba(60, 52, 72, 0) 71%, rgba(24, 30, 87, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#946a21', endColorstr='#181e57', GradientType=1 ); }
  .estime .leftMap {
    float: left;
    max-width: 450px; }
  .estime .formCourse {
    position: relative; }
  .estime input {
    width: 100%;
    margin-bottom: 30px; }
  .estime .arrowDown {
    position: absolute;
    margin-top: -30px;
    width: 26px;
    height: 25px;
    background-position: -10px -220px;
    left: 50%;
    margin-left: -13px; }
  .estime .prix {
    position: relative;
    padding: 10px 60px 10px 40px;
    display: inline-block;
    vertical-align: top;
    font-weight: 700;
    font-size: 3.0em;
    background-color: #43ffcf; }
    .estime .prix sup {
      font-size: 0.7em; }
    .estime .prix .infos {
      position: absolute;
      right: 10px;
      top: 10px;
      background-color: #ffffff;
      border-radius: 100%;
      text-align: center;
      line-height: 30px;
      width: 30px;
      height: 30px;
      font-size: 0.4em;
      font-weight: 300;
      display: inline-block;
      color: #43ffcf;
      cursor: pointer; }

@media only screen and (max-width: 1140px) {
  .estime h2 {
    text-align: center;
    margin-top: 20px; 
  }
  
  .estime h2:after {
    margin: 20px auto; }
  
  .estime .leftMap {
    max-width: 100%;
    display: block;
    text-align: center; 
  }
  
  .map {
    height: 450px;
    float: none;
    display: none;
    margin: 0px;
    width: 100%; 
  }
}



.a-lier a{
  color:#42f1d2;
  text-decoration:underline;
}


.a-lier a:hover{
  color:#ffffff;
  text-decoration:none;
}

.map {
  position: relative;
  background-color: #ffffff;
  border: 5px solid #404fe6;
  width: 600px;
  height: 520px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  float: right; 
}
/*
.share {
  position: fixed;
  right: 0;
  top: 50%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index:999;
}

.share li {
  position: relative;
}

.share li a:hover{
  text-decoration:underline;
}

/*Facebook
.share li:nth-of-type(1) .social-link,
.share li:nth-of-type(1) .social-link:hover {
  background: #3B5998 url("https://i.imgur.com/u9gLigk.png") 50% 50% no-repeat;
  background-size: 25px auto;
}

.share li:nth-of-type(1) .nav-label {
  -moz-transition: background 0.4s ease, -moz-transform 0.4s ease 0.1s;
  -o-transition: background 0.4s ease, -o-transform 0.4s ease 0.1s;
  -webkit-transition: background 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transition-delay: 0s, 0.1s;
  transition: background 0.4s ease, transform 0.4s ease 0.1s;
  background: #1e2e4f;
   margin-left: -126px;
}


.share li:nth-of-type(1) .social-link:hover .nav-label {
  -moz-transition: -moz-transform 0.4s ease, background 0.4s ease 0.1s;
  -o-transition: -o-transform 0.4s ease, background 0.4s ease 0.1s;
  -webkit-transition: -webkit-transform 0.4s ease, background 0.4s ease;
  -webkit-transition-delay: 0s, 0.1s;
  transition: transform 0.4s ease, background 0.4s ease 0.1s;
  background: #3B5998;
}

/*Instagram

.share li:nth-of-type(2) .social-link,
.share li:nth-of-type(2) .social-link:hover {
  background: #ca0073 url("https://www.saint-bernard-services.com/wp-content/uploads/2021/05/insta-logo.png") 50% 50% no-repeat;
  background-size: 25px auto;
}

.share li:nth-of-type(2) .nav-label {
  -moz-transition: background 0.4s ease, -moz-transform 0.4s ease 0.1s;
  -o-transition: background 0.4s ease, -o-transform 0.4s ease 0.1s;
  -webkit-transition: background 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transition-delay: 0s, 0.1s;
  transition: background 0.4s ease, transform 0.4s ease 0.1s;
  background: #d80355;
   margin-left: -131px;
}


.share li:nth-of-type(2) .social-link:hover .nav-label {
  -moz-transition: -moz-transform 0.4s ease, background 0.4s ease 0.1s;
  -o-transition: -o-transform 0.4s ease, background 0.4s ease 0.1s;
  -webkit-transition: -webkit-transform 0.4s ease, background 0.4s ease;
  -webkit-transition-delay: 0s, 0.1s;
  transition: transform 0.4s ease, background 0.4s ease 0.1s;
  background: #ca0073;
}

/*linkedin
.share li:nth-of-type(3) .social-link,
.share li:nth-of-type(3) .social-link:hover {
  background: #007bb6 url("http://application.saint-bernard-services.com/wp-content/uploads/2021/05/linkedin-transparent-1.png") 50% 50% no-repeat;
  background-size: 25px auto;
}

.share li:nth-of-type(3) .nav-label {
  -moz-transition: background 0.4s ease, -moz-transform 0.4s ease 0.1s;
  -o-transition: background 0.4s ease, -o-transform 0.4s ease 0.1s;
  -webkit-transition: background 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transition-delay: 0s, 0.1s;
  transition: background 0.4s ease, transform 0.4s ease 0.1s;
  background: #003a74;
   margin-left: -118px;
}


.share li:nth-of-type(3) .social-link:hover .nav-label {
  -moz-transition: -moz-transform 0.4s ease, background 0.4s ease 0.1s;
  -o-transition: -o-transform 0.4s ease, background 0.4s ease 0.1s;
  -webkit-transition: -webkit-transform 0.4s ease, background 0.4s ease;
  -webkit-transition-delay: 0s, 0.1s;
  transition: transform 0.4s ease, background 0.4s ease 0.1s;
  background: #007bb6;
}

/* Nous contacter : mail
.share li:nth-of-type(4) .social-link,
.share li:nth-of-type(4) .social-link:hover {
  background: #42f1d2 url("http://application.saint-bernard-services.com/wp-content/uploads/2021/05/enveloppe.png") 50% 50% no-repeat;
  background-size: 25px auto;
}

.share li:nth-of-type(4) .nav-label {
  -moz-transition: background 0.4s ease, -moz-transform 0.4s ease 0.1s;
  -o-transition: background 0.4s ease, -o-transform 0.4s ease 0.1s;
  -webkit-transition: background 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transition-delay: 0s, 0.1s;
  transition: background 0.4s ease, transform 0.4s ease 0.1s;
  background: #3fbda7;
   margin-left: -166px;
}


.share li:nth-of-type(4) .social-link:hover .nav-label {
  -moz-transition: -moz-transform 0.4s ease, background 0.4s ease 0.1s;
  -o-transition: -o-transform 0.4s ease, background 0.4s ease 0.1s;
  -webkit-transition: -webkit-transform 0.4s ease, background 0.4s ease;
  -webkit-transition-delay: 0s, 0.1s;
  transition: transform 0.4s ease, background 0.4s ease 0.1s;
  background: #42f1d2;
}

/*Android
.share li:nth-of-type(5) .social-link,
.share li:nth-of-type(5) .social-link:hover {
  background: #a1c837 url("http://application.saint-bernard-services.com/wp-content/uploads/2021/05/android.png") 50% 50% no-repeat;
  background-size: 25px auto;
}

.share li:nth-of-type(5) .nav-label {
  -moz-transition: background 0.4s ease, -moz-transform 0.4s ease 0.1s;
  -o-transition: background 0.4s ease, -o-transform 0.4s ease 0.1s;
  -webkit-transition: background 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transition-delay: 0s, 0.1s;
  transition: background 0.4s ease, transform 0.4s ease 0.1s;
  background: #7c8c34;
   margin-left: -114px;
}


.share li:nth-of-type(5) .social-link:hover .nav-label {
  -moz-transition: -moz-transform 0.4s ease, background 0.4s ease 0.1s;
  -o-transition: -o-transform 0.4s ease, background 0.4s ease 0.1s;
  -webkit-transition: -webkit-transform 0.4s ease, background 0.4s ease;
  -webkit-transition-delay: 0s, 0.1s;
  transition: transform 0.4s ease, background 0.4s ease 0.1s;
  background: #a1c837;
}

/*iOS
.share li:nth-of-type(6) .social-link,
.share li:nth-of-type(6) .social-link:hover {
  background: #b4bccc url("http://application.saint-bernard-services.com/wp-content/uploads/2021/05/iOS.png") 50% 50% no-repeat;
  background-size: 25px auto;
}

.share li:nth-of-type(6) .nav-label {
  -moz-transition: background 0.4s ease, -moz-transform 0.4s ease 0.1s;
  -o-transition: background 0.4s ease, -o-transform 0.4s ease 0.1s;
  -webkit-transition: background 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transition-delay: 0s, 0.1s;
  transition: background 0.4s ease, transform 0.4s ease 0.1s;
  background: #c2c8d5;
  margin-left: -84px;
}

.share li:nth-of-type(6) .social-link:hover .nav-label {
  -moz-transition: -moz-transform 0.4s ease, background 0.4s ease 0.1s;
  -o-transition: -o-transform 0.4s ease, background 0.4s ease 0.1s;
  -webkit-transition: -webkit-transform 0.4s ease, background 0.4s ease;
  -webkit-transition-delay: 0s, 0.1s;
  transition: transform 0.4s ease, background 0.4s ease 0.1s;
  background: #b4bccc;
}


.share li .social-link {
  padding: 0;
  display: block;
  cursor: pointer;
  width: 60px;
  height: 60px;
  padding: 15px 20px;
}

.share li .social-link .nav-label {
  font-family: sans-serif;
  font-size: 14px;
  color: white;
  display: block;
  height: 60px;
  position: absolute;
  top: 0px;
  top: 0rem;
  line-height: 64px;
  padding: 0 20px;
  white-space: nowrap;
  z-index: 4;
  -moz-transition: -moz-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  -moz-transform-origin: right 50%;
  -ms-transform-origin: right 50%;
  -webkit-transform-origin: right 50%;
  transform-origin: right 50%;
  -moz-transform: rotateY(-90deg);
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
}

.share li .social-link .nav-label span {
  -moz-transform-origin: right 50%;
  -ms-transform-origin: right 50%;
  -webkit-transform-origin: right 50%;
  transform-origin: right 50%;
  -moz-transform: rotateY(-90deg);
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
}

.share li .social-link:hover .nav-label,
.share li .social-link:hover .nav-label span {
  -moz-transform: rotateY(0);
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}
*/
.accueil{
  border-radius:20px;
  border:2px #88CCC9 solid;
  padding:8px;
}


.accueil:hover{
  border-color:#475DA8;
}

.accueil img{
  height:40px;
  padding-right:5px;
  margin:3px;
}

.accueil-application{
  background-color:#475DA8;
  border:2px #88CCC9 solid;
  color:#ffffff;
}

.accueil-application:hover{
  background-color:#88CCC9;
  border-color:#475DA8;
  color:#475DA8;
}

.accueil .titre{
  vertical-align: middle;
  font-weight:600;
  margin-top:5px;
}

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