/*-----------------------------------------------------------------------------------
	GSIS-site
	About: A shiny new Blocs website.
	Author: Ismail Turki
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/

.rounded-text {
	position: absolute;
	inset: 500px 0px 0px 0px; /* top: 0; right: 0; bottom: 0; left: 0; */
  margin: auto;
	bottom:-2350px;
	
	width: 2000px;
  height:2000px;
  text-transform: uppercase;
	color: #FFF;
  transform: rotate(-103deg);
  font-weight: bolder;
  z-index: -10;
	opacity: 0.10;
  font-family: Raleway;
}

@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}


.rotating {
  animation: rotating 90s linear infinite;
}
@keyframes coloring {
  0% {
    fill: #dfd9d3;
  }
  35% {
    fill: #dfd9d3;
  }
  75% {
    fill: #dfd9d3;
  }
  100% {
    fill: #dfd9d3;
  }

}
.coloring {

  animation: 20s linear infinite;
}




.cursor {
    width: 20px;
    height: 20px;
    border: 10px solid rgba(var(--white-rbg-color), .8);
    border-radius: 50%;
    position: absolute;
    transition-duration: 200ms;
    transition-timing-function: ease-out;
    animation: cursor-animate 550ms infinite alternate;
 }
 
 .cursor::after {
    content: "";
    width: 40px;
    height: 40px;
    border: 15px solid rgba(var(--white-rbg-color), .2);
    border-radius: 50%;
    position: absolute;
    top: -25px;
    left: -25px;
    animation: cursor-animate-2 550ms infinite alternate;
 }
 
 /*Elemento*/
 .header__title {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 300;
    color: rgb(var(--green-rbg-color));
 }
 
 .bg__canvas {
    width: 100%;
    height: 100vh;
    background-color: var(--blue-color);
    box-sizing: border-box;
 }
 
 
 
 
 /*Modificador*/
 :root { --size: 6px; }
 html {
   cursor: none;
   user-select: none;
 }
 
 
 
 .cursor {
   height: var(--size);
   width:  var(--size);
   border-radius: 50%;
   position: absolute;
   z-index: 3000;
   transform: translate(-50%, -50%);
   pointer-events: none;
 }
 
 
 .cursor.cursor-follower {
     --size: 40px;
   background: #1773EB;
   opacity: 0.6;
   transition: top .10s, left .10s,
               width .5s, height .5s;
   transition-timing-function: ease-out;
 }
 
 .cursor.cursor-dot {
   background: #1773EB;
   transition: width .25s, height .25s;
 }
 
 .cursor-follower.focus {
     margin-top: 6px;
     opacity: 0.4;
   --size: 190px;
 }
 
 .cursor-dot.focus {
   --size: 0;
 }
 
 a:hover {
   cursor: default;
 }



 .nav-link{
    position: relative;
    color: #1773EB;
    text-decoration: none;
    font-size: 16px;
    display: inline-block;
}
.nav-link:before {
  content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: 0;
    left: 0;
    background-color: #1773EB;
    visibility: hidden;
      transform: scaleX(0);
      transition: all 0.3s ease-in-out 0s;

}
.nav-link:hover:before{
      visibility: visible;
  transform: scaleX(1);
      transition: all 0.3s ease-in-out 0s;
}



html {
	scroll-behavior: smooth;
   }
   
body{
	margin:0;
	padding:0;
	background-image:url('img/pat.png')!important;
    background:#273467;
    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;}


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


/* 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;
	
	 transition: all .2s ease-out;
}
/* Two Bars Menu Icon */
.navbar-light .menu-icon-two-bars .navbar-toggler-icon{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 250, 232, 1)' stroke-width='2' stroke-miterlimit='10' d='M4,10H26M4,20H26'/%3E%3C/svg%3E");
}
.navbar-dark .menu-icon-two-bars .navbar-toggler-icon{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-miterlimit='10' d='M4,10H26M4,20H26'/%3E%3C/svg%3E");
}

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

