/*-----------------------------------------------------------------------------------
	Clinique La Petite Voix
	About: A shiny new Blocs website.
	Author: rick
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}
.scroll-fx-lock-init{position:fixed!important;top: 0;bottom: 0;left: :0;right: 0;z-index:99999;} /* ScrollFX Lock */
.blocs-grid-container{display: grid!important;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;column-gap: 1.5rem;row-gap: 1.5rem;} /* CSS Grid */
nav .dropdown-menu .nav-link{color:rgba(0,0,0,0.6)!important;} /* Maintain Downdown Menu Link Color in Navigation */
[data-bs-theme="dark"] nav .dropdown-menu .nav-link{color:var(--bs-dropdown-link-color)!important;} /* Maintain Downdown Menu Link Color in Navigation in Darkmode */


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
}


/* Sizes */

.bloc-lg{
	padding:100px 20px;
}
.bloc-sm{
	padding:20px;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-paper::before{
	background: url("img/texture-paper.png");
	background-size: 280px 280px;
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}
.voffset-md{
	margin-top:50px;
}
/* Dividers */

.b-divider{
	border-top:1px solid rgba(0,0,0,.1);
	border-bottom:1px solid rgba(0,0,0,.1);
}


/* = NavBar
-------------------------------------------------------------- */

/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,0,0,0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}

/* Nav Special Classes */
.nav-special{
	overflow-y:scroll;
}
.nav-special .site-navigation{
	top:0;
	left:0;
	width:100%;
	position: relative!important;
	max-width: 100%!important;
	z-index: 1000;
}
.nav-special .nav > li{
	width:100%;
	background: none!important;
	border:0!important;
}
.nav-special.collapsing{
	-webkit-transition: none;
	transition: none;
	height:100%!important;
	background: none!important;
}
.nav-special .navbar-nav .dropdown-menu.show{
	position: relative!important;
	transform: none!important;
	float: none;
	width: 100%;
	margin-top: 0;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
}
.nav-special .nav .dropdown-menu .nav-link{
	color:#FFF;
}
.blocsapp-special-menu{
	position: absolute;
	z-index:10000;
}
.nav-special.fullscreen-nav .caret,.nav-special.fullscreen-nav .dropdown-menu .dropdown .caret{
	border-width: 8px;
}
.nav-special .navbar-nav .show>.nav-link{
	color:#FFF;
}

/* Animate Menu Symbol */
.navbar-toggle{
	transition: all .1s linear;
}
.selected-nav{
	opacity: 0;
	transform: scale(0.3);
	transition: all .1s linear;
}


/* Special Menu Close Button */
.close-special-menu{
	position: absolute;
	display: block;
	width: 25px;
	height:25px;
	top:16px;
	right:10px;
	z-index: 10000;
}
.nav-invert .sidebar-nav .close-special-menu{
	left:260px;
}
.close-special-menu .close-icon{
	display: block;
	width:100%;
	height:1px;
	transform: rotate(45deg);
	margin-top:12px;
}
.close-special-menu .close-icon:after{
	content:"";
	display:inherit;
	width:inherit;
	height:inherit;
	background: inherit;
	transform: rotate(90deg);
}
.lock-scroll{
	overflow:hidden;
	transition: background .3s linear;
}
.nav-special::-webkit-scrollbar{
	-webkit-appearance: none;
	width:0;
	height:0;
}
.nav-special .dropdown-menu .dropdown .caret{
	border-top-color: rgba(255,255,255,.8);
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	margin: 0 0 0 5px;
	float: none;
}
.blocsapp-special-menu .site-navigation.pull-right{
	float:none!important;
}

/* Nav Special Close Button */
.close-special-menu .close-icon{
	background:#fff;
}
.blocsapp-special-menu blocsnav{
	background: #000;
}

