﻿@charset "UTF-8";

html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

:root {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4; }

html {
  line-height: 1; }

body {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-osx-font-smoothing: antialiased;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: middle; }

hr {
  height: 0; }

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp,
pre {
  font-family: SFMono-Regular, Consolas, 'Liberation Mono', Menlo, Courier, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

a { text-decoration: none; }
a:active {
    -ms-transform: translateY(1px);
    transform: translateY(1px); }

ol, ul { list-style: none; }

ul { padding: 0; }
ul li { list-style-type: none; }

img {
  max-width: 100%;
  height: auto; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

input:-webkit-autofill {
  box-shadow: 0 0 0 30px white inset; }

button,
textarea,
[type='submit'],
[type='text'],
[type='date'],
[type='email'],
[type='password'],
[type='phone'] {
  -webkit-appearance: none;
 }


[type='checkbox'] {
    vertical-align: bottom;
    padding-right: 5px;
}

input[type="radio"] {
    margin-right: 5px;
    vertical-align: bottom;
}

textarea {
  resize: vertical; }

button,
select {
  text-transform: none; }

button,
[type='button'],
[type='reset'],
[type='submit'] {
  cursor: pointer;
  border: 0;
  background-color: transparent; }

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  padding: 0; }

progress {
  vertical-align: baseline; }

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto; }

[type='text'],
[type='search'] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type='text'],
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
 }

select,
textarea,
input[type=text],
input[type=date],
input[type=email],
input[type=tel],
input[type=url],
input[type=search] {
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 5px 8px;
    border: 1px solid #b7b7b7;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font: inherit;
    color: rgba(0,142,198,1);
    -o-text-overflow: clip;
    text-overflow: clip;
    background: rgba(252,252,252,1);
    text-shadow: 1px 1px 0 rgba(255,255,255,0.66);
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

/* end of common corrections
   ========================================================================== */
/**/

summary {
  display: list-item; }

h1 {
    margin-bottom: 10px;
    font-family: "Teko", serif;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 25px;
    line-height: 2.5rem;
    color: #13385A;
}


h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: "Teko", serif;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 25px;
    line-height: 2.5rem;
    color: #13385A;
    text-transform: uppercase;
}
h2:after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    margin-top: 5px;
    background: #d32f2f; }

.btn {
    display: flex;
    padding: 10px 18px;
    transition: .2s ease-in-out;
    transition-property: background-color, border;
    border: 2px solid transparent;
    border-radius: 5px;
    background: var(--main-color);
    color: white;
    font-size: 15px;
    font-size: 1.5rem;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    justify-content: center;
    gap: 10px;
}

.btn:disabled {
    background-color: var(--main-color-lighter) !important;
    cursor: default !important;
}

.btn:hover:not([disabled]) {
    border: 2px solid var(--main-color);
    background-color: white;
    color: var(--main-color);
}

@font-face {
  font-family: "picto";
  src: url("../fonts/picto.eot?rev=4c2bffe252");
  src: url("../fonts/picto.eot?rev=4c2bffe252#iefix") format("eot"), url("../fonts/picto.woff2?rev=4c2bffe252") format("woff2"), url("../fonts/picto.woff?rev=4c2bffe252") format("woff"), url("../fonts/picto.ttf?rev=4c2bffe252") format("truetype"), url("../fonts/picto.svg?rev=4c2bffe252#picto") format("svg");
  font-weight: normal;
  font-style: normal; }

