@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Arvo:wght@700&family=PT+Sans:wght@400;700&display=swap');

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

.showmobile {
  display: none;
}

.mod-wrapper {
  border: 0;
}

.mod-randomimage {
padding: 20px;  
  text-align: center;
}


#banner {
  position: relative;
  padding: 10px 0;
  width: 100%;
  background: #fff5f1;
  color: #253266;
  font-size: 14px;
  line-height: 16px;
}
#banner p {
margin: 0;
}
#banner a {
  color: #253266;
}
#banner .reseaux {
  position: absolute;
  right: 20px;
  top: 0;
}
#banner .reseaux a {
position: relative;
  display: inline-block;
  z-index: 1;
}
#banner .reseaux a::after {
  content:"";
  position: absolute;
  left: 5px;
  top: 0;
  opacity: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
  z-index: -1
}
#banner .reseaux a:hover::after {
  opacity : 1;
}

#header {
  position : relative;
  width: 100%;
  background: #253266;
  padding: 40px 20px;
  z-index: 99;
}

#logo {
  position: absolute;
  left: 20px;
  top: 15px;
width: 200px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
}
#menu {
  position: relative;
  width: 100%;
  z-index: 98;
  text-align: right;
}

#top {
  position: relative;
  width: 100%;
}
.itemid-102 #top {
  background: url(../images/fond-titre-apropos.jpg) center center no-repeat;
  background-size: cover;
}
#top h1 {
color: #fff;
}

#contenu {
  position: relative;
  width: 100%;
  background: #fff;
  padding: 50px 0;
  z-index: 1;
}

.itemid-101 #contenu::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 312px;
  height: 285px;
  left: 0;
  top: 250px;
  background: url(../images/fond-chat.jpg) left center no-repeat;
  background-size: 100% auto;
}
.itemid-101 #contenu::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 382px;
  height: 452px;
  right: 0;
  bottom: 45%;
  background: url(../images/fond-chien.jpg) right center no-repeat;
  background-size: 100% auto;
}
.itemid-104 #contenu::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 312px;
  height: 285px;
  right: 0;
  bottom: 50px;
  background: url(../images/fond-chat2.jpg) right center no-repeat;
  background-size: 100% auto;
}
.itemid-105 #contenu::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 600px;
  height: 382px;
  right: 0;
  bottom: 50px;
  background: url(../images/fond-chiens2.jpg) right center no-repeat;
  background-size: 100% auto;
}
.itemid-107 #contenu::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 650px;
  height: 434px;
  left: 0;
  top: 50px;
  background: url(../images/fond-contact.jpg) right center no-repeat;
  background-size: 100% auto;
}

#bloc-bleu, #bloc-bleu2 {
    position: relative;
  width: 100%;
  padding: 50px 0;
  background: #57c0d2;
 }


#bloc-blanc, #bloc-blanc1, #bloc-blanc2 {
  position: relative;
  width: 100%;
  background: #fff;
  padding: 50px 0;
}

#bloc-gris, #bloc-gris2, #bloc-temoignages {
  position: relative;
  width: 100%;
  padding: 50px 0;
  background-color: #fff5f1;
  z-index: 1;
}

.itemid-102 #bloc-gris::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 600px;
  height: 600px;
  left: 0;
  top: 30px;
  background: url(../images/fond-mon-approche.jpg) left center no-repeat;
  background-size: 100% auto;
}

/*.itemid-106 #bloc-gris {
  background-image : url(../images/fond-os.png);
  background-position: center center;
  background-repeat : repeat-x;
  background-size: auto 100%;
}
*/

#bloc-bottom {
position: relative;
  width: 100%;
  background: #fff;
border-top: 5px solid #fff5f1;
}

#bloc-footer {
position: relative;
  width: 100%;
    background: #253266;
  padding: 20px 0 0;
}

.inter {
 position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 25px;
}

#bloc-footer .inter {
background: url(../images/fond-footer.png) left bottom no-repeat;
  padding-bottom: 10px;
}


/******menu*********/


div#maximenuck109 ul.maximenuck li.maximenuck.level1 {
  padding: 0 20px;
}


