@import url(https://fonts.googleapis.com/css?family=Montserrat);

/*--------------------------------------------------------*/
/ Reset CSS /

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/ HTML5 display-role reset for older browsers /
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


.center {
	text-align:center;
}
.right {
	text-align:right;
}
.left {
	text-align:left;
}

.slideshow{
	width : 97vw !important;
	margin-left: 1vw !important;
}

.noir{
	color:#333 !important;
}

.red{
	color : red !important;
}

.text-barre{
	text-decoration: line-through red;
}

.inline{
	display: inline-block;
}

i{
	font-style:italic !important;
}
/*core style--------------------------------------------------------*/
body{
	margin:0;
	font-family: "Montserrat";
	background : #fff;
	color:#333;
	line-height: 1.5;
	/*text-align:center;*/
	padding:0px;
	overflow-x:hidden;
}

.icon-drapeau {
    width: 25px;
    height: 17px;
    margin-right: 0.5vw;
}

#icon-lanceur {
    width: 20px;
    height: 20px;
}
 #bg-image{
	 background-color: #777;
 }
img{
	display:inline-block;
	width:50%;
	height:auto;
}

.btn{
	display:inline-block;
	background : #F38181;
	border:none;
	color:white;
	padding:10px 15px;
	text-decoration: none;
	font-size: 10px;
	/*width : 50%;*/
}
h1, h2, h3, h4, h5, h6{
	margin:0;
	padding:1em 0;
	color : #333;
}

p{
	margin:0;
	padding:0;
}

ul{
	/*list-style: none;*/
	margin:0;
	padding:0;
}

li {
	background: #fff;
	color : #333;
}
a{
	text-decoration: none;
}

i{
	font-style: normal;
}

.grid {
	display : grid;
	grid-template-columns : 1fr 1fr 1fr 1fr 1fr;
}

#slogan{
	color: #fff;
	height: 55vmin;
}

#slogan h1,
#slogan h2,
#slogan h3,
#slogan h4,
#slogan h5,
#slogan h6{
	color: white !important;
}

.modal {
	margin-top: -175px !important;
    position: fixed;
    z-index: 1;
    padding-top: 250px;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 10px;
    border: 1px solid #888;
    width: 30%;
}

#close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
#close:hover,
#close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.modal-content img{
	width: 100%;
}

#share-buttons{
	margin-top:20px;
}

#share-buttons a img {
	width: 30px !important;
	padding: 0 5px 0 5px;;
	border: 0;
	box-shadow: 0;
	display: inline;
}

a.menu-noir:hover,
a.menu-noir:active {
    color: #0ce9da !important;
} {
    color: #0ce9da !important;
}

a.menu-noir-actif{
	color: #0ce9da !important;
}



/* -------------header--------------------*/
#head #menu li{
	background-color: transparent;
}

/*--------------logiciel-------------------- */

.btn-accueil{
	display: inline-block;
    color: white !important;
    background-color: #F38181;
    padding: 10px 30px;
    font-size: 1.5em;
    margin: 0 2vw 0 2vw;
    min-width: 10% !important;
}

.card{
	margin-bottom : 10px;
}


/*--------------recrutement----------------*/	
div.detail {
	display:block;
}

div.detail h2, div.detail h1 {
	color : #0ee8d8 !important;
}

div.detail ul {
	list-style :square !important;
	padding-left:50px;
	font-size:14px;
	font-weight:500;
}

div.detail .contact{
	text-align:justify;
	font-size:14px;
	font-weight:700;
}

.actualite-recrutement{
	padding-top : 2vw;
}

.actualite-recrutement h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #2ac5ba;
    color: white !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 0 0 20px !important;
}

.actualite-recrutement ul{
	padding-top : 10px !important;
	list-style : circle !important;
}

.actualite-recrutement li{
	margin-left : 3vw !important;
}

.actualite-recrutement p {
    margin-right: 5%;
    background-color: #2ac5ba;
    color: white;
    text-align: center;
    font-size: large;
	padding: 15px;
    margin-left: 5%;
}
.actualite-recrutement legend{
	font-size: x-large;
}

.actualite-recrutement text{
	padding-top:15px;
	padding-bottom:15px;
}

/*----------------------contact------------------ */
.champ-objet {
    height: 40px;
    border-color: #EEEEEE !important;
    border: solid;
    width: 97%;
    margin-top: 5px;
    padding-left: 10px;
    font-size: 15px;
	border-width:2px !important;
	background-color: transparent;
}