.picto:before {
    display: inline-block;
    font-family: "picto";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-size: 1.7rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.picto-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.picto-2x {
  font-size: 2em; }

.picto-3x {
  font-size: 3em; }

.picto-4x {
  font-size: 4em; }

.picto-5x {
  font-size: 5em; }

.picto-fw {
  width: 1.2857142857142858em;
  text-align: center; }

.picto-arrow-down:before {
  content: "\EA01"; }

.picto-arrow-left:before {
  content: "\EA02"; }

.picto-arrow-right:before {
  content: "\EA03"; }

.picto-arrow-up:before {
  content: "\EA04"; }

.picto-computer:before {
  content: "\EA05"; }

.picto-doc:before {
  content: "\EA06"; }

.picto-lock:before {
  content: "\EA07"; }

.picto-medal:before {
  content: "\EA08"; }

.picto-member:before {
  content: "\EA09"; }

.picto-pdf:before {
  content: "\EA0A"; }

.picto-permit:before {
  content: "\EA0B"; }

.picto-plus:before {
  content: "\EA0C"; }

.picto-settings:before {
  content: "\EA0D"; }

.picto-team:before {
  content: "\EA0E"; }



html {
    font-size: 62.5%;
}

body {
    position: relative;
    color: black;
    font-family: "Roboto", serif;
    font-size: 13px;
    font-size: 1.3rem;
}

body:before {
    content: '';
    display: block;
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
}

body:after {
    content: '';
    display: block;
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.header {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    z-index: 50;
    height: 70px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    color: white;
}

    
.header__logo {
    width: 100px;
    height: 85px;
    margin: 7px 10px;
}
.header__logo-cicle {
    font-family: "Teko", serif;
    text-align: right;
    padding-left: 35px;
    height: 60px;
    padding-top: 10px;
}
.header__logo-cicleweb {
    font-size: 38px;
    font-size: 3.8rem;
    font-weight: 500;
    padding-left: 10px;
}
.header__logo-date {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 400;
    font-style: oblique;
    line-height: 5px;
    padding-right: 4px;
}

.header__menu {
    display:none;
    padding: 12px;
}



a {
  color: mediumblue; 
  text-decoration: underline;
  text-decoration-color: lightblue;
}

.wrapper {
  max-width: 1000px;
  margin: auto; }


.btn-link {
  display: block;
  color: white;
  font-size: 15px;
  font-size: 1.5rem;
  text-transform: uppercase; }



.nav {
    height: 30px;
    display: block;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgb(220,220,237);
    position: absolute;
    bottom: 0;
    left: 210px;
    right: 0;
    z-index: 50;
}

.nav:before {
    width: 30px;
    height: 30px;
    content: "";
    position: absolute;
    background-image: url(../images/wave.svg);
    left: -30px;
    background-size: 31px;
}

.nav__page {
display: -ms-flexbox;
display: flex;
-ms-flex: 3;
flex: 3;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between; }


  .nav__l1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Teko", serif;
    font-size: 2rem;
    font-weight: 400;
    /*text-transform: uppercase;*/ }



    .nav__l1__link {
      text-decoration: none; }
    .nav__l1 .picto {
      margin-right: 10px;
      color: #717486; }

   
  .nav__account {
    font-size: 19px;
    font-size: 1.9rem; }




.nav__connexion {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 1rem;
    z-index: 60;
    color: white;
}

.nav__l1.profil {
    display: none;
}


.nav__connexion .picto {
    margin-left: 10px;
    margin-right: unset;
    font-size: 0.9em;
    color: white;
}

/* CSS Navigation*/

.nav_wrap ul {
    list-style: none;
    position: relative;
    float: left;
    padding: 0 15px 0 15px;
    flex: none;
}

.nav__link {
    padding-top: 2px;
    line-height: 29px;
}


.nav_wrap ul a {
    display: block;
    color: white;
    text-decoration: none;
    font-weight: 100;
    font-size: 1em;
    /*padding: 0 10px;*/
    font-family: inherit;
}

.nav_wrap ul li {
    position: relative;
    float: left;
    margin: 0;
    padding: 1px 15px 1px 10px;
    display: inline-block;

}


.nav_wrap.nav__connexion ul li {
    position: relative;
    float: left;
    margin: 0;
    padding: 5px;
    border-radius: 5px;
    cursor: default;
}


.nav_wrap ul li.current-menu-item {
    background: #141128;
}

.nav_wrap ul li:hover {
    background: rgba(0, 0, 0, 0.3);
}

.nav_wrap ul li ul li:hover {
    background: rgba(255, 255, 255, 0.2);
}

.nav_wrap ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: rgba(25, 17, 35, 0.9);
    padding: 0;
    z-index: 100;
    margin: 0;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
}

.nav_wrap.nav__connexion ul ul {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: rgba(25, 17, 35, 0.9);
    padding: 0;
    z-index: 100;
    margin: 0 0;
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    border-left: none;
    left: auto;
    min-width: 130px;
}

.nav_wrap ul ul li {
    float: none;
    width: 190px
}

.nav_wrap.nav__connexion ul ul li {
    float: right;
    width: 100%;
}

.nav_wrap ul ul a {
    line-height: 120%;
    padding: 10px 10px
}

.nav_wrap.nav__connexion ul ul a {
    line-height: 120%;
    padding: 10px 10px;
    text-align: right;
}

.nav_wrap ul ul ul {
    top: 0;
    left: 100%
}

.nav_wrap ul li:hover > ul {
    display: block
}



.nav__link.level1 {
    color: black;
    /*font-size: 2rem;*/
    font-weight: 400;
    display: inline-block;
    cursor: default;
}



#MainContent {
    padding: 0 15px;
    overflow-y: auto;
    background: rgb(255, 255, 255);
    display: block;
    position: fixed;
    top: 110px;
    left: 0;
    right: 0;
    bottom: 25px;
    padding-bottom: 20px;
}


