@import url("font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,500,600,700,300italic,500italic,600italic");
@import url('https://fonts.googleapis.com/css?family=Cabin');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

/*
	Dopetrope by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/* 
------------------------------------------------
        SECTION DES VALEURS PAR DEFAUT
------------------------------------------------
*/

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, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	/*vertical-align: baseline;*/ 
}

#w360, #w400, #w600, #w736, #w980, #w1080, #w1280, #w1680, #w2580, #w16800 { font-size: 0.8em; float:left; }


article, aside, details, figcaption, figure,
footer, header, hgroup, menu, section {
	display: block;}

body {
	line-height: 1;
}

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;
	width:100%;
}

body {
	-webkit-text-size-adjust: none;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

/* Basic */

html {
    box-sizing: border-box;
}

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

body {
    background: #FFF;
}

body.is-preload *, body.is-preload *:before, body.is-preload *:after {
    -moz-animation: none !important;
    -webkit-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}

/* POLICE GENERALE */
body, input, textarea, select {
    font-family: 'Source Sans Pro';
    font-weight: 300;
    color: #5d5d5d;
    font-size: 14pt; /* 14pt */
    line-height: 1.75em;
}

strong, b {
    color: #252122;
    font-weight: 400;
}

i, em {
    font-style: italic;
}

sub {
    position: relative;
    top: 0.5em;
    font-size: 0.8em;
}

sup {
    position: relative;
    top: -0.5em;
    font-size: 0.8em;
}

blockquote {
    border-left: solid 0.75em #dddddd;
    padding: 1em 0 1em 1.5em;
    font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
    color: #252122;
    font-weight: 700;
    font-family: 'Cabin', sans-serif;
    text-align: center;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    text-decoration: none;
}

h2 {
    font-size: 1.5em;
}

h3, h1.forFT {
    font-size: 1.35em;
}

a {
    color: #4CB357;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

br.clear {
    clear: both;
}

hr {
    border: 0;
    border-top: solid 1px #dddddd;
    height: 1px;
    margin: 2em 0 2em 0;
}

p, ul, ol, dl, table {

    text-align: center;
}

/* List */

ul {
    list-style: disc;
    padding-left: 0em;
}

ul li {
    padding-left:0em;
}

ol {
    list-style: decimal;
    padding-left: 1.25em;
}

ol li {
    padding-left:0;
}

/* 
------------------------------------------------
        SECTION form generale
------------------------------------------------
*/

form label {
    display: block;
    color: #252122;
    font-weight: 400;
    margin: 0 0 0.2em 0;
}

form input[type=text],
form input[type=email],
form input[type=tel],
form input[type=password],
form select,
form textarea {
    font: 400 16px/18px "", Helvetica, Arial, sans-serif;
    width: 100%;
    border: 1px solid #ccc;
    background: #F7f7f7;
    margin:0;
    padding: 15px;
    border-radius:1px;
    text-align: left;
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
/* 
		-webkit-appearance: none;
		display: block;
		border: 0;
		padding: 0.75em 1em;
		font-size: 1em;
		border-radius: 5px;
		border: solid 1px #dddddd;
		background: #fff;
		width: 100%; */
}
form input[type=text]:hover,
form input[type=email]:hover,
form input[type=tel]:hover,
form input[type=password]:hover,
form select:hover,
form textarea:hover {
    -webkit-transition: border-color 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
    border: 1px solid #24984d; /* #54B454;*/
}
	
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=tel]:focus,
form input[type=password]:focus,
form select:focus,
form textarea:focus {
    box-shadow: inset 0px 0px 1px 1px #43bff0;
}

form textarea {
    height: 15em;
}

form ::-webkit-input-placeholder {
    color: #555 !important;
}

form :-moz-placeholder {
    color: #555 !important;
}

form ::-moz-placeholder {
    color: #555 !important;
}

form :-ms-input-placeholder {
    color: #555 !important;
}

form ::-moz-focus-inner {
    border: 0;
}

/* 
------------------------------------------------
        SECTION table generale
------------------------------------------------
*/

table {
    width: 100%;
}

table tr {
    border-top: solid 1px #dddddd;
}

table tr:first-child {
    border-top: 0;
}

table td {
    padding: 0.5em 1em 0.5em 1em;
}

table th {
    text-align: left;
    padding: 0.5em 1em 0.5em 1em;
    font-weight: 700;
    margin: 0 0 1em 0;
}

table thead {
    border-bottom: solid 2px #dddddd;
}


/* 
------------------------------------------------
        SECTION DES CLASSES PAR DEFAUT
------------------------------------------------
*/


/* Container */

.container {
    margin: -10px auto 0 auto;
    max-width: 100%;
    width: 70em;
}
	

/* Extra default */

.smallflag {
    width: 16px;
    height: 12px;
}

.center {
	text-align:center;
}

.bloc {
    display: block;
}

.left {
    text-align: left;
}

.right {
    display: inline-block;
    text-decoration:none;
    margin-top:0em;
}

.right a:before {
    content:"I";
    padding-left:20px;
    padding-right:20px;
}

.right a:hover:before {
    content:"I";
    padding-left:20px;
    padding-right:20px;
    font-weight:300;
}


.bold-color {
    font-weight:600;
    color: #24984d; /* #54B454; */
    font-size:1.5em;
    font-family:'Source Sans Pro';
}

.blue-bold {
    font-weight:600;
    color:#19798a;
    font-family:'Source Sans Pro';
}
	
.bold-color-small {
    font-weight:700;
    color: #24984d; /* #54B454; */
    line-height:normal;
}
/* REGLAGE TITRE CAS GENERAL */

h1.title, h2.title, h3.forFT {
    color: #24984d; /* #54B454; */
    text-transform: uppercase; 
    letter-spacing: 0.13em;  
    text-align: center; 
    padding:0 0.5em 15px 0.5em; /* 05/02/2019 : 0 0.5em 30px 0.5em; */
    position: relative;
}

h1.title:after, h2.title:after, h3.forFT:after { 
    content: ''; 
    width: 84px; height: 2px; 
    background: #24984d; /* #54B454; */
    position: absolute; 
    bottom: 0; left: 50%; 
    -ms-transform: translateX(-50%); 
    transform: translateX(-50%); 
}


.simplelink {
    color: #000;
}


/*	Classe .form	*/
.form {
    max-width: 650px;
    width: 100%;
    margin: auto;
    padding: 2em 0 3em 0;
    position: relative;
    background-color:#FFF;
    border-radius:2px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}


.form h3 {
    width: auto;
    color: #000;
    border-radius: 2px;
    padding: 0;
    font-size: 44px;
    font-family: inherit;
    font-weight: 200;
    margin: 0 0 20px 0;
    display: block;
    letter-spacing: 0.01em;
    vertical-align: middle;
    text-align: left;
    line-height: 48px;
}

.form h4 {
    width: auto;
    color: #000;
    border-radius:2px;
    padding: 0.1em 0px; /* DR 0.4em 0px; */
    font-family:inherit;
    font-weight:400;
    margin: 0; /* DR 0 0 10px 0 */
    display:block;
    letter-spacing:0.01em;
    vertical-align:middle;
    text-align:left;
}


.form label {
    padding: 1.2em 0em 0em 0;
    font-size:17px;
    color: #999;
    font-weight: lighter;
}

.form input[type="text"],
.form input[type="email"],
.form input[type="password"],
.form input[type="tel"],
.form input[type="textarea"],
.form button[type="submit"] {
    font: 400 16px/18px "", Helvetica, Arial, sans-serif;
    width: 100%;
    border: 1px solid #ccc;
    background: #F7f7f7;
    margin:0;
    padding: 15px;
    border-radius:1px;
    text-align: left;
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.form input[type="text"]:hover,
.form input[type="email"]:hover,
.form input[type="password"]:hover, 
.form input[type="tel"]:hover,
.form input[type="textarea"]:hover{
    -webkit-transition: border-color 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
    border: 1px solid #24984d; /*#54B454;*/
}

.form input[type="button"]:hover,
.form input[type="submit"]:hover,
.form input[type="reset"]:hover,
.form button:hover,
.form .button:hover  {
    background: #24984d ; /* #54B454;*/
    color:#FFF;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    box-shadow: 0px 3px 10px  #CCCCCC;
}

.form input[type="button"],
.form input[type="submit"],
.form input[type="reset"],
.form button,
.form .button {
    background: linear-gradient(225deg, #2F8F83 0%, #58BA52 100%);
    color: #FFF;
    border: 0px solid #24984d; /* #54B454*/;
    transition: background .4s, color .4s;
    font-weight: 500;
    width:100%;
    cursor: pointer;
    border-radius: 2px;
    text-decoration: none;
    padding: 0.65em 5% 0.65em 5%;
    outline: 0;
    text-align: center;
    display: inline-block;
    -webkit-appearance: none;
    margin:1em 0 1em 0;
}

.form button[type="submit"]:active
.form input[type="button"]:active,
.form input[type="submit"]:active,
.form input[type="reset"]:active,
.form button:active,
.form .button:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.form input:focus,
.form textarea:focus {
    outline: 0;
    border: 1px solid #24984d; /* #54B454;*/
}

.form fieldset {
    border: medium none !important;
    margin:0;
    min-width: 100%;
    width: 100%;
}

.form p {
    margin-bottom: 0em;
    text-align: center;
}

/* 
------------------------------------------------
        SECTION DES CAS PARTICULIERS
------------------------------------------------
*/
h6.struct {
    display: none;
}


/* 
------------------------------------------------
        SECTION .row par defaut
------------------------------------------------
*/
@media (max-width: 16800px) {
    
    #w360, #w400, #w600, #w736, #w980, #w1080, #w1280, #w1680, #w2580, #w16800 { display: inherit; }
    
    .row {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: stretch;
    }

    .row > * {
        box-sizing: border-box;
    }

    .row.gtr-uniform > * > :last-child {
        margin-bottom: 0;
    }

    .row.aln-left {
        justify-content: flex-start;
    }

    .row.aln-center {
        justify-content: center;
    }

    .row.aln-right {
        justify-content: flex-end;
    }

    .row.aln-top {
        align-items: flex-start;
    }

    .row.aln-middle {
        align-items: center;
    }

    .row.aln-bottom {
        align-items: flex-end;
    }

    .row > .imp {
        order: -1;
    }

    .row > .col-1 {
        width: 8.3333333333%;
    }

    .row > .off-1 {
        margin-left: 8.3333333333%;
    }

    .row > .col-2 {
        width: 16.6666666667%;
    }

    .row > .off-2 {
        margin-left: 16.6666666667%;
    }

    .row > .col-3 {
        width: 25%;
    }

    .row > .off-3 {
        margin-left: 25%;
    }

    .row > .col-4 {
        width: 33.3333333333%;
    }

    .row > .off-4 {
        margin-left: 33.3333333333%;
    }

    .row > .col-5 {
        width: 41.6666666667%;
    }

    .row > .off-5 {
        margin-left: 41.6666666667%;
    }

    .row > .col-6 {
        width: 50%;
    }

    .row > .off-6 {
        margin-left: 50%;
    }

    .row > .col-7 {
        width: 58.3333333333%;
    }

    .row > .off-7 {
        margin-left: 58.3333333333%;
    }

    .row > .col-8 {
        width: 66.6666666667%;
    }

    .row > .off-8 {
        margin-left: 66.6666666667%;
    }

    .row > .col-9 {
        width: 75%;
    }

    .row > .off-9 {
        margin-left: 75%;
    }

    .row > .col-10 {
        width: 83.3333333333%;
    }

    .row > .off-10 {
        margin-left: 83.3333333333%;
    }

    .row > .col-11 {
        width: 91.6666666667%;
    }

    .row > .off-11 {
        margin-left: 91.6666666667%;
    }

    .row > .col-12 {
        width: 100%;
    }

    .row > .off-12 {
        margin-left: 100%;
    }

    .row.gtr-0 {
        margin-top: 0px;
        margin-left: 0px;
    }

    .row.gtr-0 > * {
        padding: 0px 0 0 0px;
    }

    .row.gtr-0.gtr-uniform {
        margin-top: 0px;
    }

    .row.gtr-0.gtr-uniform > * {
        padding-top: 0px;
    }

    .row.gtr-25 {
        margin-top: -12.5px;
        margin-left: -12.5px;
    }

    .row.gtr-25 > * {
        padding: 12.5px 0 0 12.5px;
    }

    .row.gtr-25.gtr-uniform {
        margin-top: -12.5px;
    }

    .row.gtr-25.gtr-uniform > * {
        padding-top: 12.5px;
    }

    .row.gtr-50 {
        margin-top: -25px;
        margin-left: -25px;
    }

    .row.gtr-50 > * {
        padding: 25px 0 0 25px;
    }

    .row.gtr-50.gtr-uniform {
        margin-top: -25px;
    }

    .row.gtr-50.gtr-uniform > * {
        padding-top: 25px;
    }

    .row {
        margin-top: -50px;
        margin-left: -50px;
    }

    .row > * {
        padding: 50px 0 0 50px;
    }

    .row.gtr-uniform {
        margin-top: -50px;
    }

    .row.gtr-uniform > * {
        padding-top: 50px;
    }

    .row.gtr-150 {
        margin-top: -75px;
        margin-left: -75px;
    }

    .row.gtr-150 > * {
        padding: 75px 0 0 75px;
    }

    .row.gtr-150.gtr-uniform {
        margin-top: -75px;
    }

    .row.gtr-150.gtr-uniform > * {
        padding-top: 75px;
    }

    .row.gtr-200 {
        margin-top: -100px;
        margin-left: -100px;
    }

    .row.gtr-200 > * {
        padding: 100px 0 0 100px;
    }

    .row.gtr-200.gtr-uniform {
        margin-top: -100px;
    }

    .row.gtr-200.gtr-uniform > * {
        padding-top: 100px;
    }
}

/* 
------------------------------------------------
        SECTION .row 1680
------------------------------------------------
*/
@media screen and (max-width: 1680px) {

    #w360, #w400, #w600, #w736, #w980, #w1080, #w1280, #w1680{ display: inherit; }
    #w2580, #w16800 { display: None; }
    
    .row {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: stretch;
    }

    .row > * {
        box-sizing: border-box;
    }

    .row.gtr-uniform > * > :last-child {
        margin-bottom: 0;
    }

    .row.aln-left {
        justify-content: flex-start;
    }

    .row.aln-center {
        justify-content: center;
    }

    .row.aln-right {
        justify-content: flex-end;
    }

    .row.aln-top {
        align-items: flex-start;
    }

    .row.aln-middle {
        align-items: center;
    }

    .row.aln-bottom {
        align-items: flex-end;
    }

    .row > .imp-xlarge {
        order: -1;
    }

    .row > .col-1-xlarge {
        width: 8.3333333333%;
    }

    .row > .off-1-xlarge {
        margin-left: 8.3333333333%;
    }

    .row > .col-2-xlarge {
        width: 16.6666666667%;
    }

    .row > .off-2-xlarge {
        margin-left: 16.6666666667%;
    }

    .row > .col-3-xlarge {
        width: 25%;
    }

    .row > .off-3-xlarge {
        margin-left: 25%;
    }

    .row > .col-4-xlarge {
        width: 33.3333333333%;
    }

    .row > .off-4-xlarge {
        margin-left: 33.3333333333%;
    }

    .row > .col-5-xlarge {
        width: 41.6666666667%;
    }

    .row > .off-5-xlarge {
        margin-left: 41.6666666667%;
    }

    .row > .col-6-xlarge {
        width: 50%;
    }

    .row > .off-6-xlarge {
        margin-left: 50%;
    }

    .row > .col-7-xlarge {
        width: 58.3333333333%;
    }

    .row > .off-7-xlarge {
        margin-left: 58.3333333333%;
    }

    .row > .col-8-xlarge {
        width: 66.6666666667%;
    }

    .row > .off-8-xlarge {
        margin-left: 66.6666666667%;
    }

    .row > .col-9-xlarge {
        width: 75%;
    }

    .row > .off-9-xlarge {
        margin-left: 75%;
    }

    .row > .col-10-xlarge {
        width: 83.3333333333%;
    }

    .row > .off-10-xlarge {
        margin-left: 83.3333333333%;
    }

    .row > .col-11-xlarge {
        width: 91.6666666667%;
    }

    .row > .off-11-xlarge {
        margin-left: 91.6666666667%;
    }

    .row > .col-12-xlarge {
        width: 100%;
    }

    .row > .off-12-xlarge {
        margin-left: 100%;
    }

    .row.gtr-0 {
        margin-top: 0px;
        margin-left: 0px;
    }

    .row.gtr-0 > * {
        padding: 0px 0 0 0px;
    }

    .row.gtr-0.gtr-uniform {
        margin-top: 0px;
    }

    .row.gtr-0.gtr-uniform > * {
        padding-top: 0px;
    }

    .row.gtr-25 {
        margin-top: -12.5px;
        margin-left: -12.5px;
    }

    .row.gtr-25 > * {
        padding: 12.5px 0 0 12.5px;
    }

    .row.gtr-25.gtr-uniform {
        margin-top: -12.5px;
    }

    .row.gtr-25.gtr-uniform > * {
        padding-top: 12.5px;
    }

    .row.gtr-50 {
        margin-top: -25px;
        margin-left: -25px;
    }

    .row.gtr-50 > * {
        padding: 25px 0 0 25px;
    }

    .row.gtr-50.gtr-uniform {
        margin-top: -25px;
    }

    .row.gtr-50.gtr-uniform > * {
        padding-top: 25px;
    }

    .row {
        margin-top: -50px;
        margin-left: -50px;
    }

    .row > * {
        padding: 50px 0 0 50px;
    }

    .row.gtr-uniform {
        margin-top: -50px;
    }

    .row.gtr-uniform > * {
        padding-top: 50px;
    }

    .row.gtr-150 {
        margin-top: -75px;
        margin-left: -75px;
    }

    .row.gtr-150 > * {
        padding: 75px 0 0 75px;
    }

    .row.gtr-150.gtr-uniform {
        margin-top: -75px;
    }

    .row.gtr-150.gtr-uniform > * {
        padding-top: 75px;
    }

    .row.gtr-200 {
        margin-top: -100px;
        margin-left: -100px;
    }

    .row.gtr-200 > * {
        padding: 100px 0 0 100px;
    }

    .row.gtr-200.gtr-uniform {
        margin-top: -100px;
    }

    .row.gtr-200.gtr-uniform > * {
        padding-top: 100px;
    }

}

/* 
------------------------------------------------
        SECTION .row 1280
------------------------------------------------
*/
@media screen and (max-width: 1280px) {

    #w360, #w400, #w600, #w736, #w980, #w1080, #w1280 { display: inherit; }
    #w1680, #w2580, #w16800 { display: None; }

    .row {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: stretch;
    }

    .row > * {
        box-sizing: border-box;
    }

    .row.gtr-uniform > * > :last-child {
        margin-bottom: 0;
    }

    .row.aln-left {
        justify-content: flex-start;
    }

    .row.aln-center {
        justify-content: center;
    }

    .row.aln-right {
        justify-content: flex-end;
    }

    .row.aln-top {
        align-items: flex-start;
    }

    .row.aln-middle {
        align-items: center;
    }

    .row.aln-bottom {
        align-items: flex-end;
    }

    .row > .imp-large {
        order: -1;
    }

    .row > .col-1-large {
        width: 8.3333333333%;
    }

    .row > .off-1-large {
        margin-left: 8.3333333333%;
    }

    .row > .col-2-large {
        width: 16.6666666667%;
    }

    .row > .off-2-large {
        margin-left: 16.6666666667%;
    }

    .row > .col-3-large {
        width: 25%;
    }

    .row > .off-3-large {
        margin-left: 25%;
    }

    .row > .col-4-large {
        width: 33.3333333333%;
    }

    .row > .off-4-large {
        margin-left: 33.3333333333%;
    }

    .row > .col-5-large {
        width: 41.6666666667%;
    }

    .row > .off-5-large {
        margin-left: 41.6666666667%;
    }

    .row > .col-6-large {
        width: 50%;
    }

    .row > .off-6-large {
        margin-left: 50%;
    }

    .row > .col-7-large {
        width: 58.3333333333%;
    }

    .row > .off-7-large {
        margin-left: 58.3333333333%;
    }

    .row > .col-8-large {
        width: 66.6666666667%;
    }

    .row > .off-8-large {
        margin-left: 66.6666666667%;
    }

    .row > .col-9-large {
        width: 75%;
    }

    .row > .off-9-large {
        margin-left: 75%;
    }

    .row > .col-10-large {
        width: 83.3333333333%;
    }

    .row > .off-10-large {
        margin-left: 83.3333333333%;
    }

    .row > .col-11-large {
        width: 91.6666666667%;
    }

    .row > .off-11-large {
        margin-left: 91.6666666667%;
    }

    .row > .col-12-large {
        width: 100%;
    }

    .row > .off-12-large {
        margin-left: 100%;
    }

    .row.gtr-0 {
        margin-top: 0px;
        margin-left: 0px;
    }

    .row.gtr-0 > * {
        padding: 0px 0 0 0px;
    }

    .row.gtr-0.gtr-uniform {
        margin-top: 0px;
    }

    .row.gtr-0.gtr-uniform > * {
        padding-top: 0px;
    }

    .row.gtr-25 {
        margin-top: -7.5px;
        margin-left: -7.5px;
    }

    .row.gtr-25 > * {
        padding: 7.5px 0 0 7.5px;
    }

    .row.gtr-25.gtr-uniform {
        margin-top: -7.5px;
    }

    .row.gtr-25.gtr-uniform > * {
        padding-top: 7.5px;
    }

    .row.gtr-50 {
        margin-top: -15px;
        margin-left: -15px;
    }

    .row.gtr-50 > * {
        padding: 15px 0 0 15px;
    }

    .row.gtr-50.gtr-uniform {
        margin-top: -15px;
    }

    .row.gtr-50.gtr-uniform > * {
        padding-top: 15px;
    }

    .row {
        margin-top: -30px;
        margin-left: -30px;
    }

    .row > * {
        padding: 10px 0 0 30px; /* 17/10/19 30px 0 0 30px; */
    }

    .row.gtr-uniform {
        margin-top: -30px;
    }

    .row.gtr-uniform > * {
        padding-top: 30px;
    }

    .row.gtr-150 {
        margin-top: -45px;
        margin-left: -45px;
    }

    .row.gtr-150 > * {
        padding: 45px 0 0 45px;
    }

    .row.gtr-150.gtr-uniform {
        margin-top: -45px;
    }

    .row.gtr-150.gtr-uniform > * {
        padding-top: 45px;
    }

    .row.gtr-200 {
        margin-top: -60px;
        margin-left: -60px;
    }

    .row.gtr-200 > * {
        padding: 60px 0 0 60px;
    }

    .row.gtr-200.gtr-uniform {
        margin-top: -60px;
    }

    .row.gtr-200.gtr-uniform > * {
        padding-top: 60px;
    }
}


/* 
------------------------------------------------
        SECTION .row 980
------------------------------------------------
*/
@media screen and (max-width: 980px) {
    
    #w360, #w400, #w600, #w736, #w980 { display: inherit; }
    #w1080, #w1280, #w1680, #w2580, #w16800 { display: None; }

    
    .row {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: stretch;
    }

    .row > * {
        box-sizing: border-box;
    }

    .row.gtr-uniform > * > :last-child {
        margin-bottom: 0;
    }

    .row.aln-left {
        justify-content: flex-start;
    }

    .row.aln-center {
        justify-content: center;
    }

    .row.aln-right {
        justify-content: flex-end;
    }

    .row.aln-top {
        align-items: flex-start;
    }

    .row.aln-middle {
        align-items: center;
    }

    .row.aln-bottom {
        align-items: flex-end;
    }

    .row > .imp-medium {
        order: -1;
    }

    .row > .col-1-medium {
        width: 8.3333333333%;
    }

    .row > .off-1-medium {
        margin-left: 8.3333333333%;
    }

    .row > .col-2-medium {
        width: 16.6666666667%;
    }

    .row > .off-2-medium {
        margin-left: 16.6666666667%;
    }

    .row > .col-3-medium {
        width: 25%;
    }

    .row > .off-3-medium {
        margin-left: 25%;
    }

    .row > .col-4-medium {
        width: 33.3333333333%;
    }

    .row > .off-4-medium {
        margin-left: 33.3333333333%;
    }

    .row > .col-5-medium {
        width: 41.6666666667%;
    }

    .row > .off-5-medium {
        margin-left: 41.6666666667%;
    }

    .row > .col-6-medium {
        width: 50%;
    }

    .row > .off-6-medium {
        margin-left: 50%;
    }

    .row > .col-7-medium {
        width: 58.3333333333%;
    }

    .row > .off-7-medium {
        margin-left: 58.3333333333%;
    }

    .row > .col-8-medium {
        width: 66.6666666667%;
    }

    .row > .off-8-medium {
        margin-left: 66.6666666667%;
    }

    .row > .col-9-medium {
        width: 75%;
    }

    .row > .off-9-medium {
        margin-left: 75%;
    }

    .row > .col-10-medium {
        width: 83.3333333333%;
    }

    .row > .off-10-medium {
        margin-left: 83.3333333333%;
    }

    .row > .col-11-medium {
        width: 91.6666666667%;
    }

    .row > .off-11-medium {
        margin-left: 91.6666666667%;
    }

    .row > .col-12-medium {
        width: 100%;
    }

    #banner .row > .col-12-medium {
        order: 1;
    }

    .row > .off-12-medium {
        margin-left: 100%;
    }

    .row.gtr-0 {
        margin-top: 0px;
        margin-left: 0px;
    }

    .row.gtr-0 > * {
        padding: 0px 0 0 0px;
    }

    .row.gtr-0.gtr-uniform {
        margin-top: 0px;
    }

    .row.gtr-0.gtr-uniform > * {
        padding-top: 0px;
    }

    .row.gtr-25 {
        margin-top: -10px;
        margin-left: -10px;
    }

    .row.gtr-25 > * {
        padding: 10px 0 0 10px;
    }

    .row.gtr-25.gtr-uniform {
        margin-top: -10px;
    }

    .row.gtr-25.gtr-uniform > * {
        padding-top: 10px;
    }

    .row.gtr-50 {
        margin-top: -20px;
        margin-left: -20px;
    }

    .row.gtr-50 > * {
        padding: 20px 0 0 20px;
    }

    .row.gtr-50.gtr-uniform {
        margin-top: -20px;
    }

    .row.gtr-50.gtr-uniform > * {
        padding-top: 20px;
    }

    .row {
        margin-top: -40px;
        margin-left: -40px;
    }

    .row > * {
        padding: 40px 0 0 40px;
    }

    .row.gtr-uniform {
        margin-top: -40px;
    }

    .row.gtr-uniform > * {
        padding-top: 40px;
    }

    .row.gtr-150 {
        margin-top: -60px;
        margin-left: -60px;
    }

    .row.gtr-150 > * {
        padding: 60px 0 0 60px;
    }

    .row.gtr-150.gtr-uniform {
        margin-top: -60px;
    }

    .row.gtr-150.gtr-uniform > * {
        padding-top: 60px;
    }

    .row.gtr-200 {
        margin-top: -80px;
        margin-left: -80px;
    }

    .row.gtr-200 > * {
        padding: 80px 0 0 80px;
    }

    .row.gtr-200.gtr-uniform {
        margin-top: -80px;
    }

    .row.gtr-200.gtr-uniform > * {
        padding-top: 80px;
    }
}

/* 
------------------------------------------------
        SECTION .row 736
------------------------------------------------
*/
@media screen and (max-width: 736px) {

    #w360, #w400, #w600, #w736 { display: inherit; }
    #w980, #w1080, #w1280, #w1680, #w2580, #w16800 { display: None; }
    
    .row {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: stretch;
    }

    .row > * {
        box-sizing: border-box;
    }

    .row.gtr-uniform > * > :last-child {
        margin-bottom: 0;
    }

    .row.aln-left {
        justify-content: flex-start;
    }

    .row.aln-center {
        justify-content: center;
    }

    .row.aln-right {
        justify-content: flex-end;
    }

    .row.aln-top {
        align-items: flex-start;
    }

    .row.aln-middle {
        align-items: center;
    }

    .row.aln-bottom {
        align-items: flex-end;
    }

    .row > .imp-small {
        order: -1;
    }

    .row > .col-1-small {
        width: 8.3333333333%;
    }

    .row > .off-1-small {
        margin-left: 8.3333333333%;
    }

    .row > .col-2-small {
        width: 16.6666666667%;
    }

    .row > .off-2-small {
        margin-left: 16.6666666667%;
    }

    .row > .col-3-small {
        width: 25%;
    }

    .row > .off-3-small {
        margin-left: 25%;
    }

    .row > .col-4-small {
        width: 33.3333333333%;
    }

    .row > .off-4-small {
        margin-left: 33.3333333333%;
    }

    .row > .col-5-small {
        width: 41.6666666667%;
    }

    .row > .off-5-small {
        margin-left: 41.6666666667%;
    }

    .row > .col-6-small {
        width: 50%;
    }

    .row > .off-6-small {
        margin-left: 50%;
    }

    .row > .col-7-small {
        width: 58.3333333333%;
    }

    .row > .off-7-small {
        margin-left: 58.3333333333%;
    }

    .row > .col-8-small {
        width: 66.6666666667%;
    }

    .row > .off-8-small {
        margin-left: 66.6666666667%;
    }

    .row > .col-9-small {
        width: 75%;
    }

    .row > .off-9-small {
        margin-left: 75%;
    }

    .row > .col-10-small {
        width: 83.3333333333%;
    }

    .row > .off-10-small {
        margin-left: 83.3333333333%;
    }

    .row > .col-11-small {
        width: 91.6666666667%;
    }

    .row > .off-11-small {
        margin-left: 91.6666666667%;
    }

    .row > .col-12-small {
        width: 100%;
    }

    .row > .off-12-small {
        margin-left: 100%;
    }

    .row.gtr-0 {
        margin-top: 0px;
        margin-left: 0px;
    }

    .row.gtr-0 > * {
        padding: 0px 0 0 0px;
    }

    .row.gtr-0.gtr-uniform {
        margin-top: 0px;
    }

        .row.gtr-0.gtr-uniform > * {
            padding-top: 0px;
        }

    .row.gtr-25 {
        margin-top: -5px;
        margin-left: -5px;
    }

    .row.gtr-25 > * {
        padding: 5px 0 0 5px;
    }

    .row.gtr-25.gtr-uniform {
        margin-top: -5px;
    }

    .row.gtr-25.gtr-uniform > * {
        padding-top: 5px;
    }

    .row.gtr-50 {
        margin-top: -10px;
        margin-left: -10px;
    }

    .row.gtr-50 > * {
        padding: 10px 0 0 10px;
    }

    .row.gtr-50.gtr-uniform {
        margin-top: -10px;
    }

    .row.gtr-50.gtr-uniform > * {
        padding-top: 10px;
    }

    .row {
        margin-top: -20px;
        margin-left: -20px;
    }

    .row > * {
        padding: 20px 0 0 20px;
    }

    .row.gtr-uniform {
        margin-top: -20px;
    }

    .row.gtr-uniform > * {
        padding-top: 20px;
    }

    .row.gtr-150 {
        margin-top: -30px;
        margin-left: -30px;
    }

    .row.gtr-150 > * {
        padding: 30px 0 0 30px;
    }

    .row.gtr-150.gtr-uniform {
        margin-top: -30px;
    }

    .row.gtr-150.gtr-uniform > * {
        padding-top: 30px;
    }

    .row.gtr-200 {
        margin-top: -40px;
        margin-left: -40px;
    }

    .row.gtr-200 > * {
        padding: 40px 0 0 40px;
    }

    .row.gtr-200.gtr-uniform {
        margin-top: -40px;
    }

    .row.gtr-200.gtr-uniform > * {
        padding-top: 40px;
    }

}


/* 
------------------------------------------------
        SECTION 
        .menu-arrow, 
        .btn-arrow
        .menu-arrow-gen
------------------------------------------------
*/

/* Section/Article */

.menu-arrow {
    list-style-type: none;
    padding:7px 0 7px 0;
    margin:0;
    text-align:left;
}



.menu-arrow p  {
    display:inline-block;
    text-align:left;
    border-bottom:1px solid #ededed;
    padding:0px 0 15px 0;
    line-height: normal;
}

.btn-arrow  {
    text-decoration: none;
    padding:5px 5px 0px 5px;
    vertical-align: middle;
    width: auto; 
    height: 32px;
    border-radius: 2px; 
    background: linear-gradient(225deg, #2F8F83 0%, #58BA52 100%);
    /*! box-shadow: 0 8px 17px 0 rgba(0,0,0,0.1), 0 6px 20px 0 rgba(0,0,0,0.1); */ 
    transition: background .4s, color .4s;
    float: right;
    display:inline-block;
    cursor: pointer;
}

.btn-arrow:hover, .btn-arrow2:hover {
    background: #19798a;
    color: white;

    /*background:#19798a;
    color:#FFF;	*/
}


/* #Btns	*/
				
#btns .btn-arrow {	
    margin: 0px 40px 0 20px;
}
							
.btn-arrow2 {	
text-decoration: none;
padding:5px 5px 0px 5px;
vertical-align: middle;
width: auto; 
height: 32px;
border-radius: 2px; 
background: linear-gradient(225deg, #2F8F83 0%, #58BA52 100%);
/*! box-shadow: 0 8px 17px 0 rgba(0,0,0,0.1), 0 6px 20px 0 rgba(0,0,0,0.1); */ 
transition: background .4s, color .4s;
float: right;
display:inline-block;
cursor: pointer;
transform:rotate(180deg);
}						
	


.btn-play {
    background: linear-gradient(225deg, #2F8F83 0%, #58BA52 100%);
    color: #FFF;
    border: 0px solid #24984d; /*#54B454;*/
    transition: background .4s, color .4s;
    font-weight: 500;
    width:auto;
    cursor: pointer;
    border-radius: 2px;
    text-decoration: none;
    padding:0.2em 0.5em;
    outline: 0;
    font-size: 1em;
    text-align: center;
    display: inline-block;
    -webkit-appearance: none;
    margin:0.3em 0 0.3em 0;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

.btn-play:hover {
    background: #24984d; /* #54B454; */
    color:#FFF;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    box-shadow: 0px 3px 10px  #CCCCCC;
}

.btn-play:active {
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

.btn-gen  {
    -webkit-appearance: none;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    border: 2px solid;
    border-color: #24984d;  /* #54B454; */
    color: #24984d; /*#54B454; *//*!important;*/
    border-radius: 2px;
    background:transparent;
    font-weight: 500;
    outline: 0;
    font-size: 1.1em;
    padding: 0.5em 2em 0.5em 2em;
    text-align: center;
    -moz-transition: background-color .25s ease-in-out;
    -webkit-transition: background-color .25s ease-in-out;
    -ms-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out;
}

.btn-gen a {
    text-decoration: none;
    text-align:center;
}

.btn-gen:hover {
    background-color: #24984d; /*#54B454;*/
    color:#FFF;

}

.btn-principal input[type="button"],
.btn-principal input[type="submit"],
.btn-principal input[type="reset"],
.btn-principal button,
p.btn-principal input[type="submit"],
.btn-principal .button, 
.btn-principal a,
.btn-principal  {
    background: linear-gradient(225deg, #2F8F83 0%, #58BA52 100%);
    color: #FFF;
    border: 0px solid #24984d; /* #54B454; */
    font-weight: 500;
    cursor: pointer;
    border-radius: 2px;
    text-decoration: none;
    padding: 0.55em 2em 0.55em 2em;
    outline: 0;
    font-size: 1.2em;
    text-align: center;
    display: inline-block;
    transition: box-shadow 0.3s;
}


.btn-principal input[type="button"]:hover,
.btn-principal input[type="submit"]:hover,
.btn-principal input[type="reset"]:hover,
.btn-principal button:hover,
p.btn-principal input[type="submit"]:hover,
.btn-principal .button:hover,
.btn-principal a:hover,
.btn-principal:hover {
    background: #24984d; /* #54B454; */
    box-shadow: 0px 3px 10px  #CCCCCC;
}
.btn-principal button[type="submit"]:active
.btn-principal input[type="button"]:active,
.btn-principal input[type="submit"]:active,
.btn-principal input[type="reset"]:active,
.btn-principal button:active,
.btn-principal .button:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

	
/* Menus tournois */
.menu-arrow-gen	{
    list-style-type: none;
    padding:7px 0 7px 0;
    margin:0;
    text-align:left;
}

.menu-arrow-gen p  {
    display:inline-block;
    text-align:left;
    border-bottom:1px solid #ededed;
    margin:0;
    padding:0px 0 0px 0;
    line-height: normal;
    width:100%;
    font-weight:500;
    font-size:1.1em;
}

.menu-arrow-gen span  {
    font-weight:500;
    font-size:0.9em;
    font-style:italic;
}

.menu-arrow-gen a  {
    display:inline-block;
    text-align:left;
    margin-bottom:10px;
    padding:5px 5px 25px 5px;
    line-height: normal;
    color: #5d5d5d;
    text-decoration:none;
    cursor: pointer;
}
	
	
/* Intro	*/

#intro li p {
    display:inline-block;
    width:70%;
}

#intro li a {
    margin:0;
    padding:0;
    text-decoration: none;
    color: #000;
    display:inline-block;
    width:100%;
    -webkit-transition: font-size 0.3s ease, background-color 0.3s ease;
    -moz-transition: font-size 0.3s ease, background-color 0.3s ease;
    -o-transition: font-size 0.3s ease, background-color 0.3s ease;
    -ms-transition: font-size 0.3s ease, background-color 0.3s ease;
    transition: font-size 0.3s ease, background-color 0.3s ease;
    line-height: normal;
}

section, article {
    margin-bottom: 0em;
}

section > :last-child, section:last-child, article > :last-child, article:last-child {
    margin-bottom: 0;
}

header {
    margin:0 auto;
}

header > p {
    display: block;
    font-style: italic;
    margin: 0.5em 0 0 0;
    padding-bottom: 0.5em;
}

header.major {
    position: relative;
    text-align: center;
    border-top: solid 1px #ccc;
    top: 1em;
    margin: 0 0 3em 0;
}

header.major h2 {
    background: #fff;
    position: relative;
    top: -0.65em;
    display: inline;
    margin: 0;
    padding: 0 1em 0 1em;
}

footer {
    margin: 2.25em 0 0 0;
}

/* Box */

.box {
    background: #ffffff;
    border-bottom: solid 1px #ccc;
    padding: 2.75em 1.75em 2.75em 1.75em;
}
	
	
.box .image.featured {
    position: relative;
    width: auto;
    left: 1.75em;
    top: 1.75em;
    margin: -4.5em 0 4.25em -3.5em;
}
		
.box.post header {
    padding-top: 1em;
    margin: 0 0 2em 0;
}

.box.post h2 {
    font-size: 2.5em;
    letter-spacing: -0.015em;
}

.box.post header > p {
    margin-top: 1.25em;
    font-size: 1.25em;
}

.box footer ul.actions {
    margin-bottom: 0;
}

/* Button */

input[type="button"], 	input[type="reset"],
button, 	.button {
    -webkit-appearance: none;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    border: 0px solid;
    border-color:#24984d; /*#54B454;*/
    border-radius: 2px;
    background: #FFF;
    color: #24984d; /* #54B454; *//*!important;*/
    font-weight: 700;
    outline: 0;
    font-size: 1.1em;
    padding: 0.65em 1.5em 0.65em 1.5em;
    text-align: center;
    -moz-transition: background-color .25s ease-in-out;
    -webkit-transition: background-color .25s ease-in-out;
    -ms-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out;
}

input[type="button"]:hover,
input[type="reset"]:hover,
button:hover,
.button:hover {
    background: #24984d; /* #54B454;*/
    color: #fff;
}

input[type="button"]:active,
input[type="reset"]:active,
button:active,
.button:active {
    background: #c51349;
}

input[type="button"].alt,
input[type="submit"].alt,
input[type="reset"].alt,
button.alt,
.button.alt {
    background: transparent; 
    color: #24984d; /*#54B454; */
    border: 2px solid #24984d; /*#54B454; */
    transition: background .4s, color .4s;
    font-weight: 600;
}

input[type="button"].alt:hover,
input[type="submit"].alt:hover,
input[type="reset"].alt:hover,
button.alt:hover,
.button.alt:hover {
    background: #24984d; /*#54B454;*/
    color: #fff;
}

input[type="button"].alt:active,
input[type="submit"].alt:active,
input[type="reset"].alt:active,
button.alt:active,
.button.alt:active {
    background: #151112;
}

input[type="button"].icon:before,
input[type="submit"].icon:before,
input[type="reset"].icon:before,
button.icon:before,
.button.icon:before {
    opacity: 0.35;
    position: relative;
    top: 0.05em;
    margin-right: 0.75em;
}

input[type="button"].large,
input[type="submit"].large,
input[type="reset"].large,
button.large,
.button.large {
    font-size: 1.5em;
    padding: 0.75em 1.5em 0.75em 1.5em;
}


.btn-white {
    padding:2% 5% 2% 10%;
    vertical-align: middle;
    width: auto; 
    border-radius: 2px; 
    background: #FFFFFF; 
    box-shadow: 0 8px 17px 0 rgba(0,0,0,0.1), 0 6px 20px 0 rgba(0,0,0,0.1); 
    color:#19798a; 
    /* font-weight: 500; */
    font-size: 0.9em;
    transition: background .4s, color .4s;
    margin:0;
}

.btn-white:hover {
    background-color: #19798a;
    color: white;
}

/**/
a.btn-white:before {
    content:"";
    float:right;
    width: 32px;
    height: 32px;
    margin:  0 0 0 32px ;
    background: url(../../images/arrow.png) no-repeat 2px 4px ;
}

a.btn-white:hover:before {
    content:"";
    background: url(../../images/arrow-white.png) no-repeat 2px 4px ;
}
/**/
/*
a.btn-white:after {
    content:"";
    float:right;
    min-width: 30px;
    height: 30px;
    margin: 0 0 0 30px;
    background: url(../../images/arrow.png) no-repeat 2px 4px ;
}

a.btn-white:hover:after {
    content:"";
    background: url(../../images/arrow-white.png) no-repeat 2px 4px ;
}
*/


.btn-inscription,  .btn-inscription-fr, .btn-inscription-us { 
    color: #FFF; 
    font-size: 14px;	
    font-weight: 600; 
    text-decoration: none; 
    text-transform: uppercase; 
    margin: 0px 0 0 0;
    background-color: #19798a; 	
    border-radius: 2px;
    transition: background .4s, color .4s; 
    letter-spacing: 0.1em; 
    line-height: 1.4; 
    float:right; 
    width:auto; 
    display: inline-block; 
    vertical-align: middle; 
    text-align: center; 
    cursor: pointer;
}

.btn-inscription:hover { 
    color: #fff; 
    background: linear-gradient(225deg, #2F8F83 0%, #58BA52 100%);
    box-shadow: 0 8px 17px 0 rgba(0,0,0,0.1), 0 6px 20px 0 rgba(0,0,0,0.1); 
}
	
	
.btn-inscription-fr:before  { 
	content:"";
    float:left;
    width:34px;
    height:20px;
    margin:0;
    background: url(../../images/fr-flag.png) no-repeat 2px 4px ;
    background-size:60%;
}
					 
.btn-inscription-us:before  { 
	content:"";
    float:left;
    width:34px;
    height:20px;
    margin:0;
    background: url(../../images/us-flag.png) no-repeat 2px 4px ;
    background-size:60%;
}
			
			
/* Image */

.image {
    display: inline-block;
    outline: 0;
}

.image img {
    display: block;
    width: 100%;
}

.image.centered {
    display: block;
    margin: 0 0 2em 0;
}

.image.centered img {
    margin: 0 auto;
    width: auto;
}

.image.featured {
    display: block;
    width: 100%;
    margin: 0 0 2em 0;
}

.image.left {
    float: left;
    margin: 0 2em 2em 0;
}


/* Actions */

ul.actions {
    list-style: none;
    padding-left: 0;
}

ul.actions li {
    display: inline-block;
    margin-left: 1em;
    padding-left: 0;
}

ul.actions li:first-child {
    margin-left: 0;
}

/* Links */

ul.links {
    list-style: none;
    padding-left: 0;
}

ul.links li {
    display: inline-block;
    border-left: solid 1px rgba(255, 255, 255, 0.05);
    padding: 0 0 0 1em;
    margin: 0 0 0 1em;
}

ul.links li:first-child {
    border-left: 0;
    padding-left: 0;
    margin-left: 0;
}

/* Contact */

ul.contact {
    list-style: none;
    padding-left: 0;
}

ul.contact li {
    position: relative;
    border-top: solid 1px #ddd;
    padding: 1.3em 0 1.3em 7em;
}

ul.contact li h3 {
    position: absolute;
    left: 0;
    top: 1.3em;
    font-size: 1.1em;
}

ul.contact li p {
    margin: 0;
}

ul.contact li:first-child {
    padding-top: 0;
    border-top: 0;
}

ul.contact li:first-child h3 {
    top: 0;
}

/* Dates */

ul.dates {
    list-style: none;
    padding-left: 0;
}

ul.dates li {
    position: relative;
    border-top: solid 1px #ddd;
    padding: 1.3em 0 1.3em 6.75em;
}

ul.dates .date {
    display: block;
    position: absolute;
    left: 0;
    top: 1.3em;
    background-color: #d52349;
    height: 3.5em;
    text-align: center;
    color: #fff;
    line-height: 1em;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 0.5em 0.75em 0 1em;
}

ul.dates .date:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: -1.2em;
    border-left: solid 1.25em #d52349;
    border-top: solid 1.8em transparent;
    border-bottom: solid 1.8em transparent;
}

ul.dates .date strong {
    display: block;
    font-size: 1.75em;
    padding-top: 0.15em;
}

ul.dates h3 {
    font-size: 1.1em;
}

ul.dates p {
    margin: 0;
}

ul.dates li:first-child {
    border-top: 0;
    padding-top: 0;
}

ul.dates li:first-child .date {
    top: 0;
}

/* Divided */

ul.divided {
    list-style: none;
    padding-left: 0;
}

ul.divided li {
    border-top: solid 1px #ddd;
    padding: 1em 0 1em 0;
}

ul.divided li:first-child {
    border-top: 0;
    padding-top: 0;
}

/* Social */

ul.social {
    list-style: none;
    padding-left: 0;
    overflow: hidden;
    cursor: default;
    margin: 0 0 3.25em 0;
}

ul.social li {
    display: inline-block;
    padding-left: 0;
    margin-left: 0.75em;
}

ul.social li:first-child {
    margin-left: 0;
}

ul.social li a {
    display: inline-block;
    width: 3em;
    height: 3em;
    text-align: center;
    border-radius: 5px;
    background: #888;
    -moz-transition: background-color .25s ease-in-out;
    -webkit-transition: background-color .25s ease-in-out;
    -ms-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out;
}

ul.social li a:before {
    color: #fff;
    font-size: 2em;
    line-height: 1.5em;
}

ul.social li a.fa-facebook {
    background: #3c5a98;
}

ul.social li a.fa-facebook:hover {
    background: #4c6aa8;
}

ul.social li a.fa-twitter {
    background: #2daae4;
}

ul.social li a.fa-twitter:hover {
    background: #3dbaf4;
}

ul.social li a.fa-dribbble {
    background: #c4376b;
}

ul.social li a.fa-dribbble:hover {
    background: #d4477b;
}

ul.social li a.fa-linkedin {
    background: #006599;
}

ul.social li a.fa-linkedin:hover {
    background: #1075a9;
}

ul.social li a.fa-tumblr {
    background: #2b4661;
}

ul.social li a.fa-tumblr:hover {
    background: #3b5671;
}

ul.social li a.fa-google-plus {
    background: #da2713;
}

ul.social li a.fa-google-plus:hover {
    background: #ea3723;
}

/* Icons */

.icon {
    text-decoration: none;

}

.icon > .label {
    display: none;
}

.icon.featured {
    position: relative;
    display: inline-block;
    background-color: #19798a;
    width: 9em;
    padding: 1.75em 0 0.75em 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin: 0 0 4.5em 0;
    cursor: default;
    text-align:center;
    min-height:7.3em;
    vertical-align: middle;
}
	
/* .icon.featured { display:none; } *//* 17/10/19 RIEN ! */


.icon.featured:before {
    font-size: 4.5em;
    line-height: 1em;
    color: #fff;
}

.icon.featured:after {
    content: '';
    position: absolute;
    bottom: -1.95em;
    left: 0;
    border-top: solid 2em #19798a;
    border-left: solid 4.5em transparent;
    border-right: solid 4.5em transparent;
}

.icon.featured.alt {
    background-color: #252122;
}

.icon.featured.alt:after {
    border-top-color: #252122;
}

.icon.featured.alt2 {
    background-color: #827a7c;
}

.icon.featured.alt2:after {
    border-top-color: #827a7c;
}

/* Page Wrapper */

#page-wrapper > section {
    margin-bottom: 0;
}
	
	
/* Wrapper */	
	
/*
----------------------------------------------------------------------
STRUCTURE DU HEADER ET DE LA NAV EN HAUT
div#header-wraper
    section#header .container
        div#topbar
            div#slogan
            div#usFlag
            div#btn-deconnect
            div.welcome
            div#search-bar
        div#logo
        nav#nav
----------------------------------------------------------------------
*/
/* Header */
#header {
    position: relative;
    background: #ffffff;
    height:auto;	
}

#header h1 {
    color: #252122;
    font-weight: 900;
    font-size: 2.5em;
    letter-spacing: -0.035em;
    line-height: 1;
}

/* 
    HEADER SUR L ECRAN DE CONNEXION 
    => peut etre a virer ...
*/
#header-small {
    border-bottom: solid 1px #ccc;
}	
	
#slogan {
    margin-left: 20px;
}

