.page-content{width: 90rem;
    margin: 1.25rem auto;}
	
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td,
	article, aside, canvas, details, embed, 
	figure, figcaption, footer, header, hgroup, 
	menu, nav, output, ruby, section, summary,
	time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
	}
	
p{font-family: "Fira Sans", sans-serif;
    font-size: 16px;
    /* font-style: italic; */
    line-height: 1.428572;
    color: #818181;
    font-weight: 100;}
	
strong {font-weight: 500!important;    color: #7d7c7c;}
.italic{font-style:italic;}
	
footer, h3 {
	
	text-align:left;
	color: #847e77;
}
footer, li {
	
	text-align:left;
	color: #ffffff73;
	    font-weight: 100;
		list-style:none;
	
}

li {
	

    color: black;
    font-style: italic;
    font-size: 0.8em;
	
}

.fancy {
	line-height: 0.5;
	    text-align: center;
	    font-size: 28px;
	    font-weight: 800;
	    color: #1e184a;
	    text-transform: uppercase;
	    text-align: center;
	    margin-bottom: 12px;
	    letter-spacing: 3px;
	}
.fancy span {
  display: inline-block;
  position: relative;  
}
.fancy span:before,
.fancy span:after {
    content: "";
    position: absolute;
    height: 5px;
    border-bottom: 1px solid #806d6d7a;
    /* border-top: 1px solid white; */
    top: 0;
    width: 200px;
}
.fancy span:before {
  right: 100%;
  margin-right: 15px;
}
.fancy span:after {
  left: 100%;
  margin-left: 15px;
}
.cite{    float: right;
  
    font-style: italic;
    color: grey;
    font-weight: 100;}
	
	.center{text-align:center;}

#apropos{padding: 20px;
    text-align: center;
    background: #8f9ca942;
overflow: auto;}
		
.imgcenter{display: block;
    margin-left: auto;
    margin-right: auto}
	
.social li{    display: inline!important;
    font-size: 28px;
    padding: 10px;
    float: left;}

.post li {
	text-align: left;
	
	  
	    list-style: none;
	    color: #888;
	    font-size: 0.9em;
	    font-weight: 200;
	  
	    margin: 0;
}

h2 {    font-size: 1.5rem;}	


h2.amin:before
{
content: "\A";
width: 15px;
height: 15px;
margin-right: 5px;
background: #DF007B;
display: inline-block;

}

h2.raj:before {
    content: "\A";
    width: 15px;
    height: 15px;
    margin-right: 5px;
    background: #0EAB93;
    display: inline-block;
}

h2.dep:before {
    content: "\A";
    width: 15px;
    height: 15px;
    margin-right: 5px;
      background: #56a7c5a1;
    display: inline-block;}
	
	h2.rep:before {
	    content: "\A";
	    width: 15px;
	    height: 15px;
	    margin-right: 5px;
	      background: black;
	    display: inline-block;}

h3.autre:before {
    content: "\A";
    width: 15px;
    height: 15px;
    margin-right: 5px;
    background: #0F0927;
    display: inline-block;
}

h2.autre:before {
  content: "\A";
  width: 15px;
  height: 15px;
  margin-right: 5px;
  background: #0F0927;
  display: inline-block;
}