div#maximenuck109 ul.maximenuck li.maximenuck.level1 > a, div#maximenuck109 ul.maximenuck li.maximenuck.level1 > span.separator {
  position: relative;
  color: #ffffff;
 padding: 0;
  font-size: 16px;
    font-family: 'Arvo', serif;
  font-weight: 700;
   -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}


div#maximenuck109 ul.maximenuck li.maximenuck.level1 > a::before, div#maximenuck109 ul.maximenuck li.maximenuck.level1 > span.separator::before {
  content:"";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 1px;
  background: #57c0d2;
   -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}


div#maximenuck109 ul.maximenuck li.maximenuck.level1 > a:hover, div#maximenuck109 ul.maximenuck li.maximenuck.level1 > span.separator:hover {
  color: #57c0d2;
}
div#maximenuck109 ul.maximenuck li.maximenuck.level1 > a:hover::before, div#maximenuck109 ul.maximenuck li.maximenuck.level1 > span.separator:hover::before, div#maximenuck109 ul.maximenuck li.maximenuck.level1.active > a::before, div#maximenuck109 ul.maximenuck li.maximenuck.level1.active > span.separator::before {
  width: 100%;
}

#menu div#maximenuck109.maximenuckh ul.maximenuck li.level1.parent > a, div#maximenuck109.maximenuckh ul.maximenuck li.level1.parent > span.separator {
  padding: 0 20px 0 0;
}

#menu div#maximenuck109 ul.maximenuck li.level1.parent > a::after, #menu div#maximenuck109 ul.maximenuck li.level1.parent > span.separator::after {
    content: "<";
  font-family: 'PT Sans', sans-serif;
width: 12px;
height: 12px;
line-height: 10px;
border: 0;
top: 6px;
right: 5px;
  transform: rotateZ(-90deg);
  color: #fff;
   -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#menu div#maximenuck109 ul.maximenuck li.level1.parent.active > a::after, #menu div#maximenuck109 ul.maximenuck li.level1.parent.active > span.separator::after {
  font-style: normal;
  font-weight: 400;
}
#menu div#maximenuck109 ul.maximenuck li.level1.parent:hover > a::after, #menu div#maximenuck109 ul.maximenuck li.level1.parent:hover > span.separator::after {
transform: rotateZ(90deg);
}

div#maximenuck109 div.floatck {
  background: #fff;
  margin-top: 10px !important;
  
}
div#maximenuck109 ul.maximenuck li ul.maximenuck2 li.maximenuck, div#maximenuck109 ul.maximenuck2 li.maximenuck {
  padding: 0 15px;
}
div#maximenuck109 ul.maximenuck li ul.maximenuck2 li.maximenuck a {
  border-bottom: 1px solid #f2f2f2;
  padding: 10px 0;
}



/************/



p {
  margin: 10px 0px;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

button,
input,
select,
textarea {
	margin: 0;
	font-size: 100%;
	vertical-align: middle;
}
button,
input {
	line-height: normal;
}

body {
	margin: 0;
	 font-family: 'PT Sans', sans-serif;
  font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #253266;
	background-color: #fff;
  overflow: hidden auto;
}
a {
	color: #57c0d2;
	text-decoration: none;
}
#bloc-footer a {
  color: #ffffff;
}

a:focus, a:hover {
	color: #d9851c;
	text-decoration: none;
}
.white a:focus, .white a:hover {
  color: #fff;
}

.small {
	font-size: 0.8em;
  line-height: 1.2;
}
.bigger {
  font-size: 2em;
  line-height: 1.1;
}
.bold {
	 font-family: 'PT Sans', sans-serif;
  font-weight: 700;
}

.img-ronde {
  border-radius: 50%;
}

.padding-td {
  padding: 50px 70px;
}
.padding-small {
  padding: 20px;
}

@media (max-width: 1200px) {

  .padding-td {
  padding: 30px 40px;
}
  
}


@media (max-width: 800px) {

  .padding-td {
  padding: 20px 30px;
}
  
}
@media (max-width: 640px) {

  .padding-td {
  padding: 20px;
}
  
}


b, strong {
	 font-family: 'PT Sans', sans-serif;
  font-weight: 700;
}
em {
	font-style: italic;
}
cite {
	font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 9px 0;
 font-family: 'Arvo', serif;
  font-weight: 700;
	color: #253266;
	text-rendering: optimizelegibility;
}

