/*-----------------------------------------------------------------------------------
	Corazza Avocat
	About: La pratique contentieuse est au cœur de l'activité du Cabinet qui intervient tant en droit civil qu'en droit pénal . Le Cabinet a également développé son activité dans le domaine de la responsabilité et de l'accompagnement des victimes pour l'indemnisation de leur préjudice.Votre avocat a pour ambition de construire avec ses clients et ses partenaires une relation personnalisée et privilégiée dans le respect et le partage de valeurs humaines et professionnelles.
	Author: Kohen Hassan
	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 */


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


/* Sizes */

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

/* = Full Screen Blocs 
-------------------------------------------------------------- */

.bloc-fill-screen{
	min-height:100vh;
	display: flex;
	flex-direction: column;
	padding-top:20px;
	padding-bottom:20px;
}
.bloc-fill-screen > .container{
	align-self: flex-middle;
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
}
.bloc-fill-screen > .container > .row{
	flex-grow: 1;
	align-self: center;
	width:100%;
}
.bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge{
	flex-grow: 0;
}
.bloc-fill-screen .fill-bloc-top-edge{
	align-self: flex-start;
}
.bloc-fill-screen .fill-bloc-bottom-edge{
	align-self: flex-end;
}

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


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


/* = 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;
}
.navbar-toggle.menu-icon-rounded-bars{
	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}
}
/* = Open menus on hover
-------------------------------------------------------------- */
@media (min-width: 992px){
	.hover-open-submenu li:hover > .dropdown > .dropdown-menu, .hover-open-submenu .dropdown-menu > li:hover .dropdown-menu{
	display: block;
}
.hover-open-submenu li .dropdown .dropdown-menu{
	margin-top:0;
}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}

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

.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}
.dropdown a .caret{
	margin:0 0 0 5px}.btn-dropdown .dropdown-menu .dropdown{
	padding: 3px 20px;
}

/* = Icons
-------------------------------------------------------------- */
.icon-sm{
	font-size:18px!important;
}
.icon-md{
	font-size:30px!important;
}
.icon-xl{
	font-size:100px!important;
}
.icon-semi-rounded-b{
	margin:0 auto;
	border:2px solid transparent;
	border-radius: 0 20px;
	padding: 32px 30px 26px 30px;
	min-width:80px;
}
.icon-round.icon-md,.icon-square.icon-md,.icon-rounded.icon-md{
	min-width: 92px;
}
.icon-round.icon-lg,.icon-square.icon-lg,.icon-rounded.icon-lg{
	min-width: 122px;
}
.icon-round.icon-xl,.icon-square.icon-xl,.icon-rounded.icon-xl{
	min-width: 162px;
}

/*  Rounded Image */
.img-rd-md{
	border-radius:20px;
}
.img-rd-lg{
	border-radius:34px;
}

.text-justify{
	text-align: justify;
}


.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;
}
/* = Masonary
-------------------------------------------------------------- */
.card-columns .card {
	margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
	.card-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1;
}
.card-columns .card {
	display: inline-block;
	width: 100%;
}
}
/* = 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;
}

/* = Forms
-------------------------------------------------------------- */

.form-control{
	border-color:rgba(0,0,0,.1);
	box-shadow:none;
}


