/* CSS pour sete */

/* couleurs
bleufort #28347c;
bleuclair #5390cf; 
bleublanc	#f4f4f4;
jaune #fbc233;
orange #ec6722;
rose #ef7856;
rouge #e32e8f;
*/

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on January 6, 2013 02:29:12 AM America/New_York */
@font-face {
    font-family: 'AmbleLight';
    src: url('fonts/Amble-Light-webfont.eot');
    src: url('fonts/Amble-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Amble-Light-webfont.woff') format('woff'),
         url('fonts/Amble-Light-webfont.ttf') format('truetype'),
         url('fonts/Amble-Light-webfont.svg#AmbleLight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AmbleLightItalic';
    src: url('fonts/Amble-LightItalic-webfont.eot');
    src: url('fonts/Amble-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Amble-LightItalic-webfont.woff') format('woff'),
         url('fonts/Amble-LightItalic-webfont.ttf') format('truetype'),
         url('fonts/Amble-LightItalic-webfont.svg#AmbleLightItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AmbleRegular';
    src: url('fonts/Amble-Regular-webfont.eot');
    src: url('fonts/Amble-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Amble-Regular-webfont.woff') format('woff'),
         url('fonts/Amble-Regular-webfont.ttf') format('truetype'),
         url('fonts/Amble-Regular-webfont.svg#AmbleRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AmbleItalic';
    src: url('fonts/Amble-Italic-webfont.eot');
    src: url('fonts/Amble-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Amble-Italic-webfont.woff') format('woff'),
         url('fonts/Amble-Italic-webfont.ttf') format('truetype'),
         url('fonts/Amble-Italic-webfont.svg#AmbleItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AmbleBold';
    src: url('fonts/Amble-Bold-webfont.eot');
    src: url('fonts/Amble-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Amble-Bold-webfont.woff') format('woff'),
         url('fonts/Amble-Bold-webfont.ttf') format('truetype'),
         url('fonts/Amble-Bold-webfont.svg#AmbleBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AmbleBoldItalic';
    src: url('fonts/Amble-BoldItalic-webfont.eot');
    src: url('fonts/Amble-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Amble-BoldItalic-webfont.woff') format('woff'),
         url('fonts/Amble-BoldItalic-webfont.ttf') format('truetype'),
         url('fonts/Amble-BoldItalic-webfont.svg#AmbleBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AmbleLightCondensed';
    src: url('fonts/Amble-LightCondensed-webfont.eot');
    src: url('fonts/Amble-LightCondensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Amble-LightCondensed-webfont.woff') format('woff'),
         url('fonts/Amble-LightCondensed-webfont.ttf') format('truetype'),
         url('fonts/Amble-LightCondensed-webfont.svg#AmbleLightCondensed') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AmbleLightCondensedItalic';
    src: url('fonts/Amble-LightCondensedItalic-webfont.eot');
    src: url('fonts/Amble-LightCondensedItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Amble-LightCondensedItalic-webfont.woff') format('woff'),
         url('fonts/Amble-LightCondensedItalic-webfont.ttf') format('truetype'),
         url('fonts/Amble-LightCondensedItalic-webfont.svg#AmbleLightCondensedItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* typo */


h1	{
font-family: 'AmbleLightCondensed';
font-weight: normal;
font-size: 20pt;
margin: 0px;
color: #5390cf;
}
h2	{
font-family: 'AmbleLight';
font-weight: normal;
/*text-transform: uppercase;*/
font-size: 15pt;
color: #ec6722;
margin: 0px;
}
h3	{
font-family: 'AmbleLight';
font-weight: normal;
font-size: 13pt;
margin: 0px;
color: #e32e8f;
}
.large {
font-family: 'AmbleRegular'; font-size: 12pt;
}
.medium {
font-family: 'AmbleRegular'; font-size: 10pt;
}
.small {
font-family: 'AmbleRegular'; font-size: 8pt;
}
.title {
font-family: 'AmbleLight'; font-size: 18pt; color: #c11e5f; padding: 4px;
}
.bold {
font-family: 'AmbleBold';
}
.ital {
font-family: 'AmbleItalic';
}
.boldital {
font-family: 'AmbleBoldItalic';
}

.bleufort {
color: #28347c;
}
.bleuclair {
color: #5390cf;
}
.bleublanc {
color: #f4f4f4;
}
.jaune {
color: #fbc233;
}
.orange {
color: #ec6722;
}
.rose {
color: #ef7856;
}
.rouge {
color: #e32e8f;
}
.blanc {
color: #ffffff;
}
.attention {
font-family: 'AmbleLightCondensed'; font-size: 8pt; color: #ec6722;
}

* {
-webkit-box-sizing: border-box; -moz-box-sizing: border-box;
box-sizing: border-box;
}
hr {
border: 0; height: 1px; background-color: #5390cf;
}
hr.blanc {
border: 0; height: 1px; background-color: #ffffff;
}
p {
margin:0px;
line-height: 1;
}
a {
text-decoration: none; border: 0px; color: inherit;
}
a:hover {
color: #e61449;
}
sup {
font-size: 50%;
}
.floatleft {
display: block;
float: left;
margin-right: 10px;
}
ul {
list-style-type: square;
list-style-position: inside;
margin: 0px;
padding: 0px;
/*line-height: normal;*/
}
li {
line-height: 150%;
/*line-height: normal;*/
}

/* ####################################### */
/* ----------------------|################ */
/* iframe                |################ */
/* ----------------------|################ */
/* ####################################### */
.container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) - 4/3 : 75% - Carre : 100% */
}
/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* ####################################### */
/* ####################################### */
/* ####################################### */
/* ####################################### */
/* ####################################### */
/* ----------------------|################ */
/* grand écran           |################ */
/* ----------------------|################ */
/* ####################################### */
/* ####################################### */
/* ####################################### */
/* ####################################### */
/* ####################################### */

body {
width: 100%;
max-width: 1024px;
margin-left: auto;
margin-right: auto;
background-color: #f4f4f4;
padding: 20px;
font-family: 'AmbleRegular', 'Arial';
color: #28347c;
}
header {
width: 100%;
margin-bottom: 0px;
}
	
nav {
width: 100%;
/*vertical-align: middle;*/
margin-bottom: 10px;
text-align: right;
}
	.modulenav	{
	width: 85px;
	height: 28px;
	padding-top: 8px;
	display: inline-block;
	background-color: #5390cf;
	vertical-align: middle;
	text-align: center;
	font-family: 'AmbleBold';
	font-size: 9pt;
	color: #ffffff;
	overflow: hidden;
	}
	.modulenav:hover	{
	background-color: #28347c;
	}
	.modulenav100	{
	width: 100%;
	height: 28px;
	padding: 7px;
	background-color: #5390cf;
	vertical-align: middle;
	text-align: center;
	font-family: 'AmbleBold';
	font-size: 11pt;
	color: #ffffff;
	margin-bottom: 10px;
	}
	.modulenav100:hover	{
	background-color: #28347c;
	}
	.navwww {
	width: 28px;
	height: 28px;
	display: inline-block;
	padding-top: 8px;
	vertical-align: middle;
	text-align: center;
	background-image: url("images/www.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	/*margin-bottom: 5px;*/
	}
	.navwww:hover {
	background-image: url("images/wwwnuit.png");
	}
	.navfb {
	width: 28px;
	height: 28px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	background-image: url("images/fb.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-bottom: 5px;
	}
	.navfb:hover {
	background-image: url("images/fbjaune.png");
	}
	.navtwit {
	width: 28px;
	height: 28px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	background-image: url("images/twitter.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-bottom: 5px;
	}
	.navtwit:hover {
	background-image: url("images/twitterjaune.png");
	}
	.navlinkedin {
	width: 28px;
	height: 28px;
	padding-top: 8px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	background-image: url("images/linkedin_bleufort.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-bottom: 5px;
	}
	.navlinkedin:hover {
	background-image: url("images/linkedin_jaune.png");
	}
	.navpinterest {
	width: 28px;
	height: 28px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	background-image: url("images/pinterest.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-bottom: 5px;
	}
	.navpinterest:hover {
	background-image: url("images/pinterestjaune.png");
	}
	.navyoutube {
	width: 28px;
	height: 28px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	background-image: url("images/youtube.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-bottom: 5px;
	}
	.navyoutube:hover {
	background-image: url("images/youtubejaune.png");
	}
	.navvimeo {
	width: 28px;
	height: 28px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	background-image: url("images/vimeo.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-bottom: 5px;
	}
	.navvimeo:hover {
	background-image: url("images/vimeojaune.png");
	}
	
aside {
width: 36%;
min-height: 100px;
display: inline-block;
vertical-align: top;
margin-right: 4%;
margin-bottom: 20px;
}
footer {
text-align: right;
font-size: 8pt;
}
.inlineblockmiddle {
display: inline-block;
vertical-align: middle;
}


/* couleurs
bleufort #28347c;
bleuclair #5390cf; 
bleublanc	#f4f4f4;
jaune #fbc233;
orange #ec6722;
rose #ef7856;
rouge #e32e8f;
*/



section {
width: 100%;
vertical-align: middle;
padding: 3%;
text-align: left;
margin-bottom: 10px;
border-radius: 10px 0px 10px 0px;
}
.sectionbleu {
background-color: #5390cf;
color: #28347c;
}
.sectionblanc {
background-color: #ffffff;
color: #28347c;
}
.sectionbleufort {
background-color: #28347c;
color: #f4f4f4;
}

#main {
width: 59%;
min-height: 100px;
display: inline-block;
vertical-align: top;
}

.partner {
width: 80px;
height: 80px;
display: inline-block;
margin-right: 5px;
margin-bottom: 5px;
}
.program {
width: 70px;
display: inline-block;
margin-right: 5px;
margin-bottom: 5px;
}
.portrait {
width: 25%;
display: inline-block;
vertical-align: middle;
margin-right: 5px;
margin-bottom: 5px;
line-height: 90%;
}
.descript {
width: 70%;
display: inline-block;
vertical-align: middle;
margin-right: 5px;
margin-bottom: 5px;
line-height: 90%;
}
.parag9 {
font-family: 'AmbleRegular';
font-size: 9pt;
color: #1c1f3a;
text-align: justify;
line-height: 130%;
margin-top: 5px;
margin-bottom: 10px;
}
.parag8	{
font-family: 'AmbleLight';
font-size: 7pt;
color: #1c1f3a;
text-align: justify;
line-height: 130%;
margin-top: 5px;
}
.cv {
background-color: rgba(162, 170, 171, 0.2);
height: 40px;
padding: 15px;
border-radius: 10px 0px 10px 0px;
/*border: 1px solid #a2aaab;*/
margin-top: 10px;
overflow: hidden;
transition: height 1s;
}
.cv:hover {
height: 400px;
}

/* ########## FORMULAIRES ############### */

.moduleinput {
width: 100%;
margin-bottom: 20px;
margin-top: 20px;
vertical-align: middle;
}

.moduleinputdrh {
width: 100%;
margin-bottom: 20px;
margin-top: 20px;
vertical-align: middle;
display: none;
}
.module_un {
width: 100%;
margin-bottom: 20px;
margin-top: 20px;
vertical-align: middle;
display: none;
padding: 12px;
border: 1pt solid #f39200;
border-radius: 10px 10px 10px 10px;
}
.module_deux {
width: 100%;
margin-bottom: 20px;
margin-top: 20px;
vertical-align: middle;
display: none;
padding: 5px;
border: 1pt solid #f39200;
border-radius: 10px 10px 10px 10px
}
.module_trois {
width: 100%;
margin-bottom: 20px;
margin-top: 20px;
vertical-align: middle;
display: none;
padding: 5px;
border: 1pt solid #f39200;
border-radius: 10px 10px 10px 10px
}
.module_config {
width: 100%;
margin-bottom: 20px;
margin-top: 20px;
vertical-align: middle;
display: none;
}

.inputautre {
width: 100%;
margin-bottom: 20px;
margin-top: 20px;
vertical-align: middle;
display: none;
}
.divfactdiff {
width: 100%;
margin-bottom: 20px;
margin-top: 20px;
vertical-align: middle;
display: none;
}

.moduleinputright {
width: 100%;
margin-bottom: 20px;
margin-top: 20px;
vertical-align: middle;
text-align: right;
}

label {
width: 22.5%;
display: inline-block;
vertical-align: middle;
font-size: 10pt;
}
.input {
width: 76%;
height: 30px;
display: inline-block;
background-color: #ffffff;
vertical-align: middle;
font-size: 10pt;
color: #0f265c;
padding: 3px;
border: 1px solid #cdcac8;
}
.inputcourt {
width: 30%;
height: 30px;
display: inline-block;
background-color: #ffffff;
vertical-align: middle;
font-size: 10pt;
color: #0f265c;
padding: 3px;
border: 1px solid #cdcac8;
}
.inputcarre {
width: 30px;
height: 30px;
display: inline-block;
background-color: #ffffff;
vertical-align: middle;
text-align: center;
font-size: 10pt;
color: #0f265c;
padding: 3px;
border: 1px solid #cdcac8;
}
input:invalid {
  border: 1px dashed #e32e8f;
}
inputcourt:invalid {
  border: 1px dashed #e94c26;
}
.inputradio {
min-width: 30px;
height: 15px;
display: inline-block;
vertical-align: middle;
font-size: 11pt;
color: #ffffff;
padding: 3px;
border: none;
margin-top: 5px;
}
textarea {
width: 76%;
height: 65px;
display: inline-block;
background-color: #ffffff;
vertical-align: middle;
font-size: 10pt;
color: #0f265c;
padding: 3px;
border: none;
}
/* ####### 100% ####### */
.label100 {
width: 100%;
font-size: 12pt;
margin-bottom: 5px;
}
.input100 {
width: 100%;
height: 30px;
background-color: #ffffff;
vertical-align: middle;
font-size: 11pt;
color: #0f265c;
padding: 3px;
border: none;
}

.textarea100 {
width: 100%;
height: 130px;
background-color: rgba(255, 255, 255, 0.8);
font-size: 11pt;
color: #0f265c;
padding: 3px;
border: none;
}
/* ##################### */
.courant {
width: 60%;
display: inline-block;
vertical-align: middle;
font-size: 10pt;
}

fieldset {
vertical-align: middle;
padding: 2%;
text-align: left;
border-radius: 8px 8px 8px 8px;
border: 1px solid #e94c26;
}
.bordure {
border: 1pt solid #c33665
}
.legend {
font-size: 8pt;
}

select {
font-size: 12pt;
}
.texte_option {
font-size: 12pt;
}
.submit	{
width: 100px;
height: 28px;
padding: 7px;
display: inline-block;
background-color: #3799a0;
border: none;
vertical-align: middle;
text-align: center;
font-family: 'AmbleBold';
font-size: 9pt;
/* color: #51c1e1; */
color: #ffffff;
}
.submit:hover	{
/* background-color: rgba(81, 193, 255, 1); */
background-color: #424f69;
color: #ffffff;
}
.submit100	{
width: 100%;
height: 46px;
padding: 11px;
padding-top: 13px;
display: inline-block;
background-color: #5390cf;
border: none;
vertical-align: middle;
text-align: center;
font-family: 'AmbleBold';
font-size: 12pt;
/* color: #51c1e1; */
color: #ffffff;
}
.submit100:hover	{
background-color: #28347c;
}

.submitmini	{
width: 100%;
height: 32px;
padding: 2px;
background-color: #5390cf;
border: none;
vertical-align: middle;
text-align: center;
font-family: 'AmbleBold';
font-size: 10pt;
/* color: #51c1e1; */
color: #ffffff;
margin-bottom: 1px;
}
.submitmini:hover	{
background-color: #28347c;
}
.reset	{
width: 80px;
height: 28px;
padding: 7px;
display: inline-block;
background-color: rgba(230, 0, 126, 0.3);
border: none;
vertical-align: middle;
text-align: center;
font-family: 'AmbleBold';
font-size: 9pt;
color: #ffffff;
}
.reset:hover	{
background-color: rgba(230, 0, 126, 0.7);
color: #ffffff;
}

/*===== EVAL =========================*/
input[type=range].notation {
width: 80%;
height: 20px;
margin-right: 10%;
margin-left: 10%;
}
/*==============================*/
/* le curseur
Pour la zone de déplacement (track) :
-webkit-slider-runnable-track
-moz-range-track
-ms-track
Pour le curseur (thumb) :
-webkit-slider-thumb
-moz-range-thumb
-ms-thumb
*/
/*==============================*/
input[type=range].notation::thumb {
  width: 10em;
  padding: 0.25em;                                              /* largeur du bord */
  border: 5px solid #888;
  border-radius: 50%;
  box-shadow: 0 0 .5em #FFF inset;
  background: linear-gradient(#888, #FFF) content-box,          /* le centre */
              linear-gradient(-90deg, #888, #DDD) border-box;   /* le bord */
}
.moduleinputclair {
width: 100%;
vertical-align: middle;
padding: 8px;
/*background-color: rgba(255, 255, 255, 0.4);*/
background-color: rgba(81,193, 255, 0.7);
border-radius: 10px 0px 10px 0px;
}
.container {
width: 100%;
vertical-align: middle;
}
.labeleval {
width: 66%;
height: 25px;
display: inline-block;
vertical-align: middle;
font-size: 11pt;
padding-top: 3px;
}
.labeleval100 {
width: 100%;
height: 25px;
display: inline-block;
vertical-align: middle;
font-size: 11pt;
padding-top: 3px;
}
.inputeval {
width: 7%;
height: 25px;
display: inline-block;
text-align: center;
vertical-align: middle;
font-size: 10pt;
color: #0f265c;
padding-top: 3px;
border: none;
margin: 0px;
}
textarea.eval {
width: 100%;
height: 65px;
display: inline-block;
background-color: rgba(255, 255, 255, 0.7);
vertical-align: middle;
font-size: 12pt;
color: #0f265c;
padding: 3px;
border: 1pt solid #0f265c;
}
/*##################################*/

article{
background-color: rgba(81,193, 255, 0.7);
padding: 2%;
color: #0f265c;
margin-top: 20px;
margin-bottom: 20px;
}



.note {
margin-top: 10px;
margin-bottom: 10px;
font-size: 7pt;
color: #1c1f3a;
line-height: 120%;
text-align: justify;
padding-left: 12px;
border-left: 1px solid #3799a0;
}
.comment {
margin-top: 10px;
margin-bottom: 10px;
font-size: 8pt;
color: #1c1f3a;
line-height: 120%;
text-align: left;
padding-left: 12px;
border-left: 1px solid #3799a0;
}
.info {
margin-top: 10px;
margin-bottom: 10px;
font-size: 9pt;
color: #1552a8;
line-height: 140%;
text-align: left;
padding-left: 12px;
border-left: 1px solid #3799a0;
}
.conteneur {
width : 100%;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
align-content: stretch;
margin-bottom: 10px;
}
.elementlogo {
width: 30%;
height: auto;
min-width: 200px;
background-image: url("images/header.png");
background-repeat: no-repeat;
background-size: 100% auto;
vertical-align: middle; 
}
.elementform {
/*width: 70%;*/
min-height: 28px;
text-align: right;
vertical-align: middle;
}
.button {
flex: 1;
background-color: #5390cf;
padding: 5px;
margin-top: 5px;
margin-bottom: 5px;
text-align: center;
font-family: 'AmbleLight';
font-size: 12pt;
line-height: 120%;
color: #ffffff;
border-radius: 5px 0px 5px 0px;
}
.button:hover {
background-color: #28347c;
}
.button16 {
flex: 1;
background-color: #0e3c5c;
padding: 5px;
margin-top: 5px;
margin-bottom: 5px;
text-align: center;
font-family: 'AmbleLight';
font-size: 16pt;
line-height: 120%;
color: #ffffff;
border-radius: 5px 0px 5px 0px;
}
.button16:hover {
background-color: #fdcf2c;
color: #1552a8;
}
.buttonred {
flex: 1;
background-color: #a2aaab;
padding: 5px;
margin-top: 5px;
margin-bottom: 5px;
text-align: center;
font-family: 'AmbleLight';
font-size: 12pt;
line-height: 120%;
color: #ffffff;
border-radius: 5px 0px 5px 0px;
}
.buttonred:hover {
background-color: #c33665;
}
.buttonleft {
flex: 1;
background-color: #ffffff;
padding: 5px;
margin-top: 5px;
margin-bottom: 5px;
text-align: left;
font-family: 'AmbleLight';
font-size: 12pt;
vertical-align: middle;
line-height: 120%;
color: #424f69;
border-radius: 5px 0px 5px 0px;
}
.buttonleft:hover {
background-color: rgba(55,153,160,1);
color: #ffffff;
}

.buttonflex {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-around;
align-content: stretch;
margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}

.vodflex {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
align-content: stretch;
margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}
.vodbutton {
flex: 1;
min-width : 250px;
max-width : 420px;
background-color: #0d9695;
padding: 2%;
margin-top: 10px;
margin-bottom: 0px;
text-align: center;
font-family: 'amblebold';
font-size: 13pt;
color: #ffffff;
border-radius: 8px 0px 8px 0px;
}
.vodbutton:hover {
background-color: #f39207;
color: #1c3c87;
}
.vodbuttonvide {
flex: 1;
min-width : 250px;
max-width : 420px;
background-color: rvba("255, 255, 255, 1");
padding: 2%;
margin-top: 10px;
margin-bottom: 0px;
text-align: center;
font-family: 'amblebold';
font-size: 13pt;
color: #ffffff;
border-radius: 8px 0px 8px 0px;
}

/* Blocks soumis à javascript */

.factdiff {
display: none;
}
#blockperso {
display: none;
}
#blockformation {
display: none;
}
#adhesion {
display: none;
}
#non_adhesion {
display: none;
}



/* ####################################### */
/* ####################################### */
/* ####################################### */
/* ####################################### */
/* ####################################### */
/* ----------------------|################ */
/* max 650 media screen  |################ */
/* ----------------------|################ */
/* ####################################### */
/* ####################################### */
/* ####################################### */
/* ####################################### */
/* ####################################### */



@media screen and (max-width: 650px) {

nav {
width: 100%;
vertical-align: middle;
margin-bottom: 20px;
text-align: center;
}
	
	.modulenav100	{
	width: 100%;
	height: 28px;
	padding: 7px;
	background-color: #5390cf;
	vertical-align: middle;
	text-align: center;
	font-family: 'AmbleBold';
	font-size: 11pt;
	color: #ffffff;
	margin-bottom: 10px;
	}
	.modulenav100:hover{
	background-color: #28347c;
	}

aside {
width: 100%;
min-height: 100px;
display: block;
margin-bottom: 20px;
}

#main {
width: 100%;
min-height: 100px;
display: block;
}

.moduleinput {
width: 100%;
margin-bottom: 20px;
margin-top: 20px;
vertical-align: middle;
}

.moduleinputdrh {
width: 100%;
margin-bottom: 20px;
margin-top: 20px;
vertical-align: middle;
display: none;
}

.moduleinputright {
width: 100%;
margin-bottom: 20px;
margin-top: 20px;
vertical-align: middle;
text-align: right;
}

label {
width: 100%;
display: block;
font-size: 10pt;
}
.input {
width: 100%;
height: 30px;
display: block;
background-color: rgba(255, 255, 255, 0.7);
font-size: 11pt;
color: #0f265c;
padding: 3px;
border: none;
}
.inputcourt {
width: 30%;
height: 30px;
display: block;
background-color: rgba(255, 255, 255, 0.7);
font-size: 11pt;
color: #0f265c;
padding: 3px;
border: none;
}
.inputcarre {
width: 30px;
height: 30px;
display: block;
background-color: rgba(255, 255, 255, 0.7);
text-align: center;
font-size: 11pt;
color: #0f265c;
padding: 3px;
border: none;
}
.inputradio {
min-width: 30px;
height: 15px;
display: inline-block;
vertical-align: middle;
font-size: 11pt;
color: #ffffff;
padding: 3px;
border: none;
margin-top: 5px;
}
textarea {
width: 100%;
height: 65px;
display: block;
background-color: rgba(255, 255, 255, 0.7);
font-size: 11pt;
color: #0f265c;
padding: 3px;
border: none;
}
.label100 {
width: 100%;
font-family: 'AmbleBold';
font-size: 12pt;
}
.textarea100 {
width: 100%;
height: 130px;
background-color: rgba(255, 255, 255, 0.8);
font-size: 11pt;
color: #0f265c;
padding: 3px;
border: none;
}
.courant {
width: 100%;
display: block;
font-size: 10pt;
}

fieldset {
border: 1pt solid #f39200;
border-radius: 10px 10px 10px 10px;
}
select {
font-size: 11pt;
}

.submit	{
width: 100px;
height: 28px;
padding: 7px;
display: inline-block;
background-color: #00496f;
border: none;
vertical-align: middle;
text-align: center;
font-family: 'AmbleBold';
font-size: 9pt;
color: #ffffff;
}

.reset	{
width: 80px;
height: 28px;
padding: 7px;
display: inline-block;
background-color: rgba(230, 0, 126, 0.7);
border: none;
vertical-align: middle;
text-align: center;
font-family: 'AmbleBold';
font-size: 9pt;
color: #ffffff;
}

/*===== EVAL =========================*/
input[type=range].notation {
width: 80%;
height: 20px;
margin-right: 10%;
margin-left: 10%;
}
/*==============================*/
/* le curseur
Pour la zone de déplacement (track) :
-webkit-slider-runnable-track
-moz-range-track
-ms-track
Pour le curseur (thumb) :
-webkit-slider-thumb
-moz-range-thumb
-ms-thumb
*/
/*==============================*/
input[type=range].notation::thumb {
  width: 10em;
  padding: 0.25em;                                              /* largeur du bord */
  border: 5px solid #888;
  border-radius: 50%;
  box-shadow: 0 0 .5em #FFF inset;
  background: linear-gradient(#888, #FFF) content-box,          /* le centre */
              linear-gradient(-90deg, #888, #DDD) border-box;   /* le bord */
}
.moduleinputclair {
width: 100%;
vertical-align: middle;
padding: 8px;
/*background-color: rgba(255, 255, 255, 0.4);*/
background-color: rgba(81,193, 255, 0.7);
border-radius: 10px 0px 10px 0px;
}
.container {
width: 100%;
vertical-align: middle;
}
.labeleval {
width: 66%;
height: 25px;
display: inline-block;
vertical-align: middle;
font-size: 11pt;
padding-top: 3px;
}
.labeleval100 {
width: 100%;
height: 25px;
display: inline-block;
vertical-align: middle;
font-size: 11pt;
padding-top: 3px;
}
.inputeval {
width: 7%;
height: 25px;
display: inline-block;
text-align: center;
vertical-align: middle;
font-size: 10pt;
color: #0f265c;
padding-top: 3px;
border: none;
margin: 0px;
}
textarea.eval {
width: 100%;
height: 65px;
display: inline-block;
background-color: rgba(255, 255, 255, 0.7);
vertical-align: middle;
font-size: 11pt;
color: #0f265c;
padding: 3px;
border: 1pt solid #0f265c;
}
/*##################################*/

}






