/*-----------------------------------------------------------------------------------
	site RF
	About: A shiny new Blocs website.
	Author: Renaud LECLERC
	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;}}

/* = Web Fonts
-------------------------------------------------------------- */

@font-face {
	font-family:'Peaxhandwritinglight';
	src: url('./fonts/Peaxhandwritinglight/Peax%20Handwritinglight.ttf');
	src: url('./fonts/Peaxhandwritinglight/Peax%20Handwritinglight.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'PeaxHandwritingbold';
	src: url('./fonts/PeaxHandwritingbold/Peax%20Handwritingbold.ttf');
	src: url('./fonts/PeaxHandwritingbold/Peax%20Handwritingbold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

/* = 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-md{
	padding:50px 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;
}


/* Group Styles */

.bloc-group{
	display:flex;
}
.bloc-tile-2{
	width:50%;
}
.bloc-tile-3{
	width:33.33333333%;
}
.bloc-tile-4{
	width:25%;
}
.bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
	width:100%;
}


/* Background Styles */

.bg-center,.bg-l-edge,.bg-r-edge,.bg-t-edge,.bg-b-edge,.bg-tl-edge,.bg-bl-edge,.bg-tr-edge,.bg-br-edge,.bg-repeat{
	-webkit-background-size: auto!important;
	-moz-background-size: auto!important;
	-o-background-size: auto!important;
	background-size: auto!important;
}
.bg-t-edge{
	background-position: top!important;
	background-repeat: no-repeat;
}


/* Background Textures */

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


/* Background Effects */

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:-1;
}
.parallax {
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


/* 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;
}


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

/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-nav.sticky{
	position:fixed;
	top:0;
	z-index:1000;
	box-shadow:0 1px 2px rgba(0,0,0,.3);
	 transition: all .2s ease-out;
}
/* 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;
}
/* 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-md{
	margin-top:10px;
	margin-bottom:20px;
}
.mg-lg{
	margin-top:10px;
	margin-bottom:40px;
}

/* = 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-sq{
	border-radius: 0px;
}
.btn-glossy{
	border:1px solid rgba(0,0,0,.09);
	border-bottom-color:rgba(0,0,0,.2);
	text-shadow:0 1px 0 rgba(0,0,1,.2);
	box-shadow: 0 1px 3px rgba(0,0,1,.35), inset 0 1px 0 0 rgba(255,255,255,.4), inset 0 1px 0 2px rgba(255,255,255,.08);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	 background-image: -o-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	background-image: linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
}
.btn-xl{
	padding: 16px 40px;
	font-size: 28px;
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}
.btn .caret{
	margin:0 0 0 5px}.dropdown a .caret{
	margin:0 0 0 5px}.btn-dropdown .dropdown-menu .dropdown{
	padding: 3px 20px;
}

/* = Icons
-------------------------------------------------------------- */
.icon-md{
	font-size:30px!important;
}


/* = Text & Icon Styles
-------------------------------------------------------------- */
.glow-t{
	text-shadow:0 0 10px #FFF;
}


.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;
}




.carousel-nav-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
/* Scroll FX */
.scroll-fx-in-range{
	will-change: opacity;
}


/* 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:"Montserrat";
	color:#000000!important;
	font-weight:400;
}
.container{
	max-width:1280px;
	width:100%;
}
.html-widget-style{
	width:84.86%;
	float:inherit;
}
.html-widget-bloc-9-style{
	width:100%;
}
.peax{
	font-family:"PeaxHandwritingbold";
	color:#FF9200!important;
}
.peax-b{
	color:#000000!important;
	font-family:"Peaxhandwritinglight";
}
.row-style{
	width:69.84%;
	margin-left:200px;
}
.stillphoto{
	background-repeat:no-repeat;
	background-position:center top;
	padding-top:0px;
	background-image:url("img/Still.jpg");
	background-image: -webkit-image-set(url("img/Still.webp") 1x,
url("img/Still.webp") 2x);background-image: image-set(url("img/Still.jpg") 1x,
url("img/Still.jpg") 2x,url("img/Still.webp") 1x,
url("img/Still.webp") 2x);
	background-color:transparent;
}
.p-style{
	width:69.92%;
	margin-left:94px;
	float:none;
}
.vinci{
	background-repeat:no-repeat;
	background-position:center top;
	background-image:url("img/leonardvinci.jpg");
	background-image: -webkit-image-set(url("img/leonardvinci.webp") 1x,
url("img/leonardvinci.webp") 2x);background-image: image-set(url("img/leonardvinci.jpg") 1x,
url("img/leonardvinci.jpg") 2x,url("img/leonardvinci.webp") 1x,
url("img/leonardvinci.webp") 2x);
	background-image: -webkit-image-set(url("img/leonardvinci.webp") 1x,
url("img/leonardvinci.webp") 2x);background-image: image-set(url("img/leonardvinci.jpg") 1x,
url("img/leonardvinci.jpg") 2x,url("img/leonardvinci.webp") 1x,
url("img/leonardvinci.webp") 2x);
}
.img-style{
	width:425px;
	padding-top:81px;
}
.p-3-style{
	width:100%;
}
.peax-bbold{
	font-family:"PeaxHandwritingbold";
}
.h2-l’ostéopathie--style{
	font-size:38px;
	padding-top:0px;
}
.h2-style{
	font-size:38px;
}
.h2-vinci-style{
	font-size:38px;
}
.h2-10-style{
	font-size:32px;
	padding-top:31px;
	margin-bottom:24px;
	line-height:38px;
}
.h2-9-style{
	font-size:32px;
	margin-bottom:64px;
	margin-top:0px;
	padding-bottom:0px;
	padding-top:50px;
	line-height:38px;
}
.doctolib{
	background-color:#C0C0C0;
	font-family:"Peaxhandwritinglight";
	color:#000000!important;
	width:250px;
	font-size:20px;
}
.doctolib:hover{
	background-color:#FEFFFF;
	font-family:"Peaxhandwritinglight";
	color:#000000!important;
}
.doctolib:active{
	font-family:"Peaxhandwritinglight";
	color:#000000!important;
	background-color:#C0C0C0;
}
.facebook:hover{
	color:#000000!important;
}
.fb{
	color:#C0C0C0!important;
	background-position:center center;
}
.fb:hover{
	color:#000000!important;
}
.fb:active{
	color:#C0C0C0!important;
}
.footer-link{
	font-family:"Montserrat";
}
.img--liens-style{
	width:130px;
}
.img-18-style{
	width:130px;
}
.img-19-style{
	width:130px;
	background-size:130px 109px;
}
.img-docosteocam-lo-style{
	width:130px;
}
.link-style{
	text-decoration:none;
}
.presse{
	background-image:url("img/presse_2.png");
	background-image: -webkit-image-set(url("img/presse_2.webp") 1x,
url("img/presse_2.webp") 2x);background-image: image-set(url("img/presse_2.png") 1x,
url("img/presse_2.png") 2x,url("img/presse_2.webp") 1x,
url("img/presse_2.webp") 2x);
	background-image: -webkit-image-set(url("img/presse_2.webp") 1x,
url("img/presse_2.webp") 2x);background-image: image-set(url("img/presse_2.png") 1x,
url("img/presse_2.png") 2x,url("img/presse_2.webp") 1x,
url("img/presse_2.webp") 2x);
	background-image: -webkit-image-set(url("img/presse_2.webp") 1x,
url("img/presse_2.webp") 2x);background-image: image-set(url("img/presse_2.png") 1x,
url("img/presse_2.png") 2x,url("img/presse_2.webp") 1x,
url("img/presse_2.webp") 2x);
	background-size:130px 110px;
	background-repeat:no-repeat;
	padding-bottom:50px;
	padding-right:65px;
	background-position:center center;
	background-color:#FEFFFF;
	color:#FEFFFF!important;
	text-shadow:0px 0px 0px #FEFFFF;
	width:130px;
}
.btn-style{
	width:99.05%;
	padding-top:42px;
	padding-bottom:42px;
}
.img-vimeo-lo-style{
	width:130px;
}
.presse:hover{
	padding-bottom:50px;
	padding-right:65px;
	background-image:url("img/presse_2.png");
	background-image: -webkit-image-set(url("img/presse_2.webp") 1x,
url("img/presse_2.webp") 2x);background-image: image-set(url("img/presse_2.png") 1x,
url("img/presse_2.png") 2x,url("img/presse_2.webp") 1x,
url("img/presse_2.webp") 2x);
	background-image: -webkit-image-set(url("img/presse_2.webp") 1x,
url("img/presse_2.webp") 2x);background-image: image-set(url("img/presse_2.png") 1x,
url("img/presse_2.png") 2x,url("img/presse_2.webp") 1x,
url("img/presse_2.webp") 2x);
	background-image: -webkit-image-set(url("img/presse_2.webp") 1x,
url("img/presse_2.webp") 2x);background-image: image-set(url("img/presse_2.png") 1x,
url("img/presse_2.png") 2x,url("img/presse_2.webp") 1x,
url("img/presse_2.webp") 2x);
	background-size:130px 110px;
	background-position:center center;
	background-repeat:no-repeat;
	background-color:#FEFFFF;
	color:#FEFFFF!important;
}
.presse:active{
	background-image:url("img/presse_2.png");
	background-image: -webkit-image-set(url("img/presse_2.webp") 1x,
url("img/presse_2.webp") 2x);background-image: image-set(url("img/presse_2.png") 1x,
url("img/presse_2.png") 2x,url("img/presse_2.webp") 1x,
url("img/presse_2.webp") 2x);
	background-image: -webkit-image-set(url("img/presse_2.webp") 1x,
url("img/presse_2.webp") 2x);background-image: image-set(url("img/presse_2.png") 1x,
url("img/presse_2.png") 2x,url("img/presse_2.webp") 1x,
url("img/presse_2.webp") 2x);
	background-image: -webkit-image-set(url("img/presse_2.webp") 1x,
url("img/presse_2.webp") 2x);background-image: image-set(url("img/presse_2.png") 1x,
url("img/presse_2.png") 2x,url("img/presse_2.webp") 1x,
url("img/presse_2.webp") 2x);
	background-size:130px 110px;
	background-position:center center;
	background-repeat:no-repeat;
	opacity:0.0;
	background-color:#FEFFFF;
	color:#FEFFFF!important;
}
.h6-style{
	font-size:12px;
	line-height:14px;
}
.input-name{
	font-family:"Montserrat";
}
.formtext{
	font-family:"Montserrat";
}
.container-div-margin-top{
	margin-top:72px;
}
.btn-margin-top{
	margin-top:28px;
}
.btn-button-margin-top{
	margin-top:28px;
}
.bouton-video{
	font-family:"Peaxhandwritinglight";
	background-color:transparent;
	background-size:40px auto;
	background-repeat:no-repeat;
	background-image:url("img/picto%20play%20video_gris.png");
	background-image: -webkit-image-set(url("img/picto%20play%20video_gris.webp") 1x,
url("img/picto%20play%20video_gris.webp") 2x);background-image: image-set(url("img/picto%20play%20video_gris.png") 1x,
url("img/picto%20play%20video_gris.png") 2x,url("img/picto%20play%20video_gris.webp") 1x,
url("img/picto%20play%20video_gris.webp") 2x);
	background-image: -webkit-image-set(url("img/picto%20play%20video_gris.webp") 1x,
url("img/picto%20play%20video_gris.webp") 2x);background-image: image-set(url("img/picto%20play%20video_gris.png") 1x,
url("img/picto%20play%20video_gris.png") 2x,url("img/picto%20play%20video_gris.webp") 1x,
url("img/picto%20play%20video_gris.webp") 2x);
	font-size:20px;
	width:255px;
}
.bouton-video:hover{
	font-family:"Peaxhandwritinglight";
	background-image:url("img/picto%20play%20video.png");
	background-image: -webkit-image-set(url("img/picto%20play%20video.webp") 1x,
url("img/picto%20play%20video.webp") 2x);background-image: image-set(url("img/picto%20play%20video.png") 1x,
url("img/picto%20play%20video.png") 2x,url("img/picto%20play%20video.webp") 1x,
url("img/picto%20play%20video.webp") 2x);
	background-size:40px auto;
	background-repeat:no-repeat;
	background-color:transparent;
}
.bouton-video:active{
	font-family:"Peaxhandwritinglight";
	background-size:40px auto;
	background-image:url("img/picto%20play%20video_gris.png");
	background-image: -webkit-image-set(url("img/picto%20play%20video_gris.webp") 1x,
url("img/picto%20play%20video_gris.webp") 2x);background-image: image-set(url("img/picto%20play%20video_gris.png") 1x,
url("img/picto%20play%20video_gris.png") 2x,url("img/picto%20play%20video_gris.webp") 1x,
url("img/picto%20play%20video_gris.webp") 2x);
	background-image: -webkit-image-set(url("img/picto%20play%20video_gris.webp") 1x,
url("img/picto%20play%20video_gris.webp") 2x);background-image: image-set(url("img/picto%20play%20video_gris.png") 1x,
url("img/picto%20play%20video_gris.png") 2x,url("img/picto%20play%20video_gris.webp") 1x,
url("img/picto%20play%20video_gris.webp") 2x);
	background-repeat:no-repeat;
	background-color:transparent;
}
.bloc-renaud{
	padding:150px 150px 150px 150px;
}
.texte-renaud{
	padding:41px 0px 0px 0px;
}
.h2--renaud-style{
	font-size:32px;
}
.h2-franck-style{
	font-size:32px;
}
.texte-franck{
	font-size:16px;
	padding-top:202px;
}
.texte-franck-2{
	font-size:16px;
	padding-top:31px;
}
.texte-osteopathie{
	font-size:16px;
}
.texte-consult-1{
	font-size:16px;
	padding-top:40px;
}
.texte-consult-2{
	font-size:16px;
	padding-top:40px;
}
.texte-motifs{
	font-size:16px;
}
.renaud-titre-contact{
	font-size:32px;
	margin-bottom:0px;
	margin-top:60px;
}
.franck-titre-contact{
	font-size:32px;
	margin-bottom:0px;
	margin-top:60px;
}
.tel{
	font-size:16px;
}
.liens-presse-texte{
	font-size:16px;
}
.retour-mentions{
	padding-bottom:0px;
	margin-bottom:40px;
}
.h5-style{
	font-family:"Peaxhandwritinglight";
	font-size:20px;
	line-height:24px;
}
.franck-photo{
	width:565px;
}
.h5-style-bold{
	font-size:20px;
	font-family:"PeaxHandwritingbold";
	line-height:24px;
}
.titre-carte{
	font-family:"Peaxhandwritinglight";
	font-size:32px;
	margin-top:30px;
}
.titre-carte-2{
	font-size:32px;
	font-family:"Peaxhandwritinglight";
	margin-bottom:10px;
	margin-top:15px;
}
.h1-style{
	font-size:32px;
	line-height:38px;
}
.textnav{
	font-size:18px;
	line-height:22px;
}
.texte-samuel{
	font-size:16px;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-2637:rgba(255,255,255,1.0);
	
	--swatch-var-7371:#CBCBCB;
	
}


/* Background colour styles */

.bgc-2637{
	background-color:var(--swatch-var-2637);
}

/* Bloc image backgrounds */

.bg-leonardvinci{
	background-image:url("img/leonardvinci.jpg");
	background-image: -webkit-image-set(url("img/leonardvinci.webp") 1x,
url("img/leonardvinci.webp") 2x);background-image: image-set(url("img/leonardvinci.jpg") 1x,
url("img/leonardvinci.jpg") 2x,url("img/leonardvinci.webp") 1x,
url("img/leonardvinci.webp") 2x);
	background-image: -webkit-image-set(url("img/leonardvinci.webp") 1x,
url("img/leonardvinci.webp") 2x);background-image: image-set(url("img/leonardvinci.jpg") 1x,
url("img/leonardvinci.jpg") 2x,url("img/leonardvinci.webp") 1x,
url("img/leonardvinci.webp") 2x);
}

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



/* = 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){
	.peax-b{
	}
	.carousel-brest{
		padding-top:23px;
	}
	.consult{
		font-family:"Peaxhandwritinglight";
		font-weight:normal;
		font-size:30px;
	}
	.bloc-renaud{
		padding:100px 100px 100px 100px;
	}
	.texte-renaud{
		padding-top:34px;
	}
	.peax-bbold{
	}
	.texte-franck-2{
		font-size:16px;
		padding-top:34px;
	}
	.presse{
		width:130px;
	}
	.liens-presse-texte{
		font-size:16px;
	}
	.doctolib{
		font-size:20px;
		width:230px;
	}
	.texte-franck{
		padding-top:126px;
	}
	.texte-consult-1{
		padding-top:10px;
	}
	.texte-consult-2{
		padding-top:10px;
	}
	.franck-photo{
		width:350px;
	}
	.h2-10-style{
		margin-bottom:0px;
	}
	.renaud-titre-contact{
		margin-top:25px;
	}
	.franck-titre-contact{
		margin-top:25px;
	}
	.h2-9-style{
		padding-top:30px;
	}
	.titre-carte-2{
		font-size:32px;
		margin-top:8px;
	}
	.h1-style{
		font-size:28px;
		line-height:33px;
	}
	.textnav{
		font-size:15px;
		line-height:19px;
	}
	div[class^="col-"], div[class*=" col-"]{
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.full-width-bloc div[class^="col-"], .full-width-bloc div[class*=" col-"]{
		margin-top: 0;
		margin-bottom: 0;
	}
	
	/* MD Row Margin Offsets */
	.voffset-md{
		margin-top:30px;
	}
	
	/* MD Text Margin Offsets */
	.mg-clear-md{
		margin:0;
	}
	
}