.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:"Lato";
	font-size:22px;
}
.container{
	max-width:1140px;
}
.row-style{
	width:100%;
}
.link-style{
	width:100%;
	font-weight:bold;
	text-decoration:none;
	font-size:20px;
}
.link-compétences-style{
	font-weight:bold;
}
.link-avocat-style{
	font-weight:bold;
}
.link-actualités-style{
	font-weight:bold;
	width:12.07%;
}
.link-recrutement-style{
	font-weight:bold;
}
.link-contact-style{
	font-weight:bold;
}
.carousel-style{
	width:100%;
}
.h1-bloc-2-style{
	font-family:"Lato";
	font-size:120px;
}
.h1-3-style{
	font-family:"Lato";
	font-size:120px;
}
.h1-actualités-style{
	font-size:30px;
	font-family:"Lato";
}
.p-style{
	font-family:"Lato";
	font-size:22px;
}
.link-company-style{
	width:58.33%;
	font-family:"Lato";
	font-size:16px;
}
.p-bloc-3-style{
	font-family:"Lato";
}
.p-3-style{
	font-family:"Lato";
	font-size:22px;
}
.p-4-style{
	font-family:"Lato";
	font-size:22px;
}
.h3-style{
	font-family:"Lato";
}
.h1-5-style{
	font-family:"Lato";
	font-size:52px;
	letter-spacing:3px;
	text-indent:px;
}
.p-5-style{
	font-family:"Lato";
	width:100%;
	font-size:22px;
}
.h4-style{
	font-family:"Lato";
}
.h4-linkedin-style{
	font-family:"Lato";
}
.btn-style{
	width:60.66%;
	border-radius:25px 25px 25px 25px;
}
.h1-1-style{
	font-family:"Lato";
	font-size:26px;
}
.p-2-style{
	font-family:"Lato";
	font-size:22px;
}
.img-style{
	width:364px;
}
.label-style{
	font-family:"Lato";
}
.label-email-style{
	font-family:"Lato";
}
.label-message-style{
	font-family:"Lato";
}
.label-4-style{
	font-family:"Lato";
}
.btn-soumettre-style{
	font-weight:bold;
	text-decoration:none;
}
.btn-more-info-style{
	font-weight:bold;
}
.btn-2-style{
	border-radius:43px 43px 43px 43px;
	width:83.75%;
}
.row-12-style{
	width:100%;
}
.img-7-style{
	width:364px;
}
.img-6-style{
	width:283px;
	border-radius:94px 94px 94px 94px;
}
.img-8-style{
	width:263px;
}
.btn-button-style{
	width:83.24%;
	border-radius:26px 26px 26px 26px;
}
.h3-2-style{
	font-size:26px;
}
.img-bloc-0-style{
	width:140px;
	position:absolute;
}
.container-div-style{
	width:34.48%;
}
.row-bloc-0-style{
	width:64.31%;
}
.h3-expertise-style{
	font-size:52px;
}
.img-passepo-style{
	border-radius:76px 76px 76px 76px;
}
.img-43557-style{
	border-radius:94.5px 94.5px 94.5px 94.5px;
}
.img-9-style{
	border-radius:94px 94px 94px 94px;
}
.img-13-style{
	border-radius:94.5px 94.5px 94.5px 94.5px;
}
.img-12-style{
	border-radius:94px 94px 94px 94px;
}
.img-11-style{
	border-radius:73px 73px 73px 73px;
}
.img-10-style{
	border-radius:73px 73px 73px 73px;
}
.en-tete{
	width:500vh;
}
.d{
	width:100vh;
}
.menu{
	width:100%;
	font-family:"Lato";
	font-weight:700;
	font-size:29px;
	white-space:normal;
	text-overflow:clip;
	text-transform:none;
	text-decoration:none;
	text-align:center;
	text-indent:10px;
}
.p-bloc-7-style{
	font-size:12px;
}
.link-0-style{
	font-weight:bold;
	text-decoration:none;
	font-size:22px;
}
.h3-9-style{
	font-size:28px;
}
.divider-style{
	height:2px;
}
.divider-0-style{
	height:2px;
}
.h1-style{
	font-size:52px;
	font-family:"Lato";
	font-weight:900;
}
.photo{
	position:relative;
}
.img-2-style{
	width:1811px;
}
.divider-bloc-2-style{
	height:2px;
}
.h6-style{
	font-size:36px;
}
.link-bloc-3-style{
	text-decoration:none;
}
.img-image00000-style{
	height:600px;
}
.link-bloc-7-style{
	font-weight:bold;
	text-decoration:none;
}
.text-span-style{
	font-weight:bold;
	text-decoration:none;
}
.link-0-bloc-7-style{
	text-decoration:none;
	font-weight:bold;
}
.divider-0-bloc-7-style{
	height:2px;
	background-color:var(--swatch-var-Pas-de-Sélection-Copy);
}
.divider-42421-style{
	height:2px;
	background-color:var(--swatch-var-Pas-de-Sélection-Copy);
}
.link-droit-social-style{
	font-weight:bold;
	text-decoration:none;
}
.link-0-new-text-link-style{
	text-decoration:none;
	font-weight:bold;
}
.link-35812-style{
	text-decoration:none;
	font-weight:bold;
}
.link-droit-pénal-style{
	text-decoration:none;
	font-weight:bold;
}
.divider-20176-style{
	height:2px;
	background-color:var(--swatch-var-Pas-de-Sélection-Copy);
}
.divider-27394-style{
	height:2px;
	background-color:var(--swatch-var-Pas-de-Sélection-Copy);
}
.divider-45947-style{
	height:2px;
	background-color:var(--swatch-var-Pas-de-Sélection-Copy);
}
.divider-15071-style{
	height:2px;
	background-color:var(--swatch-var-Pas-de-Sélection-Copy);
}
.divider-46557-style{
	height:2px;
	background-color:var(--swatch-var-Pas-de-Sélection-Copy);
}
.divider-10242-style{
	height:2px;
	background-color:var(--swatch-var-Pas-de-Sélection-Copy);
}
.divider-48487-style{
	height:2px;
	background-color:var(--swatch-var-Pas-de-Sélection-Copy);
}
.divider-19886-style{
	height:2px;
	background-color:var(--swatch-var-Pas-de-Sélection-Copy);
}
.fixation{
	position:fixed;
	z-index:5;
}
.divider-0-bloc-9-style{
	height:2px;
}
.divider-bloc-9-style{
	height:2px;
}
.divider-39813-style{
	height:2px;
}
.divider-49087-style{
	height:2px;
}
.p-28-style{
	font-size:24px;
}
.h3-4-style{
	font-size:30px;
}
.divider-41184-style{
	height:2px;
}
.h3-bloc-9-style{
	font-size:30px;
}
.p-29-style{
	font-size:24px;
}
.h3-6-style{
	font-size:30px;
}
.divider-37161-style{
	height:2px;
}
.p-8669-style{
	font-size:24px;
}
.h3-pour-les-tiers-style{
	font-size:30px;
}
.divider-19168-style{
	height:2px;
}
.p-30-style{
	font-size:24px;
}
.img-bloc-25-style{
	width:400px;
}
.h3-8-style{
	font-size:30px;
}
.divider-43901-style{
	height:2px;
}
.p-31-style{
	font-size:24px;
}
.h2-style{
	font-size:30px;
}
.divider-46119-style{
	height:2px;
}
.p-19-style{
	font-size:28px;
}
.link-15433-style{
	text-decoration:none;
	font-weight:bold;
	font-size:30px;
}
.divider-47618-style{
	height:2px;
}
.p-20-style{
	font-size:26px;
}
.link-0-droit-social-style{
	text-decoration:none;
	font-weight:bold;
	font-size:30px;
}
.p-21-style{
	font-size:28px;
}
.divider-34695-style{
	height:2px;
	background-color:var(--swatch-var-Pas-de-Sélection-Copy);
}
.link-6528-style{
	font-family:"Lato";
}
.link-0-bloc-3-style{
	text-decoration:none;
	font-weight:bold;
}
.asile{
	font-size:30px;
	font-family:"Lato";
}
.divider-29775-style{
	height:2px;
	background-color:var(--swatch-var-Pas-de-Sélection-Copy-copy-1);
}
.p-22-style{
	font-size:26px;
}
.penal{
	font-size:30px;
}
.divider-17085-style{
	height:2px;
}
.p-39-style{
	font-size:24px;
}
.h2-le-droit-pénal-style{
	font-size:34px;
}
.divider-30556-style{
	height:2px;
}
.h2-les-victimes-style{
	font-size:30px;
}
.divider-10965-style{
	height:2px;
}
.p-40-style{
	font-size:24px;
}
.p-42-style{
	font-size:24px;
}
.h2-4-style{
	font-size:30px;
}
.p-12703-style{
	font-size:24px;
}
.divider-16565-style{
	height:2px;
}
.p-43-style{
	font-size:24px;
}
.p-44-style{
	font-size:30px;
}
.p-45-style{
	font-size:30px;
}
.h2-5-style{
	font-size:34px;
}
.divider-39940-style{
	height:2px;
	background-color:#000000;
}
.p-46-style{
	font-size:24px;
}
.h2-6-style{
	font-size:30px;
}
.divider-2602-style{
	height:2px;
}
.p-47-style{
	font-size:24px;
}
.p-48-style{
	font-size:24px;
}
.p-48087-style{
	font-size:30px;
}
.divider-41164-style{
	height:2px;
}
.link-0-droit-pénal-style{
	font-weight:bold;
	text-decoration:none;
}
.link-25141-style{
	font-weight:bold;
	text-decoration:none;
}
.h2-7-style{
	font-size:32px;
}
.divider-760-style{
	height:2px;
}
.p-50-style{
	font-size:24px;
}
.p-51-style{
	font-size:24px;
}
.link-20315-style{
	font-weight:bold;
	text-decoration:none;
}
.link-43057-style{
	font-weight:bold;
}
.aide{
	font-size:30px;
	color:#000000!important;
}
.link-49607-style{
	font-weight:bold;
	text-decoration:none;
}
.divider-22058-style{
	height:2px;
}
.link-34789-style{
	font-weight:bold;
	text-decoration:none;
}
.divider-38787-style{
	height:2px;
}
.divider-28367-style{
	height:2px;
}
.divider-2082-style{
	height:2px;
}
.link-new-text-link-style{
	font-weight:bold;
	font-size:26px;
	text-decoration:none;
}
.art{
	font-size:26px;
}
.link-20592-style{
	font-weight:bold;
	text-decoration:none;
}
.h3-19-style{
	font-size:30px;
}
.p-56-style{
	font-size:24px;
}
.divider-17731-style{
	height:2px;
}
.p-23628-style{
	font-size:30px;
}
.p-57-style{
	font-size:30px;
}
.divider-5260-style{
	height:2px;
}
.divider-37056-style{
	height:2px;
}
.divider-25023-style{
	height:2px;
}
.p-10-style{
	font-size:26px;
}
.img-bloc-12-style{
	border-radius:64px 64px 64px 64px;
}
.but{
	font-size:25px;
}
.h2-8-style{
	font-size:42px;
}
.p-59-style{
	font-size:24px;
}
.divider-14955-style{
	height:2px;
}
.p-60-style{
	font-size:24px;
}
.p-61-style{
	font-size:24px;
}
.p-46920-style{
	font-size:52px;
}
.divider-5279-style{
	height:2px;
}
.divider-6327-style{
	height:2px;
}
.p-73-style{
	font-size:32px;
}
.p-74-style{
	font-size:24px;
}
.link-bloc-12-style{
	font-weight:bold;
	text-decoration:none;
}
.p-bloc-12-style{
	font-size:22px;
}
.p-15-style{
	font-size:20px;
}
.p-16-style{
	font-size:20px;
}
.h2-39568-style{
	font-size:26px;
}
.p-35411-style{
	font-size:24px;
}
.p-30767-style{
	font-size:24px;
}
p{
	font-size:12px;
}
.link-25406-style{
	font-size:22px;
}
.link-19543-style{
	font-size:22px;
}
.p-bloc-13-style{
	font-size:22px;
}
.p-8-style{
	font-size:22px;
}
.p-12-style{
	font-size:22px;
}
.p-11-style{
	font-size:22px;
}
.p-9-style{
	font-size:22px;
}
.p-7-style{
	font-size:22px;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-Pas-de-Sélection-Copy:rgba(0,0,57,1.00);
	
	--swatch-var-Pas-de-Sélection-Copy-copy-1:rgba(0,0,0,1.00);
	
	--swatch-var-Échantillon-sans-nom:#FFFFFF;
	
	--swatch-var-Pas-de-Sélection-Copy-copy-2:#0432FF;
	
	--swatch-var-Pas-de-Sélection-Copy-Copy:#5B807C;
	
	--swatch-var-Pas-de-Sélection-Copy-Copy-Copy:#3C8FA4;
	
	--swatch-var-Pas-de-Sélection-Copy-Copy-copy-1:#1E364C;
	
	--swatch-var-Pas-de-Sélection-Copy-copy-3:#EFC1B1;
	
	--swatch-var-Pas-de-Sélection-Copy-copy-4:#FFA428;
	
	--swatch-var-Pas-de-Sélection-Copy-Copy-Copy-copy-1:#D86365;
	
	--swatch-var-Pas-de-Sélection-Copy-Copy-copy-2:#EFC1B1;
	
	--swatch-var-Pas-de-Sélection-Copy-copy-5:#ECE9E4;
	
	--swatch-var-Pas-de-Sélection-Copy-copy-6:#323E48;
	
	--swatch-var-Pas-de-Sélection-Copy-copy-7:#FED400;
	
	--swatch-var-Pas-de-Sélection-Copy-Copy-copy-3:#0432FF;
	
	--swatch-var-Pas-de-Sélection-Copy-Copy-Copy-copy-2:#FF409A;
	
	--swatch-var-Pas-de-Sélection-Copy-copy-8:#515151;
	
	--swatch-var-Pas-de-Sélection-Copy-copy-9:#D4D3D3;
	
}