/* header topbar */
#topbar {
	background:#FFF; 
	height:auto; 
	margin:0;
	width:100%;
	border-top:0px solid #B94333 ; 
	border-bottom:0px solid #EDEDED; 
	display: inline-block;
}

#topbar p {
    display:block; 
    float:left; 
    margin:5px 0 0px 0; 
    padding:0%;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.2em;
    letter-spacing:0.1em;
    display: inline-block;
    text-align:left;
    color:#19798a;
    line-height:23px;   
}

#topbar span {
    text-transform: lowercase;
    font-style: italic;
 
    /*
    font-weight: 700;
    font-size: 0.9em;
    letter-spacing:0.1em;
    */
    
    font-weight: 500;
    font-size: 1em;
    letter-spacing: 0.05em;
}


/* Logo */

#logo, #logo_pub {
    background-image: url(../../images/logo-iBrige-web.png);
    position:absolute;
    width: 300px;
    height: 130px;
    background-repeat: no-repeat;
    background-position: top left;
}

/*
-------------------------------------------
LE MENU DE NAVIGATION
-------------------------------------------
*/

/* Nav*/

#connect {
    display:none;
}

#nav  {
    margin:0;
    padding:0; /* DR AJOUT */
}

#nav ul {
    padding: 0 0; /* DR  1em 0 */
}