@media (max-width: 767px){
	.h2-style{
		font-size:35px;
	}
	.bloc-renaud{
		padding:80px 80px 80px 80px;
	}
	.img-style{
		padding-top:0px;
	}
	.h2-l’ostéopathie--style{
		font-size:35px;
		padding-top:0px;
		margin-top:0px;
	}
	.peax-b{
		font-size:35px;
	}
	.h2--renaud-style{
		font-size:28px;
	}
	.peax-bbold{
		font-size:28px;
	}
	.texte-renaud{
		font-size:14px;
		padding-top:46px;
	}
	.h2-franck-style{
		font-size:28px;
	}
	.texte-franck{
		font-size:14px;
		padding-top:0px;
	}
	.texte-franck-2{
		font-size:14px;
		padding-top:12px;
	}
	.texte-osteopathie{
		font-size:14px;
	}
	.texte-consult-1{
		font-size:14px;
		padding-top:0px;
	}
	.texte-consult-2{
		font-size:14px;
		padding-top:0px;
	}
	.h2-vinci-style{
		font-size:35px;
	}
	.texte-motifs{
		font-size:14px;
	}
	.h2-10-style{
		font-size:28px;
		line-height:33px;
	}
	.renaud-titre-contact{
		font-size:28px;
		margin-top:0px;
	}
	.franck-titre-contact{
		font-size:28px;
		margin-top:0px;
	}
	.tel{
		font-size:14px;
	}
	.img--liens-style{
		width:100px;
	}
	.img-18-style{
		width:100px;
	}
	.img-docosteocam-lo-style{
		width:100px;
	}
	.presse{
		width:100px;
		background-size:100px 84px;
	}
	.img-vimeo-lo-style{
		width:100px;
	}
	.h5-style{
		font-size:18px;
		line-height:24px;
	}
	.liens-presse-texte{
		font-size:14px;
	}
	.presse:hover{
		background-size:100px 84px;
	}
	.presse:active{
		background-size:100px 84px;
	}
	.doctolib{
		font-size:15px;
		width:175px;
	}
	.bouton-video{
		font-size:18px;
		width:235px;
		background-size:35px auto;
	}
	.bouton-video:hover{
		background-size:35px auto;
	}
	.bouton-video:active{
		background-size:35px auto;
	}
	.h5-style-bold{
		font-size:18px;
	}
	.h2-9-style{
		padding-bottom:24px;
		padding-top:5px;
		font-size:28px;
		line-height:33px;
	}
	.titre-carte{
		font-size:28px;
		margin-top:5px;
	}
	.titre-carte-2{
		font-size:28px;
		margin-top:12px;
	}
	.h1-style{
		font-size:20px;
		line-height:24px;
	}
	.h6-style{
		font-size:9px;
		line-height:11px;
	}
	.textnav{
		font-size:13px;
		line-height:17px;
	}
	.texte-samuel{
		font-size:14px;
	}
	
	/* Small Text Margin Offsets */
	.mg-clear-sm{
		margin:0;
	}
	
}