/* Background colour styles */

.bgc-6486{
	background-color:var(--swatch-var-Pas-de-Sélection-Copy-copy-8);
}
.bgc-5043{
	background-color:var(--swatch-var-Pas-de-Sélection-Copy);
}
.bgc-2941{
	background-color:var(--swatch-var-Échantillon-sans-nom);
}
.bgc-4060{
	background-color:var(--swatch-var-Pas-de-Sélection-Copy-copy-5);
}
.bgc-4785{
	background-color:var(--swatch-var-Pas-de-Sélection-Copy-copy-9);
}
.bgc-3784{
	background-color:var(--swatch-var-Pas-de-Sélection-Copy-copy-3);
}

/* Text colour styles */

.tc-6483{
	color:var(--swatch-var-Pas-de-Sélection-Copy-copy-1)!important;
}
.tc-5043{
	color:var(--swatch-var-Pas-de-Sélection-Copy)!important;
}
.tc-2941{
	color:var(--swatch-var-Échantillon-sans-nom)!important;
}

/* Button colour styles */

.btn-c-5043{
	background:var(--swatch-var-Pas-de-Sélection-Copy);
	color:#FFFFFF!important;
}
.btn-c-5043:hover{
	background:#000006!important;
	color:#FFFFFF!important;
}

/* Link colour styles */

