/* @import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;700&display=swap"|Nunito'); */
/*@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;600&display=swap&text=1234567890ABCÇDEFGHIJKLMNOPQRSTUVWXYZaàbcçdeéèêëfghiîjklmnoôœpqrstuvwxyz?!€()>+%20%22%27"|Nunito');*/
/*@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600&display=swap&text=1234567890ABCÇDEFGHIJKLMNOPQRSTUVWXYZaàbcçdeéèêëfghiîjklmnoôœpqrstuvwxyz?!€()>+%20%22%27"|Nunito');*/
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;900&display=swap&text=1234567890ABCÇDEFGHIJKLMNOPQRSTUVWXYZaàbcçdeéèêëfghiîjklmnoôœpqrstuvwxyz?!€()>+%20%22%27"');

{
 margin: 0px;
 padding: 0px;
}

-webkit-appearance: none;

:root {
  --DarkBlue: #1d70b8;
}

html, body { 
	height: 100%;
	min-height: 100%; 
	width: 100%; 
	margin: 0px;
	padding: 0px;
	font-family: 'Nunito Sans', sans-serif;
	color: #616161 !important;	
}

body {
  margin: 0 !important;
  padding: 0 !important;
  height: 100% !important;
}

H1 {
	margin-block-start: 0em;
	margin-block-end: 0em;
}

* {
  box-sizing: border-box;
}

/* Style the header */
.header {
 /* padding: 10px 16px;*/
  background: white;
  color: #f1f1f1;
}

/* Page content */
.content {
  padding: 16px;
}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 102px;
}

a{
	text-decoration: none; 
	cursor: pointer;
}

.bloghr{
	width: 60%;
	border: 1px solid lightgrey;
}

hr{
	border: none;
	height:0.25vw !important;
}


div.container{
	position: relative;
    left: 55%;
    transform: translate(-45%,-50%);
}

#content {
	text-align: center;
}

.topnav {
	z-index:100;
}

.topnavcontainer{
	position: relative;
	margin-top:0.5vw;
	float: left;
	left: 50%;
	transform: translateX(-50%);
}

.DivCenter{
	position: relative;
	float: left;
	left: 50%;
	transform: translateX(-50%);
}

.overflow-content {
    overflow: visible !important;
}

.topnavSubscribe {
    position: absolute;
	margin-top: 0px;
}

.topnav a {
  float: left;
  display: block;
  text-align: center;
  padding: 0px 1vw 2px;
  text-decoration: none; 
}

.topnav a.active {
    text-decoration: underline;
}

.buttonrounded {
	background:#1d70b8;
	display:inline-block;
	color: #ffffff !important;
	padding:.25em 1em;
	text-decoration:none;
	border : 0px;
	z-index: 1000;
	cursor: pointer;
	border-radius: 0.5vw;
	margin-bottom:2vw;
}

.buttonMyaccount {
  background-color: white; /* Green */
  border: none;
  padding: 0 1vw;
  width: 100%;
  text-decoration: none;
  display: inline-block;
}

.skew-fix{
  display:inline-block;
  transform: skew(20deg);
}

.logo{
	max-width:14vw;
}

input[type=text],[type=password],[type=email],[type=subject],[type=number] {
	width: 80%;
	height: 2vw;
	padding-left: 5px;
	margin-top: 5px;
	box-shadow: 0 0 5px #eaebed;
	border: 2px solid #eaebed;
	color: #4f4f4f;
	font-family:'Nunito Sans', sans-serif;
	font-size: 1vw;
	border-radius: 25px;
}

.textzone {
	width: 100%;
	padding-left: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	box-shadow: 0 0 5px #eaebed;
	border: 2px solid #eaebed;
	color: #4f4f4f;
	border-radius: 15px;
	font-family:'Nunito Sans', sans-serif;
}

select {
	width: 80%;
	height: 2vw;
	box-shadow: 0 0 5px #eaebed;
	border: 2px solid #eaebed;
	color: #4f4f4f;
	font-size: 1vw;
	border-radius: 25px;
	font-family: inherit;
	text-align: center;
	text-align-last: center;
}

option {
  text-align: left;
}