@media (max-width: 575px){
	.h2-style{
		font-size:30px;
	}
	.footer-link{
		text-align:center;
	}
	.bloc-renaud{
		padding:20px 20px 20px 20px;
	}
	.texte-diapo{
		font-size:15px;
	}
	.texte-renaud{
		font-size:12px;
		padding-top:31px;
	}
	.img-style{
		padding:0px 0px 0px 0px;
	}
	.flro{
	}
	.peax-bbold{
		font-size:22px;
	}
	.h2-l’ostéopathie--style{
		font-size:30px;
	}
	.h2-9-style{
		font-size:22px;
		line-height:26px;
	}
	.h2--renaud-style{
		font-size:22px;
	}
	.h2-franck-style{
		font-size:22px;
	}
	.texte-franck{
		font-size:12px;
		padding-top:0px;
	}
	.texte-franck-2{
		font-size:12px;
		padding:26px 0px 0px 0px;
	}
	.texte-osteopathie{
		font-size:12px;
	}
	.texte-consult-1{
		font-size:12px;
	}
	.texte-consult-2{
		font-size:12px;
	}
	.h2-vinci-style{
		font-size:30px;
	}
	.texte-motifs{
		font-size:12px;
	}
	.h2-10-style{
		font-size:22px;
		padding-top:13px;
		line-height:26px;
	}
	.renaud-titre-contact{
		font-size:22px;
	}
	.franck-titre-contact{
		font-size:22px;
	}
	.tel{
		font-size:12px;
	}
	.img--liens-style{
		width:80px;
	}
	.img-18-style{
		width:80px;
	}
	.img-docosteocam-lo-style{
		width:80px;
	}
	.presse{
		width:80px;
		background-size:80px 67px;
	}
	.img-vimeo-lo-style{
		width:80px;
	}
	.peax-b{
		padding-bottom:0px;
		margin-bottom:0px;
	}
	.h5-style{
		font-family:"Peaxhandwritinglight";
		font-size:15px;
	}
	.presse:hover{
		background-size:80px 67px;
	}
	.presse:active{
		background-size:80px 67px;
	}
	.liens-presse-texte{
		font-size:12px;
	}
	.retour-mentions{
		padding-bottom:0px;
		margin-bottom:26px;
	}
	.bouton-video{
		font-size:15px;
		width:200px;
		background-size:30px auto;
	}
	.bouton-video:hover{
		background-size:30px auto;
	}
	.bouton-video:active{
		background-size:30px auto;
	}
	.h5-style-bold{
		font-size:15px;
	}
	.titre-carte{
		font-family:"Peaxhandwritinglight";
		font-size:22px;
	}
	.titre-carte-2{
		font-family:"Peaxhandwritinglight";
		font-size:22px;
	}
	.h1-style{
		font-size:18px;
		line-height:22px;
	}
	.h6-style{
		font-size:8px;
		line-height:10px;
	}
	.texte-samuel{
		font-size:12px;
	}
	
	/* Mobile Text Margin Offsets */
	.mg-clear-xs{
		margin:0;
	}
	
}