.MainStatus {
    font-style: italic;
    text-align: center;
    font-size: 1rem;
    position: fixed;
    bottom: 0;
    width: 100%;
    color: white;
    padding: 3px;
    background: rgb(11, 30, 51);
    height: 25px;
}

#gestion {
    position: fixed;
    top: 100px;
    left: 0;
    right: 0;
    bottom: 25px;
    display: block;
}

.area_Editorial {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}


/* gestion d'affichage onglet*/
#content {
    margin-left: 24px;
    margin-right: 24px;
}

#tabs ul {
    font: normal 14px arial, sans, sans-serif;
    -list-style-type: none;
    border-bottom: 1px solid gray;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 26px;
}

#tabs ul li {
    display: inline;
    float: left;
    height: 24px;
    min-width: 80px;
    text-align: center;
    padding: 0;
    margin: 1px 0 0 0;
    border: 1px solid gray;
}

#tabs ul li.selected {
    border-bottom: 1px solid #fff;
    background-color: #fff;
}


#tabs ul li a {
    float: left;
    color: #666;
    text-decoration: none;
    padding: 4px;
    text-align: center;
    background-color: #eee;
    min-width: 80px;
    border-bottom: 1px solid gray;
}

#tabs ul li a.selected {
    color: #000;
    font-weight: bold;
    background-color: #fff;
    border-bottom: 1px solid #fff;
}

#tabs ul li a:hover {
    color: #000;
    font-weight: bold;
    background-color: #fff;
}

#container {
    background: white;
    border: 1px solid gray;
    border-top: none;
    height: 350px;
    width: 100%;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
}

.PageTitle {
    margin-bottom: 10px;
    font-family: "Teko", serif;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 25px;
    line-height: 2.5rem;
    color: #13385A;
}


.tblInfo {
    font-size: 1em;
    border-spacing: 5px;
}

.tblInfo td.Title {
    background: #dcdced;
    font-size: 0.9em;
    font-style: italic;
    color: black;
    padding: 6px 10px;
    font-family: "roboto", serif;
}

.tblInfo td.Content {
    font-size: 1em;
    padding: 5px 15px;
    }

.tblInfo td.formContent {
        font-size: 1em;
        padding: 2px 10px;
    }


.Button {
    -moz-box-shadow: inset 0px 1px 0px 0px #54a3f7;
    -webkit-box-shadow: inset 0px 1px 0px 0px #54a3f7;
    box-shadow: inset 0px 1px 0px 0px #54a3f7;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
    background: -moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background: -webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background: -o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background: -ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background: linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
    background-color: #007dc1;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #124d77;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 13px;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #154682;
}

.Button:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
    background: -moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
    background: -webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
    background: -o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
    background: -ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
    background: linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
    background-color: #0061a7;
}

.Button:active {
    position: relative;
    top: 1px;
}