.StepDivHidden{
	display: none;
}

.fromtable tr.spaceUnder>td{
	padding-bottom: 1vw;
}

.standardtextVerylarge{
	font-family: 'Nunito Sans', sans-serif;
	color: black;
	font-size: 4vw;
}

.standardtextlarge{
	font-family: 'Nunito Sans', sans-serif;
	color: black;
	font-size: 3vw;
}

.Text1_5{
	font-family: 'Nunito Sans', sans-serif;
	color: black;
	font-size: 1.5vw;
}

.Text2{
	font-family: 'Nunito Sans', sans-serif;
	color: black;
	font-size: 2vw;
}

.Text3{
	font-family: 'Nunito Sans', sans-serif;
	color: black;
	font-size: 3vw;
}

.bloglink{
	font-weight: bold;
	color: #1d70b8 !important;
}


.standardtext{
	font-family: 'Nunito Sans', sans-serif;
	color: black;
	font-size: 1.25vw;
}

.standardtextWhite{
	font-family: 'Nunito Sans', sans-serif;
	color: white;
	font-size: 1.25vw;
}

.standardtextRed{
	font-family: 'Nunito Sans', sans-serif;
	color: #d10000;
	font-size: 1.25vw;
}

.standardtextSmall{
	font-family: 'Nunito Sans', sans-serif;
	color: black;
	font-size: 1vw;
}

.standardtextVerySmall{
	font-family: 'Nunito Sans', sans-serif;
	color: black;
	font-size: 0.5vw;
}

.lighttext{
	font-family: 'Nunito Sans', sans-serif;
	color: #848484;
	font-size: 1vw;
}

.standardtextSmallRed{
	font-family: 'Nunito Sans', sans-serif;
	color: #d10000;
	font-size: 1vw;
}

.standarderrortext{
	font-family: 'Nunito Sans', sans-serif;
	color: #d10000;
	font-size: 1vw;
}

.boldtext{
	font-weight: bold;
}

.TitleText{
	font-family: 'Nunito Sans', sans-serif;
	color: black;
	font-size: 3vw;
	font-weight: bold;
	line-height:3vw;
}

.blueText{
	color: #1d70b8;
}

.boldfont{
	font-family: 'Bold';
	color: #476e9e;
	font-size: 3vw;
}

.boldstrike{
	 position: relative;
}

.boldstrike:before {
  position: absolute;
  content: "";
  color: #CF1007;
  opacity:0.6;
  left: 0;
  top: 50%;
  right: 0;
  border-top: 0.5vw solid;
  border-color: inherit;
  
  -webkit-transform:rotate(-15deg);
  -moz-transform:rotate(-15deg);
  -ms-transform:rotate(-15deg);
  -o-transform:rotate(-15deg);
  transform:rotate(-15deg);
}

textarea#Message {
	width: 80%;
	padding-left: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	box-shadow: 0 0 5px #eaebed;
	color: #4f4f4f;
	border-radius: 15px;
	font-family:inherit;
	font-size: 1vw;
}

.formContainer{
	position:relative;
	display:block;
	background-image: url('../images/fond4.png');
	background-size: cover;
}

.controlRed{
	border : 2px solid #d10000 !important;
	box-shadow : 0 0 3px #d10000 !important;
}

/* Preloader */

.se-pre-con {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: white!important;
}

.innerLoader {
  position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}

.site-content{     
    display: none;
 }
 
 /* Footer style*/

.row{
	overflow:auto; 
}

.row::after {
  content: "";
  clear: both;
  display: block;
}

.divLightBlue {
	background-color: #d1ebff;	
}

.divPurple {
	background-color: #c1aef2
}

.divCream {
	background-color: #f5f5f0;
}

.divDarkBlue {
	background-color: #1d70b8;
}

.divOceanBlue {
	background-color: #31bdec;
}

.divLightGrey {
	background-color: #F3F2F2;
	border: 1px solid #F3F2F2;
}

.divCardPress{
	box-shadow: 5px 5px 4px 0px gray;
	border: 2px solid #eaebed;
	color: #4f4f4f;
	border-radius: 15px;
	height: 8vw;
	width : 8vw;
	display: inline-block;
	margin: 1vw 1vw;
	text-align: center;
	vertical-align: top;
}

