:root {
	--menuder-bg: transparent;
  --menuder-border-color: transparent;
  --menuder-submenu-bg : #fff;
}
.clearfix {
  content: "";
  display: table;
  clear: both;
}
img {
  max-width: 100%;
}
span {
  color: inherit;
  font-weight: inherit;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
i,
em {
  font-style: italic;
  font-weight: inherit;
  text-decoration: inherit;
  color: inherit;
  font-size: inherit;
}
b,
strong {
  font-weight: bold;
  font-style: inherit;
  text-decoration: inherit;
  color: inherit;
  font-size: inherit;
}
u,
span.underline {
  text-decoration: underline;
  font-weight: inherit;
  font-style: inherit;
  color: inherit;
  font-size: inherit;
}
a,
span {
  text-decoration: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  outline: none;
}
a {
  display: inline-block;
  vertical-align: middle;
}

.bloc-logo a:hover {
	text-decoration:none;
}

.nostretch {
  white-space: nowrap;
  width: 1%;
}
@font-face {
  font-family: 'Istok Web';
  src: url('fonts/IstokWeb-Regular.eot');
  src: url('fonts/IstokWeb-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/IstokWeb-Regular.woff2') format('woff2'), url('fonts/IstokWeb-Regular.woff') format('woff'), url('fonts/IstokWeb-Regular.ttf') format('truetype'), url('fonts/IstokWeb-Regular.svg#IstokWeb-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Istok Web';
  src: url('fonts/IstokWeb-Bold.eot');
  src: url('fonts/IstokWeb-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/IstokWeb-Bold.woff2') format('woff2'), url('fonts/IstokWeb-Bold.woff') format('woff'), url('fonts/IstokWeb-Bold.ttf') format('truetype'), url('fonts/IstokWeb-Bold.svg#IstokWeb-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}
* {
  font-family: 'Istok Web';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  color: #1d2742;
}
.bouton {
  padding: 10px 50px 10px 25px;
  background-color: #f95e28;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: white;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  background-image: url('../image/fleche-bouton.svg');
  background-repeat: no-repeat;
  background-position: center right 22px;
  border-bottom: 3px solid #B73715;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .bouton {
    padding: 10px;
    background-image: none;
    font-size: 15px;
  }
}
.bouton:hover,
.bouton:focus {
  margin-top: 2px;
  border-bottom: 1px solid #B73715;
  color: white;
  text-decoration: none;
}
.bouton.jaune {
  background-color: #efb30a;
  border-color: #C17D05;
}
.bouton.sans-fleche {
  background-image: none;
  padding-right: 25px;
}
.bouton.bleu {
  background-color: #1d2742;
  border-color: #080B11;
}
.bouton.gros {
  font-size: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .bouton.gros {
    font-size: 18px;
  }
}
::-moz-selection {
  color: white;
  background-color: #f95e28;
}
::selection {
  color: white;
  background-color: #f95e28;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
body {
  overflow-x: hidden;
}
header .header-top {
  padding: 20px 0 15px 0;
}
@media screen and (max-width: 767px) {
  header .header-top .bloc-logo {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  header .header-top .logo img {
    display: block;
    width: 230%;
  }
}
header .header-top .logo p {
  display: inline-block;
  vertical-align: bottom;
  font-size: 14px;
  line-height: 16px;
  color: #efb30a;
  margin-left: 12px;
}
@media screen and (max-width: 767px) {
  header .header-top .logo p {
    display: block;
    text-align: center;
    margin-left: 0;
    margin-top: 10px;
  }
}
header .header-top .bouton-header {
  font-size: 0;
  text-align: right;
  margin-top: 20px;
}
@media screen and (max-width: 991px) {
  header .header-top .bouton-header {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  header .header-top .bouton-header {
    text-align: center;
  }
}
header .header-top .bouton-header a.comparateur {
  padding: 8px 50px 8px 25px;
}
@media screen and (max-width: 991px) {
  header .header-top .bouton-header a.comparateur {
    margin-bottom: 10px;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  header .header-top .bouton-header a.comparateur {
    padding: 8px 5px;
    background-image: none;
  }
}
header .header-top .bouton-header a.comparateur img {
  margin-right: 14px;
}
@media screen and (max-width: 767px) {
  header .header-top .bouton-header a.comparateur img {
    margin-right: 0;
  }
}
header .header-top .bouton-header .bouton {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  header .header-top .bouton-header .bouton {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
    text-align: center;
    padding: 10px 5px;
  }
}
header .header-top .bouton-header .facebook {
  width: 48px;
  height: 48px;
  background-color: #b2b2b2;
  text-align: center;
  line-height: 48px;
  -webkit-border-radius: 48px;
  border-radius: 48px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .header-top .bouton-header .facebook:hover {
  background-color: #1d2742;
}
header .navigation {
  background-color: #efb30a;
}
header .navigation .navbar {
  background-color: transparent;
  border: none;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  header .navigation .navbar .navbar-toggle {
    background-color: white;
  }
}
header .navigation .navbar .collapse,
header .navigation .navbar .collapsing {
  z-index: 100;
}
@media screen and (max-width: 767px) {
  header .navigation .navbar .collapse,
  header .navigation .navbar .collapsing {
    position: absolute;
    background-color: #efb30a;
    width: calc(100% + 30px);
    left: -15px;
  }
}
header .navigation .navbar .collapse .nav,
header .navigation .navbar .collapsing .nav {
  float: none;
  font-size: 0;
}
header .navigation .navbar .collapse .nav > li,
header .navigation .navbar .collapsing .nav > li {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  header .navigation .navbar .collapse .nav > li,
  header .navigation .navbar .collapsing .nav > li {
    width: 100%;
  }
}
header .navigation .navbar .collapse .nav > li > a,
header .navigation .navbar .collapsing .nav > li > a {
  color: white;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 8px;
  position: relative;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1199px) {
  header .navigation .navbar .collapse .nav > li > a,
  header .navigation .navbar .collapsing .nav > li > a {
    padding: 15px 20px;
  }
}
@media screen and (max-width: 991px) {
  header .navigation .navbar .collapse .nav > li > a,
  header .navigation .navbar .collapsing .nav > li > a {
    font-size: 14px;
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  header .navigation .navbar .collapse .nav > li > a,
  header .navigation .navbar .collapsing .nav > li > a {
    font-size: 16px;
    padding: 10px 0px;
  }
}
header .navigation .navbar .collapse .nav > li > a:hover,
header .navigation .navbar .collapsing .nav > li > a:hover {
  background-color: #1d2742;
}
header .navigation .navbar .collapse .nav > li > a::before,
header .navigation .navbar .collapsing .nav > li > a::before {
  content: "";
  background-color: #E2C493;
  position: absolute;
  height: 36px;
  width: 1px;
  top: calc(50% - 18px);
  left: 0px;
}
@media screen and (max-width: 767px) {
  header .navigation .navbar .collapse .nav > li > a::before,
  header .navigation .navbar .collapsing .nav > li > a::before {
    content: none;
  }
}
header .navigation .navbar .collapse .nav > li > a::after,
header .navigation .navbar .collapsing .nav > li > a::after {
  content: "";
  background-color: #C6830C;
  position: absolute;
  height: 36px;
  width: 1px;
  top: calc(50% - 18px);
  right: 0px;
}
@media screen and (max-width: 767px) {
  header .navigation .navbar .collapse .nav > li > a::after,
  header .navigation .navbar .collapsing .nav > li > a::after {
    content: none;
  }
}
header .navigation .navbar .collapse .nav > li.open > a,
header .navigation .navbar .collapsing .nav > li.open > a {
  background-color: #1d2742;
}
@media screen and (max-width: 767px) {
  header .navigation .navbar .collapse .nav > li.open ul,
  header .navigation .navbar .collapsing .nav > li.open ul {
    text-align: center;
    background-color: white;
  }
  header .navigation .navbar .collapse .nav > li.open ul li a,
  header .navigation .navbar .collapsing .nav > li.open ul li a {
    color: #1d2742;
  }
}
header .navigation .navbar .collapse .nav > li:first-child > a::before,
header .navigation .navbar .collapsing .nav > li:first-child > a::before {
  content: none;
}
header .navigation .navbar .collapse .nav > li:last-child > a::after,
header .navigation .navbar .collapsing .nav > li:last-child > a::after {
  content: none;
}
.main .container {
  position: relative;
}
.main .container .chien-fond {
  position: absolute;
  top: 550px;
  right: calc(100% + 60px);
}
@media screen and (max-width: 1199px) {
  .main .container .chien-fond {
    display: none;
  }
}
.main .container .chat-fond {
  position: absolute;
  top: 2350px;
  left: calc(100% - 60px);
}
@media screen and (max-width: 1199px) {
  .main .container .chat-fond {
    display: none;
  }
}
.header-contentPreStep {
  background-color:#ff0000;
  height:250px;
}
@media screen and (max-width: 991px) {
  .header-contentPreStep {
    text-align: center;
  }
}
.header-content {
  background-image: url('../image/photo-chien.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 991px) {
  .header-content {
    text-align: center;
  }
}
.header-content .titre {
  margin-top: 40px;
  color: white;
  line-height: 42px;
  font-size: 39px;
  font-weight: bold;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid white;
}
@media screen and (max-width: 767px) {
  .header-content .titre {
    font-size: 30px;
    line-height: 35px;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
.header-content .titre strong {
  font-size: 58px;
}
@media screen and (max-width: 767px) {
  .header-content .titre strong {
    font-size: 45px;
  }
}

.header-content span {
	margin:40px 0 15px 0;
}

.header-content .avantage {
  color: white;
  font-size: 23px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid white;
  letter-spacing: 2.1px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .header-content .avantage {
    letter-spacing: 1px;
    font-size: 19px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
.header-content .prix {
  color: white;
  font-size: 18.5px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .header-content .prix {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.header-content .prix strong {
  font-size: 29px;
}
@media screen and (max-width: 767px) {
  .header-content .prix strong {
    font-size: 20px;
  }
}
.prestep {
  background-color: white;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 41px;
  padding-bottom: 15px;
}
.prestep span {
  color: white;
  font-size: 22.5px;
  background-color: #1d2742;
  display: inline-block;
  vertical-align: top;
  -webkit-border-radius: 5px 0 5px 0;
  border-radius: 5px 0 5px 0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px 20px;
  font-weight: bold;
  margin-bottom: 25px;
}
@media screen and (max-width: 991px) {
  .prestep span {
    display: block;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .prestep span {
    font-size: 20px;
  }
}
.prestep form {
  position: relative;
  padding-left: 110px;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 991px) {
  .prestep form {
    padding-left: 0;
    margin-bottom: 20px;
  }
}
.prestep form:before {
  content: url('../image/fleche-prestep.svg');
  position: absolute;
  left: 45px;
  top: -15px;
}
@media screen and (max-width: 991px) {
  .prestep form:before {
    left: -55px;
    top: -20px;
  }
}
.prestep form .choix-assurance {
  display: inline-block;
  vertical-align: middle;
  margin-right: 35px;
}
.prestep form .choix-assurance input {
  display: none;
}
.prestep form .choix-assurance input:checked + label {
  position: relative;
}
.prestep form .choix-assurance input:checked + label:before {
  background-color: #f95e28;
}
.prestep form .choix-assurance input:checked + label:after {
  content: url('../image/check.svg');
  position: absolute;
  left: 5px;
}
.prestep form .choix-assurance label {
  font-size: 23px;
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  cursor: pointer;
}
.prestep form .choix-assurance label:before {
  content: '';
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  border: 4px solid #f95e28;
  -webkit-border-radius: 28px;
  border-radius: 28px;
  margin-bottom: 5px;
  margin-right: 15px;
}
.prestep .bloc-bouton {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 991px) {
  .prestep .bloc-bouton {
    display: block;
  }
}
.main h1 {
  font-size: 35px;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 35px;
  display: inline-block;
  vertical-align: middle;
}
.main h1:before {
  top: -15px;
  left: -70px;
}
@media screen and (max-width: 767px) {
  .main h1 {
    margin: 20px;
    font-size: 24px;
    text-align: center;
  }
}
.main h2 {
  font-size: 30px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 30px;
  margin-left:55px;
}
.main h2:first-child {
  /*padding-top: 20px;*/
}
.main h2:first-child:before {
  top: 0px;
  left: -55px;
}
.main h2:before {
  /*top: -20px;*/
  left: -55px;
}
.main h1,
.main h2 {
  position: relative;
}
.main h1:before,
.main h2:before {
  content: url('../image/patte-titre.svg');
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .main h1:before{
    content: none;
  }
}
.main h3 {
  font-size: 20px;
  font-weight: bold;
}
.main p {
  line-height: 25px;
}
.main p .img-pleine-taille {
  margin: 30px 0;
}
.main p .img-left {
  float: left;
  margin-right: 30px;
}
.main p .img-right {
  float: right;
  margin-left: 30px;
}
.main .paragraphe {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .main .paragraphe {
    margin-bottom: 30px;
  }
}
.main .jaune {
  background-color: #efb30a;
  padding: 50px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .main .jaune {
    margin-left: -15px;
    margin-right: -15px;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 15px;
  }
}
.main .jaune h2 {
  padding-top: 0;
}
.main .jaune h2:before {
  content: url('../image/patte-titre-jaune.svg');
  position: absolute;
  z-index: 1;
  top: -20px;
  left: -12px;
}
.main .jaune h2 span {
  position: relative;
  z-index: 2;
}
.main .jaune .liste li:before {
  content: url('../image/fleche-liste-jaune.svg');
}
.pourquoi-assurer {
  padding: 40px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .pourquoi-assurer {
    padding: 30px 15px;
  }
}
@media screen and (max-width: 991px) {
  .pourquoi-assurer {
    margin-bottom: 15px;
  }
}
.pourquoi-assurer img {
  margin-bottom: 35px;
}
@media screen and (max-width: 991px) {
  .pourquoi-assurer img {
    width: 70%;
  }
}
.pourquoi-assurer p {
  font-size: 20px;
  padding-right: 8px;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .pourquoi-assurer p {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pourquoi-assurer p {
    font-size: 16px;
    line-height: 20px;
  }
}
.pourquoi-assurer ul {
  padding-left: 0;
  font-size: 0;
  padding-left: 60px;
}
@media screen and (max-width: 767px) {
  .pourquoi-assurer ul {
    padding-left: 0;
  }
}
.pourquoi-assurer ul li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 18px;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pourquoi-assurer ul li {
    padding-left: 30px;
    font-size: 16px;
  }
}
.pourquoi-assurer ul li:before {
  content: '';
  background-image: url('../image/check-list.svg');
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: calc(100% + 15px);
  background-color: white;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  background-repeat: no-repeat;
  background-position: center center;
  top: calc(50% - 13px);
}
@media screen and (max-width: 767px) {
  .pourquoi-assurer ul li:before {
    right: auto;
    left: 0;
  }
}
.pourquoi-assurer ul li:last-child,
.pourquoi-assurer ul li:nth-last-child(2) {
  margin-bottom: 0;
}
.prestep-interne p {
  color: #f95e28;
  line-height: 22px;
  padding-right: 35px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  margin-right: 30px;
}
@media screen and (max-width: 991px) {
  .prestep-interne p {
    padding-right: 0;
    margin-right: 0;
    text-align: center;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .prestep-interne p {
    font-size: 14px;
  }
}
.prestep-interne p:after {
  content: url('../image/fleche-prestep-interne.svg');
  position: absolute;
  top: calc(50% - 25px);
  right: 0;
}
@media screen and (max-width: 991px) {
  .prestep-interne p:after {
    display: none;
  }
}
.colonne {
  padding-left: 0;
  font-size: 0;
  margin: 45px -15px 15px -15px;
}
@media screen and (max-width: 991px) {
  .colonne {
    white-space: nowrap;
    overflow: auto;
  }
}
@media screen and (max-width: 767px) {
  .colonne {
    margin: 15px -15px 0 -15px;
  }
}
.colonne li {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px;
  background-color: #E2E2E2;
  text-align: center;
  padding: 15px 20px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .colonne li {
    min-width: 160px;
  }
}
@media screen and (max-width: 767px) {
  .colonne li {
    min-width: 160px;
    margin-bottom: 15px;
    white-space: initial;
  }
}
.colonne li strong {
  line-height: 22px;
  font-size: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .colonne li strong {
    font-size: 16px;
    line-height: 18px;
  }
}
.colonne li strong:last-child {
  margin-bottom: 0;
}
.colonne li p {
  margin-bottom: 10px;
  line-height: 20px;
}
.colonne li p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .colonne li p {
    line-height: 20px;
  }
}
.chien-chat {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .chien-chat .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .chien-chat .bloc-chien-chat {
    margin-bottom: 50px;
  }
}
.chien-chat .bloc-chien-chat .bloc-top {
  background-color: #1d2742;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
@media screen and (max-width: 767px) {
  .chien-chat .bloc-chien-chat .bloc-top {
    -webkit-border-radius: 0;
    border-radius: 0;
  }
}
.chien-chat .bloc-chien-chat .bloc-top .titre-prix {
  margin-top: -20px;
  display: inline-block;
  vertical-align: middle;
}
.chien-chat .bloc-chien-chat .bloc-top .prix-mutuelle {
  display: inline-block;
  vertical-align: middle;
  background-color: white;
  width: 102px;
  height: 102px;
  background-color: #efb30a;
  border: 6px solid white;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 102px;
  border-radius: 102px;
  margin-left: 15px;
  margin-top: -30px;
}
.chien-chat .bloc-chien-chat .bloc-top .prix-mutuelle p {
  line-height: 18px;
  -moz-transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
  margin-top: 29px;
}
.chien-chat .bloc-chien-chat .bloc-top .prix-mutuelle p strong {
  color: white;
  font-size: 27px;
}
.chien-chat .bloc-chien-chat .bloc-top .texte-mutuelle {
  margin-top: 30px;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  padding-bottom: 30px;
}
.chien-chat .bloc-chien-chat .bloc-top .texte-mutuelle p {
  color: white;
  line-height: 21px;
  margin-bottom: 0;
}
.chien-chat .bloc-chien-chat .bloc-top .texte-mutuelle p strong {
  font-size: 19px;
}
.chien-chat .bloc-chien-chat .bloc-top .texte-mutuelle p strong span {
  color: #efb30a;
}
.chien-chat .bloc-chien-chat .bloc-img-mutuelle img {
  width: 100%;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
@media screen and (max-width: 767px) {
  .chien-chat .bloc-chien-chat .bloc-img-mutuelle img {
    -webkit-border-radius: 0;
    border-radius: 0;
  }
}
.chien-chat .bloc-chien-chat .bouton-mutuelle {
  margin-top: -24px;
}
.liste {
  padding-left: 0;
  font-size: 0;
  list-style-type: none;
  margin-top: 40px;
  margin-bottom: 40px;
}
.liste li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  position: relative;
  padding-left: 22px;
}
@media screen and (max-width: 767px) {
  .liste li {
    width: 100%;
  }
}
.liste li:before {
  content: url('../image/fleche-liste.svg');
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 3px;
  left: 0;
}
.bloc-bouton-jaune {
  margin-top: 50px;
}
.question-reponse {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .question-reponse {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 5px;
  }
}
.question-reponse .question {
  background-color: #1d2742;
  padding: 18px 70px 18px 40px;
  position: relative;
  cursor: pointer;
}
.question-reponse .question h4 {
  color: white;
  font-size: 22px;
  margin: 0;
}
.question-reponse .question:after {
  content: '';
  width: 60px;
  min-height: 60px;
  height: 100%;
  position: absolute;
  background-color: #efb30a;
  top: 0;
  right: 0;
}
.question-reponse .question:before {
  content: '';
  width: 60px;
  min-height: 60px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url('../image/fleche-question-reponse.svg');
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.question-reponse .question.rotate-fleche:before {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.question-reponse .reponse {
  display: none;
  padding: 30px 30px 0 30px;
}
@media screen and (max-width: 767px) {
  footer .footer-top .text-prestep-footer {
    text-align: center;
  }
}
footer .footer-top img {
  float: right;
}
footer .footer-top h2 {
  font-size: 39px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  footer .footer-top h2 {
    font-size: 35px;
  }
}
footer .footer-top p {
  font-size: 22px;
  margin-bottom: 30px;
}
footer .footer-top .bouton {
  position: relative;
}
footer .footer-top .bouton:before {
  content: url('../image/fleche-footer.svg');
  position: absolute;
  right: calc(100% + 20px);
  top: -40px;
}
footer .footer-top .bouton:hover:before {
  top: -42px;
}
footer .footer-milieu {
  height: 126px;
  width: 100%;
  background-image: url("../image/herbe.png");
  margin-top: -80px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  footer .footer-milieu {
    margin-top: 15px;
  }
}
footer .footer-bas {
  background-color: #1d2742;
  padding: 20px 30px;
  text-align: center;
}

footer .footer-bas li {
  display: inline;
}

footer .footer-bas a {
  color: white;
  margin: 0 25px;
  text-decoration: underline;
  font-size: 19px;
}
@media screen and (max-width: 767px) {
  footer .footer-bas a {
    margin: 0 10px;
  }
}
.tableau {
  max-width: 100%;
  overflow: auto;
}

.tableau ul li {
	text-align:left;
}

table {
  width: 100%;
  margin: 30px 0;
}
table caption {
  text-align: center;
}
table thead {
  background-color: #1d2742;
}
table thead tr th {
  color: white;
  text-align: center;
  padding: 8px;
  font-weight: bold;
}
table tbody tr td {
  text-align: center;
  padding: 5px;
}
table tbody tr:nth-child(even) {
  background-color: #E2E2E2;
}
form fieldset ul {
  padding-left: 0;
  font-size: 0;
}
form fieldset ul li {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  form fieldset ul li {
    width: 100%;
    padding: 0;
  }
}
form fieldset ul li input,
form fieldset .editer-groupe .editer input {
  width: 100%;
  height: 30px;
  background-color: #E2E2E2;
  border: none;
  height: 35px;
  padding-left: 15px;
}
form fieldset ul li textarea,
form fieldset .editer-groupe .editer textarea {
  width: 100%;
  background-color: #E2E2E2;
  border: none;
  padding-left: 15px;

}
form fieldset legend {
  margin-top : 1.2em;
}
form fieldset ul li:nth-child(even) {
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  form fieldset ul li:nth-child(even) {
    padding: 0;
  }
}
form fieldset ul li:nth-child(odd) {
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  form fieldset ul li:nth-child(odd) {
    padding: 0;
  }
}

.formulaire_forum {
  padding-top : 1.2em;
}
/* Reponses */
.reponse_formulaire { margin-bottom: 1.5em; padding: 0.75em; border: 2px solid #ddd; }
.reponse_formulaire_ok { background: #e6efc2; color: #264409; border-color: #c6d880; }
.reponse_formulaire_erreur { background: #fbe3e4; color: #8a1f11; border-color: #fbc2c4; }
.reponse_formulaire_ok a { color: #264409; }
.reponse_formulaire_erreur a { color: #8a1f11; }

.erreur_message { color: red; }

form fieldset ul li.saisie_titre {
  width: 100%;
  padding-right: 0;
}
form fieldset ul li.saisie_texte,
form fieldset ul li.saisie_texte_message_auteur {
  width: 100%;
  margin-top: 30px !important;
  padding: 0;
}
form fieldset ul li.saisie_texte textarea,
form fieldset ul li.saisie_texte_message_auteur textarea {
  background-color: #E2E2E2;
  border: none;
  width: 100%;
}
form fieldset ul label {
  width: 100%;
}
form .boutons {
  margin-top: 1.2em;
  text-align: right;
}

form .boutons input {
  padding: 10px 50px 10px 25px;
  background-color: #f95e28;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: white;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  background-image: url('../image/fleche-bouton.svg');
  background-repeat: no-repeat;
  background-position: center right 22px;
  border-bottom: 3px solid #B73715;
  text-align: center;
}
@media screen and (max-width: 767px) {
  form .boutons input {
    padding: 10px;
    background-image: none;
    font-size: 15px;
  }
}
form .boutons input:hover,
form .boutons input:focus {
  margin-top: 2px;
  border-bottom: 1px solid #B73715;
  color: white;
  text-decoration: none;
}
.sous-menu-blog {
  position: absolute;
  right: -9px;
  width: 200px;
  text-align: center;
  z-index: 2;
  padding-top: 5px;
  display: none;
}

#ulRubrique .articleblog {
	display:flex;
	gap:15px;	
	}
#ulRubrique .articleblog img {
	aspect-ratio:1/1;
	object-fit:cover;
	width:150px !important;
	height:auto !important;
	margin-top:20px;
}
.extraitarticle {
	flex:1;
}


@media screen and (max-width: 767px) {
  .sous-menu-blog {
    width: 100%;
    right: 0;
  }
}
.sous-menu-blog ul {
  background-color: white;
  padding-left: 0;
  list-style-type: none;
  font-size: 0;
  margin-bottom: 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
.sous-menu-blog ul li {
  margin-bottom: 0;
}
.sous-menu-blog ul li:last-child {
  margin-bottom: 0;
}
.sous-menu-blog ul li a {
  color: #1d2742;
  width: 100%;
  padding: 5px 0;
}
.sous-menu-blog ul li a:hover {
  background-color: #E2E2E2;
  text-decoration: none;
}
.colonne-etapes {
  margin: 100px -15px;
}
@media screen and (max-width: 767px) {
  .colonne-etapes {
    margin: 0;
    padding: 40px 0;
  }
}
.colonne-etapes li {
  font-size: 20px;
  font-weight: bold;
  padding-top: 64px;
  line-height: 22px;
  position: relative;
}
.colonne-etapes li span {
  position: absolute;
  width: 78px;
  height: 78px;
  background-color: #1d2742;
  -webkit-border-radius: 78px;
  border-radius: 78px;
  color: #efb30a;
  font-size: 30px;
  top: -39px;
  right: calc(50% - 39px);
  line-height: 78px;
}
.colonne-etapes li::after {
  content: url('../image/fleche-etape-1.svg');
  position: absolute;
  top: -35px;
  right: -48px;
}
.colonne-etapes li:nth-child(even)::after {
  content: url('../image/fleche-etape-2.svg');
  position: absolute;
  bottom: -45px;
  right: -48px;
  top: auto;
}
.colonne-etapes li:last-child::after {
  content: none;
}
.slider-animaux .slick-arrow {
  background-color: #E2E2E2;
  width: 42px;
  height: 42px;
  -webkit-border-radius: 42px;
  border-radius: 42px;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .slider-animaux .slick-arrow {
    display: none !important;
  }
}
.slider-animaux .slick-arrow::before {
  content: none;
}
.slider-animaux .slick-arrow.slick-prev {
  background-image: url('../image/fleche-slider-g.svg');
  left: -72px;
}
.slider-animaux .slick-arrow.slick-next {
  background-image: url('../image/fleche-slider-d.svg');
  right: -72px;
}
.slider-animaux .slide-animaux {
  padding: 50px 0;
  outline: none;
}
@media screen and (max-width: 767px) {
  .slider-animaux .slide-animaux {
    padding: 0;
  }
}
.slider-animaux .slide-animaux .bloc-animaux {
  background-color: #1d2742;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .slider-animaux .slide-animaux .bloc-animaux {
    margin-right: 0;
  }
}
.slider-animaux .slide-animaux .bloc-animaux .bloc-top {
  background-color: #efb30a;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  padding: 30px 45px;
}
.slider-animaux .slide-animaux .bloc-animaux .bloc-top .bloc-chiffre {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
}
.slider-animaux .slide-animaux .bloc-animaux .bloc-top .bloc-chiffre h3 {
  color: white;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 0;
}
.slider-animaux .slide-animaux .bloc-animaux .bloc-top .bloc-chiffre p {
  font-size: 50px;
  font-weight: bold;
  line-height: 57px;
  margin-bottom: 0;
}
.slider-animaux .slide-animaux .bloc-animaux .bloc-bottom {
  padding: 30px 45px;
}
@media screen and (max-width: 767px) {
  .slider-animaux .slide-animaux .bloc-animaux .bloc-top .bloc-chiffre p{
    margin-bottom: 10px;
  }
  .slider-animaux .slide-animaux .bloc-animaux .bloc-top .bloc-chiffre:last-child p{
    margin-bottom: 0;
  }
  .slider-animaux .slide-animaux .bloc-animaux .bloc-bottom {
    padding: 15px;
  }
}
.slider-animaux .slide-animaux .bloc-animaux .bloc-bottom p {
  color: white;
  max-width: 610px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  .slider-animaux .slide-animaux .bloc-animaux .bloc-bottom p {
    max-width: 520px;
  }
}
.slider-animaux .slide-animaux .bloc-animaux .bloc-photo {
  position: absolute;
  top: -30px;
  right: -210px;
}
@media screen and (max-width: 767px) {
  .slider-animaux .slide-animaux .bloc-animaux .bloc-photo {
    display: none;
  }
}
.citation {
  background-color: #E2E2E2;
  padding: 30px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 70px 0;
  position: relative;
}
.citation::before {
  content: url('../image/guillemet-1.svg');
  position: absolute;
  left: 55px;
  top: -36px;
}
.citation::after {
  content: url('../image/guillemet-2.svg');
  position: absolute;
  right: 55px;
  bottom: -60px;
}
.citation p {
  text-align: center;
  font-style: italic;
  font-size: 20px;
}
.bloc-avis .bloc-texte-avis {
  background-color: #1d2742;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 45px 45px 45px 157px;
  position: relative;
  margin: 70px 0;
}
@media screen and (max-width: 767px) {
  .bloc-avis .bloc-texte-avis {
    padding: 30px;
    margin: 20px -15px;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
}
.bloc-avis .bloc-texte-avis h3 {
  color: #efb30a;
  margin: 0;
  font-size: 30px;
  margin-bottom: 15px;
}
.bloc-avis .bloc-texte-avis p {
  color: white;
  margin-bottom: 0;
}
.bloc-avis .bloc-photo-avis {
  position: absolute;
  top: -30px;
  left: -260px;
}
@media screen and (max-width: 767px) {
  .bloc-avis .bloc-photo-avis {
    display: none;
  }
}

/* fil d'ariane */

#fil_d_ariane_section {
    background-color: transparent;
    padding-top: 3px;
    text-align: left;
}
#fil_d_ariane_section span,
#fil_d_ariane_section span,
#fil_d_ariane_section a,
#fil_d_ariane_section li,
#fil_d_ariane_section p {
    display: inline-block;
    color: #efb30a;
}
#fil_d_ariane_section ol#fil_d_ariane {
    margin: 0;
    padding-top: 0.5em;
	padding-left: 10px;
}
#fil_d_ariane_section ol#fil_d_ariane li {
    list-style-type: none;
}

/*
.formulaire_notation {
  margin-top: -2em;
}
*/

.notation_note_container {
  justify-content: center;
  padding-bottom : 1em;
}

/* Rubrique content */
#ulRubrique {
  list-style: none;
}
#ulRubrique li {
  border-bottom:2px dotted #efb30a;padding-bottom:20px;
}


#menu-principal> ul > li > a {
  padding-left: 1.5em;
  padding-right: 1.5em;
}


.sf-menu .sf-sub-indicator {
  display: none;
}
.sf-menu li {
  background:	var(--menuder-bg);
}
.sf-menu li li {
	background: var(--menuder-submenu-bg);
  text-align: left;
}
.sf-menu li li li {
	background: var(--menuder-submenu-bg);
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background: var(--menuder-bg);
}

.sf-menu li li:hover, .sf-menu li li.sfHover,
.sf-menu li a:focus, .sf-menu li a:hover, .sf-menu li a:active {
	background: var(--menuder-submenu-bg);
}

.sf-menu li li a {
  white-space: nowrap;
}

.sf-menu a,.sf-menu a:hover, .sf-menu a:active, .sf-menu a:visited {
  border : none;
  color:#000;
  padding: 0.2em 1em 0.4em 1em;
}

/* https://getbootstrap.com/docs/4.0/layout/overview/ */
@media (min-width: 992px) {
  #ulRubrique {
    columns:2;
  }
  #ulRubrique li {
    break-inside: avoid;
    display: inline-block; /* https://stackoverflow.com/questions/38020462/css-columns-and-margin-issue */
  }
}

@media (max-width: 992px) {
  #ulRubrique {
    padding-left : 0;
  }
}

/* document position took from https://git.spip.net/spip/dist/src/branch/master/css/spip.css */
.spip_documents,
.spip_documents_center,
.spip_doc_titre,
.spip_doc_descriptif,
.spip_doc_credits { margin-right: auto; margin-left: auto; text-align: center; min-width: 120px; }
.spip_documents_center { clear: both; display: block; width: 100%; }
.spip_documents_left { float: left; margin-right: 1.5em; max-width: 33%; }
.spip_documents_right { float: right; margin-left: 1.5em; max-width: 33%; }