#nav > ul > li {
    display: inline-block;
    font-style: normal;
    margin: 0 0.2em 0 0.2em;
}

#nav > ul > li > ul {
    display: none;
}

#nav > ul > li > a {
    border-radius: 2px;
    color: #5d5d5d;
    text-decoration: none;
    padding: 0.6em 1em 0.6em 1em;
    -moz-transition: background-color .25s ease-in-out;
    -webkit-transition: background-color .25s ease-in-out;
    -ms-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out;
    outline: 0;
}

#nav > ul > li:hover > a, #nav > ul > li.active > a {
    background: #24984d ; /* #54B454; */
    color: #fff; 
}

#nav > ul > li.current > a {
    background: transparent; 
    color: #24984d; /*#54B454; */
    border: 2px solid #24984d; /* #54B454; */
    transition: background .4s, color .4s;
    font-weight: 700;
}


.dropotron {
    border-radius: 5px;
    background-color: #252122;
    background-color: rgba(34, 30, 31, 0.98);
    padding: 1.25em 1.5em 1.25em 1.5em;
    font-style: italic;
    min-width: 13em;
    box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.5);
    text-align: left;
    margin-top: -1.25em;
    margin-left: -1px;
    list-style: none;

    /* DR : bigger, bolder */
    font-size: 1.2em;
    font-weight: 600;
}

.dropotron a, .dropotron span {
    color: #aaa;
    text-decoration: none;
    -moz-transition: color .25s ease-in-out;
    -webkit-transition: color .25s ease-in-out;
    -ms-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
}

.dropotron li {
    padding: 0.25em 0 0.25em 0;
}

.dropotron li:hover > a, .dropotron li:hover > span {
    color: #fff;
}

.dropotron.level-0 {
    margin-top: 1em;
}

.dropotron.level-0:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: -9px;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    border-bottom: solid 10px #252122;
    border-bottom-color: rgba(34, 30, 31, 0.98);
}
			
/*
------------------------------------------------------------
        REGLAGE DE LA GROSSE BANNIERE
------------------------------------------------------------
*/
#banner {
    background: linear-gradient(225deg, #58BA52 0%, #2F8F83 100%); color: #fff;
    /*background: #CCE8F4 url("../../images/pic01.jpg");*/
    background-position: center center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
    padding:0;
    /* margin: 3.3em 0 0em 0; */
    margin: 1.5em 0; /* MARGIN = HAUTEUR flashMessage */
}

#banner header {
    /*background-color: rgba(34, 30, 31, 0.98);*/
    display: inline-block;
    border-radius: 5px;
}

/* Utilise pour le gros texte */
#banner header h2 {
    color: #fff;
    font-weight: 700;
    font-size: 2.1em;
    margin: 0 0 0.5em 0;
    line-height: normal;
}

/* Utilise pour le petit texte */
#banner header p {
    /*color: #d52349;*/
    padding: 0;
    font-style: normal;
    margin: 0;
    font-size: 1.1em;
    line-height: normal;
}
			
#banner .row  {
    background-image: url(../../images/bg-banner1.png), url(../../images/bg-banner2.png) ;
    position:relative;
    height:400px;
    background-repeat: no-repeat;
    background-position: 200px 100px, 700px -70px;
}


.figure {
     line-height:0px; background: #fff; border: 1px solid #ededed; border-radius: 50%; width:248px; height:248px; 
     margin: 5% auto 5% auto;
}
				
.banner-button {
    list-style: none;
     margin: 0;
     /*
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around; 
     */
}

.banner-button a { text-decoration: none; display: block; margin:0;}
.banner-button a:hover {  background: darken(deepskyblue, 2%); }
footer.banner-button a { display: inline-block; }


/*
----------------------------------------------------------------------------
                REGLAGES PAR DEFAUT DU WRAP-CONTENT
----------------------------------------------------------------------------
*/
.wrap-content {
    width:100%;
    background-color:#FFF;
    border-radius:2px;
    border-bottom: solid 1px #ccc;	
}


.wrap-content h3, .wrap-content h1.forFT{
    width: auto;
    color: #000;
    border-radius:2px;
    padding: 0.4em 0px;
    font-family:inherit;
    font-weight:400;
    margin:0;
    display:block;
    letter-spacing:0.01em;
    vertical-align:middle;
}


.wrap-content h4{
    width: auto;
    color: #000;
    border-radius:2px;
    padding:0;
    font-family:inherit;
    font-weight:400;
    margin: 0 0 20px 0;
    display:block;
    letter-spacing:0.01em;
    vertical-align:middle;
}


.wrap-content h5{
    width: auto;
    color: #252122;
    font-weight: 500;
    font-family: 'Cabin', sans-serif;
    color: #000;
    padding:0;
    margin: 20px 0 10px 0;
    display:block;
    letter-spacing:0.01em;
    vertical-align:middle;
}
.wrap-content h4 p, 
.wrap-content h4 ul, 
.wrap-content h4 ol, 
.wrap-content h4 dl, 
.wrap-content h4 table, .tab th, .tab tr {
    text-align: center;
}

/* -------------------------------------------------------- */

/*
--------------------------------------------------------------------------------
       MESSAGES FLASH ET ERREURS ET DIVERS
       ON A TROIS TYPES DE MESSAGES FLASH :
       1 - par defaut
       2 - alert
       3 - erreur
--------------------------------------------------------------------------------
*/

/*	Alert	*/ 
 
#flashMessage {
    padding: 10px 0;
    height:auto;
    margin: 0 auto 0 auto;
    max-width: 100%;
    width:70em;
    color: #ddd;
    margin-left: 20px;
    font-weight: 600;
}

#flashMessage p { display: inline-block; }

*.message p {
    font-size:24px;
    color: #2F8F83;
    padding:0px 0 0 20px;
    vertical-align:middle;
    text-align:left;
}
.message p:before {
    content:url(../../images/alert.png);
    width: auto;
    padding:0 10px 0 0;
    vertical-align:middle;
}