.ButtonAlert {
    -moz-box-shadow: inset 0px 1px 0px 0px #e02222;
    -webkit-box-shadow: inset 0px 1px 0px 0px #e02222;
    box-shadow: inset 0px 1px 0px 0px #e02222;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e02222), color-stop(1, #8a0000));
    background: -moz-linear-gradient(top, #e02222 5%, #8a0000 100%);
    background: -webkit-linear-gradient(top, #e02222 5%, #8a0000 100%);
    background: -o-linear-gradient(top, #e02222 5%, #8a0000 100%);
    background: -ms-linear-gradient(top, #e02222 5%, #8a0000 100%);
    background: linear-gradient(to bottom, #e02222 5%, #8a0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e02222', endColorstr='#8a0000',GradientType=0);
    background-color: #e02222;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #8a0000;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 13px;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #154682;
}

.ButtonAlert:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #8a0000), color-stop(1, #e02222));
    background: -moz-linear-gradient(top, #8a0000 5%, #e02222 100%);
    background: -webkit-linear-gradient(top, #8a0000 5%, #e02222 100%);
    background: -o-linear-gradient(top, #8a0000 5%, #e02222 100%);
    background: -ms-linear-gradient(top, #8a0000 5%, #e02222 100%);
    background: linear-gradient(to bottom, #8a0000 5%, #e02222 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8a0000', endColorstr='#e02222',GradientType=0);
    background-color: #8a0000;
}

.ButtonAlert:active {
    position: relative;
    top: 1px;
}



.content_1col {
    display: inline-block;
    width: 100%;
    font-size: 1em;
    border-spacing: 5px;
}

.content_2col {
    display: inline-block;
    width: 49%;
    font-size: 1em;
    border-spacing: 5px;
}

.content_3col {
    display: inline-block;
    width: 33%;
    font-size: 1em;
    border-spacing: 5px;
}

.content_4col {
    display: inline-block;
    width: 25%;
    font-size: 1em;
    border-spacing: 5px;
}
.content_5col {
    display: inline-block;
    width: 19%;
    font-size: 1em;
    border-spacing: 5px;
}

.content_5col2 {
    display: inline-block;
    width: 40%;
    font-size: 1em;
    border-spacing: 5px;
}

.content_5col3 {
    display: inline-block;
    width: 59%;
    font-size: 1em;
    border-spacing: 5px;
}
.content_5col4 {
    display: inline-block;
    width: 79%;
    font-size: 1em;
    border-spacing: 5px;
}

.areaTitle {
    background: #dcdced;
    font-size: 0.9em;
    font-style: italic;
    color: black;
    padding: 6px 10px;
    font-family: "roboto", serif;
}

.areaContent {
    font-size: 1em;
    padding: 5px 15px;
    min-height: 1.8em;
}

.content_1col .areaContent input[type=text],
.areaContent textarea,
.areaContent select,
.areaContent input[type=text],
.areaContent input[type=date],
.areaContent input[type=password],
.areaContent input[type=email] {
    width: 100%;
    padding: 5px 5px;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}


.newLine:after {
    content: "\a";
    white-space: pre;
}


.TabWrap {
    margin: 0 auto;
    padding-bottom: 10px;
}

ul.tabs {
    width: 95%;
    margin: 0 auto;
    list-style: none;
    overflow: hidden;
    padding: 0;
}

ul.tabs li {
    float: left;
    width: 130px;
}

    ul.tabs li a {
        position: relative;
        display: block;
        height: 30px;
        margin-top: 20px;
        padding: 10px 0 0 0;
        font-family: "Teko", serif;
        font-size: 18px;
        font-size: 1.8em;
        text-align: center;
        text-decoration: none;
        color: black;
        background: #DCDCED;
        -webkit-box-shadow: -2px 5px 5px 3px rgba(0,0,0,0.4);
        -moz-box-shadow: -2px 5px 5px 3px rgba(0,0,0,0.4);
        box-shadow: -2px 5px 5px 3px rgba(0,0,0,0.4);
        border: 0px solid #000000;
        -webkit-transition: padding 0.2s ease, margin 0.2s ease;
        -moz-transition: padding 0.2s ease, margin 0.2s ease;
        -o-transition: padding 0.2s ease, margin 0.2s ease;
        -ms-transition: padding 0.2s ease, margin 0.2s ease;
        transition: padding 0.2s ease, margin 0.2s ease;
    }

.tabs li:first-child a {
    z-index: 3;
    -webkit-border-top-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    border-top-left-radius: 8px;
}

.tabs li:nth-child(2) a {
    z-index: 2;
}

.tabs li:last-child a {
    z-index: 1;
    -webkit-box-shadow: 2px 8px 25px -2px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 8px 25px -2px rgba(0,0,0,0.3);
    box-shadow: 2px 8px 25px -2px rgba(0,0,0,0.3);
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    border-top-right-radius: 8px;
}

ul.tabs li a:hover {
    margin: 15px 0 0 0;
    padding: 10px 0 25px 0;
}

ul.tabs li a.active {
    margin: 15px 0 0 0;
    padding: 10px 0 25px 0;
    background: #164268;
    color: white;
    z-index: 4;
    outline: none;
}

.group:before,
.group:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.group:after {
    clear: both;
}

.TabContent {
    width: 95%;
    margin: 0 auto;
    background: #164268;
    -webkit-box-shadow: 0px 5px 8px -2px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 5px 8px -2px rgba(0,0,0,0.3);
    box-shadow: 0px 5px 8px -2px rgba(0,0,0,0.3);
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 3px;
}

.TabContentInner {
    margin: 0 auto;
    background: white;
    -webkit-box-shadow: 2px 8px 25px -2px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 8px 25px -2px rgba(0,0,0,0.3);
    box-shadow: 2px 8px 25px -2px rgba(0,0,0,0.3);
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 10px;
}

.dialogTable {

}

.dialogTable tr {
    line-height: 130%;
}

.dialogTable tr td:first-child {
    text-align: right;
    font-size: 0.8em;
    font-style: italic;
    padding-right: 5px;
}


.rightCol {
    position: absolute;
    top: 15px;
    right: 15px;
    display: block; 
    width: 15%;
}

.leftCol {
    float: right;
    display: block;
    width: 15%;
}

.mainCol {
    display: block;
    width: 83%;
}

.apInfos {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 100%;
    overflow: hidden;
    border: 2px solid #164268;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -o-text-overflow: clip;
    text-overflow: clip;
    background: #ffffff;
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.3);
    box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.3);
    margin-bottom: 15px;
}

    .apInfos .title {
        text-align: center;
        padding: 7px;
        color: white;
        background: #164268;
        font-size: 15px;
        font-size: 1.5em;
        font-family: 'Teko', sans-serif;
    }

    .apInfos .content {
        
        padding: 15px;
    }


.cols2 {
    display: inline-block;
    width: 49%;
    padding: 10px;
    vertical-align: text-top;
}

.cols3 {
    display: inline-block;
    width: 33%;
    padding: 10px;
    vertical-align: text-top;
}

.cols3 .title, .cols2 .title {
    background-color: #dddddd;
    width: 100%;
    padding: 5px 10px;
    font-weight: bold;
}

.cols3 .content, .cols2 .content{
    padding: 10px;
}
    



.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 13px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}


.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 9px;
    width: 9px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider_On { background-color: #ccc; }
.slider_IO { background-color: #ec0000; }
input:checked + .slider_On { background-color: #4caf50; }
input:focus + .slider_On { box-shadow: 0 0 1px #4caf50; }
input:checked + .slider_IO { background-color: #4caf50; }
input:focus + .slider_IO { box-shadow: 0 0 1px #4caf50; }

input:checked + .slider:before {
    -webkit-transform: translateX(17px);
    -ms-transform: translateX(17px);
    transform: translateX(17px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}



/*ACORDION*/
.ac-container {
    max-width: 700px;
}

    .ac-container label.Title {
        font-family: "roboto", serif !important;
        height: 30px !important;
        line-height: 21px !important;
        font-size: 15px !important;
        padding: 5px 20px;
        position: relative;
        z-index: 20;
        display: block;
        height: 30px;
        cursor: pointer;
        color: #777;
        text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
        line-height: 33px;
        font-size: 19px;
        background: #fff;
        background: -moz-linear-gradient(top,#fff 1%,#eaeaea 100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(1%,#fff),color-stop(100%,#eaeaea));
        background: -webkit-linear-gradient(top,#fff 1%,#eaeaea 100%);
        background: -o-linear-gradient(top,#fff 1%,#eaeaea 100%);
        background: -ms-linear-gradient(top,#fff 1%,#eaeaea 100%);
        background: linear-gradient(top,#fff 1%,#eaeaea 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff',endColorstr='#eaeaea',GradientType=0 );
        box-shadow: 0 0 0 1px rgba(155,155,155,0.3),1px 0 0 rgba(255,255,255,0.9) inset,0 2px 2px rgba(0,0,0,0.1);
        font-size: 12px;
        height: 30px;
        line-height: 20px;
    }

.ac-container {
    width: 100%;
    margin: 10px auto 30px auto;
    text-align: left;
}

    .ac-container label.Title:hover {
        background: #fff;
    }

    .ac-container input[type="radio"]:checked + label.Title, .ac-container input[type="radio"]:checked + label.Title:hover {
        background: #f1f2f3;
        color: #666;
        text-shadow: 0 1px 1px rgba(255,255,255,0.6);
        box-shadow: 0 0 0 1px rgba(155,155,155,0.3),0 2px 2px rgba(0,0,0,0.1);
        height: 30px;
        line-height: 21px;
        font-size: 13px;
    }

        .ac-container label.Title:hover:after, .ac-container input[type="radio"]:checked + label.Title:hover:after {
            content: '';
            position: absolute;
            width: 24px;
            height: 24px;
            right: 13px;
            top: 7px;
            background: transparent url(../images/arrow_down.png) no-repeat center center;
        }

        .ac-container input[type="radio"]:checked + label.Title:hover:after {
            background-image: url(../images/arrow_up.png);
        }

.ac-container input[type="radio"] {
    display: none;
}

.ac-container article {
    background: rgba(255,255,255,0.5);
    margin-top: -1px;
    overflow: hidden;
    height: 0;
    position: relative;
    z-index: 10;
    padding: 0;
    -webkit-transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
    -moz-transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
    -o-transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
    -ms-transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
    transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
}

.ac-container article p {
    font-style: normal;
    color: #777;
    line-height: 23px;
    font-size: 10px;
    padding: 20px;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
    font: normal normal 12px 'Open Sans';
}

    .ac-container input[type="radio"]:checked ~ article {
        -webkit-transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
        -moz-transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
        -o-transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
        -ms-transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
        transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
        box-shadow: 0 0 0 1px rgba(155,155,155,0.3);
    }

    .ac-container input[type="radio"]:checked ~ article.ac-small {
        height: 140px;
    }

    .ac-container input[type="radio"]:checked ~ article.ac-medium {
        height: 180px;
    }

    .ac-container input[type="radio"]:checked ~ article.ac-large {
        height: 230px;
    }

    .ac-container input[type="radio"]:checked ~ article.ac-full {
        height: unset;
        height:auto;
        padding: 10px;
    }


    .ac-container .avatarPhoto {
        display: inline-block;
        float: right;
        width: 140px;
        text-align: center;
    }

    ul.Liste li {
        list-style-type: none;
        margin-bottom: 10px;
        padding-left: 15px;
    }

    ul.Liste li:before {
        content: "- ";
        padding-left: 2px;
        margin-right: 8px;
        margin-left: -15px;
        font-size: 0.8em;
    }


/*radio input custom */

.choose[type="radio"]:checked,
.choose[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    .choose[type="radio"]:checked + label,
    .choose[type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 22px;
        display: inline-block;
        color: #666;
    }

        .choose[type="radio"]:checked + label:before,
        .choose[type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #ddd;
            border-radius: 100%;
            background: #fff;
        }

        .choose[type="radio"]:checked + label:after,
        .choose[type="radio"]:not(:checked) + label:after {
            content: '';
            width: 10px;
            height: 10px;
            background: #007dc1;
            position: absolute;
            top: 4px;
            left: 4px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        .choose[type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        .choose[type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

.unselectable {
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

.manuel {
    color: darkorange;
}

.manuel:before {
    content: url('/static/images/info.png');
    margin-right: 5px;
}

.Button[disabled] {
    background: #abc4d2;
    text-shadow: none;
    border: none;
    box-shadow: none;
    cursor: default;
    pointer-events: none;
}

.Button[disabled]:active {
    top: 0;
}

.info-content {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.info-block {
    display: flex;
    flex-direction: column;
    min-width: 250px;
    max-width: 400px;
    width: 30%;
    box-shadow: 3px 3px 5px #17161612;
    border: 1px solid #d5d1d1;
    border-radius: 5px;
}

.info-block .title {
    background-color: #eceaea;
    width: 100%;
    padding-left: 15px;
    height: 28px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #424242;
}

.info-block .content {
    padding: 10px;
}

.Button-Light {
    background-color: #fff;
    border: 1px solid #d5d9d9;
    border-radius: 5px;
    box-shadow: rgba(213, 217, 217, 0.24) 0 2px 2px 0;
    color: #0f1111;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: 29px;
    padding: 0 10px 0 11px;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    vertical-align: middle;
    margin: 2px;
}

    .Button-Light:hover {
        background-color: #f7f7f7;
    }

    .Button-Light:focus {
        border-color: #008296;
        box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
    }
    .Button-Light[disabled] {
        opacity: 0.5;
        cursor: default;
        pointer-events: none;
    }

.loader {
    width: 15px;
    height: 15px;
    border: 2px solid #FFF;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
} 