/* Side Bar Navigation */
.nav-special.sidebar-nav{
	position: fixed;
	right: -300px;
	top: 0;
	bottom: 0;
	width: 300px;
	z-index: 1000;
	transition: all .2s linear;
}
.nav-invert .nav-special.sidebar-nav{
	right: auto;
	left: -300px;
}
 .nav-special.sidebar-nav .site-navigation{
	margin-top:15px;
	padding-left:15px;
}
.nav-special.sidebar-nav .nav > li a{
	color:rgba(255,255,255,.8);
}
 .nav-special.sidebar-nav .nav > li a:hover{
	color:#FFF;
}
 .open.nav-special.sidebar-nav{
	right: 0;
	transition: all .2s linear;
}
.nav-invert .open.nav-special.sidebar-nav{
	left: 0;
	transition: all .2s linear;
}
.navbar-toggler:focus{
	box-shadow:none;
}
;
	
/* Content Tint */
.content-tint{
	z-index: -1;
	transition: background .2s linear;
}
.content-tint.on{
	display: block;
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	background: transparent;
	z-index: 1001;
	background:rgba(0,0,0,.4);
}
.content-tint.on:hover{
	background:rgba(0,0,0,.1);
}
.navbar-toggle.menu-icon-rounded-list{
	margin-top:7px!important;
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
.mg-lg{
	margin-top:10px;
	margin-bottom:40px;
}
img.mg-sm,img.mg-md,img.mg-lg{
	margin-top: 0;
}
img.mg-sm{
	margin-bottom:10px;
}
img.mg-md{
	margin-bottom:30px;
}
img.mg-lg{
	margin-bottom:50px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-style-none,.btn-style-none:hover,.btn-style-none:active,.btn-style-none:focus{
	background:none;
	box-shadow: none;
	padding:0;
}
.btn-wire{
	background:transparent!important;
	border:2px solid transparent;
}
.btn-wire:hover{
	background:transparent!important;
	border:2px solid transparent;
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}




/* = Lists
-------------------------------------------------------------- */
.list-horizontal-layout li{
	display:inline-block;
	margin:0 10px;
}
.list-sp-md li:last-child,.list-sp-lg li:last-child,.list-sp-xl li:last-child{
	padding-bottom:0;
}

.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}

/* = Classic Dividers
-------------------------------------------------------------- */
.divider-h{
	min-height: 1px;
	background-color:rgba(0,0,0,.2);
	margin: 20px 0;
}
.divider-half{
	width: 50%;
}
.dropdown-menu .divider-h{
	margin:0;
}



.carousel-nav-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

.hide-indicators{
	display:none;
}


/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1140px;
}
.p-style{
	font-size:20px;
	width:100%;
}
.row-style{
	width:100%;
	padding-right:0px;
}
.h2-style{
	font-family:Helvetica;
	color:#78aeb2;
}
.h3-style{
	font-size:32px;
}
.bloc-padding-left{
	padding-left:0px;
}
.link-style{
	width:58.33%;
}
.text-span-style{
	font-weight:bold;
}
.h3-43-style{
	font-size:20px;
}
.h3-bloc-14-style{
	font-size:32px;
}
.divider-style{
	height:20px;
	background-color:transparent;
}
.h2-bloc-55-style{
	font-size:2px;
}
.link-bloc-13-style{
	font-weight:bold;
}
.divider-background-color{
	background-color:#EBF4F6;
	height:1px;
	width:100%;
	margin-left:0;
	margin-right:auto;
}
.divider-bloc-23-background-color{
	background-color:#35A9D7;
	height:3px;
	width:80%;
	margin-left:auto;
	margin-right:auto;
}
.divider-bloc-25-background-color{
	background-color:#FF913D;
	height:3px;
	width:80%;
	margin-left:auto;
	margin-right:auto;
}
.divider-bloc-26-background-color{
	background-color:#728E3E;
	height:3px;
	width:80%;
	margin-left:auto;
	margin-right:auto;
}
.link-lyne-ménard-style{
	font-weight:bold;
}
.link-louise-dupuis-style{
	font-weight:bold;
}
.link-bloc-31-style{
	font-weight:bold;
	font-size:20px;
}
.link-alain-émond-style{
	font-weight:bold;
}
.link-bloc-35-style{
	font-weight:bold;
}
.link-0-style{
	font-weight:bold;
}
.link-bloc-43-style{
	font-weight:bold;
}
.bloc-bloc-25-padding-left{
	padding-left:68px;
}
.link-0-lyne-ménard-style{
	font-weight:bold;
}
.h3-louise-dupuis-style{
	font-size:20px;
	width:100%;
}
.h3-lyne-ménard-style{
	font-size:20px;
}
.h3-bloc-22-style{
	font-size:20px;
}
.h3-bloc-23-style{
	font-size:20px;
}
.h3-14-style{
	font-size:20px;
}
.h3-bloc-25-style{
	font-size:24px;
}
.h3-anna-bozzini-style{
	font-size:24px;
}
.h3-bloc-26-style{
	font-size:24px;
}
.h3-20-style{
	font-size:32px;
}
.h3-bloc-27-style{
	font-size:24px;
}
.h3-esther-larose-style{
	font-size:20px;
	color:#5bbfdc;
	line-height:24px;
}
.h3-24-style{
	font-size:24px;
}
.h3-isabelle-binet-style{
	font-size:20px;
	line-height:24px;
}
.h3-bloc-28-style{
	font-size:24px;
	color:#5bbfdc;
}
.h3-27-style{
	font-size:24px;
}
.h3-sylvie-laniel-style{
	font-size:20px;
	line-height:24px;
}
.h3-1-style{
	font-size:20px;
}
.link-liens-style{
	font-weight:bold;
}
.link-la-clinique-style{
	font-weight:bold;
}
.link-bloc-0-style{
	font-weight:bold;
}
.link-nous-joindre-style{
	font-weight:bold;
}
.h3-acupuncture-style{
	width:100%;
}
.row-padding-top{
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
}
.h3-bloc-2-style{
	width:100%;
}
.h3-color{
	color:#ffffff;
}
.link-ostéopathie-style{
	font-weight:bold;
}
.h3-bloc-25-color{
	color:#ffffff;
}
.navbar-brand img{
	width:150px;
	height:80px;
}
.team-card{
	min-height:350px;
}
.img-style{
	width:70px;
}
.img-placeholder-us-style{
	width:70px;
}
.img-15-style{
	width:70px;
}
.img-16-style{
	width:70px;
}
.h4-style{
	font-size:20px;
}
.h4-alain-émond-style{
	font-size:20px;
}
.h4-8-style{
	font-size:20px;
}
.bloc-padding-right{
	padding-right:5px;
}
.p-117-style{
	width:100%;
	font-size:16px;
}
.h3-61-style{
	font-size:24px;
}
.h3-62-style{
	font-size:24px;
}
.h3-63-style{
	font-size:24px;
}
.h3-bloc-31-style{
	font-size:20px;
}
.h3-bloc-35-style{
	font-size:20px;
}
.h3-22-style{
	font-size:20px;
}
.h3-bloc-73-style{
	font-size:16px;
}
.h3-bloc-39-style{
	font-size:20px;
	line-height:24px;
}
.h3-29-style{
	font-size:20px;
	line-height:24px;
}
.h3-bloc-43-style{
	font-size:20px;
	line-height:24px;
}
.h3-31-style{
	font-size:20px;
	line-height:24px;
}
.h3-bloc-47-style{
	font-size:20px;
	line-height:24px;
	width:100%;
}
.h3-36-style{
	font-size:20px;
	line-height:24px;
}
.h3-bloc-48-style{
	font-size:20px;
	line-height:24px;
}
.h5-style{
	letter-spacing:0px;
}
.h4-13-style{
	font-size:20px;
}
.h4-bloc-8-style{
	font-size:20px;
}
.link-bloc-15-style{
	font-weight:bold;
}
.text-span-bloc-15-style{
	font-weight:bold;
}
.p-padding-right{
	padding-right:0px;
	padding-left:0px;
}
.h6-style{
	font-size:14px;
}
.p-bloc-14-style{
	width:75.09%;
}
.p-bloc-23-style{
	width:100%;
}
.h3-15-style{
	font-size:32px;
}
.h3-l’ostéopathie-style{
	font-size:32px;
}
.h3-28-style{
	font-size:32px;
}
.p-bloc-110-style{
	font-size:16px;
}
.h5-11-style{
	width:100%;
	margin-bottom:25px;
}
.bloc-bloc-0-padding-left{
	padding-left:0px;
	padding-right:0px;
}
.divider-margin-left{
	margin-left:auto;
	margin-right:auto;
	height:20px;
	background-color:transparent;
}
.divider-0-style{
	height:20px;
	background-color:transparent;
}
.divider-13293-style{
	height:20px;
	background-color:transparent;
}
.divider-43981-style{
	height:20px;
	background-color:transparent;
}
.divider-28903-style{
	height:20px;
	background-color:transparent;
}
.divider-45493-style{
	height:20px;
	background-color:transparent;
}
.divider-44207-style{
	height:20px;
	background-color:transparent;
}
.divider-23833-style{
	height:20px;
	background-color:transparent;
}
.divider-36360-style{
	height:20px;
	background-color:transparent;
}
.divider-29471-style{
	height:20px;
	background-color:transparent;
}
.divider-18069-style{
	height:20px;
	background-color:transparent;
}
.divider-26269-style{
	height:20px;
	background-color:transparent;
}
.divider-29367-style{
	height:20px;
	background-color:transparent;
}
.divider-36021-style{
	height:20px;
	background-color:transparent;
}
.divider-42421-style{
	height:20px;
	background-color:transparent;
}
.divider-18799-style{
	height:20px;
	background-color:transparent;
}
.divider-40435-style{
	height:20px;
	background-color:transparent;
}
.divider-29276-style{
	height:20px;
	background-color:transparent;
}
.divider-44931-style{
	height:20px;
	background-color:transparent;
}
.divider-49048-style{
	height:20px;
	background-color:transparent;
}
.divider-45175-style{
	height:20px;
	background-color:transparent;
}
.divider-45112-style{
	height:20px;
	background-color:transparent;
}
.divider-13670-style{
	height:20px;
	background-color:transparent;
}
.divider-47764-style{
	height:20px;
	background-color:transparent;
}
.divider-1939-style{
	height:20px;
	background-color:transparent;
}
.divider-1113-style{
	height:20px;
	background-color:transparent;
}
.link-acupuncture-style{
	font-weight:bold;
}
.link-psychothérapie-style{
	font-weight:bold;
}
.link-margin-bottom{
	margin-bottom:16px;
}
.h3-bloc-4-style{
	font-size:28px;
	padding-bottom:0px;
	margin-bottom:18px;
}
.h4-padding-top{
	padding-top:0px;
	font-size:20px;
	width:100%;
}
.h4-margin-bottom{
	margin-bottom:74px;
}
.bloc-padding-bottom{
	padding-bottom:0px;
	margin-bottom:0px;
}
.carousel-padding-bottom{
	padding-bottom:2px;
	margin-bottom:2px;
}
.h5-bloc-9-style{
	font-size:18px;
}
.link-bloc-49-style{
	font-weight:bold;
}
.img-padding-bottom{
	padding-bottom:0px;
	margin-bottom:-1px;
}
.p-bloc-104-style{
	font-size:18px;
	width:100%;
}
.text-span-color{
	color:#929292;
}
.h3-padding-left{
	padding-left:0px;
}
.bloc-bloc-7-padding-bottom{
	padding-bottom:32px;
}
.bloc-bloc-35-padding-right{
	padding-left:91px;
}
.bloc-bloc-31-padding-right{
	padding-right:0px;
	padding-left:43px;
}
.bloc-0-padding-right{
	padding-right:0px;
	padding-left:70px;
}
.bloc-bloc-31-padding-left{
	padding-left:35px;
}
.bloc-0-padding-left{
	padding-left:50px;
}
.link-514-570-5726-style{
	font-weight:bold;
}
.link-514-382-7917-style{
	font-weight:bold;
}
.link-514-313-8091-style{
	font-weight:bold;
}
.link-bloc-14-style{
	font-weight:bold;
}
.link-www-coq-org-style{
	font-weight:bold;
}
.link-0-bloc-14-style{
	font-weight:bold;
}
.btn-style{
	width:66.67%;
	border-radius:4px 4px 4px 4px;
	font-weight:bold;
}
.bloc-0-bloc-47-padding-bottom{
	padding-bottom:0px;
}
.bloc-32751-padding-bottom{
	padding-bottom:0px;
}
.bloc-bloc-39-padding-bottom{
	padding-bottom:0px;
}
.row-58-padding-bottom{
	padding-bottom:50px;
	padding-left:0px;
	margin-left:47px;
}
.row-bloc-39-padding-bottom{
	padding-bottom:50px;
}
.row-padding-bottom{
	padding-bottom:50px;
}
.row-bloc-47-padding-bottom{
	padding-bottom:51px;
}
.link-bloc-25-style{
	font-weight:bold;
}
.row-bloc-4-padding-top{
	padding-top:1px;
	margin-top:0px;
}
.bloc-bloc-3-padding-bottom{
	padding-bottom:0px;
	padding-top:0px;
	margin-top:1px;
}
.p-bloc-79-style{
	font-size:14px;
}
.bloc-27208-padding-bottom{
	padding-bottom:27px;
}
.h4-lyne-ménard-style{
	font-size:20px;
	line-height:24px;
}
.h4-22-style{
	font-size:20px;
	line-height:24px;
}
.h4-bloc-25-style{
	font-size:20px;
	line-height:24px;
}
.h4-29-style{
	font-size:20px;
	line-height:24px;
}
.h4-33-style{
	font-size:20px;
	line-height:24px;
}
.h4-34-style{
	font-size:20px;
	line-height:24px;
}
.h4-32-style{
	font-size:20px;
	line-height:24px;
}
.h4-sylvie-laniel-style{
	font-size:20px;
	line-height:24px;
}
.link-0-bloc-25-style{
	font-weight:bold;
}
.bloc-bloc-111-padding-bottom{
	padding-bottom:0px;
	margin-bottom:0px;
}
.row-bloc-111-padding-top{
	padding-top:0px;
	margin-top:25px;
}
.h6-12-style{
	font-size:14px;
}
.p-97-style{
	font-size:16px;
	width:85.35%;
}
.text-span-0-style{
	font-weight:bold;
}
.text-span-44386-style{
	font-weight:bold;
}
.link-bloc-158-style{
	font-weight:bold;
}
.p-bloc-70-style{
	width:100%;
}