.divCard{
	box-shadow: 5px 5px 4px 0px gray;
	border: 2px solid #eaebed;
	color: #4f4f4f;
	border-radius: 15px;
	height: 14vw;
	width : 14vw;
	display: inline-block;
	margin: 2vw 2vw;
	text-align: left;
	vertical-align: top;
}

.divCardLogin{
	border: 2px solid #eaebed;
	color: #4f4f4f;
	border-radius: 15px;
	width : 52vw;
	height : 26.3vw;
	display: inline-block;
}

.divCardImage{
	width:14vw;
	border-radius: 15px 15px 0px 0px
}

.divCardCategory{
	margin-top : 0.5vw;
	margin-left : 1vw;
	display: block;
}

.divCardVideoCount{
	margin-top : 0.5vw;
	margin-left : 1vw;
	display: block;
}

.scrolling-wrapper {
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
	padding-bottom : 1vw;
}

.card {
    display: inline-block;
	text-align: center;
	border: 2px solid lightgrey;
	-webkit-box-shadow: 5px 5px 4px 0px rgba(0,0,0,0.58); 
	box-shadow: 5px 5px 4px 0px gray;
	width : 20vw;
  }

.card p{
    margin-block-start: 0.25em;
    margin-block-end: 0.5em;
}

.subscribecard {
    display: inline-block;
	border: 5px solid #e9e9e9;
	/* box-shadow: 3px 3px 2px 0px #e9e9e9; */
	background-color: white;
	width : 19vw;
	height : 18vw;
	border-radius: 1.5vw;
	vertical-align: top;
  }
  
  .subscribecardselected {
    display: inline-block;
	border: 5px solid white;
	background-color: rgba(186, 40, 241,0.25);
	width : 19vw;
	height : 18vw;
	border-radius: 1.5vw;
	vertical-align: top;
  }
  
.subscribecardRed {
    display: inline-block;
	border: 5px solid #CF1007;
	background-color: white;
	width : 19vw;
	height : 22vw;
	border-radius: 0.25vw;
	cursor: -webkit-grab;
	cursor: grab;
  }
  
.subscribecardPoppup {
	display: inline-block;
    border-radius: 2vw;
	width : 14vw;
	background-color: #CF1007;
	margin-top:-1vw;
}

.testimonicard {
    display: inline-block;
	border: 2px solid #e9e9e9;
	background-color: white;
	padding : 0.5vw;
	margin-left : 1vw;
	margin-right : 1vw;
	width : 19vw;
	height : 15vw;
	border-radius: 0.5vw;
	cursor: -webkit-grab;
	cursor: grab;
	vertical-align: top;
  }
  
[class*="col-"] {
  float: left;
  padding: 0px;
  /* border: 2px solid #476e9e; */
}

.footer {
	position:absolute;
	bottom:0;
	width: 100%;
}

@media (max-height: 700px) {
	.footer {
		position:relative;
		margin-top : 10vw;
		width: 100%;
	}
}

/* For desktop: */
.col-0-5 {width: 4.165%;}
.col-1 {width: 8.33%;}
.col-1-5 {width: 12.495%;}
.col-2 {width: 16.66%;}
.col-2-5 {width: 20.825%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

.circle {
	border-radius: 50%;
	width: 7vw;
	height: 7vw;
	margin-top: 0.5vw;
	background: #fff;
	border: 3px solid #476e9e;
	color: #476e9e;
	text-align: center;
	font: 6vw standardtext;
	font-weight: 900;
	line-height:1vw;
}

.panel-heading [data-toggle="collapse"]:after{
font-size:24px !important;
}

.chevron{
	cursor: -webkit-grab;
	cursor: grab;
	width:2vw;
}

.preview_icon {
  color: #1d70b8;
  margin-left : -2vw;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  cursor: pointer;
  padding: 15px;
  color: #1d70b8;
}

.scrolling-wrapper-flexbox {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;

  .scrollcard {
    flex: 0 0 8vw;
  }
}