/* fonts */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.jarallax-keep-img {
    position: relative;
    z-index: 0;
}
.jarallax-keep-img > .jarallax-img {
    position: relative;
    display: block;
    max-width: 100%;
    height: auto;
    z-index: -100;
}


/* demo styles */
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
   	font-family: "Roboto", Oxygen-Sans, sans-serif;
    font-size: 20px;
    margin: 0;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}
h1 {
    font-size: 50px;
}
h2 {
    font-size: 30px;
}

h2.title-jar.screen-two {
	width: 50%;
}
h2.title-jar a:hover,
h2.title-jar a:hover span {
	color: #000 !important;
}

/* transition */
.jarallax h2.title-jar,
.jarallax h2.title-jar.no-image,
.jarallax h4.text-intro,
.views-wrapper-content h4.body,
h2.title-jar a,
h2.title-jar a span,
h2.title-jar a:hover,
h2.title-jar a:hover span,
.jarallax h2.title-jar.no-image div.citationguillemets.big.home,
ul.menu-bullet-home li a,
ul.menu-bullet-home li a:hover {
	-webkit-transition: .25s all ease;
	-o-transition: .25s all ease;
	transition: .25s all ease;
}
	

span.title-bold {
	font-weight: 700;
}
span.sub-title {
	color: #ea5b0c;
	font-size: 30px;
	font-weight: 300;
	line-height: 50px;
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 5px;
}
h4.text-intro {
	font-family: "Roboto", Oxygen-Sans, sans-serif;
	font-size: 40px;
	font-weight: 300;
	line-height: 50px;
	/*margin: 300px auto;*/
	padding: 0 0 0 0;
	width: auto;
	position: relative;
	margin: 50px 0 0 0;
	right: 150px;
	left: 150px;
	border: #fff solid 0px;
}
h4.text-intro.bottom {
	position: absolute;
	bottom: 100px;
	border: #fff solid 0px;
}
.white,
.title-bold-white strong {
	color: #fff;
}
.black,
.title-bold-black strong {
	color: #000;
}
.orange,
.title-bold-orange strong {
	color: #ea5b0c;
}
.blue,
.title-bold-blue strong {
	color: #488ccb;
}
.violet,
.title-bold-violet strong {
	color: #8d5ba1;
}
.green,
.title-bold-green strong {
	color: #38bd6e;
}
.pink,
.title-bold-pink strong {
	color: #ec69a4;
}

h2.text-inter {
	text-align: center;
	font-size: 70px;
	line-height: 90px;
	font-weight: 300;
	margin: 400px 100px 50px 100px;
}

h2.text-inter-bis {
	text-align: center;
	font-size: 60px;
	line-height: 90px;
	font-weight: 500;
	margin: 400px 100px 50px 100px;
}

a.btn-arrow {
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	display: inline-block;
	padding: 20px 40px 20px 40px;
	margin: 60px 0 0 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
	transition: all 0.5s ease-out;
}
a.btn-arrow:hover {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.3);
	transition: all 0.5s ease-out;
}
a.btn-arrow.white {
	color: #fff;
	border: #fff solid 1px;
}
a.btn-arrow.black {
	color: #000;
	border: #000 solid 1px;
}

/* arrow */
.arrow {
	line-height: 10px;
	display: inline-block;
  	border-style: solid;
  	border-width: 0 2px 2px 0;
  	padding: 10px;
	margin: 0 0 0 0;
}
.arrow.center {
	margin-top: -10px;
}
.arrow.black {
	border-color: #000;
}
.arrow.white {
	border-color: #fff;
}
.arrow.orange {
	color: #ea5b0c;
}
.arrow.blue {
	color: #488ccb;
}
.arrow.violet {
	color: #8d5ba1;
}
.arrow.green {
	color: #38bd6e;
}
.arrow.pink {
	color: #ec69a4;
}

.right {
  transform: rotate(-45deg);
}
.left { 
  transform: rotate(135deg);
}
.up {
  transform: rotate(-135deg);
}
.down {
  transform: rotate(45deg);
}

.background-white {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.7);
}
.background-white-75 {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.75);
}
.background-black {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
}
.background-blue-50 {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(140, 200, 250, 0.5);
}
.background-blue-70 {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(183, 222, 252, 0.6);
}
.background-grey {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(180, 180, 180, 0.5);
}

/* home */
.jarallax .background-color {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.wrapper-background-home-page-89 .jarallax,
.wrapper-background-home-page-89 .jarallax .background-color.color-pid-89 {
	display: flex;
	border: #ff0000 solid 0px;
}
.wrapper-background-home-page-89 .jarallax h2.no-image,
.wrapper-background-home-page-89 .jarallax .background-color.color-pid-89 h2.no-image {
	margin: auto;
	padding: 0 100px 0 100px;
	border: #000 solid 0px;
}
.wrapper-background-home-page-89 .jarallax h2.no-image div.citationguillemets.big.home {
	font-size: 50px !important;
	font-weight: 700 !important;
	line-height: 1.8em !important;
	border: #ff0000 solid 0px;
}

p {
    margin-top: 0;
    margin-bottom: 5px;
}
p ~ p,
p ~ div {
    margin-top: 15px;
}

small {
    font-size: 75%;
    color: #606060;
}
a, a:visited, a:hover, a:focus {
    color: inherit;
}
a:hover, a:focus {
    color: #4f4f4f;
}
.jarallax {
    min-height: 600px;
	height: 100vh;
}
.jarallax-keep-img.demo-float-left {
    margin-right: 15px;
    margin-left: -60px;
}
.jarallax-keep-img.demo-float-right {
    margin-left: 15px;
    margin-right: -60px;
}

@media screen and (max-width: 600px) {
    .jarallax-keep-img.demo-float-left,
    .jarallax-keep-img.demo-float-right {
        margin-right: 0;
        margin-left: 0;
        float: none;
    }
}

/* hero block */
.demo-table {
    display: table;
    width: 100%;
    height: 600px;
    background-color: rgba(39, 35, 51, 0.6);
    color: #fff;
}
.demo-table-cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

/* gap */
.demo-gap {
    padding: 50px;
    overflow: hidden;
}
.demo-gap h1,
.demo-gap h2,
.demo-gap h3 {
    text-align: center;
}
.demo-gap .container {
    max-width: 800px;
    margin: 0 auto;
}
.demo-gap-half {
    display: table;
    width: 100%;
}
.demo-gap-half > div {
    display: table-cell;
    width: 50%;
}
.demo-gap-half .demo-gap-1 .jarallax,
.demo-gap-half .demo-gap-2 .jarallax {
    padding-top: 56.25%;
    min-height: 0;
    height: 0;
}
.demo-gap-half .demo-gap-1 .jarallax {
    padding-top: 112.5%;
}

/* Demo Content */
.demo-content {
    background-color: #f7f7f7;
    padding: 80px;
}


/* Float */
.demo-float-left {
    float: left;
}
.demo-float-right {
    float: right;
}


/* Carousel */
.demo-carousel {
    background-color: rgb(39, 35, 51);
}
.demo-carousel .demo-carousel-item {
    width: 33.33%;
    min-height: 300px;
}
@media screen and (max-width: 780px) {
    .demo-carousel .demo-carousel-item {
        width: 50%;
    }
}
@media screen and (max-width: 400px) {
    .demo-carousel .demo-carousel-item {
        width: 100%;
    }
}


/* Mobile */
@media screen and (max-width: 500px) {
    .demo-gap,
    .demo-content {
        padding: 50px 30px;
    }
}