.champ-captcha{
	height :40px;
	border-color:#EEEEEE !important;
	border:solid;
	width:99%;
	text-align: center;
	margin-top:5px;
}

.champ-message{
	margin-top : 5px;
	border:solid;
	border-width:2px !important;
	border-color: #EEEEEE; 
	width:98%;
}

.champ-drop{
	width:100%;
	margin-top: 5px;
	margin-bottom: 5px;
}

#bouton-envoyer-mail{
	border:none;
	background-color: #0DEADA;
	margin-top: 20px;
	text-align: center;
	height:40px;
	width:auto;
	min-width:200px;
	color:white;
	font-size: 18px;
	font-weight: normal !important;
	padding:0 10px 0 10px;
}


/*-----------------developpement---------------------- */
#section-dev .box:first-child,
#section-dev .box:nth-child(3){
	background:#19B2B8;
}

#section-dev .box:nth-child(2){
	background:#5B6D83;
}

/*----------------------fiches logiciels---------------- */
#contenu-fiches{
	padding: 2vw 5vw;
}

.btn-fiches{
	/*width:200px;
	font-size:16px;
	background-color:#318CE7;*/
    font-size: 24px;
    background-color: #318CE7;
    margin-right: 20px;
    margin-left: 20px;
    min-width: 350px;
}
.liens-log{
	color : #333 !important;
}

.logo-cote {
	padding-top: 20%;
	width:auto;
	height:4vw;
	min-width:80px;
}
.fleche-left a{
	cursor:pointer;
	color : #CECECE !important;
	font-size: 10vw ;
}
.logo-courant {
    height: 10vw;
    width: auto;
    min-height: 0px;
    margin-top: 2vw;
}
.fleche-right a{
	cursor:pointer;
	color : #CECECE !important;
	font-size: 10vw ;
}

.tableau{
	display : grid;
	grid-template-columns:1fr;
	margin-bottom:2vw;
	width : 100%;
}
.tableau ul {
    padding-bottom: 1vw;
    padding-top: 1vw;
    list-style: disc;
}

.tableau ul li {
	margin-bottom:0em !important;
    margin-left: 3vw;
    background-color: transparent;
}


.neutre .btn-fiches{
	margin-bottom : 20px;
}

.euro,
.euro-neutre{
	display : none;
}

.text {
    height: auto;
    padding-top: 1vw;
	padding-bottom: 1vw;
    padding-right: 2vw;
    padding-left: 2vw;
}

table{
	width : 100%;
	background-color: #d8d9e0;
}

.tableau div tr{
	/*display : flex;
	justify-content:space-around;*/
}

.tableau div th,
.tableau div td{
	width : 33%;
}

td{
	border-right : solid;
	border-left : solid;
	border-width : 1px !important;
	border-color: #fff;
	padding : 9px;
	font-size: 18px;
}

/*.mga tr:nth-child(2),
.mga tr:nth-child(4),
.mga tr:nth-child(6),
.mga tr:nth-child(8),
.mga tr:nth-child(10),
.mga tr:nth-child(12),
.mga tr:nth-child(14),
.mga tr:nth-child(16),
.mga tr:nth-child(18),
.mga tr:nth-child(20),
.mga tr:nth-child(22),
.mga tr:nth-child(24),
.euro tr:nth-child(2),
.euro tr:nth-child(4),
.euro tr:nth-child(6),
.euro tr:nth-child(8),
.euro tr:nth-child(10),
.euro tr:nth-child(12),
.euro tr:nth-child(14),
.euro tr:nth-child(16),
.euro tr:nth-child(18),
.euro tr:nth-child(20),
.euro tr:nth-child(22),
.euro tr:nth-child(24){
	background-color: #f1ede9;
}*/

.mga tr:nth-child(2n), .euro tr:nth-child(2n), .tout-tarif tr:nth-child(2n) {
    background-color: #f1ede9;
}

.alert{
	background-color: #ff9797 !important;
	padding : 5px !important;
}

th{
	border : solid;
	border-width : 1px !important;
	border-color: #fff;
	font-size: 20px;
	padding:15px;
	background-color : #aab5c5;
}

.btn-tarif{
	font-size: 16px;
	background-color:#aab5c5;
	font-weight : 500;
	color: #333;
	border:none !important;
	width : 75px;
	padding: 5px !important;
	cursor:pointer;
}

.btn-tarif-actif{
	background-color :#318CE7 !important; 
	cursor:none !important;
}

.fa-file-pdf{
	padding-left : 1vw;
	font-size : 36px !important;
	color : #333;
}