/* = Colour
-------------------------------------------------------------- */

/* Swatch Variables */
:root{
	
	--swatch-var-7829:rgba(190,191,190,1.00);
	
	--swatch-var-2761:rgba(234,235,234,1.00);
	
	--swatch-var-6455:rgba(0,0,0,1.00);
	
	--swatch-var-5558:#C50000;
	
	--swatch-var-6117:rgba(102,159,163,1.00);
	
	--swatch-var-3399:#FFFFFF;
	
	--swatch-var-5373:rgba(172,192,94,1.00);
	
	--swatch-var-7928:rgba(128,128,128,1.00);
	
	--swatch-var-7339:#34A6D3;
	
	--swatch-var-4397:#4DB1D3;
	
	--swatch-var-4431:#FF5500;
	
	--swatch-var-904:#FFFFFF;
	
	--swatch-var-5151:#728E3E;
	
	--swatch-var-6036:#EBF4F6;
	
	--swatch-var-4100:#F6FFEC;
	
	--swatch-var-6674:#FFC26A;
	
	--swatch-var-1317:#A590AF;
	
	--swatch-var-899:#FF0000;
	
	--swatch-var-1779:#F5F4F3;
	
	--swatch-var-7124:#6E8645;
	
	--swatch-var-5806:rgba(167,167,168,1.00);
	
	--swatch-var-7687:#8EAB58;
	
	--swatch-var-7492:#CA6F1A;
	
	--swatch-var-2542:#728E3E;
	
	--swatch-var-4149:#37918C;
	
}


