html {scroll-behavior:smooth;}
body {
	margin:0;
	font-family: 'opensanssoft-regular', Verdana, Tahoma, Arial, Helvetica, 'sans-serif';
	font-size:14px;
	line-height:18px;
	color:#000;
}

@font-face {
    font-family: 'opensanssoft-regular';
    src: url('opensanssoft-regular-webfont.woff2') format('woff2'),
         url('opensanssoft-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'opensanssoft-bold';
    src: url('opensanssoft-bold-webfont.woff2') format('woff2'),
         url('opensanssoft-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*!
 * Web Fonts from Fontspring.com
 *
 * All OpenType features and all extended glyphs have been removed.
 * Fully installable fonts can be purchased at https://www.fontspring.com
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Fontspring. The fonts are protected under domestic and international trademark and 
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2010-2023 Fontspring
 *
 *
 *
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * Vendor:      Matteson Typographics
 * License URL: https://www.fontspring.com/licenses/matteson-typographics/webfont
 *
 *
 */

img {
    max-width:100%;
    height:auto;
}

*, *:before, *:after {
	box-sizing:border-box;
}

header {
	text-align:center;
	margin: 0 0 10px 0;
}

.main_menu {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1;
	justify-content:center;
	height:30px;
	background-image: -moz-linear-gradient(bottom, #e20031, #B6123E);
	background-image: -webkit-linear-gradient(bottom, #e20031, #B6123E);
	background-image: -ms-linear-gradient(bottom, #e20031, #B6123E);
	background-image: linear-gradient(bottom, #e20031, #B6123E);
	color: #fff;
	padding: 6px 0 0 0;
	background-color:#fff;
	border: 1px solid #e5e5e5;
	border-width:0 0 1px 0;
}

.main_menu a:link {
	font-family: 'opensanssoft-bold', Verdana, Tahoma, Arial, Helvetica, 'sans-serif';
	font-size:16px;
	line-height:16px;
	text-decoration:none;
	text-transform: uppercase;
	letter-spacing: 0.075em;
	color: #fff;
	transition: color 1s;
}

.main_menu a:hover {
	color: rgba(255,255,255,0.6)
}

.main_menu a:visited {
	color: #fff;
}

.main_logo {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1;
	justify-content:center;
	padding: 20px 0 0 0;
}

.logo {
	width:140px;
	height:auto;
}

.contenu {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1;
  	align-items: flex-top;
  	background-color:#fff;
	border-radius:12px;
	padding:10px;
}

.contenu_l {
	-webkit-flex:4;
	-ms-flex:4;
	flex:4;
	background-color:#f5f5f5;
	border: 1px solid rgba(182,18,62,0.2);
	margin:10px;
}

.contenu_l img {
	width:100%;
}

.contenu_r {
	-webkit-flex:1;
	-ms-flex:1;
	flex:1;
  	text-align:center;
	background-color:#f5f5f5;
	border-radius:12px;
	border: 1px solid rgba(182,18,62,0.2);
	margin:10px;
	padding:20px;
}

.contenu_links {
	-webkit-flex:1;
	-ms-flex:1;
	flex:1;
	align-content:center;
	justify-content:center;
	background-color:#f5f5f5;
	border: 1px solid rgba(182,18,62,0.2);
	margin: -10px 10px 10px 10px;
	padding: 18px 20px 20px 20px;
}

.contenu h1 {
	display:block;
	vertical-align:top;
	font-size:24px;
	line-height:28px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#e20031;
	margin: 0px 4px 24px 4px;
}

.num_info {
	width: 40px;
	font-family: 'opensanssoft-bold', Verdana, Tahoma, Arial, Helvetica, 'sans-serif';
	font-size:16px;
	line-height:16px;
	color: #fff;
	text-align:center;
	background-image: -moz-linear-gradient(top, #e20031, #B6123E);
	background-image: -webkit-linear-gradient(top, #e20031, #B6123E);
	background-image: -ms-linear-gradient(top, #e20031, #B6123E);
	background-image: linear-gradient(top, #e20031, #B6123E);
	border-radius: 6px 6px 0 0;
	padding: 4px 4px 4px 4px;
}

.bloc_info {
	background-color: #fff;
	border: 1px solid rgba(182,18,62,0.2);
	border-radius: 0 6px 6px 6px;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px 0px;
	padding: 10px 8px 11px 8px;
	margin-bottom:12px;	
}

.bloc_info_note {
	color: #B6123E;
}

.contenu_link {
	display:block;
	text-align:center;
	font-family: 'opensanssoft-bold', Verdana, Tahoma, Arial, Helvetica, 'sans-serif';
	font-size:16px;
	line-height:20px;
	text-decoration:none;
  	color:#fff;
	background-image: -moz-linear-gradient(top, #e20031, #B6123E);
	background-image: -webkit-linear-gradient(top, #e20031, #B6123E);
	background-image: -ms-linear-gradient(top, #e20031, #B6123E);
	background-image: linear-gradient(top, #e20031, #B6123E);
	background-color:#B6123E;
	border-radius:12px;
	margin-bottom:20px;
	padding:20px;
	transition: color 1s;
}

.contenu_link:hover {
	color: rgba(255,255,255,0.6);
}

.contenu_link:visited{
	color:#fff;
}

.img_prod {
	background-color:#fff;
	border-radius:12px;
	border: 1px solid rgba(182,18,62,0.2);
	margin-bottom:20px;
}

.img_illu {
	border-radius:12px;
	border: 1px solid rgba(182,18,62,0.2);
	margin-bottom:20px;
}

.demotoons {
	display:inline-block;
	max-width:20%;
	border-radius:12px;
	border: 2px solid #ccc;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px 0px;
	margin:10px;
}

.effloadmenu {
  	animation:loadlangues;
  	animation-duration:2s;
	animation-timing-function:ease-in-out;
}

.effloadlogo {
  	animation:loadlogo;
  	animation-duration:2s;
	animation-timing-function:ease-in-out;
}

.effloadtuto {
  	animation:loadtuto;
  	animation-duration:4s;
	animation-timing-function:linear;
}

@keyframes loadlangues {
  	0%   {opacity: 0%}
  	100% {opacity: 100%}
}

@keyframes loadlogo {
  0%   {opacity: 0%}
  100% {opacity: 100%}
  0%   {scale: 0%}
  100% {scale: 100%}
}

@keyframes loadtuto {
  0%   {opacity: 0%}
  100% {opacity: 100%}
  0%   {transform: translateY(-50%);}
  100% {transform: translateY(0%);}
}

.webdesign {
	text-align:center;
	text-transform:uppercase;
	letter-spacing:1px;
	padding: 4px 0 4px 0;
}

.webdesign a:link {
	font-size:12px;
	line-height:12px;
	text-decoration:none;
	color:#7f7f7f;
}

.webdesign a:visited {
	color:#7f7f7f;
}

	@media all and (max-width: 900px) {

.logo {
	max-width:80vw;
}

.contenu {
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	padding:5px;
}

.demotoons {
	max-width:40%;
}


	}