.pdf{
	display : inline-block;
}

.developpement-contenu{
	padding-bottom: 2vw !important;
	font-size : 18px !important;
}

.developpement-contenu p{
	padding-top : 10px;
}
.developpement-contenu h2 {
	color:#2ac5ba !important;
}

.developpement-contenu legend h2 {
	color : #333 !important;

}

.developpement-contenu ul{
	padding-top : 10px;
	list-style : disc !important;
}

.developpement-contenu li{
	margin-left : 3vw;
}

/* .fiche-une{ */
	/* display : flex; */
	/* justify-content:space-around; */
/* } */

/*----------footer----------*/
.logo-manao-pied{
	padding : 1em 1em;
	width :30%;
	opacity:0.5;
}

#mobile-footer ul{
	list-style: none;
	grid-column: 1/4;
	display : flex;
	justify-content: space-around;
}

#mobile-footer li{
	background: #393E46;
}

#mobile-footer .icon-pied{
	font-size: 30px ;
	color:#9E9E9E;
	background:#393E46;
	padding:0;
}

.copyright{
	text-align: center;
	font-size:14px;
	padding-bottom:10px;
}

.copyright a{
	display : inline-block !important;
	color: #fff;
	text-decoration: underline;
}


/*-------------cgv---------------*/
#cgv{
	width : 75%;
	position : relative;
	padding : 2vw 0 2vw 0;
}

#cgv p,
#cgv ul{
	padding-top : 10px;
}

#cgv ul{
	list-style : disc;
}

#cgv li{
	margin-left : 3vw;
}

#cgv h3,
.divPdf h1,
.divPdf a{
	color : #028977 !important;
}

.divPdf{	
	display : grid;
	grid-template-columns: 6fr 1fr;
}

.divPdf h1{
	padding-top: 10px;
    padding-bottom: 0px;
}

.pdf-c{
	display : block;
}


.card-text h1{
	padding : 0 !important;
}

/*--------------------- actualite---------*/
.actualite-contenu{
	font-size : 16px !important;
}

.actualite-contenu iframe{
	width: 80%;
    height: 23vw;
}
.actualite-contenu p,
.actualite-contenu li{
	padding-top : 10px !important;
}

.actualite-contenu ul{
	list-style : disc;
	padding-top : 10px;
	}

	.actualite-contenu li{
	margin-left : 3vw !important;
}

.t-cadre h2,
.t-cadre h3,
.t-cadre h4,
.t-cadre h6{
	padding-left : 10px !important;
	padding-right : 10px !important;
}
.t-cadre h2,
.t-cadre h3{
	padding-top : 0px !important;
	padding-bottom : 0px !important;
}

.t-cadre h4,
.t-cadre h6{
	font-weight : 300 !important;
}

.formulaire-mobile{
	display:none;
}


/*--------------------scolaris----------------------------------*/
.scolaris img {
    width: 100%;
    padding-bottom: 3vw;
}
.scolaris li {
    width: 48% !important;
}
.scolaris {
    padding-top: 20px !important;
}
	
.tarifs-scolaris {
    padding-left: 5vw;
    padding-right: 5vw;
}

.text-bleu {
    color: #0ceadb !important;
    font-weight: bold;
}	

.tarifs-scolaris p {
    padding-bottom: 20px;
}

.tarifs-scolaris ul{
	margin: auto;
    padding-bottom: 20px;
    list-style: circle;
    width: 290px;
}

.tarifs-scolaris li{
	margin-left: 10px;
}

.logo-principal{
	margin-bottom:15px;
}

/*-----------------------produit---------------------*/
.contenu-produit{
	padding : 2vw 10vw 2vw 10vw;
	text-align : justify;
}

.contenu-produit ul{
	padding-top : 2vw;
	list-style : disc;
}

.contenu-produit ul li{
	margin-left:5vw;
}

.contenu-produit p{
	padding-bottom : 5px;
	
}

.contenu-produit img{
	width:auto !important;
	margin-bottom:1vw;
}

/*-----------------------fiche-------------------------*/
#fonctionnalite a{
	font-weight: 900;
    color: #333;
    font-size: 15px;
}

#fonctionnalite a:hover {
    color: #9e9e9e;
    text-decoration: underline;
}
#notif{
	background-color: #fc3a2e5e;
    color: #333;
    font-weight: normal;
    padding: 5px;
    width: auto;
    /*max-width: 700px;*/
    border-radius: 5px;
    margin-top: 20px;
    font-size: 14px;
    text-align: center; 
}