/* Background colour styles */

.bgc-6117{
	background-color:var(--swatch-var-6117);
}
.bgc-5558{
	background-color:var(--swatch-var-5558);
}
.bgc-2761{
	background-color:var(--swatch-var-2761);
}
.bgc-7829{
	background-color:var(--swatch-var-7829);
}
.bgc-3399{
	background-color:var(--swatch-var-3399);
}
.bgc-4149{
	background-color:var(--swatch-var-4149);
}

/* Text colour styles */

.tc-4149{
	color:var(--swatch-var-4149)!important;
}
.tc-7928{
	color:var(--swatch-var-7928)!important;
}
.tc-6117{
	color:var(--swatch-var-6117)!important;
}
.tc-7492{
	color:var(--swatch-var-7492)!important;
}
.tc-6455{
	color:var(--swatch-var-6455)!important;
}
.tc-3399{
	color:var(--swatch-var-3399)!important;
}

/* Button colour styles */

.btn-c-4149{
	background:var(--swatch-var-4149);
	color:#FFFFFF!important;
}
.btn-c-4149:hover{
	background:#045E59!important;
	color:#FFFFFF!important;
}
.wire-btn-c-5151{
	color:var(--swatch-var-5151)!important;
	border-color:var(--swatch-var-5151)!important;
}
.wire-btn-c-4149{
	color:var(--swatch-var-4149)!important;
	border-color:var(--swatch-var-4149)!important;
}