section.error { height: 4em; }
section.error, section.error #flashMessage,  section.error #flashMessage p {
    background-color: #A00002;
    color: #fff;
    padding:0;
}
section.error #flashMessage { padding: 0.5em; }


*.messageErr p {
font-size:24px;
color: #2F8F83;
padding:0;
vertical-align:middle;
text-align:left;
}

.messageErr p:before {
content:url(../../images/alert-white.png);
width: auto;
padding:0;
vertical-align:middle;
}

section.alert { height: 4em; }
section.alert, section.alert #flashMessage,  section.alert #flashMessage p {
    background-color: #000;
    color: #2F8F83;
    padding:0;
}
section.alert #flashMessage { padding: 0.5em; }







/*div#authMessage {
   display:block;
    background: #fff;
    color : #ed0000;
    border: #e10808 solid thin;
    padding: 10px;
    border-radius:5px;
    font-weight: bolder;
}*/

div#authMessage {
    display:block;
    background: #400;
    color : #fff;
    border: #400 solid thin;
    padding: 6px;
    border-radius:5px;
    font-weight: bolder;
    text-align:center;
}


			
/* General content */			
			
section.generalcontent {
    padding: 0px 0px;
    margin-top:0px;
    border-top:solid 0px #CCCCCC;
}			




/* Intro */

#intro, #cadeau {
    text-align: center;
    overflow: hidden;
}

#intro section, #cadeau section {
    background-color:#FFF;
}

#intro h2, #cadeau h2 {
    font-size: 1.70em; /* DR 1.75 -> 1.70 */
}


#intro .middle, #cadeau .middle {
    position: relative;
    z-index: 1;
}

#intro .middle:before, #cadeau .middle:before {
    content: '';
    width: 32px;
    height: 100%;
    position: absolute;
    left: -24px;
    top: 0;
    display: block;
    z-index: -1;
    box-shadow: 32px 0 0 0 #fff, 0 -32px 0 0 #fff, 0 32px 0 0 #fff, 32px 32px 0 0 #fff, 32px -32px 0 0 #fff, 0 0 32px 0 rgba(0, 0, 0, 0.15);
}

#intro .middle:after, #cadeau .middle:after {
    content: '';
    width: 32px;
    height: 100%;
    position: absolute;
    right: -24px;
    top: 0;
    display: block;
    z-index: -1;
    box-shadow: -32px 0 0 0 #fff, 0 -32px 0 0 #fff, 0 32px 0 0 #fff, -32px 32px 0 0 #fff, -32px -32px 0 0 #fff, 0 0 32px 0 rgba(0, 0, 0, 0.15);
}

#intro .button, #cadeau .button {
    min-width: 0em;

}

#intro footer, #cadeau footer {
    margin: 0;

}
		
		
/* Actualites */

#actualites {
    position: relative;
    background: #f7f7f7 ;/*("images/bg02.png")*/
    background-color:#f7f7f7;
    padding: 4em 0 4em 0;
    width: 100%;
    background-size: auto 100%;
}	

#actualites:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background:#f7f7f7 ;/*("images/bg02.png")*/
        background-size: 100% 100%;
        z-index: 0;
        opacity: 0.5;
    }
	

/* Main */

#main {
    position: relative;
    padding: 0em 0 0em 0;
}

#main:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* background: url("images/bg01.png"); */
    background-size: 100% 100%;
    z-index: 0;
    opacity: 0.1;
}

#main .major h2 {
    background: #f7f7f7; /* url("images/bg02.png") */
}

/* Footer */

#footer {
    position: relative;
    color: #858484;
    padding: 4em 0;
    background-color: #252122;
}

#footer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* background: url("images/bg01.png");*/
    background-size: 100% 100%;
    z-index: 0;
    opacity: 0.5;
}

#footer a {
    color: #c5c4c4;
}

#footer h2, #footer h3, #footer h4, #footer h5, #footer h6, #footer strong, #footer b {
    color: #fff;
}

#footer h2 a, #footer h3 a, #footer h4 a, #footer h5 a, #footer h6 a, #footer strong a, #footer b a {
    color: inherit;
}

#footer ul.contact li, #footer ul.dates li, #footer ul.divided li {
    border-top-color: #353434;
    border-top-color: rgba(255, 255, 255, 0.05);
}

#footer header {
    margin: 0 0 3em 0;
}

#footer header h2 {
    font-size: 1.75em;
}

/* SECTION : Copyright */

#copyright {
    text-align: center;
    margin: 0em 0 0em 0;
}

#copyright ul.links {
    display: inline-block;
    background: #2C2929;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 5px;
    margin: 0;
    padding: 0.85em 2.25em 0.85em 2.25em;

}

#copyright .links a {
	text-decoration:none;
}


/* REGLAGES GENERAUX DES DEUX MENUS */
/* Nav flex*/

ul#public-menu,
ul#private-menu {
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    justify-content: space-between;
}

ul#public-menu li,
ul#private-menu li {
    padding:2px 0px;
    width: auto;
    margin-top: 10px;
    font-size: 1em;
    text-align: center;
    display: block;
}

ul#public-menu,
ul#private-menu {
    float:right;
}



/* END-GENERAL */

/* =========== VARIANTE 2580px  XXLarge  =========== */

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

    #w360, #w400, #w600, #w736, #w980, #w1080, #w1280, #w1680, #w2580 { display: inherit; }
    #w16800 { display: None; }
    
    /* VARIANTE TITRE */
    h1.title, h2.title, h3.forFT {
        margin-bottom:  1.6em; /* 05/02/19 60px, 06/02/19 50px */
        font-size:      20px;
    }

    /* VARIANTE GENERALE POUR LA POLICE */
    body, input, textarea, select { font-size: 15pt; font-weight:500; /* DR */}
    
    
    /* VARIANTE FORMULAIRES */
    
    form input[type="button"],
    .form input[type="submit"],
    .form input[type="reset"],
    .form button,
    .form .button { font-size: 1.1em; }

    .form h4 {
        font-size:28px; /* DR 36 px */
        line-height: 30px; /* DR 40 px */
    }

    
    /* VARIANTE HEADER sur le formulaire de connexion */
    #header-small {
        height:150px;
        padding: 3em 0 0 0;
    }

    /* >>>>>>>> COMPOSANTES HEADER NORMAL */
    /* VARIANTE HEADER NORMAL */
    #header-wrapper {
        height: 200px;
        border-bottom: solid 0px #ccc;
        margin-top:20px;
    }
    
    #logo       { margin-top:-55px; background-size: 90%; }
    #logo_pub   { margin-top:-55px; background-size: 90%; }
    /* VARIANTE DRAPEAU */
    #usFlag { 
        float: right; 
        padding: 10px 0 0 35px; 
        margin-right:12px;
    }

    #search-bar { margin:1em 0 0 0 ;}

    /* VARIANTE MENU NAV */
    nav #private-menu   { width:71%; float:right; }
    nav #disconnect     { display: none; }
    #navPanel { display:none; }	
    ul#public-menu  { width:65%; /*margin-top:20px;*/}
    ul#private-menu { width:75%; /*margin-top:20px; */ }
    /* <<<<<<<< COMPOSANTES HEADER NORMAL */
    
    .btn-white { padding:25px 2% 25px 2%;    }
    a.button.btn-white { margin:20px 5px; width: auto;    }


    /* WRAP-CONTENT + SES TITRES */
    .wrap-content { margin-bottom: 30px; padding:50px 0 70px 0; }
    .wrap-content h3, .wrap-content h1.forFT{ font-size:36px; line-height: 44px;  }
    .wrap-content h4{   font-size:30px; line-height: 34px;    }
    .wrap-content h5{ font-size:24px; line-height:36px;}
    
    
    #banner header {
        padding: 0em 0em 0 0;
    }

    #flashMessage { height: 3em; margin-bottom: 40px;}
    
    
    
    #intro section, #cadeau section {
        margin: 1em 0; /* 17/10/19 3em 0*/
        padding: 2.5em 0;
    }		

    #cadeau section p {
        margin:auto;
        width:90%;
        text-align: center;
        font-size:1em;
    }

    #cadeau section h4 {
        font-size:1.15em;
        margin:auto;
        width:90%;
        text-align:center;
        padding-bottom:1em;
    }


    .wrapper-menu-arrow {
        margin:30px 0 0 20px;
    }
    .menu-arrow	{
        width:95%;
    }

    .menu-arrow p, i  {
        max-width:90%;
        width:80%;
    }

    


    .box {
        min-height:620px;
    }	

    .bloc-menu {
        max-width:80%;
        padding: 1em 10% 1em 10%; /* 17/10/19 3em 10% 3em 10% */
    }	

    .p30 {
        width: 30%;
        margin-left: 35%;
    }

    .p40 {
        width: 40%;
        margin-left: 30%;
    }

    .p50 {
        width: 50%;
        margin-left: 25%;
    }

    .p50menu {
        width: 50%;
        margin-left: 25%;
    }

    .p60 {
        width: 60%;
        margin-left: 20%;
    }

    .p70 {
        width: 70%;
        margin-left: 15%;
    }

    .p80 {
        width: 80%;
        margin-left: 10%;
    }


    .p90 {
        width: 90%;
        margin-left: 5%;
    }

    .p95 {
        width: 95%;
        margin-left: 2.5%;
    }

    .astuce_details {
        width:70%;
        margin-left:15%;
    } 


    .btn-gen {
        margin:1em 1em 1em 1em;
    }

    .menu-gen {
        width:90% ;
    }

    .link-list li {
        font: 200 18px/1.5 Helvetica, Verdana, sans-serif;
        line-height:80px;
    }

    .link-list li a:hover {
        font-size: 24px;
        padding: 0 0 0 10%;
        background:url(../../images/arrow.png) no-repeat 30px 35px;
        background-size:10px;
    }

    #faq {
        padding: 50px;
        margin-bottom: 50px
    }

    table.sponsorships {
        margin: 2em 5%;
        width: 90%;
        padding:20px;
    }

    table.sponsorships td {
        padding:0.6em 1em  0.6em 2em;
    }

    .box-padding h2 {
        margin-bottom: 30px;
    }

    #messagearea td {
        padding: 10px 0px 10px 0;
    }

    #messagearea table {
        text-align:left;
    }

    div.msg-from {
        margin-right: 50px;
    }

    .btn-principal a,
    .btn-principal {
        width:auto;
        margin:1em 1em 1em 1em;
    }



    #EbBlocnoteLibelle {
        width: 80%;
    }

    #CouponEntercouponForm  {
        width: 60%;
        margin-left: 20%;
    }

    .warn {
        font-size:19px;
        font-weight:400;
        color: #0f798b;
    }

    .indices {
        margin-left: 10%;
    }

    #niveau {
        width: 40%;
        margin-left: 30%;
    }

    #coursetexercices {
        width: 85%;
        margin: auto;
        padding: 3em 15% 3em 15%;
    }

    .seqlink p {
        padding:6px 6px 6px 0px;
        line-height: normal;
        width:75%;
        margin-right:5%;
    }

    .seq  {
        width: 20%;
        height:50px;
    } 

     #tosearch  {
        width:100px;
        margin:0 ;
    }

    #tosearch-bar input[type="text"]:focus {
        width:180px;
    }

    #tosearch-bar {
        width:auto;
    }


    #coursetexercices h4 {
        font-size:16px;
        padding:7px 0 7px 0;
    }

    #coursetexercices a h4 {
        padding:7px 0 7px 17px;
        line-height:normal;
    }

    #coursetexercices a:hover h4 {
        padding:7px 0 7px 17px;
        background:url(../../images/arrow.png) no-repeat 0px 14px;
    }

    #search input[type="text"]:focus {
        width:300px;
    }

    .btn-inscription,  .btn-inscription-fr, .btn-inscription-us { 
        padding: 12px 22px 12px 18px; 
    }

    #cadeau section {
        margin: 3em 0;
        padding: 2.5em 0;
        position: relative;
        height: 780px;
    }

    section#cadeau footer {
        margin: auto;
        position: absolute;
        bottom: 50px;
        width: 100%;
    }
		
}
		

/* =========== VARIANTE 1680 XLarge =============== */

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

    #w360, #w400, #w600, #w736, #w980, #w1080, #w1280, #w1680{ display: inherit; }
    #w2580, #w16800 { display: None; }
    
    /* VARIANTE HEADER sur le formulaire de connexion SANS OBJET ? */
    #header-small { height:150px; padding: 4em 0 0 0; }

    /* VARIANTE GENERALE POUR LA POLICE */
    body, input, textarea, select { font-size: 14pt; }
    
    /* >>>>>>>> COMPOSANTES HEADER NORMAL */
    /* VARIANTE HEADER NORMAL */
    #header-wrapper {
        height: 190px;
        border-bottom: solid 0px #ccc;
        margin-top:20px;
    }
    .container  { width: 70em; }
    #logo       { margin-top:-50px; background-size: 80%; }	
    #logo_pub   { margin-top:-50px; background-size: 80%; }	

    /* Reglages du menu */
    nav #disconnect { display:none; }
    #navPanel       { display:none;}
    ul#public-menu  { width:60%; /*margin-top:20px; */}
    ul#private-menu { width:75%; /*margin-top:20px; */ }
    /* <<<<<<< COMPOSANTES HEADER NORMAL */

    
    /* WRAP-CONTENT TITRES */
    .wrap-content h3, .wrap-content h1.forFT{ font-size:28px; line-height: 44px;  }
    .wrap-content h4{ font-size:24px; line-height: 34px;    }
    .wrap-content h5{ font-size:20px; line-height:36px;}
    
    
    
    p {
        font-size: 12.5pt;
    }

    #banner header {
        /*background-color: rgba(34, 30, 31, 0.98);*/
        display: inline-block;
        padding: 1.5em 0em 0 0;
        border-radius: 5px;
    }

    /* REGLAGE PAGE CADEAU */
    #cadeau section { height: 720px; }
    
    /* Intro */

    .wrapper-menu-arrow {
        margin:30px 0 0 20px;
    }
    .menu-arrow	{
        width:95%;
    }

    .menu-arrow p, i  {
        max-width:90%;
        width:80%;
    }

    .box {
        min-height:610px;
    }

}

/* =========== VARIANTE 1280 Large =========== */

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

    #w360, #w400, #w600, #w736, #w980, #w1080, #w1280 { display: inherit; }
    #w1680, #w2580, #w16800 { display: None; }
    
    /* VARIANTE GENERALE POUR LA POLICE */
    body, input, textarea, select { font-size: 12.5pt; font-weight:600;}
    
    /* >>>>>>> COMPOSANTES HEADER NORMAL */
    #header-wrapper {
        height: 175px;
        border-bottom: solid 0px #ccc;
        margin-top:20px;
        padding-left:15px;
    }
    #header     { padding: 0em 0 3em 0; }
    #logo       { margin-left:-30px; margin-top:-20px; background-size: 60%; }	
    #logo_pub   { margin-left:0px; margin-top:-35px; background-size: 70%; }	
    .container  { width: calc(100% - 60px);}
    
    /* Reglages du menu */
    nav #disconnect { display:none;}
    #navPanel   { display:none;}
    ul#public-menu  { width:60%; }
    ul#private-menu { width:85%; }
    /* <<<<<<< COMPOSANTES HEADER NORMAL */

    /* REGLAGE DE LA PAGE CADEAUX */
    #cadeau section { height: 690px; }
    
    /* AJUSTEMENT BANNIERE ET MESSAGES FLASH */
    #banner header { display: inline-block; padding: 3em 0em 0 0; border-radius: 5px;    }
    #banner footer { float: none; margin:0em; }
    #flashMessage { height: 2.6em; margin-bottom: 1.6em;}
				
    
    
    
    /* Section/Article */

    header.major {
        margin: 0.75em 0 2.5em 0;
    }

    header.major h2 {
        padding: 0 1em 0 1em;
    }

    /* Social */

    ul.social li {
        margin: 0 0 0.25em 0.75em;
    }



	/* Intro */

    #intro {
        padding: 0;
    }

    #intro section {
        padding: 1em 2em;
    }

    #intro .middle:before {
        left: -12px;
    }

    #intro .middle:after {
        right: -12px;
    }

    .wrapper-menu-arrow {
        margin:30px 0 0 20px;
    }

    .menu-arrow	{
        width:100%;
    }

    .menu-arrow p, i  {
        width:70%;
    }

    /* Main */

    #main {
        padding: 0px 0;
    }

    /* Footer */

    #footer {
        padding: 3em 0;
    }

    #footer:before {
        height: 2.5em;
    }

    #footer header {
        margin: 0 0 1.5em 0;
    }

    #footer header h2 {
        font-size: 1.25em;
    }

    /* Copyright */

    #copyright {
        margin: 0;
    }

    /* Medium */

    #navPanel, #titleBar {
        display: none;
    }


}

/* ========== VARIANTE 1080 Normal => iPad ========*/

@media screen and (max-width: 1080px) {
	
    #w360, #w400, #w600, #w736, #w980, #w1080 { display: inherit; }
    #w1280, #w1680, #w2580, #w16800 { display: None; }
    
    
    /* VARIANTE GENERALE POUR LA POLICE */
    body, input, textarea, select { font-size: 12.5pt; font-weight:600;}
    
    /* VARIANTE TITRE */
    h2.title {
        margin-bottom: 30px; /* 05/02/19 60px */
        font-size:22px;
    }
    
    /* VARIANTE HEADER sur le formulaire de connexion */
    #header-small {
        height: 1200px; /* DR 120px */
        padding: 3.5em 0 0 0;
    }	

    /* >>>>>>>>>>> COMPOSANTES HEADER NORMAL */
    #header-wrapper { margin-left:0; margin-right:0; height: 160px;    }	
    #logo     { margin-left:-40px; margin-top:-10px; background-size: 40%; }	
    #logo_pub { margin-left: 30px; margin-top:-40px; background-size: 60%; }	

    /* Reglages du menu */
    ul#private-menu { width:91%;}
    ul#public-menu { width:70%;}
    /* <<<<<<<<<< COMPOSANTES HEADER NORMAL */
    
    
    /* AJUSTEMENT DE LA BANNIERE AVEC D.PILON */
    footer.banner-button {padding: 0; margin:0;}
    footer.banner-button a { font-size: 0.85em; } 
    
    /* AJUSTEMENT DES BOUTONS BLANCS ET DE LA BANNIERE CENTRALE */
    .banner-button { justify-content: center;    }	
    .btn-white a { text-align: center; padding: 0px; }
    .btn-white { padding:20px 0; }
    a.button.btn-white { margin:10px 0 10px 5px; padding-left:5px; width: auto; font-size:1em;}
    .banner header p { font-size: 0.9em;}
    #banner header p { font-size: 1.1em; margin:0; padding:0; }

    /* REGLAGE PAGE CADEAU */
    #cadeau section { height: 720px; }
 
    #flashMessage { height: 2.6em; margin-bottom: 1.6em;}
    
    
    .wrapper-menu-arrow {
        position:relative;
        width:100%;
        margin:20px auto;
        padding:0;
    }

    .menu-arrow	{
        width:100%;
    }


    .menu-arrow p, i  {
        width:65%;
    }

    .box {
        min-height:520px;
    }

    #banner .row { height:320px;    }   /* 17/10/19 NOUVEAU */

    /* 29/04/2024 NOUVEAUTES */
    #bridge_master  { display: none }
    #banner header {margin-top: 0}
    #zone_astuce {width: 100%;}
    #banner header h2 {
        font-size: 2em;
    }

}