.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6, .white a, .white p {
  color: #fff;
}


h1 {
	font-size: 45px;
  line-height: 50px;
}


h2 {
	font-size: 35px;
   line-height: 40px;
}
h3 {
	font-size: 30px;
   line-height: 35px;
}
h4 {
	font-size: 25px;
  line-height: 30px;
}
h5 {
	font-size: 20px;
  	line-height: 25px;
}
h6 {
	font-size: 16px;
  	line-height: 22px;
}


ul,
ol {
	padding: 0;
	margin: 0 0 9px 25px;
}

hr {
	margin: 18px 0;
	border: 0;
	border-top: 2px solid #c6c6c6;
}


table {
  border-collapse: initial;
}
table td {
  background-position: center center;
  background-size: cover;
  position: relative;
}


.titre-pattes, .titre-pattes2 {
  position: relative;
}
.titre-pattes::before {
 content: "";
  position: absolute;
  width: 141px;
  height: 112px;
  left: -100px;
  top: -75px;
  background: url(../images/pattes-chien.png) left top no-repeat;
  background-size: 100% auto;
}
.titre-pattes2::before {
 content: "";
  position: absolute;
  width: 141px;
  height: 112px;
  right: -100px;
  top: -75px;
  background: url(../images/pattes-chien2.png) left top no-repeat;
  background-size: 100% auto;
}

.texte-bleu1  {
  color: #253266;
}
.texte-orange  {
  color: #d9851c;
}
.texte-bleu2 {
  color: #57c0d2;
}


.bouton-bleu1, a.bouton-bleu1, .bouton-orange, a.bouton-orange, .bouton-bleu2, a.bouton-bleu2, .camera_wrap a.camera-button {
 position: relative;
  display: inline-block;
  padding: 15px 25px;
  box-shadow: none;
  border-radius: 30px;
 font-family: 'PT Sans', sans-serif;
  font-weight: 700;
font-size: 18px;
line-height: 18px;
   color: #ffffff;
  z-index: 1;
}

a.bouton-bleu1::before, a.bouton-orange::before, a.bouton-bleu2::before, .camera_wrap a.camera-button::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255,255,255,0.2);
  z-index: -1;
   -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}


.bouton-bleu1 {
  background: #253266;
}
.bouton-orange {
  background: #d9851c;
}
.bouton-bleu2, .camera_wrap a.camera-button {
  background: #57c0d2;
}

a.bouton-bleu1:hover::before, a.bouton-orange:hover::before, a.bouton-bleu2:hover::before, .camera_wrap a.camera-button:hover::before {
width: 100%;
}


.lien-souligue-orange {
  position: relative;
  color: #d9851c;
  font-weight: 700;
  display:inline-block;
  z-index: 1;
}

.lien-souligue-orange::before {
content: "";
  position: absolute;
  left: -5px;
  right: -5px;
  bottom: -5px;
  height: 0px;
  border: 1px solid #d9851c;
  border-radius: 5px;
  /*background: #d9851c;*/
    -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: -1;
}
.lien-souligue-orange:hover::before {
  height: calc(100% + 10px);
}


::selection {
 color: #010101;
 background: #d9851c;
 }

::-moz-selection {
 color: #010101;
 background: #d9851c;
 }
 


/*******contact*********/

.cadre-gris {
  background: #ececec;
  border-radius: 30px;
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 200px auto 0;
  padding: 100px 50px 40px;
}

.cadre-gris .logo-contact {
position: absolute;
  width: 380px;
  height: 380px;
  left: 50%;
  top: -220px;
  margin-left: -165px;
}

.ba-field-label-wrapper {
  display: none;
}
/*************temoignages*************/

.testimonials .testimonials-controls {
  margin-top: -35px;
}

.testimonials-content__text {
 position: relative; 
  font-style:italic;
  z-index: 1;
}
.testimonials-content__text::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 120px;
  height: 114px;
  left: -15px;
  bottom: 0px;
  background: url(../images/quote.png) left center no-repeat;
  background-size: 100% auto;
}
.testimonials-author-name, .profession-data.testimonials-profession {
 font-weight: 700 !important; 
  font-style: normal;
}