/* Full Screen Navigation */
.nav-special.fullscreen-nav{
	width: 100%;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	z-index: 1000;
	position: fixed;
	transition: all .2s linear;
}
 .nav-special.fullscreen-nav.open-up{
	transform: translateY(1000px);
}
 .nav-special.fullscreen-nav.open-down{
	transform: translateY(-1000px);
}
 .nav-special.fullscreen-nav.open-left{
	transform: translateX(-1000px);
}
 .nav-special.fullscreen-nav.open-right{
	transform: translateX(1000px);
}
 .nav-special.fullscreen-nav .nav > li a,.nav-special.fullscreen-nav .nav .dropdown-menu > li > a{
	color:rgba(255,255,255,.8);
	text-align: center;
	font-size: 28px;
}
 .nav-special.fullscreen-nav .nav > li a:hover{
	color:#FFF;
}
 .open.nav-special.fullscreen-nav{
	opacity: 1;
	transition: all .2s linear;
}
.nav-special.fullscreen-nav .site-navigation{
	text-align:center;
	margin-top:10%!important;
}
.nav-special.fullscreen-nav .close-special-menu{
	right:20px;
}
 .open.nav-special.fullscreen-nav.open-left,  .open.nav-special.fullscreen-nav.open-right,  .open.nav-special.fullscreen-nav.open-down, .open.nav-special.fullscreen-nav.open-up{
	transform: translateY(0);
}
/* 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-md{
	margin-top:10px;
	margin-bottom:20px;
}

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

.btn-d,.btn-d:hover,.btn-d:focus{
    color:#FFF8DC;
    background:#1F2D61;
}


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

.btn-xl{
	padding: 16px 40px;
	font-size: 28px;
}

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




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


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

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

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

/* Hide Object */
.object-hidden{
	display:none;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
	font-size:18px;
}
.container{
	max-width:1350px;
}
.logo{
	margin:10px 5px 10px 5px;
}
.grand-titre-header{
	font-family:"Vollkorn";
	font-weight:500;
	color:#FFFAE8!important;
	font-size:48px;
	text-align:left;
	line-height:110px;
}
.petit-texte-header{
	color:#FEFFFE!important;
	font-family:"Open Sans";
	font-weight:400;
	font-size:30px;
}
.list-item{
	color:#373737!important;
	font-weight:300;
	margin-right:30px;
	font-size:16px;
}
.nav{
	color:#FEFFFE!important;
}
.card-body{
	border-radius:100px 100px 100px 100px;
}
.card-body-style{
	height:256px;
	border-top-left-radius:50px;
	border-style:solid;
	border-color:#FEFFFE!important;
	background-color:transparent;
}
.rond-background{
	border-style:none;
	border-color:#FFF8DC!important;
	font-family:"Vollkorn";
	box-shadow:0px 0px 0px rgba(25,25,25,0.15);
	margin-bottom:30px;
	background-color:#1773EB;
	color:#FFF8DC!important;
	text-align:center;
	font-weight:500;
	line-height:36px;
	font-size:28px;
	padding:32px 32px 32px 32px;
	border-radius:200px 200px 200px 200px;
	border-width:4px 4px 4px 4px;
}
.divider{
	background-color:#FFF8DC;
	height:1px;
}
.get-started{
	text-align:center;
	font-weight:400;
	font-size:23px;
	background-color:transparent;
	color:#FEFFFE!important;
	padding:100px 20px 100px 20px;
}
.icon{
	;
}
.arrow{
	width:170px;
	margin-top:-80px;
}
.texte{
	font-size:24px;
	color:#FFFAE8!important;
	background-color:transparent;
	font-family:"Helvetica";
	font-weight:300;
}
.scroll{
	border-style:solid;
	border-color:#FEFFFE!important;
	margin-top:-200px;
	padding:10px 30px 10px 30px;
	border-width:1px 0px 1px 0px;
}
.row-style{
	width:100%;
}
.scroll-down{
	font-family:"Open Sans";
	font-weight:400;
	font-size:18px;
	color:#FEFFFE!important;
}
.footer{
	font-family:"Open Sans";
	font-weight:400;
	font-size:35px;
	color:#FEFFFE!important;
	border-style:none;
	margin-top:-1px;
	padding-top:5px;
	padding-bottom:5px;
	border-width:1px 0px 1px 0px;
}
.footer-2{
	font-size:18px;
	font-family:"Open Sans";
	font-weight:300;
	color:#FEFFFE!important;
	border-color:#FEFFFE!important;
	margin-top:-1px;
	padding-top:5px;
	padding-bottom:5px;
	border-style:none;
	border-width:1px 0px 1px 0px;
}
.h1-style{
	font-size:20px;
	color:#FFF8DC!important;
	font-family:"Helvetica";
	font-weight:300;
	margin-top:-20px;
}
.footer-3{
	;
}
.we-can{
	margin-top:300px;
}
.i-want-to-inverst{
	margin-top:-170px;
}
.we-can-do{
	margin-bottom:200px;
}
.image-contact{
	;
}
.ajustement{
	margin-top:-100px;
	margin-bottom:0px;
}
.h1-2-style{
	font-size:33px;
	color:#FFFAE8!important;
	font-family:"Vollkorn";
	font-weight:500;
}
.content-text{
	color:#FFFAE8!important;
	font-size:20px;
	line-height:32px;
	letter-spacing:1px;
	margin-top:30px;
	margin-bottom:100px;
	font-family:"Helvetica";
	font-weight:200;
}
.image-content{
	max-width:700px;
	margin-top:-40px;
}
.point{
	font-size:21px;
	font-family:"Montserrat";
	font-weight:900;
	text-transform:none;
	text-decoration:none;
}
.grand-titre-hearder-0{
	color:#FFFAE8!important;
	font-family:"Vollkorn";
	font-weight:300;
	margin-top:-35px;
	line-height:64px;
	font-size:56px;
}
.divider-0{
	padding:2px 2px 2px 2px;
}
.last-list-item{
	margin-right:0px;
	font-size:16px;
	color:#373737!important;
	font-weight:300;
}
.white-bkg{
	background-color:rgba(255,255,255,0.09);
}
.header{
	padding-top:230px;
	padding-bottom:200px;
}
.line{
	font-family:"Open Sans";
	font-weight:500;
	color:#FFF8DC!important;
	margin-bottom:-70px;
	margin-top:-60px;
	font-size:70px;
}
.adj{
	;
}
.form{
	margin-top:60px;
}
.input{
	border-style:solid;
	background-color:transparent;
	font-weight:400;
	font-size:18px;
	color:#14433C!important;
	border-color:#14433C!important;
	margin-bottom:50px;
	border-radius:0px 0px 0px 0px;
	border-width:1px 1px 1px 1px;
}
.bt{
	background-color:#273467;
	font-family:"Helvetica";
	font-weight:500;
	color:#F9F2F1!important;
	font-size:22px;
	margin-bottom:150px;
	border-style:solid;
	border-radius:30px 30px 30px 30px;
	border-width:1px 1px 1px 1px;
}
.bt:hover{
    color:#FFF8DC!important;
   
    background-color:#32406F;
}