/* ==========  VARIANTE 980 Medium ========*/

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

    /* VARIANTE HEADER sur le formulaire de connexion */
    #header-small {
        height:120px;
        padding: 5em 0 0 0;
    }	

    /* >>>>>>> COMPOSANTES DU HEADER NORMAL */
    /* VARIANTE HEADER NORMAL */
    #header-wrapper { margin-left:0px; margin-right:20px; height: 150px; }	
    #logo       { margin-left:-10px; margin-top:-60px; background-size: 60%; }	
    #logo_pub   { margin-left:-10px; margin-top:-55px; background-size: 60%; }
    .container  { width: calc(100% - 80px); }

    /* MASQUE LE MENU A PARTIR DE LA ET AUX LARGEURS INFERIEURES */
    #nav { display:none; }
    nav #disconnect { display:none;    }
    .welcomeusername { display: none; }
    #slogan { display: none; }
    /* <<<<<<<<<<< COMPOSANTES DU HEADER NORMAL */
    
   
    /* AJUSTEMENT DES BOUTONS BLANCS DANS LA BANNIERE CENTRALE */
    .banner-button { justify-content: center;    }	
    .btn-white a { text-align: center; padding: 8px; }
    .btn-white { padding:18px 2% 18px 4%;    }
    a.button.btn-white { margin:15px 5px; width: auto; }

    
    /* Banner */
    #banner { padding: 0; margin: 1.3em 0 0em 0; }		
    #banner .row { height:550px;    }
    #banner footer { float: none; margin:0em; }
    #banner .figure { margin: -2% auto 0.7em;    }
    #banner .figure p { margin-top:-50px;    }
    #banner header { margin-top:-10px;padding: 0;    }
    #banner header h2 { font-size: 1.4em; margin:0; padding-bottom: 0.1em;    }
    #banner header p { font-size: 1em; margin:0 1em; padding-bottom: 1em; }
    #flashMessage { height: 3.5em; padding-bottom: 1.5em;}

    
    
    
    /* AJUSTEMENT DES CADEAUX EN FLOW VERTICAL */
    /*
    #cadeau section.first {
        border-top: 0;
        padding-top:2em;
    }
    #cadeau { padding: 1em 0 0 0; }
    #cadeau section p {
        margin:auto;
        width:90%;
        text-align:center;
        padding: 0 0.5em;
    }
    #cadeau section {
        position: relative;
        border-top: solid 0px #dfdfdf;
        margin: 0;
        padding: 20px 0 20px 0;
        height: 490px;
    }
    #cadeau .icon.featured { margin: -25px 0 3.5em 0;    }
    #cadeau section h4 { padding-bottom:5px;    }
    #cadeau footer { position: initial;        padding: 0.5em 0 0em 0;    }
    */
    #cadeau { padding: 1em 0 0 0; }
    #cadeau section {
        border-top: solid 0px #dfdfdf;
        margin: 0;
        padding: 20px 0 90px 0;
        height: auto;
        clear: both;
    }
    #cadeau .icon.featured { margin: -25px 0 3.5em 0;    }
    #cadeau section h4 { padding-bottom:5px; clear:both;  }
    #cadeau section p { padding-bottom:15px; display:block; }
    #cadeau section footer { display:block; padding: 0.5em 0 0em 0;    }
    #cadeau section a { margin:5px; }
    

    /* Basic */

    html, body {
        overflow-x: hidden;
    }

    .bloc {
        padding:0.3em;
    }

    /* Box */

    .box {
        min-height:600px;
    }

    .box footer ul.actions li {
        margin: 1em 0 0 0;
        display: block;
    }

    .box footer ul.actions li .button {
        width: 100%;
    }

    .box footer ul.actions li:first-child {
        margin-top: 0;
    }



    /* Intro */


    #intro {
        padding: 3em 0 0 0;
    }

    #intro section {
        position: relative;
        border-top: solid 0px #dfdfdf;
        margin: 0;
        padding: 40px 0 0 0;
    }


    #intro section.first {
        border-top: 0;
        padding-top: 0;
    }

    #intro section p {
        margin: 0;
    }


    
    
    
    #intro .middle:before, #intro .middle:after, #cadeau .middle:before, #cadeau .middle:after {
        display: none;
    }

    #intro footer {
        padding: 3em 0 1em 0;
    }

    
    
    #intro footer ul.actions, #cadeau footer ul.actions {
        margin-bottom: 0;
    }


    .wrapper-menu-arrow {
        position:relative;
        width:100%;
        margin:20px auto;
        padding:0 25%;
    }

    .menu-arrow	{
        width:100%;
    }

    .menu-arrow p, i  {
        max-width:90%;
        width:80%;
    }

    #intro .last {
        margin: 20px 0 80px 0;
    }

    /* Main */

    #main {
        padding: 0px 0;
    }

    /* Copyright */

    #copyright ul.links {
        display: block;
    }

    /* Nav */


    #page-wrapper {
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-transition: -moz-transform 0.5s ease;
        -webkit-transition: -webkit-transform 0.5s ease;
        -ms-transition: -ms-transform 0.5s ease;
        transition: transform 0.5s ease;
        padding-bottom: 1px;
    }

    #titleBar {
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-transition: -moz-transform 0.5s ease;
        -webkit-transition: -webkit-transform 0.5s ease;
        -ms-transition: -ms-transform 0.5s ease;
        transition: transform 0.5s ease;
        display: block;
        height: 44px;
        left: 0;
        position: fixed;
        top: 0;
        width: 50%;
        z-index: 10001;
        background: none;
    }

    #titleBar .toggle {
        width: 80px;
        height: 60px;
    }

    #titleBar .toggle:before {
        font-family: FontAwesome;
        text-decoration: none;
        font-style: normal;
        font-weight: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: '\f0c9';
        display: block;
        position: absolute;
        left: 10px;
        top: 10px;
        width: 50px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
        color: #fff;
        text-align: center;
        background: rgba(150, 150, 150, 0.75);
        border-radius: 5px;
    }

    #titleBar .toggle:active:before {
        background-color: #969696;
    }

    #navPanel {
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-transform: translateX(-275px);
        -webkit-transform: translateX(-275px);
        -ms-transform: translateX(-275px);
        transform: translateX(-275px);
        -moz-transition: -moz-transform 0.5s ease;
        -webkit-transition: -webkit-transform 0.5s ease;
        -ms-transition: -ms-transform 0.5s ease;
        transition: transform 0.5s ease;
        display: block;
        height: 100%;
        left: 0;
        overflow-y: auto;
        position: fixed;
        top: 0;
        width: 275px;
        z-index: 10002;
        color: #858484;
        /*background-image: url("images/bg02.png");*/
        box-shadow: inset -3px 0px 5px 0px rgba(0, 0, 0, 0.35);
        background-color:#252122;
    }

    #navPanel .link {
        display: block;
        color: #B0B0B0;
        text-decoration: none;
        height: 44px;
        line-height: 44px;
        border-top: solid 1px rgba(255, 255, 255, 0.05);
        padding: 0 1em 0 1em;
        font-style: inherit;
        font-size:15px;

    }



    #navPanel .link:first-child {
        border-top: 0;
    }

    #navPanel .indent-1 {
        display: inline-block;
        width: 1em;

    }

    #navPanel .indent-2 {
        display: inline-block;
        width: 2em;
    }

    #navPanel .indent-3 {
        display: inline-block;
        width: 3em;
    }

    #navPanel .indent-4 {
        display: inline-block;
        width: 4em;
    }

    #navPanel .indent-5 {
        display: inline-block;
        width: 5em;
    }

    #navPanel .depth-0 {
        color: #fff;
        font-weight:400;

    }

    #navPanel .depth-1 {
    font-style:oblique;

    }

    body.navPanel-visible #page-wrapper {
        -moz-transform: translateX(275px);
        -webkit-transform: translateX(275px);
        -ms-transform: translateX(275px);
        transform: translateX(275px);
    }

    body.navPanel-visible #titleBar {
        -moz-transform: translateX(275px);
        -webkit-transform: translateX(275px);
        -ms-transform: translateX(275px);
        transform: translateX(275px);
    }

    body.navPanel-visible #navPanel {
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .wrap-radio img {
        padding-left:1em; 
    }

    .checkmark {
        margin-left:80%; 
    }

    table.sponsorships {
        margin: 1em 5%;
    }

    .p70 {
        width: 80%;
        margin-left: 10%;
    }

    #niveau {
        width: 60%;
        margin-left: 20%;
    }

    #coursetexercices {
        width:80%;
        margin: auto;
        padding: 3em 10% 3em 10%;
    }

    #tosearch-bar {
        width:auto;
    }

    #tosearch  {
        width:100px;
        margin-bottom:10px;
    }

    #tosearch-bar input[type="text"]:focus {
        width:150px;
    }

    /* 28/04/2024 NOUVEAUTES */
    #bridge_master  { display: none }
    #banner header {margin-top: 0}
    #banner .row { height:320px; }
    .btn-white { padding:10px 2% 10px 4%; }
    a.button.btn-white { margin: 8px 5px; }
}
	

/* ==========  VARIANTE 736 Small ========*/

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

    /* TITRES */
    h2.title {
        margin:0 5px 35px 5px; 
        font-size:18px; /* 05/02/19 DR 18px */
    }

    /* VARIANTE GENERALE POUR LA POLICE */
    body, input, textarea, select, p { font-size: 12pt; }
    
    /* VARIANTES FORMULAIRE */
    .form h3 {
        font-size: 34px;
        line-height:normal;			
    }	

    form input[type="button"],
    .form input[type="submit"],
    .form input[type="reset"],
    .form button,
    .form .button {
        font-size: 0.95em;
    }

    /* >>>>>>> COMPOSANTES DU HEADER NORMAL */
    /* VARIANTE HEADER NORMAL */
    #header-wrapper {
        margin-left:0px;
        margin-right:0px;
        height: 130px;
    }	
    #logo { margin-left:30px; margin-top:-50px; background-size: 50%; }	
    #logo_pub { margin-left: 10px; margin-top: -20px; background-size: 50%; }
    
    #header { text-align: center; padding:0; }
    #header h1 {
        color: #252122;
        font-weight: 900;
        font-size: 1.75em;
        letter-spacing: -0.035em;
    }
    .container { width: calc(100% - 40px); }
    #topbar { margin:0px 0 0px 0; }
    #slogan { display: none; }
    #usFlag { display:none;}
    #btn-connect a { display:none; }
    .welcomeusername { display: none; }
    /* <<<<<<<< COMPOSANTES DU HEADER NORMAL */

    
    /* VARIANTE HEADER sur le formulaire de connexion */
    #header-small {
        height:100px;
        padding: 3em 0 0.2em 1em;
    }

    /* VARIANTE BOUTON BLANC DE LA BANNIERE */
    .btn-white { padding:15px 2% 15px 5%; }
    a.button.btn-white { margin:0px 0px 20px 0; width: auto; font-size:1em;    }		
    .banner-button { -webkit-flex-flow: column wrap; flex-flow: column wrap; padding: 0; }
    .banner-button  li:last-of-type a { border-bottom: none;    }
    
    .banner header p { font-size: 0.5em;}
    #banner        {   padding: 0; margin:0; height:640px;   }
    #banner header { margin-top:-100px; padding: 0 1em ; display: block; border-radius: 0; }
    #banner header h2 { font-size: 1.5em; line-height: 1.5em; margin: 0 0 0.25em 0; }
    #banner header p { font-size: 1em; margin:0; padding:0; }
    #banner .row    { height:680px; }
    #flashMessage { height: 3em; margin-bottom: 0; padding-bottom: 0;}

    
    /* VARIANTE DES CADEAUX */
    /*#cadeau section { height: 600px;    }*/
    /*
    #cadeau section p { width:90%; }
    #cadeau .last { padding-top: 50px;        margin-top: -20px;    }
    #cadeau         {       margin-top: 3em;    }
    */

    /* AJUSTEMENT DES CADEAUX */
    #cadeau section p { width:95%;  padding-bottom: 60px  }
    #cadeau section h4 {  padding-bottom:0;    }

    
    /* WRAP-CONTENT TITRES */
    .wrap-content h3, .wrap-content h1.forFT { font-size: 26px; line-height: normal;    }
    .wrap-content h4{ font-size:22px; line-height: 30px;    }
    .wrap-content h5{ font-size:18px; line-height:26px;}

    
    #titleBar {
        display:block;
        visibility: visible;
    }	

    #titleBar .toggle {
        display: block;
    }



    .flexsearch {
        padding: 10px 0px 0 0px;
    }


    .wrap-radio img {
        padding-left:1.5em; 
    }		

    .checkmark {
        margin-left:60%; 
    }	


    /* Basic */


    /* Button */

    input[type="button"].large,
    input[type="submit"].large,
    input[type="reset"].large,
    button.large,
    .button.large {
        font-size: 1.1em;
        padding: 0.65em 1.5em 0.65em 1.5em;
    }

    /* Actions */

    ul.actions li {
        margin: 1em 0 0 0;
        display: block;
    }

    ul.actions li .button {
        width: 100%;
    }

    ul.actions li:first-child {
        margin-top: 0;
    }

    /* Section/Article */

    section, article {
        margin-bottom: 20px;
    }

    header {
        margin: 0 0 1em 0;
    }

    footer {
        margin: 2em 0 0 0;
    }

    /* Box */

    .box {
        padding: 25px 15px 20px 15px;
    }

    .box {
        min-height:auto;
    }

    .box .image.featured {
        left: 15px;
        top: 15px;
        margin: -40px 0 40px -30px;
    }

    .box.post header {
        padding-top: 0;
        margin: 0 0 1em 0;
    }

    .box.post h2 {
        font-size: 1.5em;
        line-height: 1.5em;
    }

    .box.post header > p {
        margin-top: 0;
        font-size: 1em;
    }

    /* Divided */

    ul.divided li {
        padding: 0.5em 0 0.5em 0;
    }

    /* Contact */

    ul.contact li {
        padding: 0.8em 0 0.8em 7em;
    }

    ul.contact li h3 {
        top: 0.8em;
    }

    /* Dates */

    ul.dates li {
        padding-left: 6em;
    }

    ul.dates h3 {
        margin: 0 0 0.5em 0;
    }

    /* Links */

    ul.links li {
        display: block;
        padding: 0.25em 0 0 0;
        margin: 0.25em 0 0 0;
        border-left: 0;
    }

    ul.links li:first-child {
        padding-top: 0;
        margin-top: 0;
    }

    /* Social */

    ul.social li {
        margin: 0 0.5em 0.75em 0;
    }

    /* Icons */

    .icon.featured {
        width: 8em;
        margin: 0 0 3em 0;
    }

    .icon.featured:after {
        border-left: solid 4em transparent;
        border-right: solid 4em transparent;
    }

    .icon.featured:before {
        border-left: solid 58px transparent;
        border-right: solid 58px transparent;
    }


    /* Intro */

    #intro {
        padding: 2em 0 0 0;
    }

    #intro section {
        padding: 40px 0 0 0;
        margin: 20px 0 0 0;
    }

    #intro h2 {
    font-size: 1.25em;
    }


    #intro .last {
        margin: 20px 0 70px 0;
    }

    .wrapper-menu-arrow {
        position:relative;
        width:100%;
        margin:20px auto;
        padding:0 15%;
    }		


    /* Main */

    #main {
        padding: 0px 0;
    }

    /* Footer */

    #footer {
        padding: 40px 0 20px 0;
    }


    .p40 {
        width: 70%;
        margin-left: 15%;
    }

    .p50 {
        width: 90%;
        margin-left:5%;
    }

    .p50menu {
        width: 100%;
        margin-left:0;
    }	

    .p60 {
        width: 80%;
        margin-left:10%;
    }

    .p70 {
        width: 80%;
        margin-left:10%;
    }

    .p80 {
        width: 90%;
        margin-left:5%;
    }


    .btn-gen  {
        width:80%;
    }

    .btn-principal a,
    .btn-principal {
        width:80%;
    }	

    .astuce_details {
        width:92%;
        margin-left:4%;
    }

    .bloc-menu {
        max-width:95%;
        padding: 3em 5% 3em 5%;
    }

    .link-list li {
        font: 200 13px/1.5 Helvetica, Verdana, sans-serif;
        line-height:35px;
    }

    .link-list li a:hover {
        font-size:13.5px;
        padding: 0 0 0 35px;
        background:url(../../images/arrow.png) no-repeat 10px 12px;
        background-size:10px;
    }

    #faq {
        padding: 30px 20px 40px 25px;
        margin-bottom: 50px;
        margin-top:30px;
    }

    table.sponsorships {
        margin: 1em 0;
        width: 100%;
    }
    table.sponsorships td {
        padding:0.6em 0em 1em 0em;
    }

    table.sponsorships {
        margin: 1em 0%;
        width: 100%;
        padding:20px;
    }

    .box-padding h2 {
        margin-bottom:0px;
    }

    div.msg-from {
        margin-right: 10px;
    }

    #EbBlocnoteLibelle {
        width: 80%;
    }

    #CouponEntercouponForm {
        width: 70%;
        margin-left: 5%;
    }

    .indices {
        margin-left: 15%;
    }

    #changerniveaujeucarteForm .btn-principal {
        margin: 1.5em 0 0 0;
        padding: 0.5em 0;
        width: 100%;
    }

    #niveau {
        width: 80%;
        margin-left: 10%;
    }

    #coursetexercices {
        width: 100%;
        margin: auto;
        padding: 2em ;
    }

    .seqlink p {
        width:70%;
        margin-right:10%;
    }

    .seq  {
        width: 20%;
        height:auto;
     }

    .seq a {
        margin-bottom:10px;
    }

     .seqlink p {
        padding:6px 6px 10px 0px;
        line-height: normal;
    } 

    #coursetexercices h2 {
        font-size: 1.3em;
    }

    #tosearch  {
        width:195px;
        margin-bottom:10px;
    }

    #tosearch-bar input[type="text"]:focus {
        width:195px;
    }


    #coursetexercices h4 {
        font-size:16px;
        padding:7px 0 7px 0;
    }

    #coursetexercices a h4 {
        padding:7px 0 7px 17px;
    }

    #coursetexercices a:hover h4 {
        padding:7px 0 7px 17px;
        background:url(../../images/arrow.png) no-repeat 0px 14px;
    }

    #search-bar {
        display:none;
        margin:10px;
    }

    #search input[type="text"]:focus {
        width:200px;
    }

    .btn-inscription,  .btn-inscription-fr, .btn-inscription-us { 
        padding: 9px 10px 9px 10px; 
    }

    /* 28/04/2024 NOUVEAUTES */
    #bridge_master  { display: none }
    #banner header {margin-top: 0}
    #banner .row { height:320px; }
    #banner { height:320px; }
    .btn-white { padding:10px 2% 10px 4%; }
    a.button.btn-white { margin: 8px 5px; }
}