/*********compagnons*************/

.item-compagnons {
  position: relative;
  float: left;
  width: 22%;
  margin: 20px 1.5%;
  text-align: center;
  background: #ececec;
  overflow: hidden;
  border-radius: 20px;
}
.item-compagnons a {
  position: absolute;
width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

/*#mbCenter #mbBottom {
  display: none;
}*/

#mbToolbar svg, #mbBottom svg {
  fill: #000 !important;
}
#mbCenter #mbMedia {
  padding: 20px 20px 0 20px;
}

#mbMedia img {
  border-radius: 30px;
}

/*******news*************/


.mod-articlesnews .newsflash-image {
  margin: 0 30px 0 0;
  float: left;
  width: 50%;
  max-width: 250px;
}
.mod-articlesnews .newsflash-image img {
border-radius: 20px;
}

.newsflash-title a {
  color: #253266;
}

.blog .page-header h1 {
  text-align: center;
}

.blog-item {
display: inline-block;
  vertical-align: top;
  width: 47%;
  margin: 20px 1.4%;
  padding: 20px;
  background: #fff5f1;
  border-radius: 20px;
}
.blog-item .item-image {
  float: left;
  width: 50%;
  max-width: 250px;
  margin: 0 30px 0 0;
}
.blog-item .item-image img {
border-radius: 20px;
}

.item-content .page-header {
  min-height: 55px;
}
.item-content h2 {
  font-size: 20px;
line-height: 25px;
}
.article-info {
  margin: 0;
}
.article-info dd {
font-size: 12px;
}

.com-content-article.item-page figure.item-image {
  float: left;
  width: 100%;
  max-width: 640px;
  margin: 20px 0;
  padding-right: 20px;
}

.com-content-article.item-page .page-header {
  margin-bottom: 30px;
}

/*********blocs presta***********/

.bloc-presta {
  display: inline-block;
  width: 30%;
  margin-right: 4.5%;
  padding: 20px 40px;
  background: #fff5f1;
  color: #000;
  border-radius: 20px;
  vertical-align: top;
  min-height: 555px;
}
.bloc-presta:last-of-type {
margin-right: 0;
}
.bloc-presta h4 {
font-family: 'PT Sans', sans-serif;
  min-height: 90px;
}

/*************************diaporama*****************/

.camera_commands {
    display: none !important;
}

#camera_wrap_110 .camera_prev {
    left: 40px;
}
#camera_wrap_110 .camera_next {
    right: 40px;
}

#camera_wrap_110 .camera_prev, #camera_wrap_110 .camera_next {
    width: 56px;
    height: 100px;
    margin-top: -50px;
    background: none;
}
#camera_wrap_110 .camera_next > span {
    width: 56px;
    height: 100px;
    background: url(../images/right-arrow.png) no-repeat;
    background-position: 0px 0px;
}
#camera_wrap_110 .camera_prev > span {
    width: 56px;
    height: 100px;
    background: url(../images/left-arrow.png) no-repeat;
    background-position: 0px 0px;
}

#camera_wrap_110 .camera_caption {
  text-align: right;
}
#camera_wrap_110 .camera_caption > div {
  margin-bottom: 50px;
   padding: 15px 100px 15px 25px;
  color:#fff;
background: rgba(37,50,102,0.75);
   display: inline-block;
  text-align: left;
  border-radius: 20px 0 0 20px;
}
#camera_wrap_110 .camera_caption > div .camera_caption_title {
line-height: 1.2;
  font-size: 2.5em;
  color: #57c0d2;
  font-weight: 700;
}
#camera_wrap_110 .camera_caption > div .camera_caption_desc {
line-height: 1.2;
  font-size: 1.4em;
  font-weight: 700;
  margin-top: 10px;
}

/****************/

@media (max-width: 1600px) {
.bgwhite {
    background: rgba(255,255,255,0.6);
  }
  .bggrey {
    background: rgba(255,245,241,0.6);
  }

}

@media (max-width: 1100px) {
  
  #mod-custom111 table {
    margin-right: 100px !important;
  }
  
  #header {
    padding: 40px 0;
  }
  div#maximenuck109 ul.maximenuck li.maximenuck.level1 {
    padding: 0 10px;
  }
  
  
  #contenu table td:not(.padding-small) {
    padding: 5px;
  }
  
}