/* Link colour styles */

.ltc-3399{
	color:var(--swatch-var-3399)!important;
}
.ltc-3399:hover{
	color:#CCCCCC!important;
}
.ltc-6455{
	color:var(--swatch-var-6455)!important;
}
.ltc-6455:hover{
	color:#000000!important;
}
.ltc-4149{
	color:var(--swatch-var-4149)!important;
}
.ltc-4149:hover{
	color:#045E59!important;
}
.ltc-7928{
	color:var(--swatch-var-7928)!important;
}
.ltc-7928:hover{
	color:#4D4D4D!important;
}
.ltc-7829{
	color:var(--swatch-var-7829)!important;
}
.ltc-7829:hover{
	color:#8B8C8B!important;
}

/* Bloc image backgrounds */

.bg-banniere-1500x430-psychotherapie-9{
	background-image:url("img/banniere_1500x430-psychotherapie-9.jpg");
	background-image: -webkit-image-set(url("img/banniere_1500x430-psychotherapie-9.webp") 1x,
url("img/banniere_1500x430-psychotherapie-9.webp") 2x);background-image: image-set(url("img/banniere_1500x430-psychotherapie-9.jpg") 1x,
url("img/banniere_1500x430-psychotherapie-9.jpg") 2x,url("img/banniere_1500x430-psychotherapie-9.webp") 1x,
url("img/banniere_1500x430-psychotherapie-9.webp") 2x);
}