/* ==========  VARIANTE 400 XSmall ========*/

/* ON AJUSTE ESSENTIELLEMENT LE BANDEAU DU HAUT */
@media screen and (max-width: 400px) {
    
    #w360, #w400 { display: inherit; }
    #w600, #w736, #w980, #w1080, #w1280, #w1680, #w2580, #w16800 { display: None; }
    
    #logo { margin-left:30px; margin-top:-50px; background-size: 40%; }	
    #logo_pub { margin-left: 10px; margin-top: -20px; background-size: 50%; }
}



/* ==========  VARIANTE 360 XXSmall ========*/

@media screen and (max-width: 520px) {
    #banner { height:520px; }
}

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

    #w360 { display: inherit; }
    #w400, #w600, #w736, #w980, #w1080, #w1280, #w1680, #w2580, #w16800 { display: None; }
    
    /* VARIANTES TITRE */
    h2.title {
        margin:0 5px 25px 5px; 
    }

    /* VARIANTE GENERALE POUR LA POLICE */
    body, input, textarea, select, p {font-size: 11pt; }

    
    /* VARIANTES FORM */
    .form h4 {
        font-size:26px; /* DR 30px */
        line-height: 30px; /* DR 36px */
    }

    form input[type="button"],
    .form input[type="submit"],
    .form input[type="reset"],
    .form button,
    .form .button {
        font-size: 1em;
    }
    
    #logo {margin-left: -10px; margin-top: 5px; background-size: 40%; }
    #btn-deconnect a { display: block; }
    #topbar { margin:0;}
   

    /* BOUTON BLANC DU BANDEAU */
    a.btn-white { margin: 15px 10px; width: auto; padding:30px 60px 30px 10px; }
    a.btn-white { padding:15px 45px 10px 15px; text-align:left; }
    .btn-white { padding:0px 0 15px 0;    }
    a.button.btn-white { margin:10px 0px 20px 0; width: auto; font-size:1.05em;    }	

    /*
    a.btn-white:after { 
        content:"";        
        float:right;
        width: 100px;
        height: 30px;
        margin: 0 -100px 0 0px;
        background: url(../../images/arrow.png) no-repeat  ;
        background-position:10px 0px;
    }*/

    /* AJUSTEMENT DES CADEAUX */
    #cadeau section p { width:100%;  padding-bottom: 60px  }
    #cadeau section h4 {  padding-bottom:0;    }
   
    /* WRAP-CONTENT TITRES */
    .wrap-content { margin-bottom: 30px; padding:50px 0 40px 0; /* DR 50px 0 40px 0 */    }
    .wrap-content h3, .wrap-content h1.forFT {        font-size: 26px;        line-height: normal;    }

    
    /* BANNIERE */
    #banner {
        padding: 0em 0em 2em 0;
        margin:0;
        height:670px;
    }

    #banner header { padding: 0; }
    #banner header h2 { font-size: 1.5em; line-height: 1.5em; margin: 1em 0 0em 0; }
    
    /* FLASH */
    #flashMessage { height: 3em; margin-bottom: 0; padding-bottom: 0;}
    
    
    

    .wrapper-menu-arrow {
        position:relative;
        width:100%;
        margin:20px auto;
        padding:0 5%;
    }	

    
    
    
    
    #main .generalcontent {
        padding: 2em 0em 2em 0em; /* DR 2em 0em 2em 0em */
    }



    .p50menu {
        width: 100%;
        margin-left: 0;
    }

    .p60 {
        width: 80%;
        margin-left:10%;
    }

    .p70 {
        width: 90%;
        margin-left:5%;
    }


    .p80 {
        width: 90%;
        margin-left: 5%;
    }


    .p90 {
        width: 96%;
        margin-left: 2%;
    }

    .p95 {
        width: 95%;
        margin-left: 2.5%;
    }

    .wrap-radio img {
        padding-left:1.5em;
    }		

    .checkmark {
        margin-left:60%; 
    }

    .box {
        min-height:auto;
    }	


    .btn-gen  {
        width:90%;
        margin:0.5em 0em 0.5em 0em;
    }

    .btn-principal a,
    .btn-principal {
        width:90%;
        margin:0.5em 0em 0.5em 0em;
    }

    .menu-gen {
        width:100% ;
    }	

    #EbBlocnoteLibelle {
        width: 90%;
        margin-bottom:20px;
    }

    #CouponEntercouponForm {
        width: 90%;
        margin-left: 5%;
    }

     #CouponEntercouponForm .btn-gen {
        width: 100%;
    }

    .warn {
        font-size:17px;
    }	

    .indices {
        margin-left: 5%;
    }

    #tosearch-bar {
        width:100%;
    }

}



/* =========== EXTRA ======== */

/* =========== START EXTRA-GEN ======= */


section#main {
    background: #f7f7f7; /*url("images/bg02.png")*/
}

section#intro {
    background: #FFF;
}

		
#main .generalcontent{
    position: relative;
    background: #f7f7f7; /*url("images/bg02.png")*/
    padding: 1em 0em ; /* DR 4em 0em 2em 0em */
}		

section.generalcontent {
    margin: 0 auto 0 auto;
    margin-bottom: 0px;
    max-width: 100%;
    width: 70em;
}	


	
#footer-small {
    position: relative;
    color: #858484;
    padding: 4em 0;
    background-color: #252122;
}


.box-padding {
    background: #ffffff;
    border-bottom: solid 1px #ccc;
    padding: 2.75em 10% 2.75em 10%;
}
	
	


form#changerniveauencheresForm {
    background: #ffffff;
    padding:0em 2em 2em 2em;
}
	
.wrap-content legend {
    color:#0f798b;
    padding: 0.8em 0px 0 0;
    font-size:20px; /* DR 20px */
    font-family:inherit;
    font-weight:400;
    text-align:left;
}

.wrap-content legend:before {
    content:"";
    float:left;
    width: 30px;
    height: 30px;
    margin:0;
    background: url(../../images/arrow.png) no-repeat 5px 8px ;
    background-size:40%;
}

.legend {
    color:#0f798b;
    padding: 0.8em 0px 5px 0;
    font-size:20px;
    font-family:inherit;
    font-weight:400;
    text-align:left;

}

.legend:before {
    content:"";
    float:left;
    width: 30px;
    height: 30px;
    margin:0;
    background: url(../../images/arrow.png) no-repeat 0px 11px ;
    background-size:40%;
}



/* boutons administrateurs */

#admin a:hover  {
    content:url(../../images/admin-white.png);
    background-color: #0F798B;
    border:solid 0px #39A79B;
}

#admin a{
    content:url(../../images/admin.png);
    background-color:transparent;
    border:solid 2px #39A79B;
    position: relative;
    float: right;
    height:45px;
    width:45px;
    padding: 7px;
    border-radius:2px;
    margin: 0px 20px 0 0;
}

#database a:hover {
    content:url(../../images/database-white.png);
    background-color: #0F798B;
    border:solid 0px #39A79B;
}

#database a {
    content:url(../../images/database.png);
    background-color:transparent;
    border:solid 2px #39A79B;
    position: relative;
    float: right;
    height:45px;
    width:45px;
    padding: 5px;
    margin:0 20px 0 0;
    border-radius:2px;
}

/* boutons bloc-note comme le bouton admin */

#blocnotes a:hover  {
    content:url(../../images/checklist-wht.png?2);
    background-color: #0F798B;
    border:solid 0 #39A79B;
}

#blocnotes a{
    content:url(../../images/checklist.png?2);
    background-color:transparent;
    border:solid 2px #39A79B;
    position: relative;
    float: right;
    height:45px;
    width:45px;
    padding: 5px;
    border-radius:2px;
    margin: 0 20px 0 0;
}



/* Search Bar */

.flexsearch {
  padding:0;
  display:block;
} 

#search-bar  {
	/*overflow: hidden;*/
	background: transparent;
    width:30px;
    float:right;
    clear:right;
}

#search input[type="text"] {
    background: url(../../images/magnifier.png) no-repeat 10px 6px #fcfcfc ;
    border: 1px solid #d1d1d1;
    font: bold 12px Arial,Helvetica,Sans-serif;
    color: #0e0e0e;
    padding: 6px 15px 6px 35px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 20px;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    vertical-align:middle;
    height:35px;
    float:right;
} 

	
	
/* ToSearch-Bar */

.flexsearch {
    padding:0;
    display:block;
} 

#tosearch  {
    background: transparent;
    float:right;
    clear:right;
}
	
	

#tosearch-bar input[type="text"] {
    background: url(../../images/magnifier.png) no-repeat 10px 6px #fcfcfc ;
    border: 1px solid #d1d1d1;
    font: bold 12px Arial,Helvetica,Sans-serif;
    color: #0e0e0e;
    padding: 6px 15px 6px 35px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 20px;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    vertical-align:middle;
    height:35px;
    float:right;
    margin-left: 10px;
    margin-top: -2px;
} 

#tosearch-bar {
    float: right;
}
 



/* welcome username */


.welcomeusername {
    margin: 10px 25px 0 0;
     height:auto;
    font-size:16px;
    color:#0F798B;
    font-weight: bold;
    float:right;

}
/* position:relative;
 width:100%;

text-align:right;
padding: 5px 1em 0 0 ;*/

/* FAQ */

#faq {
    background-color:#FFF;
    border-radius:2px;
}


.link-list ul {
    list-style:none;
    width:100%;
}


.link-list li  {
    list-style:none;
    border-bottom: 1px solid #ccc;
    text-align:left;
    margin:0;
    padding:0;
    width:100%;
}



.link-list li a {
    text-decoration: none;
    color: #000;
    -webkit-transition: font-size 0.3s ease, background-color 0.3s ease;
    -moz-transition: font-size 0.3s ease, background-color 0.3s ease;
    -o-transition: font-size 0.3s ease, background-color 0.3s ease;
    -ms-transition: font-size 0.3s ease, background-color 0.3s ease;
    transition: font-size 0.3s ease, background-color 0.3s ease;
    display: block;
}

.link-list li a:hover {
    background-color: #F9F9F9;
}





.block {
    text-decoration:none;
    margin-bottom:0.5em;
    margin-top:0em;
    float: left;
    font-weight:300;
}

.block a {
    text-decoration:none;
}

.block a {
    text-decoration:none;
}
.block a:hover {
    text-decoration:none;
    font-weight:400;
}

/*	Fin Formulaire	*/

p.justify {
    text-align: justify;
}
	
p.italic {
    font-style: oblique;
}
	
p.margin-bottom {
	margin-bottom:2em;
}
	
::-webkit-input-placeholder {
    color: #888;
}

:-moz-placeholder {
    color: #888;
}

::-moz-placeholder {
    color: #888;
}

:-ms-input-placeholder {
    color: #888;
}

span#makePassVisible_info {
  cursor: pointer;
  font-weight: lighter;
}

span#makePassVisible_info:before {
    content: url(../../images/eye-open.png);
    padding:0px 7px 0 0;
	position:relative;
    top: 4px;
}

span#makePassVisible_info.open:before {
    content: url(../../images/eye-open.png);
    padding:0px 7px 0 0;
	position:relative;
    top: 4px;
}

span#makePassVisible_info.close:before {
    content: url(../../images/eye-closed.png);
    padding:0px 7px 0 0;
	position:relative;
    top: 4px;
}




#actualites header  {
	margin-bottom:2em;
}

table.bulk  {
    text-align:left;
}


/* =========== END EXTRA-GEN ======= */


/* START-ABONNEMENTS	*/
/*  Table abonnements */

/* Radio button Abonnements */

.wrap-radio {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 20px;
    margin-top:20px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default radio button */
.wrap-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    content: '';
    position: absolute;
    left:0; top: 20px;
    width: 20px; height: 20px; /* dim. de la case */
    border: 1px solid #aaa;
    background: #f8f8f8;
    border-radius: 3px; /* angles arrondis */
    box-shadow: inset 0 1px 3px rgba(0,0,0,.3);
}



/* On mouse-over, add a grey background color */
.wrap-radio:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.wrap-radio input:checked ~ .checkmark {
    background-color: #FFF;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.wrap-radio input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.wrap-radio .checkmark:after {
 	content: '✔';
    position: absolute;
    top: -5px; left: 4px;
    font-size: 20px;
    color: #09ad7e;
    transition: all .2s; /* on prévoit une animation */
}

	
table.abonnements {
    color: #000;
    border: 0px solid #ccc;
    border-collapse: collapse;
    margin:auto;
    width: 95%;
    table-layout: auto;
    background-color: #FFF;
    border-radius:5px;
    padding-bottom:2em;
}

table.abonnements tr {
    border-top: solid 1px   #F2F2F2;
}

table.abonnements th,
table.abonnements td {
    padding:0.6em 1em  0.7em 1em;
    text-align:center;
}

table.abonnements th {
    font-size: 0.95em;
    letter-spacing: .01em;
    text-transform: uppercase;
    color: #5d5d5d;
    line-height:normal;
}

@media screen and (max-width: 980px) {
    table.abonnements  {
        border: none;
        width: 90%;
    }

    table.abonnements caption {
        font-size: 1.3em;
    }
  
    table.abonnements thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
  
    table.abonnements tr {
        border-bottom: 2px solid #24984d; /* #54B454; */
        display: block;
        margin-bottom: .625em;
        border-top: none;
        color:#5d5d5d;
    }
  
    table.abonnements td {
        border-bottom: 1px solid #ddd;
        display: block;
        text-align: right;
        padding:0.6em 0em  0.7em 0em;
    }
  

  
    table.abonnements td::before {
        /*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }
  
    table.abonnements td:last-child  {
        border-bottom: 0;
    }
  
    .wrap-radio {
        display:block;
        position: relative;
        padding-left: 40px;
        margin-bottom: 30px;
        margin-top:10px;
        cursor: pointer;
        font-size: 22px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

}

/* END-ABONNEMENTS */


/* START EXTRA-GEN2 */

.tab h4 {
    width: auto;
    color: #000;
    border-radius:2px;
    padding: 0.4em 0px;
    font-size:44px;
    font-family:inherit;
    font-weight:200;
    margin: 0 0 20px 0;
    display:block;
    letter-spacing:0.01em;
    vertical-align:middle;
    text-align:left;
    line-height: 48px;
}

.tab p, 
.tab ul, 
.tab ol, 
.tab dl, 
.tab table, .tab th, .tab tr {
    text-align: center;
}
			
.tab th {
	padding: 0.5em 1.5em 0.5em 2em;	 
}	
			
			


/* Cachons la case à cocher */

[type="radio"]:not(:checked),
[type="radio"]:checked {
    position:relative;
    left: -9999px;
}
 
/* on prépare le label */
[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
    position: relative; /* permet de positionner les pseudo-éléments */
    padding-left: 30px; /* fait un peu d'espace pour notre case à venir */
    cursor: pointer;    /* affiche un curseur adapté */
    padding-bottom:0px;
}

/* Aspect des checkboxes */
/* :before sert à créer la case à cocher */
[type="radio"]:not(:checked) + label:before,
[type="radio"]:checked + label:before {
    content: '';
    position: absolute;
    left:0; top: 5px;
    width: 20px; height: 20px; /* dim. de la case */
    border: 1px solid #aaa;
    background: #f8f8f8;
    border-radius: 3px; /* angles arrondis */
    box-shadow: inset 0 1px 3px rgba(0,0,0,.3) /* légère ombre interne */
}
 
/* Aspect général de la coche */
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:after {
    content: '✔';
    position: absolute;
    top: 0px; left: 4px;
    font-size: 20px;
    color: #09ad7e;
    transition: all .2s; /* on prévoit une animation */
}
/* Aspect si "pas cochée" */
[type="radio"]:not(:checked) + label:after {
    opacity: 0; /* coche invisible */
    transform: scale(0); /* mise à l'échelle à 0 */
}
/* Aspect si "cochée" */
[type="radio"]:checked + label:after {
    opacity: 1; /* coche opaque */
    transform: scale(1); /* mise à l'échelle 1:1 */
}

/* aspect désactivée */
[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}
/* styles de la coche (si cochée/désactivée) */
[type="radio"]:disabled:checked + label:after {
    color: #999;
}
/* on style aussi le label quand désactivé */
[type="radio"]:disabled + label {
    color: #aaa;
}
 
/* aspect au focus de l'élément */
[type="radio"]:checked:focus + label:before,
[type="radio"]:not(:checked):focus + label:before {
    border: 1px dotted blue;
}



/* Menu cours et exercices */

#coursetexercices {
    text-decoration: none;
    text-align:left;
    position: relative;
    background-color:#FFF;
    border-radius:2px;
    box-shadow: 0 10px 20px #CCCCCC;
}

#coursetexercices h3 {
    text-align:left;
    color:#0f798b;
    margin-bottom:2px;
    margin-top:40px;
}

#coursetexercices h2 {
margin-bottom:30px;
}


.menu-list ul {
    list-style:none;
    width:100%;
}

#coursetexercices a {
	text-decoration:none;
}
	
#coursetexercices h4 {
    font-family:'Source Sans Pro';
    font-weight:300;
    border-bottom: 1px solid #eaeaea;
    text-align:left;
    margin:0;
    width:100%;
}

#coursetexercices a h4 {
    color: #000;
    -webkit-transition: font-size 0.3s ease, background-color 0.3s ease;
    -moz-transition: font-size 0.3s ease, background-color 0.3s ease;
    -o-transition: font-size 0.3s ease, background-color 0.3s ease;
    -ms-transition: font-size 0.3s ease, background-color 0.3s ease;
    transition: font-size 0.3s ease, background-color 0.3s ease;
    display: block;
}

#coursetexercices a:hover h4 {
    background-size:10px;
    background-color: #F9F9F9;
    border-bottom: 1px solid  #eaeaea;
}

#coursetexercices h5 {
    color:#0f798b;
    font-size:18px;
    font-family:'Source Sans Pro';
    padding:10px 0px 10px 0px;
    font-weight:500;
    border-bottom: 0px solid #eaeaea;
    text-align:left;
    margin:0;
    width:auto;
}

#coursetexercices a h5 {
    padding:6px 0 6px 18px;
    background:url(../../images/arrow.png) no-repeat 0px 18px;
    background-size:8px;
    -webkit-transition: font-size 0.3s ease, background-color 0.3s ease;
    -moz-transition: font-size 0.3s ease, background-color 0.3s ease;
    -o-transition: font-size 0.3s ease, background-color 0.3s ease;
    -ms-transition: font-size 0.3s ease, background-color 0.3s ease;
    transition: font-size 0.3s ease, background-color 0.3s ease;
    display: block;
}

#coursetexercices a:hover h5 {
    padding:6px 0 6px 18px;
    background:url(../../images/arrow.png) no-repeat 0px 18px;
    background-size:8px;
    background-color: #F9F9F9;
    border-bottom: 0px solid #eaeaea;
    font-weight:500;
}

/*Progress bar */

.seq a {
    display: block;
    font-family:'Source Sans Pro';
    font-weight:500;
    float: right;
}

