h1 {
    color: #000;
    font-weight: 800;
    letter-spacing: -2px;
    font-family: 'Work Sans';
    font-size: calc(49px + (32 - 32) * ((100vw - 300px) / (1600 - 300)));
    line-height: calc(42px + (61 - 35) * ((100vw - 300px) / (1600 - 300)));
}

h2 {
    margin-bottom: 0.3em;
    color: #000;
    font-weight: 700;
    letter-spacing: -2px;
    font-family: 'Work Sans';
    line-height: calc(40px + (49 - 35) * ((100vw - 300px) / (1600 - 300)));
    font-size: calc(44px + (36 - 24) * ((100vw - 300px) / (1600 - 300)));
}

h3 {
    color: #000000;
    padding-right: 1px;
    /*text-align: left;*/
    font-weight: 800;
    font-family: 'Work Sans';
    font-size:20px;
  	line-height:36px;
}

h4 {
   color: #000;
    font-weight: 600;
    font-family: 'Work Sans';
    line-height: calc(26px + (49 - 35) * ((100vw - 300px) / (1600 - 300)));
    font-size: calc(27px + (4 - 0) * ((100vw - 300px) / (1600 - 300)));
}

h5 {
    color: #f8b50c;
    font-weight: 600;
    font-family: 'Work Sans';
    line-height: calc(19px + (47 - 35) * ((100vw - 300px) / (1600 - 300)));
    font-size: calc(18px + (16 - 13) * ((100vw - 300px) / (1600 - 300)));
    font-style: oblique;
}

h6 {
color: #000000;
    padding-right: 1px;
    text-align: left;
    font-weight: 800;
    font-family: 'Work Sans';
    font-size: 17px;
    line-height: 36px;
}
}

.tck-article-title {
	display:none;
}

.cktext {
	font-family: 'Work Sans';
  	font-weight:500;
}

ul li {
list-style-image: url(https://www.rayformation.fr/images/image_refonte/bullet_cross_yellow.png);
    padding-left: 14px;
}

.pagebuilderck li::before {
	content:none !important;
}


/*Taille des icones*/

.pageck svg {
	max-width:50px;
	max-height:50px;
  }

@media only screen and (max-width:600px){
  .pageck svg {
	width:34px !important;
    height:34px !important;
}}

/*Placement du ?? + Media queries */
#ID1677243807761 .imageck img {
    position: absolute;
    top: -205px;
    z-index: 9999;
    left: -116px;
    width: 441px;
    min-width: 249px;
    opacity: 0.2;
    transform: rotate(7deg);
}

@media only screen and (max-width:800px) {
	#ID1677243807761 .imageck img {
    position: absolute;
    top: -499px;
    z-index: 9999;
    left: 24px;
    width: 236px;
    min-width: 249px;
    opacity: 0.2;
    transform: rotate(7deg);
}
}

/*Media Queries for large screen*/
@media only screen and (min-width:1300px){
  #wrapper6 > .inner {
  	height: 60vh;
    display: flex;
    align-items: center;
  }	
	#CharteDAO > .inner {
  	height: 85vh;
    display: flex;
    align-items: center;
  }	
}