/* = Custom Bric Data
-------------------------------------------------------------- */

/* WP Widget Styling */.widget-zone ul{
	list-style: none;
	padding: 0;
}
/* Image Overlay */.img-overlay-main-container{
		position:relative;
}
.img-overlay-container{
		opacity:0;
		position:absolute;
		width:100%;
		text-align:center;
		background:rgba(0,0,0,.7);
		height:100%;
		color:#FFF;
		transition: all .3s ease-in-out;
}
.overlay-btn{
	border:none;
}
.img-overlay-main-container:hover .img-overlay-container{
		opacity:1;
		transition: all .3s ease-in-out;
}
.overlay-light .img-overlay-container{
	background:rgba(255,255,255,.7);
	color:rgba(0,0,0,.7);
}
.overlay-push-right,.overlay-push-left,.overlay-push-up,.overlay-push-down,.overlay-zoom-out{
	overflow: hidden;
}
.overlay-blur{
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
}
/* Zoom In */.overlay-zoom-in .img-overlay-container{
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
}
.overlay-zoom-in:hover .img-overlay-container{
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
/* Zoom Out */.overlay-zoom-out .img-overlay-container{
		-webkit-transform: scale(1.5);
		-ms-transform: scale(1.5);
		transform: scale(1.5);
}
.overlay-zoom-out:hover .img-overlay-container{
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
/* Push Up,Down,Left,Right */.overlay-push-up .img-overlay-container{
		-webkit-transform: translateX(0) translateY(100%);
		-ms-transform: translateX(0) translateY(100%);
		transform: translateX(0) translateY(100%);
}
.overlay-push-down .img-overlay-container{
		-webkit-transform: translateX(0) translateY(-100%);
		-ms-transform: translateX(0) translateY(-100%);
		transform: translateX(0) translateY(-100%);
	}
.overlay-push-right .img-overlay-container{
		-webkit-transform: translateX(100%) translateY(0);
		-ms-transform: translateX(100%) translateY(0);
		transform: translateX(100%) translateY(0);
	}
.overlay-push-left .img-overlay-container{
		-webkit-transform: translateX(-100%) translateY(0);
		-ms-transform: translateX(-100%) translateY(0);
		transform: translateX(-100%) translateY(0);
	}
.overlay-push-up:hover .img-overlay-container,.overlay-push-down:hover .img-overlay-container,.overlay-push-right:hover .img-overlay-container, .overlay-push-left:hover .img-overlay-container{
		-webkit-transform: translateX(0%) translateY(0);
		-ms-transform: translateX(0%) translateY(0);
		transform: translateX(0%) translateY(0);
		transition: all .3s ease-in-out;
}
/* 3D Rotate */.overlay-3d-container{
		perspective: 1000px;
		-webkit-perspective: 1000px;
}
.overlay-flip-y,.overlay-flip-x{
		-webkit-transform-style: preserve-3d;
	  	transform-style: preserve-3d;
	  	transition: transform 1s;
	  	pointer-events: none;
}
.overlay-flip-x .img-overlay-container,.overlay-flip-y .img-overlay-container{
		pointer-events: all;
}
.overlay-flip-y img,.overlay-flip-x img, .overlay-flip-y .img-overlay-container,.overlay-flip-x .img-overlay-container {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		opacity: 1;
}
.overlay-3d-container:hover .overlay-flip-y {
	  	-webkit-transform: rotateY(180deg);
	  	-ms-transform: rotateY(180deg);
	  	transform: rotateY(180deg);
}
.overlay-flip-y .img-overlay-container {
	  	-webkit-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		transform: rotateY(180deg);
}
.overlay-3d-container:hover .overlay-flip-x {
	  	transform: rotateX(180deg);
	  	-webkit-transform: rotateX(180deg);
	  	-ms-transform: rotateX(180deg);
}
.overlay-flip-x .img-overlay-container  {
		-webkit-transform: rotateX(180deg);
		-ms-transform: rotateX(180deg);
	  	transform: rotateX(180deg);
}
.smartnav{
	position:fixed;
	top:0;
	right:0;
	left:0;
	z-index:1030;
	-webkit-overflow-scrolling:touch;
}
.smartnav .navbar-nav>.nav-item a.nav-link{
	border:0 solid transparent}.scrolled-down{
	transform:translateY(-100%);
	transition:all .3s ease-in-out}.scrolled-up{
	transform:translateY(0);
	transition:all .3s ease-in-out}

/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.h3-bloc-46-style{
		width:100%;
	}
	.bloc-bloc-49-padding-right{
		padding-right:7px;
	}
	.p-padding-right{
		width:100%;
		padding-right:0px;
	}
	.h4-margin-bottom{
		margin-bottom:19px;
	}
	.bloc-bloc-35-padding-left{
		padding-left:147px;
	}
	.bloc-bloc-35-padding-right{
		padding-left:51px;
	}
	.bloc-bloc-31-padding-left{
		padding-left:0px;
	}
	.bloc-0-padding-left{
		padding-left:0px;
	}
	.bloc-0-padding-right{
		padding-left:0px;
	}
	.bloc-bloc-31-padding-right{
		padding-left:0px;
	}
	.container-div-0-style{
		width:100%;
	}
	.btn-style{
		width:58%;
		border-radius:0px 0px 0px 0px;
	}
	.row-padding-bottom{
		padding-bottom:50px;
	}
	.row-58-padding-bottom{
		padding-bottom:50px;
	}
	.row-bloc-46-padding-bottom{
		padding-bottom:14px;
	}
	.bloc-27208-padding-bottom{
		padding-bottom:50px;
	}
	.bloc-15430-padding-bottom{
		padding-bottom:51px;
	}
	.bloc-40843-padding-bottom{
		padding-bottom:50px;
	}
	.bloc-29459-padding-bottom{
		padding-bottom:47px;
	}
	.h3-bloc-4-style{
		margin-top:2px;
		padding-top:5px;
	}
	.bloc-bloc-3-padding-bottom{
		padding-bottom:0px;
	}
	.bloc-padding-bottom{
		padding-top:0px;
		margin-top:2px;
	}
	.divider-bloc-111-style{
		width:100%;
	}
	.divider-bloc-110-style{
		width:100%;
	}
	.bloc-margin-bottom{
		margin-bottom:24px;
		padding-bottom:0px;
	}
	.p-bloc-111-margin-bottom{
		margin-bottom:-1px;
	}
	.bloc-bloc-111-margin-bottom{
		margin-bottom:-1px;
	}
	
	/* MD Row Margin Offsets */
	.voffset-md{
		margin-top:30px;
	}
	
	/* MD Text Margin Offsets */
	.mg-clear-md{
		margin:0;
	}
	
}

@media (max-width: 767px){
	.text-right{
	}
	.text-left{
	}
	.text-center{
	}
	.navbar-brand img{
		width:60px;
	}
	.p-padding-right{
		padding-right:0px;
		width:99.67%;
	}
	.h4-margin-bottom{
		padding-bottom:0px;
		margin-bottom:45px;
	}
	.h5-bloc-24-style{
		font-size:18px;
	}
	.bloc-padding-top{
		padding-top:42px;
	}
	.bloc-bloc-35-padding-right{
		padding-left:0px;
	}
	.bloc-bloc-35-padding-left{
		padding-left:25px;
	}
	.btn-style{
		width:55.12%;
	}
	.container-div-bloc-31-style{
		width:100%;
	}
	.container-div-style{
		width:100%;
	}
	.h3-isabelle-binet-style{
		width:98.32%;
	}
	.bloc-0-padding-bottom{
		padding-bottom:0px;
	}
	.bloc-bloc-39-padding-bottom{
		padding-bottom:18px;
	}
	.bloc-9933-padding-bottom{
		padding-bottom:30px;
	}
	.bloc-0-bloc-47-padding-bottom{
		padding-bottom:30px;
	}
	.bloc-17336-padding-bottom{
		padding-bottom:30px;
	}
	.bloc-27208-padding-bottom{
		padding-bottom:30px;
	}
	.bloc-29459-padding-bottom{
		padding-bottom:30px;
	}
	.bloc-15430-padding-bottom{
		padding-bottom:30px;
	}
	.bloc-32751-padding-bottom{
		padding-bottom:30px;
	}
	.bloc-44265-padding-bottom{
		padding-bottom:30px;
	}
	.bloc-21790-padding-bottom{
		padding-bottom:0px;
	}
	.bloc-45530-padding-bottom{
		padding-bottom:29px;
	}
	.bloc-15530-padding-bottom{
		padding-bottom:30px;
	}
	.bloc-40843-padding-bottom{
		padding-bottom:30px;
	}
	.h5-11-style{
		padding-bottom:0px;
		margin-bottom:-1px;
	}
	.p-margin-bottom{
		margin-bottom:0px;
	}
	.sidebar-nav{
		width:230px!important;
	}
	.nav-special.sidebar-nav .nav > li{
		width:80%;
	}
	.nav-invert .sidebar-nav .close-special-menu{
		left:200px;
	}
	
}

@media (max-width: 575px){
	.footer-link{
		text-align:center;
	}
	.navbar-brand img{
		width:70px;
		height:32px;
	}
	.divider-29471-style{
		height:50px;
	}
	.p-padding-right{
		padding-right:0px;
	}
	.container-div-bloc-31-style{
		width:100%;
	}
	.h3-bloc-31-style{
		width:100%;
		padding-right:0px;
	}
	.link-lyne-ménard-style{
		width:41.89%;
		padding-top:6px;
	}
	.btn-style{
		width:63.02%;
	}
	.link-bloc-31-style{
		width:41.89%;
	}
	.container-div-style{
		width:100%;
	}
	.container-div-31{
	}
	.bloc-9933-padding-bottom{
		padding-bottom:30px;
	}
	.bloc-17336-padding-bottom{
		padding-bottom:30px;
	}
	.bloc-29459-padding-bottom{
		padding-bottom:31px;
	}
	.bloc-0-bloc-47-padding-bottom{
		padding-bottom:30px;
	}
	.bloc-27208-padding-bottom{
		padding-bottom:30px;
	}
	
}