.seq .btn-play {
    padding: 0em 0.5em;
}


.seq  {
	float:left;
    border-bottom: 0px solid #F1F1F1; 
 } 
  
.seqlink  {
	height:80px;
}  
  
.seqlink p {
    float: left;
    clear: both;
    font-family:'Source Sans Pro';
    font-weight:300;
    background-size:8px;
    color: #000;
    text-align:left;
    height:auto;
}



 
.seqprogress {
    float:left;
    margin: -7px 30px 20px 0;
    width:100%;
   /* height:10px;
    margin:0 0 3px 0;
    padding:1px;
    border: 0 none;
    background: #CCC;
    border-radius: 14px;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2); */
}

/* END EXTRA-GEN2 */


/* EXTRA-START */

/* Table exercices */

table#exercice {
    border: 0px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout:auto;
}

table#exercice caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}

table#exercice tr {
    padding: .35em;
}

table#exercice th,
table#exercice td {
    padding: 1.5em;
    text-align: center;
}

table#exercice th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
}


/* on prepare le label */
#exercice [type="radio"]:not(:checked) + label:before,
#exercice [type="radio"]:checked + label:before {
    left:0; top: 0px;
}
 
#exercice [type="radio"]:not(:checked) + label::after, #exercice [type="radio"]:checked + label::after {
    top: -4px;
    left: 4px;
}


#exercice input[type="text"] {
    font: 400 16px/18px "", Helvetica, Arial, sans-serif;
    width: 70%;
    border: 1px solid #ccc;
    background: #F7f7f7;
    margin:0;
    padding: 15px;
    border-radius:1px;
    text-align: left;
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 600px) {
    
    #w360, #w400, #w600 { display: inherit; }
    #w736, #w980, #w1080, #w1280, #w1680, #w2580, #w16800 { display: None; }
    
    table#exercice {
        border: 0;
    }

    table#exercice caption {
        font-size: 1.3em;
    }

    table#exercice thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table#exercice tr {
        border-bottom: 0px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }
  
    table#exercice td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
        padding: 1.5em 0 1.5em 0;
    }
  
    table#exercice td::before {
        /*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }
  
    table#exercice td:last-child {
        border-bottom: 0;
    }
  
    #exercice input[type="text"] {
        width: 100%;
    }
}

/* Table Chapitre FT */

table.gen-left, table.sommaireFT {
    border: 0px solid #ccc;
    border-collapse: collapse;
    margin:auto;
    width: 100%;
    table-layout: auto;
    line-height: 1.1em;
}


table.gen-left caption,
table.sommaireFT caption {
    margin: .5em 0 .75em;
}

table.gen-left tr, table.sommaireFT tr {
    padding:1em 0 1em 0;
}

table.gen-left th,
table.gen-left td,
table.sommaireFT th,
table.sommaireFT td {
    padding:0.4em 1em  0.4em 0em;
    text-align:left;
}

table.sommaireFT th {
  letter-spacing: .1em;
  text-transform: uppercase;
  padding-bottom:1em;
  color: #5d5d5d;
}
table.gen-left th {
    letter-spacing: .1em;
    text-transform: uppercase;
    padding-bottom:1em;
    color: #5d5d5d;
}

table.gen-left .bold-color-small {
    color: #24984d; /* #54B454; */
}

table.gen-left img, table.sommaireFT img {
    padding-top: 4px;
    margin-right: 2px;
}
	






/* Table sommaireFT */


#bloc-sommaireFT {
    text-decoration: none;
    max-width:70%;
    width: 100%;
    margin: auto;
    text-decoration:none;
    text-align:left;
    padding: 3em 10% 3em 10%;
    position: relative;
    background-color:#FFF;
    border-radius:2px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

table#sommaireFT {
    color: #000;
    border: 0px solid #ccc;
    border-collapse: separate;
    margin: 0em 0 0 0;
    width: 100%;
    table-layout: auto;
}

table#sommaireFT .bold {
    color: #0f798b;
    font-weight:700;
    font-size:18px;
    padding-top:25px;
}

table#sommaireFT .bold-color {
	font-weight:bold;
	color: #24984d; /* #54B454; */
	font-size:1.5em;
	padding-top:25px;
}


table#sommaireFT caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}

table#sommaireFT tr {
    padding:1em;
}

table#sommaireFT th,
table#sommaireFT td {
    padding:0.1em 1em  0 0em;
    text-align:left;
}

table#sommaireFT th {
    font-size: 1em;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding-bottom:2em;
}


table#sommaireFT a {
	text-decoration:none;
	font-size:16px;
	color:#000;
}
	
table#sommaireFT a:hover {
    padding:5px 0 5px 0px;
    background-color: #F9F9F9;
}
	
@media screen and (max-width: 600px) {
	
    table#sommaireFT td {
      padding:0.7em 1em  0 0em;
      line-height: 22px;
     }
}


/*  */

.bloc-menu {
    text-decoration: none;
    width: 100%;
    margin: auto;
    text-decoration:none;
    text-align:left;
    position: relative;
    background-color:#FFF;
    border-radius:2px;
    box-shadow: 0 10px 20px #CCCCCC;
}


/*  Theme */

table.theme {
    color: #000;
    border: 0px solid #ccc;
    border-collapse: collapse;
    margin: 2em 0;
    width: 100%;
    table-layout: auto;
    background-color: #FFF;
    border-radius:5px;
    box-shadow: #D0D0D0 1px 8px 15px;
    padding-bottom:2em;
}
table.theme a {
    padding: 0em 0.5em;
}

table.theme caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}

table.theme tr {
    border-top: solid 1px   #F2F2F2;
}

table.theme th,
table.theme td {
    padding:0.6em 1em  0.6em 2em;
    text-align:left;
}

table.theme th {
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #0f798b;
}

/* breadcrumb */

.breadcrumb a {
    color:#000;
    padding: 0 0.3em 2em 0.3em;
    text-decoration:none;
    font-weight:300;
}
	
.breadcrumb {
    font-size: 15px;
    line-height: normal;
}

.breadcrumb p {
    position:absolute;
    text-align:left;
}
	
.breadcrumb a:last-child {
    font-weight: bold;
    color: #0f798b;
}

.breadcrumb a:after {
    content: "/";
    padding: 0 0.3em 0em 0.7em;
    font-size:12px;
    color: #CCC;
}
 
.breadcrumb a:last-child:after {
    content: "";
}

.breadcrumb a:hover {
    color: #008DA4;
}
 
 
 /*  défis */
 
table.defis-center {
    border-collapse: collapse;
    margin: 2em 0;
    width: 100%;
    table-layout:auto;
    background-color: #FFF;
    border-radius:5px;
    box-shadow: #D0D0D0 1px 8px 15px;
    text-align:center;
    padding:2em;
}
 
 
 table.defis-center th {
    text-align:center;
	font-weight:700;
    font-size: 1em;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #0f798b;
    padding: 0.6em 2em 0.6em 2em;
 }
 
 table.defis {
    border-collapse: collapse;
    margin: 2em 0;
    width: 100%;
    table-layout:auto;
    background-color: #FFF;
    border-radius:5px;
    box-shadow: #D0D0D0 1px 8px 15px;
    text-align:left;
    padding:2em;
}




table.defis tr,
table.defis-center tr {
    border-top: solid 1px   #F2F2F2;
}



table.defis td,
table.defis-center td {
    padding:0.6em 1em  0.6em 2em;
}

table.defis th
 {
	font-weight:700;
    font-size: 1em;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #0f798b;
    padding: 0.6em 2em 0.6em 2em;
}

/*  fonctionnement défis */

.liste-gen ul {
	list-style:none;
	text-align:left;
}

.liste-gen li {
	list-style: url(../../images/arrow-small.png);
	text-align:left;
	line-height:normal;
	padding-bottom:10px;
}
	
.sous-titre  {
	color: #252122;
    font-weight: 700;
	margin-bottom:20px;
}
	
.box-shadow {
    color: #000;
    border: 0px solid #ccc;
    border-collapse: collapse;
    margin: 2em 0;
    width: 100%;
    table-layout: auto;
    background-color: #FFF;
    border-radius:5px;
    box-shadow: #D0D0D0 1px 8px 15px;
    text-align:left;	
    padding:3em 5%;
}
	
.box-shadow input[type="text"] {
    font: 400 16px/18px "", Helvetica, Arial, sans-serif;
    width: 100%;
    border: 1px solid #ccc;
    background: #F7f7f7;
    margin:1em 0 2em 0;
    padding: 15px;
    border-radius:1px;
    text-align: left;
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
}


/*  Table gen-shadow */
 
table.gen-shadow {
    border: 0px solid #ccc;
    border-collapse: collapse;
    margin: 2em 0;
    width: 100%;
    table-layout: auto;
    background-color: #FFF;
    border-radius:5px;
    box-shadow: #D0D0D0 1px 8px 15px;
}


table.gen-shadow caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}

table.gen-shadow tr {
    border-top: solid 1px   #F2F2F2;
}

table.gen-shadow td {
    text-align:left;
    padding:0.6em 1em  0.6em 2em;
}




table.gen-shadow th {
    font-size: 1.05em;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #5d5d5d;
    padding:0.6em 1em  0.6em 2em;
    text-align:left;
}

table.gen-center {
    border: 0px solid #ccc;
    border-collapse: collapse;
    table-layout: auto;
    background-color: #FFF;
    border-radius:5px;
    margin:auto; 
}


table.gen-center tr {
    border-top: solid 1px   #F2F2F2;
}



table.gen-center td {
    text-align:left;
    padding:0.2em 1em  0.2em 2em;
}

#accordion table.gen-center td {
    padding: 0.5em 1em 0.5em 2em;
}

table.gen-center th {
    font-size: 1.05em;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #5d5d5d;
    padding:0.6em 1em  0.6em 2em;
    text-align:left;
}

/*  Table large */

table.largeTab {
    border: 0px solid #ccc;
    border-collapse: collapse;
    margin:auto;
    width: 95%;
    table-layout: auto;
    background-color: #FFF;
    border-radius:5px;
    padding-bottom:2em;
}


table.largeTab tr {
    border-top: solid 1px   #F2F2F2;
}

table.largeTab th,
table.largeTab td {
    padding:0.6em 1em  0.7em 1em;
    text-align:center;
}

table.largeTab th {
    font-size: 0.95em;
    letter-spacing: .01em;
    text-transform: uppercase;
    color: #5d5d5d;
    line-height:normal;
}