.ltc-6483{
	color:var(--swatch-var-Pas-de-Sélection-Copy-copy-1)!important;
}
.ltc-6483:hover{
	color:#000000!important;
}
.ltc-5043{
	color:var(--swatch-var-Pas-de-Sélection-Copy)!important;
}
.ltc-5043:hover{
	color:#000006!important;
}
.ltc-4060{
	color:var(--swatch-var-Pas-de-Sélection-Copy-copy-5)!important;
}
.ltc-4060:hover{
	color:#B9B6B1!important;
}
.ltc-2941{
	color:var(--swatch-var-Échantillon-sans-nom)!important;
}
.ltc-2941:hover{
	color:#CCCCCC!important;
}

/* Icon colour styles */

.icon-2941{
	color:var(--swatch-var-Échantillon-sans-nom)!important;
	border-color:var(--swatch-var-Échantillon-sans-nom)!important;
}
.icon-2137{
	color:var(--swatch-var-Pas-de-Sélection-Copy-copy-6)!important;
	border-color:var(--swatch-var-Pas-de-Sélection-Copy-copy-6)!important;
}

/* Bloc image backgrounds */




/* = 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){
	.mt-md-0{
	}
	.mt-md-4{
	}
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		font-family:"Lato";
	}
	
}

@media (max-width: 767px){
	.text-right{
	}
	.text-left{
	}
	.text-center{
	}
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		font-family:"Lato";
	}
	
}

@media (max-width: 575px){
	.footer-link{
		text-align:center;
	}
	.mt-1{
	}
	.menu-icon-stroke{
		stroke:var(--swatch-var-Pas-de-Sélection-Copy)!important;
		fill:var(--swatch-var-Pas-de-Sélection-Copy)!important;
	}
	.img-1-style{
		width:68px;
		height:70px;
	}
	.img-logo-blanc-style{
		width:80px;
	}
	.link-19543-style{
		text-decoration:none;
	}
	.link-25406-style{
		text-decoration:none;
		font-weight:bold;
	}
	.link-new-text-link-style{
		text-decoration:none;
		font-weight:bold;
	}
	.divider-0-background-color{
		height:2px;
	}
	.divider-background-color{
		height:2px;
	}
	.divider-bloc-9-style{
		height:2px;
		background-color:var(--swatch-var-Pas-de-Sélection-Copy);
	}
	.divider-0-bloc-9-style{
		height:2px;
		background-color:var(--swatch-var-Pas-de-Sélection-Copy);
	}
	.divider-3685-style{
		height:2px;
		background-color:var(--swatch-var-Pas-de-Sélection-Copy);
	}
	.divider-3081-style{
		height:2px;
		background-color:var(--swatch-var-Pas-de-Sélection-Copy);
	}
	.divider-28051-style{
		height:2px;
		background-color:var(--swatch-var-Pas-de-Sélection-Copy);
	}
	.divider-16954-style{
		height:2px;
		background-color:var(--swatch-var-Pas-de-Sélection-Copy);
	}
	.divider-46160-style{
		height:2px;
	}
	.divider-33087-style{
		height:2px;
	}
	.divider-bloc-7-style{
		height:2px;
		background-color:var(--swatch-var-Pas-de-Sélection-Copy);
	}
	.fixation{
		z-index:3;
	}
	.f1{
		position:fixed;
		z-index:5;
	}
	.f2{
		position:fixed;
		z-index:20;
		top:30px;
		float:initial;
	}
	.h1-5-style{
		font-size:32px;
	}
	.liphone{
		font-size:22px;
	}
	.link-le-cabinet-style{
		font-size:24px;
	}
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		font-family:"Lato";
	}
	
}