@media (max-width: 950px) {

  #logo {
    width: 150px;
    top: 45px;
  }
  
  .bloc-presta h4 {
        font-size: 20px;
    line-height: 25px;
  }
  
  .bloc-presta {
    width: 31%;
    margin-right: 2.5%;
    padding: 20px;
  }
  
}

/**************menu mobile****************/

 #menu .mobilemenuck-bar-title {
    background: none;
   padding-right: 60px;
   color: #ffffff;
   text-align: right;
   font-weight: normal;
  }
  #menu .mobilemenuck-bar-button {
   background: #253266;
font-size: 2.2em;
  color:  #fff;
    border: 2px solid #ffffff;
    border-radius: 0;
}


#menu #maximenuck109-mobile {
  background: #253266;
}

#maximenuck109-mobile .mobilemenuck-item > .level1, #maximenuck109-mobile .mobilemenuck-item > .level2 {
  background: #253266;
  text-align: center;
}
#maximenuck109-mobile .mobilemenuck-item > .level2 a {
color: #fff;
}

#maximenuck109-mobile .mobilemenuck-title, #maximenuck109-mobile .mobilemenuck-button {
  color: #fff;
  background: #253266;
}

@media (max-width: 880px) {
  
  
  h1 {
	font-size: 35px;
  line-height: 45px;
}


h2 {
	font-size: 28px;
   line-height: 33px;
}
h3 {
	font-size: 25px;
   line-height: 30px;
}
h4 {
	font-size: 22px;
  line-height: 28px;
}
  h5 {
    font-size 18px;
  }
  
    #camera_wrap_110 .camera_prev {
    left: 20px;
}
#camera_wrap_110 .camera_next {
    right: 20px;
}

#camera_wrap_110 .camera_prev, #camera_wrap_110 .camera_next {
    width: 25px;
    height: 45px;
    margin-top: -22px;
}
#camera_wrap_110 .camera_next > span, #camera_wrap_110 .camera_prev > span {
    width: 25px;
    height: 45px;
    background-size: 25px auto;
}
  
}

@media (max-width: 768px) {

#header {
    padding: 20px 0;
}
  
  #logo {
    top: 25px;
  }
  
  .hidemobile {
    display: none;
  }
  
  #camera_wrap_110 .camera_caption > div {
  margin-bottom: 20px;
   padding: 15px 50px 15px 25px;
  }
  #camera_wrap_110 .camera_caption > div .camera_caption_title {
  font-size: 1.8em;
}
#camera_wrap_110 .camera_caption > div .camera_caption_desc {
  font-size: 1.1em;
}
  
   #contenu table td, #bloc-footer table td, #bloc-blanc table td, #bloc-bleu table td, #bloc-gris table td {
    width: 100% !important;
  display: inline-block;
  }
  #contenu table.nomobile td, #bloc-blanc table.nomobile td, #bloc-bleu table.nomobile td, #bloc-gris table.nomobile td {
    width: auto !important;
  display: table-cell;
  }
  #bloc-footer p.small {
    text-align: center !important;
  }
  #bloc-footer table td {
    width: 49% !important;
    text-align: left !important;
  }
  #bloc-footer table td:first-child {
    display:none;
    width: 0;
  }
  #bloc-footer table td:last-child {
    width: 100% !important;
    text-align: center !important;
  }
  #bloc-footer .inter {
    background-size: 100px auto;
  }
  
  .itemid-102 #contenu table.nomobile td {
    min-width: 40px;
  }
  
  .showmobile {
  display: block;
}
  
   .bloc-presta {
    width: 100%;
    margin-right: 0;
    padding: 20px;
     margin: 10px 0;
    min-height: inherit;
  }
   .bloc-presta h4 {
        font-size: 25px;
    line-height: 30px;
     min-height: inherit;
  }
  
}
  
@media (max-width: 640px) {
  
  
  #contenu {
    padding: 20px 0;
  }
  
  .com-content-article.item-page figure.item-image {
    padding-right: 0;
  }
  
}

@media (max-width: 420px) {

  #bloc-footer table td {
width: 100% !important;
  }
}