@media screen and (max-width: 600px) {
    table.largeTab {
        border: none;
    }

    table.largeTab caption {
        font-size: 1.3em;
    }
 
    table.largeTab thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
 
    table.largeTab tr {
        border-bottom: 2px solid #24984d ; /* #54B454; */
        display: block;
        margin-bottom: .625em;
        border-top: none;
    }
  
    table.largeTab td {
        border-bottom: 1px solid #ddd;
        display: block;
        text-align: right;
        height:45px;
        line-height:18px;
        padding:5px 0  5px 0;
    }
  
    table.largeTab td::before
    {
        /*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }
  
    table.largeTab td:last-child {
        border-bottom: 0;
    }
}

/* appstore */

table.appstore {
    border: 0px solid #ccc;
    border-collapse: collapse;
    margin:auto;
    width: 95%;
    table-layout: auto;
    background-color: #FFF;
    border-radius:5px;
    padding-bottom:2em;
}


table.appstore tr {
  border-top: solid 1px   #F2F2F2;
}

table.appstore th,
table.appstore td {
    padding:0.6em 1em  0.7em 1em;
    text-align:center;
}

table.appstore th {
    font-size: 0.95em;
    letter-spacing: .01em;
    text-transform: uppercase;
    color: #5d5d5d;
    line-height:normal;
}


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

    table.appstore {
        border: none;
    }

    table.appstore caption {
        font-size: 1.3em;
    }
 
    table.appstore thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
 
    table.appstore tr {
        border-bottom: 2px solid #24984d ; /* #54B454; */
        display: block;
        margin-bottom: .625em;
        border-top: none;
    }
  
    table.appstore td {
        border-bottom: 1px solid #ddd;
        display: block;
        text-align: right;
        padding: 10px 0 20px 0;
        height: auto;
        line-height: normal;
    }
  
    table.appstore td a {
        margin:5px 0  5px 0;
    }
  
    table.appstore td::before
    {
        /*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }
  
    table.appstore td:last-child {
        border-bottom: 0;
    }
}

 /*  Donne, conseil et Quizz du jour */

.menu-gen {
    font-size:1em;
    font-family:'Source Sans Pro';
    font-weight:300;
    border-bottom: 0px solid  #F1F1F1;
    text-align:left;
    margin:auto;
    padding: 0;
}

.menu-gen p a,
.menu-gen a, i {
    padding:10px 0 10px 0px;
    color: #000;
    -webkit-transition: font-size 0.3s ease, background-color 0.3s ease;
    -moz-transition: font-size 0.3s ease, background-color 0.3s ease;
    -o-transition: font-size 0.3s ease, background-color 0.3s ease;
    -ms-transition: font-size 0.3s ease, background-color 0.3s ease;
    transition: font-size 0.3s ease, background-color 0.3s ease;
    display: block;
    text-align:left;
    margin:auto;
    text-decoration:none;
    border-bottom: 1px solid #F1F1F1;
}

.menu-gen p a:hover,
.menu-gen a:hover {
    padding:10px 0 10px 17px;
    background:url(../../images/arrow.png) no-repeat 0px 20px;
    background-size:10px;
    background-color:transparent;
    border-bottom: 1px solid  #F1F1F1;
}

.menu-gen span a  {
    padding:0px 2px 0px 2px;
    color: #FFF;
    -webkit-transition: font-size 0.3s ease, background-color 0.3s ease;
    -moz-transition: font-size 0.3s ease, background-color 0.3s ease;
    -o-transition: font-size 0.3s ease, background-color 0.3s ease;
    -ms-transition: font-size 0.3s ease, background-color 0.3s ease;
    transition: font-size 0.3s ease, background-color 0.3s ease;
    display: block;
    text-align:left;
    margin:auto;
    text-decoration:none;
    border-bottom: 0px solid #F1F1F1;
}

.menu-gen span a:hover  {
    background: none;
}



/*  Email */
 
table.email {
    border: 0px solid #ccc;
    border-collapse: separate;
    margin: 2em 0;
    width: 100%;
    table-layout: auto;
    background-color: #FFF;
    border-radius:5px;
    box-shadow: #D0D0D0 1px 8px 15px;
    text-align:left;
}


table.email tr {
  border-top: solid 1px   #F2F2F2;
  text-align:left;
  }

table.email td {
    text-align:left;
    padding:0em 1em  2em 2em;
}

table.email th {
	font-weight:700;
    font-size: 1.03em;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #0f798b;
    padding: 2em 1em 0.6em 2em;
    text-align: left;
	border-top: solid 1px   #F2F2F2;
}

table.email iframe {
	width:100%;
	height:600px;
}
	
/*  P0 - Pn */

p.O {
	background:#0C3;
	width:10px;
	height:10px;
	border-radius:50%;
	margin:0 30px 0 30px;
}
	
p.N {
	background: #F00;
	width:10px;
	height:10px;
	border-radius:50%;
	margin:0 30px 0 30px;
}
	

@media screen and (max-width: 600px) {
    table.email {
        border: none;
    }

    table.email caption {
        font-size: 1.3em;
    }
  
 
    table.email thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
  
    table.email th {
        color: #0f798b;
    }
  
    table.email tr {
        border-bottom: 0px solid #24984d ; /* #54B454; */
        display: block;
        margin-bottom: .625em;
        border-top: none;
    }
  
    table.email td{
        border-bottom: 1px solid #ddd;
        display: block;
        text-align: right;
        padding:0.5em 1em 0.5em 1em;
    }
  
    table.email td::before
    {
        /*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }
  
    table.email td:last-child {
        border-bottom: 0;
    }
  
    table.email pre {
        padding-top: 3em;
    }
  
}
 
 @media screen and (max-width: 360px) {
	 
    #w360 { display: inherit; }
    #w400, #w600, #w736, #w980, #w1080, #w1280, #w1680, #w2580, #w16800 { display: None; }
     
    table.email {
        border: none;
        width:100%;
        box-shadow: none;
    }
}



	
/*  sponsorships */

table.sponsorships {
    border: 0px solid #ccc;
    border-collapse: separate;
    table-layout: auto;
    background-color: #FFF;
    border-radius:5px;
    box-shadow: #D0D0D0 1px 8px 15px;
}


table.sponsorships caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}


table.sponsorships td {
    text-align:left;
}

table.sponsorships th {
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #5d5d5d;
    padding:0.5em 1em  1em 2em;
    text-align:left;
    border-bottom: solid 1px   #F2F2F2;
}

@media screen and (max-width: 600px) {
  
    table.sponsorships {
        border: none;
    }

    table.sponsorships caption {
        font-size: 1.3em;
    }
  
   table.sponsorships thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
 
    table.sponsorships tr {
        border-bottom: 1px solid #24984d ; /* #54B454; */
        display: block;
        margin-bottom: 2em;
        border-top: none;
    }
  
    table.sponsorships td {
        display: block;
        text-align: right;
        padding:0em 0 0.5em 0;
    }
  

    table.sponsorships td::before {
        /*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }
  
    table.sponsorships td:last-child {
        border-bottom: 0;
    }
}


.erreur-message  {
	color:#F00;
}

/* Table Gen */

table.gen-auto {
    border: 0px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 2em;
    width:100%;
    table-layout:auto;
    line-height: 1.1em;
}

table.gen-auto caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}

table.gen-auto tr {
    padding: .35em;
}

table.gen-auto th,
table.gen-auto td {
    padding:0.3em;
    text-align: center;
}

table.gen-auto th {
    font-size: 1em;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding-bottom:2em;
    color: #5d5d5d;
}

	
/* Table Gen */

table.gen {
    border: 0px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 2em;
    width:100%;
    table-layout: fixed;
    line-height: 1.1em;
}

table.gen caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}

table.gen tr {
    padding: .35em;
}

table.gen th,
table.gen td {
    padding:0.5em;
    text-align: center;
}

table.gen th {
    font-size: 1em;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding-bottom:2em;
}


/* on prépare le label */
.gen [type="radio"]:not(:checked) + label:before,
.gen [type="radio"]:checked + label:before {
    left:0; top: 0px;
}
 
.gen [type="radio"]:not(:checked) + label::after, #exercice [type="radio"]:checked + label::after {
    top: -4px;
    left: 4px;
}


.gen input[type="text"] {
    font: 400 16px/18px "", Helvetica, Arial, sans-serif;
    width: 70%;
    border: 1px solid #ccc;
    background: #F7f7f7;
    margin:0;
    padding: 15px;
    border-radius:1px;
    text-align: left;
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 600px) {
    table.gen, 
    table.gen-left, 
    table.gen-center, 
    table.gen-shadow,
    table.gen-auto,
    table.sommaireFT,
    table.theme {
        border: none;
    }

    table.gen caption, 
    table.gen-left caption, 
    table.gen-center caption, 
    table.gen-shadow caption,
    table.gen-auto caption,
    table.sommaireFT caption,
    table.theme caption {
        font-size: 1.3em;
    }
  
    table.gen thead, 
    table.gen-left thead, 
    table.gen-center thead, 
    table.gen-shadow thead,
    table.gen-auto thead,
    table.sommaireFT thead,
    table.theme thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
  
    table.gen tr, 
    table.gen-left tr, 
    table.gen-center tr, 
    table.gen-shadow tr,
    table.gen-auto tr,
    table.sommaireFT tr,
    table.theme tr {
        border-bottom: 2px solid #24984d ; /* #54B454; */
        display: block;
        margin-bottom: .625em;
        border-top: none;
    }
  
    table.gen-left .bold-color-small  {
        color: #24984d ; /* #54B454; */
    }

    #tdopen {
        width: 70%;
        margin-left: 15%;
    }
  
    table.gen-left tr, 
    table.sommaireFT tr {
        border-bottom: 0px solid #54B454;
    }
  
    table.sommaireFT tr {
        padding:2em 0 0em 0;
    }
  
    table.gen td, 
    table.gen-center td, 
    table.gen-auto td  {
        border-bottom: 1px solid #ddd;
        display: block;
        text-align: right;
        padding:0.5em 0 0.5em 0;
    }

    #accordion table.gen-center td {
        padding: 0.5em 0em 0.5em 0.2em;
        font-size: 0.9em;
    }
  

    table.gen-left td, 
    table.sommaireFT td {
        border-bottom: 1px solid #ddd;
        display: block;
        text-align: right;
        padding:0.3em 0 0.3em 0;
    }
  
    table.sommaireFT td {
        border-bottom: 1px solid #ddd;
        display: block;
        text-align: right;
        padding:0.3em 0 0.3em 0;
    }
  
    table.gen-shadow td, table.theme td {
        border-bottom: 1px solid #ddd;
        display: block;
        text-align: right;
        padding:0.3em 1em 0.3em 1em;
    }
  
    table.gen td::before, 
    table.gen-left td::before, 
    table.gen-center td::before, 
    table.gen-shadow td::before,
    table.gen-auto td::before,
    table.sommaireFT td::before,
    table.theme td::before  {
        /*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }
  
    table.gen td:last-child, 
    table.gen-left td:last-child, 
    table.gen-center td:last-child, 
    table.gen-shadow td:last-child,
    table.gen-auto td:last-child,
    table.sommaireFT td:last-child,
    table.theme td:last-child  {
        border-bottom: 0;
    }
  
    .vide {
        display: none;
        Overflow: Hidden;
        position: absolute;
        clip: rect(1px 1px 1px 1px);
    }
}

/*  Amis */

table.amis,
table.amis-resultats {
    color: #000;
    border: 0px solid #ccc;
    border-collapse: collapse;
    margin: 2em 0;
    width: 100%;
    table-layout: auto;
    background-color: #FFF;
    border-radius:5px;
    box-shadow: #D0D0D0 1px 8px 15px;
}


table.amis caption,
table.amis-resultats caption {
    font-size: 1.4em;
    margin: .5em 0 .75em;
}

table.amis tr,
table.amis-resultats tr {
    border-top: solid 1px   #F2F2F2;
}


table.amis td, table.amis-resultats td {
    text-align:left;
    padding: 0.6em 1em 0.6em 1em;
	height:50px;
}

table.amis th, table.amis-resultats th {
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #5d5d5d;
    padding:0.6em 2em  0.6em 1em;
    text-align:left;
}
table.amis thead, table.amis-resultats thead {
    border-bottom: solid 1px #dddddd;
}

.amis input[type="button"],
.amis input[type="submit"],
.amis input[type="reset"],
.amis button,
p.amis input[type="submit"],
.amis .button, 
.amis a   {
    min-width:110px;
    width:auto;
    outline: 0;
    display: inline-block;
    margin:10px 0 10px 0;
    float:left;
}

	
@media screen and (max-width: 980px) {
    
    table.amis, table.amis-resultats  {
        border: none;
    }

    table.amis caption {
        font-size: 1.3em;
    }
  
    table.amis thead, table.amis-resultats thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table.amis tr, table.amis-resultats tr {
        border-bottom: 2px solid #24984d ; /* #54B454; */
        display: block;
        margin-bottom: .625em;
        border-top: none;
        color:#5d5d5d;
    }

    table.amis td{
        border-bottom: 1px solid #ddd;
        display: block;
        text-align: right;
        height: 50px;
    }

    table.amis-resultats td {
        border-bottom: 1px solid #ddd;
        display: block;
        text-align: right;
        height:auto;
        padding:0.6em 2em  0.6em 1em;
    }

    table.amis td::before, table.amis-resultats td::before {
        /*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    table.amis td:last-child, table.amis-resultats td:last-child  {
        border-bottom: 0;
    }

    .amis input[type="button"],
    .amis input[type="submit"],
    .amis input[type="reset"],
    .amis button,
    p.amis input[type="submit"],
    .amis .button, 
    .amis a   {
        margin:0px 0 20px 0;
        float: none;
    }


    .amis-resultats input[type="submit"]  {
        margin:0px 0 0px 0;
        float: none;
        padding: 0 1em;
    }

    table.amis img {
        margin-top: -10px;
    }

    table.amis-resultats img {
        margin: -10px 0 0 0;
        padding:0;
    }


    p.N, p.O {
        float: right;
        margin: 10px 0px 0 0px
    }

    .amis .btn-play, .amis-resultats .btn-play {
        padding: 0.2em;
    }
}
 
 
 
 
 
 /*  Amis-invit */


table.amis-invit {
    border: none;
}

table.amis-invit caption {
    font-size: 1.3em;
	
}
  
table.amis-invit thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
  
table.amis-invit tr {
    border-bottom: 0px solid #24984d ; /* #54B454; */
    display: block;
    margin-bottom: .625em;
	border-top: none;
}
  
table.amis-invit td {
    border-bottom: 0px solid #ddd;
    display: block;
    text-align:left;
	padding: 0.1em 1em 0.1em 1em;
}
  
table.amis-invit td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
}
  
table.amis-invit td:last-child {
    border-bottom: 0;
}
  

.amis-invit input[type="submit"]  {
    min-width:110px;
    width:150px;
    outline: 0;
    display: inline-block;
    margin:5px 0 10px 0;
    float:left;
}

.amis-invit input[type="text"]  {
    width:100%;
    margin:10px 0 10px 0;
    float:left;
}

@media screen and (max-width: 980px) {
    .amis-invit input[type="submit"]  {
    width:110px;
    margin:0px 0 10px 0;
    float:right;
    }
}

 

/*  box-pub */

.box-pub {
    color: #000;
    border: 0px solid #e6e6e6;
    border-collapse: collapse;
    margin: 1em 0 4em 0;
    width: 100%;
    table-layout: auto;
    background-color: #F9F9F9;
    border-radius:5px;
    box-shadow: #e1e1e1 2px 4px 4px;
    text-align:left;	
    padding:1em;
    height:270px;
    display:inline-block;
}
	
.box-pub img {
    width:100%;
    height:100%;
}
	
.box-pub .photo {
    width:20%;
    height:100%;
    float:left;
    margin-right:2em;
    overflow:hidden;
    vertical-align: middle;
}
	
.box-pub .texte {
    float: right;
    width:70%;
    margin-right:2em;
}
  
.box-pub h2 {
    padding-top:0.3em;
    text-align:left;
}
  
.btn-box-pub {
    -webkit-appearance: none;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    border: 2px solid;
    border-color:#24984d ; /* #54B454; */
    border-radius: 2px;
    background:transparent;
    color: #24984d ; /* #54B454; */ /*!important;*/
    font-weight: 500;
    outline: 0;
    font-size: 1.1em;
    padding: 0.5em 2em 0.5em 2em;
    text-align: center;
    -moz-transition: background-color .25s ease-in-out;
    -webkit-transition: background-color .25s ease-in-out;
    -ms-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out;
    margin: 0 1em 0 0;
    float:right;
}

.btn-box-pub a {
    text-decoration: none;
    text-align:center;
}

.btn-box-pub:hover {
    background-color: #24984d ; /* #54B454; */
    color:#FFF;
}	
	
.box-pub i {
    border:none;	
}


/*  Accordeon */

.ui-state-active {
    border: 0px solid #003eff;
    background: linear-gradient(225deg, #2F8F83 0%, #58BA52 100%);
    font-weight: normal;
    color: #FFF;
}

.ui-state-hover {
    border: 0px solid #003eff;
    background-color: #24984d ; /* #54B454; */
    font-weight: normal;
    color: #FFF;
}


 h3.ui-state-active {
    color: #FFF;
}


.ui-helper-reset {
    font-size: 15px;
}

.ui-state-default {
    border: 0px solid #c5c5c5;
}

.ui-accordion .ui-accordion-header {
	padding: 0em .5em 0em .7em;
}



@media screen and (max-width: 736px) {
    .ui-accordion .ui-accordion-header {
        padding: 0.6em .5em 0.5em .7em;
        font-size:12.5px;
    }

    .ui-accordion .ui-accordion-content {
    padding: 1em 0.6em;
    }
}
 
 
 #messagearea {
    margin-bottom: 2em;
}
 
 
#open {
    font-weight: 400;
    padding: 0.5em 1em;
	margin-bottom: 2em;
}

#coursetexercices h3 {
	font-size:1.15em;
	}
	
.error-message {
color: red;
font-weight: 500;
}

#UserLoginForm {
    height:auto;
    padding:0;
    margin:auto;
}


/* ========== EXTRA 2 ======= */
/* Correctifs 2 */
.menu-gen p a, .menu-gen a {
    font-size: 13pt;
    font-weight: 500;
}

.form label {
    color: #333;
    font-size: 15pt;
}

/* Correctifs mineurs */

div.exemple_decor {
    border-bottom: 2px solid black;
}




/* Override  de jquery ui */

h3.ui-accordion-header , div.ui-accordion-content td, div.ui-accordion-content th, div.ui-accordion-content p  {
		font-family: 'Source Sans Pro';
}

div.ui-accordion-content td, div.ui-accordion-content th, div.ui-accordion-content p  {
		color: #5d5d5d;
}		


.normaltext {
    text-transform : none;
}


/* Les couleurs de bridge dans les textes */

.spacetop {
    padding-top: 2em;
}

.colC, .colP, .colK, .colT, .colSA {
	font-size:1.2em;
	/*padding:0px 4px 10px 4px;*/
	background-size:100%;
	background-repeat:no-repeat;
    background-position:0% 55%;
    padding: 0 5px;
    margin: 0 3px;
}

.colC {
	background-image: url(../../images/coeur.png);
}
	
	
.colP {
	background-image: url(../../images/pique.png);
}
	
.colT {
	background-image: url(../../images/trefle.png);
}
	
.colK {
	background-image: url(../../images/carreau.png);
}





/* icones-fleches classement */
.ico-dec, .ico-eq, .ico-inc {
    background-repeat : no-repeat;
    background-position:-0% 50%;
    padding-left:5px;
    margin-left: 33px;
    width: 50px;
    text-align: right;
    background-size: 40%;
}


.ico-inc {
    background-image: url('/images/fleche-droite-haut-24.png');
}

.ico-eq {
    background-image: url('/images/fleche-droite-32.png');
}

.ico-dec {
    background-image: url('/images/fleche-bas-droite-24.png');
}


/* Bouton top */

#btnup {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #24984d ; /* #54B454; */ /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}


#btnup:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}

/*
--------------------------------------------------------------------------------
    MESSAGE DE CHAT
--------------------------------------------------------------------------------
*/

/* PARTIE CORRECTIVE, IL Y EN A AVANT .... */

div.msg-to, div.msg-from, div.msg-fromwarn {
    padding: 5px;
    border-radius: 10px;
}

div.msg-to {
    float: left;
    background-color : #FFC;
    border: 1px solid #DDA;
}

div.msg-from, div.msg-fromwarn {
    float: right;
}

div.msg-from {
    background-color : #BEE;
    border: 1px solid #22E;
}

div.msg-fromwarn {
    background-color : #8AA;
    border: 1px solid #22E;
}


/* 
--------------------------------------------------------------------------------
    PLAN DU SITE
--------------------------------------------------------------------------------
*/
div#plansite div, div#plansite div a {
    padding-left: 17px;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
}

div#plansite a:hover {
padding:0 0 0 17px;
background:url(../../images/arrow.png) no-repeat 0 10px;
background-size:10px;
background-color:transparent;
border-bottom: 1px solid  #F1F1F1;
}

/* 
--------------------------------------------------------------------------------
    AFFICHAGE DU TOOLTIP
--------------------------------------------------------------------------------
*/

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: black;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 5px;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.tooltip .tooltiptext {
    top: -8px;
    right: 110%;
}

/* 
--------------------------------------------------------------------------------
    POUR LE DEBUG
--------------------------------------------------------------------------------
*/
pre {
	color: #000;
	background: #f0f0f0;
	padding: 15px;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}


pre {
    white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}


/* 
--------------------------------------------------------------------------------
        AFFICHAGE DES ETOILES DES FICHES TECHNIQUES
        S'APPLIQUE PARTOUT DE LA MEME MANIERE
--------------------------------------------------------------------------------
*/
/* DANS LES FICHES */
span.islevel0 { color:#ca0; }
span.islevel1 { color:#0a0; }
span.islevel2 { color:#00a; }
span.islevel3 { color:#a00; }
span.islevel4 { color:#000; }

/* DANS LES SOMMAIRES */
.isprivate, td.isprivate, td.isprivate a { color:#aaa; }
.islevel0, td.islevel0 a { color:#ca0; }
.islevel1, td.islevel1 a { color:#0a0; }
.islevel2, td.islevel2 a { color:#00a; }
.islevel3, td.islevel3 a { color:#a00; }
.islevel4, td.islevel4 a { color:#000; }

td.isprivate, td.islevel0, td.islevel1, td.islevel2, td.islevel3, td .islevel4 
{
   font-size:20px;
   text-align:center;
   margin:0;
   padding:0;
   padding-top:2px;
}

td.isprivate a, td.islevel0 a, td.islevel1 a, 
td.islevel2 a,  td.islevel3 a, td.islevel4 a,
td.isprivate a:hover,  td.islevel0 a:hover, 
td.islevel1 a:hover,   td.islevel2 a:hover, 
td.islevel3 a:hover,   td.islevel4 a:hover  
{
  text-decoration: none;
}


td.islevel0 a:hover { color:#fd0; }
td.islevel1 a:hover { color:#0d0; }
td.islevel2 a:hover { color:#09f; }
td.islevel3 a:hover { color:#f88; }
td.islevel4 a:hover { color:#333; }


/* 
--------------------------------------------------------------------------------
STYLES ADITIONNELS DIVERS
--------------------------------------------------------------------------------
*/

table.bulk, table.bulk tr, table.bulk tr td {
    border: none;
    border-collapse: collapse;
    min-width: 0;
}

/* AFFICHAGE DES DICTONS DU JOUR */
.dicton_on  {   color: #006599; }
.dicton_off {   color: #777  }

.nomargin   {   margin:0    }
.nopadding  {   padding:0    }

.popup-send {
    width: 50%;
}


.liste-gen ul li {
	list-style: square;
	line-height:normal;
	/*padding-bottom:10px;*/
    margin-bottom: 0;
    padding-bottom: 0.2em;
    margin-left:  1.5em;
    padding-left: 0.5em;
}

form input[readonly="readonly"] {
    color:#999;
}

.popiframe {
    width: 98%;
    height: 98%;
}


.nodeco {
    text-decoration: none;
}

.white {
    color:#FFF;
}

/* div#histoconseil {display:block; float:right; margin-right:10%; } */

.break_before {
    margin-top: 0.2em;
}

div.btn-accordion-right {
    vertical-align: middle;
    margin-top: 5px;
    border-radius: 10px;
    background-color: #00cccc;
    border: 1px solid #00cccc;
    color: black;
}

div.btn-accordion-right:hover {
    background-color: #009999;
    border: 1px solid white;
    color: white;
}

.btn-accordion-right a {
    margin: 3px 10px;
    background-color: inherit;
}

.btn-accordion-right a:hover {
    margin: 3px 10px;
    background-color: inherit;
}

/* Ajout pour la case a cocher qui n'apparait pas */
form input#DefierAmiNotifmail[type=checkbox] {
    float: left;
    margin-left: 0;
    margin-right: 10px;
    margin-top: 5px;
    padding-left:0;
    width: 20px;
    height: 20px;
    border: 1px solid #aaa;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: inset 0 2px 4px rgba(0,0,0,.3);
}

form input#DefierAmiNotifmail[type=checkbox]:checked {
    background-image:url(../../img/checkmark.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    transition: all .2s; /* on prévoit une animation */
}


.hilitevalue {
    background-color: #0a0;
    color: white;
    font-weight: bolder;
    padding: 0 5px;
    font-size: 1.3em;
}

.accordeonhead {
    font-size: 1.6em;
}

.accordeonrow {
    font-size: 1.3em;
}

i {
    text-decoration: none;
    color: #2e2e2e;
    border: none;
    font-family: 'Source Sans Pro';
}

i a {
    text-decoration: none;
    font-family: 'Source Sans Pro';
    font-weight: bold;
}

.suggestion_header {
    background-color: #e0f9d6;
    font-size: 1.0em;
    font-weight: normal;
    text-align: center;
}

.suggestion_row {
    background-color: #e0f9d6;
    font-size: 0.9em;
    font-weight: normal;
}


/* Boutons de sélection d'options */

form.button_off,
form.button_off div.submit,
form.button_off input[type="submit"],
form.button_off .button {
    margin: 0 2px;
    padding: 5px;
    line-height: 1em;
    background: linear-gradient(225deg, #2F2F2F 0%, #585858 100%);
}

.button_on,
.button_off,
.button_on[hover],
.button_off[hover]{
    color: #FFF;
    border: 0px solid #24984d;
    transition: background .4s, color .4s;
    font-weight: 500;
    /*width:200px;*/
    width: auto;
    border-radius: 10px;
    text-decoration: none;
    /*padding: 0.65em 5% 0.65em 5%;*/
    padding: 0.5em 5%;
    outline: 0;
    text-align: center;
    display: inline-block;
    -webkit-appearance: none;
    margin:0.5em 0 0.5em 0;
}

.button_on {
    /* background: linear-gradient(225deg, #2F8F83 0%, #58BA52 100%);*/
    border: 2px solid #2F8F83;
    color: #2F8F83;
    font-weight: bolder;
}

form.button_off submit, .button_off {
    background: linear-gradient(225deg, #2F2F2F 0%, #585858 100%);
    cursor: pointer;
}

div .message_general {
    border: 2px dotted white;
    background-color: #0E572B;
    border-radius: 10px;
    padding: 10px 5px;
    margin-top: 5px;
    line-height: 1.3em;
    font-size: 1.1em;
}

/* MODIFS 08/2024 */

@media screen and (max-width: 1000px) {
    .welcomeusername { display: none;}
}

@media screen and (max-width: 1000px) {
    .welcomeusername { display: none;}
}

/*div#logo { display: None !important; }*/