.footer-link{
	font-family:"Open Sans";
	font-weight:400;
	font-size:16px;
	margin-right:30px;
	margin-left:30px;
	color:#FEFFFE!important;
}
.copyright{
	color:#FFF8DC!important;
	font-family:"Helvetica";
	font-weight:300;
	margin-top:20px;
}
.input:active{
	color:#FFFFFF!important;
}
.input:hover{
    color:#14433D!important;
}

.bkg-background{
	background-repeat:repeat;
}
.scroll-icon{
	margin-top:-80px;
	margin-left:266px;
}
.image{
	max-width:480px;
}
.margin{
	;
}
.rond-background:hover{
    color:#FFF8DC!important;
}

.message{
	color:#273467!important;
	margin-bottom:30px;
	margin-top:-20px;
	font-family:"Helvetica";
	font-size:16px;
	font-weight:lighter;
}
.color{
	color:#14433C!important;
}
.adjustment{
	margin-top:-50px;
	margin-bottom:50px;
}
.adjustment-2{
	margin-top:150px;
	margin-bottom:-50px;
}
.adjustment-3{
	margin-top:30px;
}
.padding{
	padding-top:110px;
	padding-bottom:110px;
}
.adjustmenr-4{
	color:transparent!important;
}
.bg{
	background-color:#B6C3F0;
	background-size:length;
	background-position:left center;
	position:relative;
}
.grand-titre-header-2{
	font-family:"Vollkorn";
	font-weight:500;
	color:#273467!important;
	font-size:48px;
	text-align:left;
	line-height:110px;
}
.content-text-2{
	color:#273467!important;
	font-size:20px;
	line-height:32px;
	letter-spacing:1px;
	margin-top:30px;
	margin-bottom:100px;
	font-family:"Helvetica";
	font-weight:300;
	text-align:left;
	text-overflow:clip;
}
.line-2{
	font-family:"Open Sans";
	font-weight:500;
	color:#FFF8DC!important;
	margin-bottom:-70px;
	margin-top:-60px;
	font-size:70px;
}
.color-2{
	color:#FFF8DC!important;
}
.h1-bloc-4-style{
	line-height:40px;
	color:#273467!important;
}
.h1-bloc-5-style{
	line-height:40px;
}
.h1-bloc-7-style{
	line-height:40px;
}
.photo{
	border-top-right-radius:250px;
	border-bottom-right-radius:0px;
}
.navbar-brand img{
	width:138px;
	height:48px;
}

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