h2.tri:before
{
  content: url(http://c-maclinic.com/newsite/images/tri.svg);
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

.container{margin-top: 30px;}
	
/* -------------------------------- 

Main components compare

-------------------------------- */
header {
  position: relative;
  height: 160px;
  line-height: 160px;
  text-align: center;
}
header h1 {
  font-size: 22px;
  font-size: 1.375rem;
  color: #ffffff;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width: 768px) {
  header {
    height: 240px;
    line-height: 240px;
  }
  header h1 {
    font-size: 32px;
    font-size: 2rem;
  }
}

.cd-image-container {
  position: relative;
  width: 100%;
  max-width: 768px;
  margin: 0em auto;
}
.cd-image-container img {
  display: block;
}

.cd-image-label {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #ffffff;
  padding: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
}
.cd-image-label.is-hidden {
  visibility: hidden;
}
.is-visible .cd-image-label {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.cd-resize-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cd-resize-img img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: auto;
  max-width: none;
}
.cd-resize-img .cd-image-label {
  right: auto;
  left: 0;
}
.is-visible .cd-resize-img {
  width: 50%;
  /* bounce in animation of the modified image */
  -webkit-animation: cd-bounce-in 0.7s;
  -moz-animation: cd-bounce-in 0.7s;
  animation: cd-bounce-in 0.7s;
}

@-webkit-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
@-moz-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
@keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
.cd-handle {
  position: absolute;
  height: 44px;
  width: 44px;
  /* center the element */
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border-radius: 50%;
  background: #dc717d url("/newsite/images/compareslider/cd-arrows.svg") no-repeat center center;
  cursor: move;
  box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(0);
  -moz-transform: translate3d(0, 0, 0) scale(0);
  -ms-transform: translate3d(0, 0, 0) scale(0);
  -o-transform: translate3d(0, 0, 0) scale(0);
  transform: translate3d(0, 0, 0) scale(0);
}
.cd-handle.draggable {
  /* change background color when element is active */
  background-color: #445b7c;
}
.is-visible .cd-handle {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0s 0.7s;
}
	
/* -------------------------------- 

end Main components compareslider

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






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

contact

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


.cfg-clear{
	clear:both;
}
.cfg-contactform{
	
	margin:auto;
	padding: 10px;

	
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

.ui-datepicker{
	font-size:9pt !important;
}

.cfg-element-container{
	clear:both;
}
.cfg-element-set{
	margin-bottom:16px;
}

.cfg-option-set::after{ /* restore margin bottom when elements are floating */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.cfg-label{
	display:block;
	margin-right:10px;
line-height: 2;}

.cfg-paragraph{
	margin-bottom:1px; /* IE (for paragraphs above <select>) */
}
.captcha_container{
	margin-top:2px;
}

.cfg-captcha-input{
	width:110px;
}

.cfg-captcha-img{
	border:1px solid #dcdcdc;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	
	margin-bottom:1px; /* Opera */
}

.cfg-captcha-refresh{
	margin-bottom:8px;
	cursor:pointer;
}
.cfg-submit{
	cursor:pointer;
	    padding: 10px 10px;
	
}

.cfg-required{
	color:#990000;
	font-family:Arial, Helvetica, sans-serif;
}

.cfg-uploadsuccess-container{
	margin-top:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}
.cfg-deleteupload{
	color:#ff0033;
	margin-left:10px;
	cursor:pointer;
}
.cfg-deleteupload:hover{
	text-decoration:underline;
}

.cfg-loading{
	display:none;
	background:url('/contact/cfg-contactform-360/img/loading.gif') no-repeat 0 1px;
	padding-left:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}

.cfg-errormessage, .cfg-validationmessage{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

.cfg-errormessage{
	display:none;
	margin:4px 0;
	width:260px;
}

.cfg-validationmessage{
	width:360px;
	margin-bottom:16px;
	padding:10px 6px;
}

.cfg-option-content input[type=radio], .cfg-option-content input[type=checkbox]{
	margin-right:2px;
}



.cfg-label{
	font-family:'Trebuchet MS';
	font-weight:normal;
	font-style:normal;
	font-size:18px;
	color:#eebab7;
}

.cfg-element-content input[type="text"], .cfg-element-content textarea, .cfg-element-content select, .cfg-option-content{
	font-family:Verdana;
	font-weight:normal;
	font-style:normal;
	font-size:12px;
	color:#000000;
}

.cfg-element-content input[type="text"], .cfg-element-content textarea{
	-webkit-appearance: none;
display: block;
border: 0;
background: #eee;
box-shadow: inset 0px 0px 1px 0px #a0a1a7;
border-radius: 0.35em;
width: 100%!important;
padding: 0.75em 1em 0.75em 1em;
-moz-transition: all .25s ease-in-out;
-webkit-transition: all .25s ease-in-out;
-o-transition: all .25s ease-in-out;
-ms-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;
}

#cfg-element-360-1{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 26px;
    color: #655e5e;
    text-transform: uppercase;
}

#cfg-element-360-7-label{
    font-family: 'Trebuchet MS';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    color:#655e5e;
    text-transform: uppercase;
}

#cfg-element-360-7{
	width:220px;
}

#cfg-element-360-3-label{
    font-family: 'Trebuchet MS';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    color: #655e5e;
    text-transform: uppercase;
}

#cfg-element-360-3{
	width:220px;
}

#cfg-element-360-6-label{
    font-family: 'Trebuchet MS';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    color: #655e5e;
    text-transform: uppercase;
}

#cfg-element-360-6{
	width:220px;
}

#cfg-element-360-4-label{
    font-family: 'Trebuchet MS';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    color: #655e5e;
    text-transform: uppercase;
}

#cfg-element-360-4{
	width:300px;
}

#cfg-element-360-5{
text-align: center;
text-transform: uppercase;

text-decoration: none;

border: 0;
outline: 0;
cursor: pointer;
-moz-transition: all .25s ease-in-out;
-webkit-transition: all .25s ease-in-out;
-o-transition: all .25s ease-in-out;
-ms-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;
background: #d4a754 url('images/overlay.png');
color: #fff;
}

.cfg-validationmessage{
	background-color:#e97770;
	color:#fff;
	padding:5px 7px;
}