/* Background colour styles */

.bgc-st-patricks-blue{
	background-color:#273467;
}
.bgc-pale-cornflower-blue{
	background-color:#B6C3F0;
}

/* Link colour styles */

.ltc-cosmic-latte{
	color:#FFFAE8!important;
}
.ltc-cosmic-latte:hover{
	color:#ccc8ba!important;
}

/* Bloc image backgrounds */

.bg-high-angle-new-wooden-pawns-arrangement{
	background-image:url("img/high-angle-new-wooden-pawns-arrangement.jpg");
}



/* = 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){
	.petit-texte-header{
		font-family:"Open Sans";
		font-weight:500;
	}
	.grand-titre-header{
		margin-bottom:0px;
	}
	.arrow{
		margin-bottom:100px;
		margin-top:20px;
	}
	.texte{
		font-weight:500;
		font-size:24px;
		color:#FFF8DC!important;
		margin-top:30px;
	}
	.scroll{
		margin-top:10px;
	}
	.list-item{
		font-size:18px;
		margin-right:10px;
	}
	.logo{
		width:225px;
	}
	.get-started{
		margin-top:0px;
	}
	.footer-3{
		;
	}
	.footer{
		;
	}
	.footer-2{
		;
	}
	.image-content{
		margin-top:30px;
	}
	.grand-titre-hearder-0{
		color:#FFF8DC!important;
		font-weight:300;
		margin-bottom:0px;
		text-align:center;
		background-color:transparent;
		font-size:56px;
		line-height:56px;
	}
	.line{
		margin-top:-50px;
		margin-bottom:-15px;
	}
	.content-text{
		margin-bottom:80px;
	}
	.rond-background{
		margin-top:50px;
		margin-bottom:50px;
		padding:32px 32px 32px 32px;
	}
	.grand-titre-header-2{
		margin-bottom:0px;
	}
	.content-text-2{
		margin-bottom:80px;
	}
	.line-2{
		margin-top:-50px;
		margin-bottom:-15px;
	}
	.bg{
		background-position:right center;
		background-size:cover;
		background:linear-gradient(0deg, #B6C3F0  0%, #B6C3F0 93%);
	}
	
}

@media (max-width: 767px){
	.petit-texte-header{
		text-align:center;
	}
	.grand-titre-header{
		font-size:45px;
		line-height:85px;
	}
	.scroll{
		margin-top:10px;
	}
	.footer-3{
		;
	}
	.footer{
		;
	}
	.footer-2{
		;
	}
	.logo{
		width:225px;
	}
	.h1-2-style{
		;
	}
	.line{
		margin-top:-30px;
		margin-bottom:-5px;
	}
	.grand-titre-hearder-0{
		font-weight:300;
	}
	.grand-titre-header-2{
		font-size:45px;
		line-height:85px;
	}
	.line-2{
		margin-top:-30px;
		margin-bottom:-5px;
	}
	.bg{
	}
	
}

@media (max-width: 575px){
	.petit-texte-header{
		text-align:center;
	}
	.grand-titre-header{
		font-size:45px;
		line-height:55px;
	}
	.logo{
		width:200px;
	}
	.arrow{
		margin-top:-10px;
	}
	.get-started{
		margin-top:-25px;
		text-align:center;
		padding-left:30px;
		padding-right:30px;
	}
	.scroll{
		margin-top:-25px;
	}
	.footer-3{
		;
	}
	.footer{
		;
	}
	.footer-2{
		;
	}
	.h1-2-style{
		font-size:31px;
	}
	.h1-style{
		font-size:18px;
	}
	.footer-link{
		text-align:center;
	}
	.grand-titre-hearder-0{
		font-size:48px;
		line-height:56px;
	}
	.texte{
		;
	}
	.rond-background{
		font-size:28px;
	}
	.color{
		color:#373737!important;
	}
	.grand-titre-header-2{
		font-size:45px;
		line-height:55px;
	}
	.color-2{
		color:#373737!important;
	}
	.bg{
	}
	.h1-bloc-4-style{
		line-height:64px;
		color:#14433C!important;
	}
	.h1-bloc-5-style{
		line-height:64px;
		color:#FFF8DC!important;
	}
	.h1-bloc-7-style{
		line-height:64px;
	}
	
}