.cfg-errormessage{
	background-color:#FF0000;
	color:#fff;
	padding:5px 7px;
}
/* -------------------------------- 

fin contact

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

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

mailchimp

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

#mc_embed_signup{clear:left; font:14px Helvetica,Arial,sans-serif; width:100%;}
#mc_embed_signup form {padding:10px 0 10px 0;}
.mc-field-group { display: inline-block; } /* positions input field horizontally */
#mc_embed_signup input.email {font-family:"Open Sans","Helvetica Neue",Arial,Helvetica,Verdana,sans-serif; font-size: 15px; border: 1px solid #ABB0B2;  -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; color: #343434; background-color: #fff; box-sizing:border-box; height:32px; padding: 0px 0.4em; display: inline-block; margin: 0;vertical-align:top;}
#mc_embed_signup label {display:block; font-size:16px; padding-bottom:10px; font-weight:bold;    text-align: left;}
#mc_embed_signup .clear {display: inline-block;} /* positions button horizontally in line with input */
#mc_embed_signup .button {font-size: 13px; border: none; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; letter-spacing: .03em; color: #fff; background-color: #aaa; box-sizing:border-box; height:32px; line-height:32px; padding:0 18px; display: inline-block; margin: 0; transition: all 0.23s ease-in-out 0s;}
#mc_embed_signup .button:hover {background-color:#777; cursor:pointer;}
#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}
@media (max-width: 768px) {
    #mc_embed_signup input.email {width:100%; margin-bottom:5px;}
    #mc_embed_signup .clear {display: block; width: 100% }
    #mc_embed_signup .button {width: 100%; margin:0; }
}

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

fin mailchimp

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



/* Style personnalisé pour la bannière */
    .banner {
      position: relative;
      width: 100%;
      height: 320px; /* hauteur de la bannière, ajustable */
      background-image: url('/images/eventHF.png'); /* image de fond */
      background-size: cover;
      background-position: center;
      transition: opacity 0.3s ease-in-out;
    }

    /* Effet au survol de la bannière */
    .banner:hover {
      opacity: 0.7;
    }

    /* Conteneur du texte qui apparaît au survol */
    .banner-text {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: white;
      text-align: center;
      opacity: 0;
      transition: opacity 0.3s ease-in-out;
    }

    /* Affichage du texte au survol */
    .banner:hover .banner-text {
      opacity: 1;
    }

    .banner h1 {
      font-size: 3rem;
      font-weight: bold;
    }

    .banner p {
      font-size: 1.25rem;
    }
	
	
	
	
	
    /* Style pour le bloc */
           .bloc {
               position: relative;
               overflow: hidden;
               background-color: #f8f9fa;
               border: 1px solid #ddd;
               transition: all 0.3s ease-in-out;
           }

           /* Image dans le bloc */
           .bloc img {
               width: 100%;
               height: auto;
               transition: transform 0.3s ease-in-out;
           }

           /* Titre caché initialement */
           .bloc h3 {
               position: absolute;
               bottom: 20px;
               left: 20px;
               color: white;
               background: rgba(0, 0, 0, 0.5);
               padding: 10px;
               opacity: 0;
               transition: opacity 0.3s ease-in-out;
               font-size: 1.5rem;
           }

           /* Effet hover : image et titre */
           .bloc:hover {
               transform: scale(1.05);
               box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
           }

           .bloc:hover img {
               transform: scale(1.1);
           }

           .bloc:hover h3 {
               opacity: 1;
           }


.etape{    font-style: italic;
    font-weight: 600;
    color: #5f5a5a;}
	
	
	
    /* Style pour le bloc gauche */
/* Conteneur principal */
	.two-col-example{
	  margin-bottom:10em;
	}

	h2{
	  margin-bottom: 1em;
	  text-align:;
	  font-size: 40px;
	  font-weight: 300;
	}

	h4{
	  font-weight: 400;
	  font-size: 18px;
	}

	h5{
	  color: #1F6F9A;
	  font-weight: 400;
	}

	p{
	  font-weight: 300;
	  font-size: 14px;
	}

	.com-button{
	  background-color: #1F6F9A;
	  font-weight: 300;
	  font-size: 18px;
	  padding: .7em 2em;
	  border-radius: 100px;
	}

	.main-button{
	  margin-top: 1em;
	  text-align: center;
	}

	.card{
	  border-radius:3px;
	  border: 1px solid #D1D1D1;
	}

	.card-deck .card {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-flex: 1;
	    -ms-flex: 1 0 0%;
	    flex: 1 0 0%;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	    -ms-flex-direction: column;
	    flex-direction: column;
	    margin-right: 6px;
	    margin-bottom: 0;
	    margin-left: 6px;
	}

	.com-icon{
	  margin-bottom: .35em;
	  color: #1F6F9A;
	}

	.list-group-item {
	    position: relative;
	    display: block;
	    padding: 1rem .9em;
	    margin-bottom: .5em;
	    background-color: transparent;
	/*     border: 1px solid rgba(0, 0, 0, 0.125); */
	  border: none;
	}

	.list-group-item:first-child {
	padding-top: 0;
	}

	.list-group p{
	  font-size: 16px;
	}

	.list-com-announcements{
	 border-bottom: 1px solid #D1D1D1; 
	}
	
	
	
	
	.testimonial-card .card-up {
		     background-color: #2f3032;
	height: 120px;
	overflow: hidden;
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
	}

	.testimonial-card .avatar {
	width: 200px;
	margin-top: -60px;
	overflow: hidden;
	border: 3px solid #fff;
	border-radius: 50%;
	}