/* FONTS */
/* ===== */
@import url('https://fonts.googleapis.com/css?family=Lato:400,700&subset=latin-ext');

@import url('https://fonts.googleapis.com/css?family=Nothing+You+Could+Do');

@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot?40893497');
  src: url('../fonts/fontello.eot?40893497#iefix') format('embedded-opentype'),
       url('../fonts/fontello.woff2?40893497') format('woff2'),
       url('../fonts/fontello.woff?40893497') format('woff'),
       url('../fonts/fontello.ttf?40893497') format('truetype'),
       url('../fonts/fontello.svg?40893497#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* ======= */

/* GLOBALS */
/* ======= */
* {
    padding: none;
    margin: 0px;
    border: none;
    box-sizing: border-box;
}

html {
    height: 100%;
}

img {
    border: none;
}

a {
    text-decoration: none !important;
    color: inherit !important;
}

input, textarea, input_container {
    display: container;
    height: 30px;
    height: 5vh;
    width: 100%;
    margin: auto;
    border-radius: 5px;
    border: solid 1px #cccccc;
}

input[type=submit] {
    width: 200px;
    width: 15vw;
}

textarea {
    height: 100px;
    height: 15vh;
    width: 100%;
}

label, input, textarea {
    display: block;
    margin-bottom: 20px;
    margin-bottom: 1vh;
    font-size: 25px;
    font-size: 2vh;
}

body {
    background: #f9f9f9;
    color: #990000;
    font-family: Lato;
}

acronym:hover {
    cursor: help;
}

.wrapper {
    text-align: center;
}

#form_container {
    width: 250px;
    width: 30vw;
    margin: auto;
}

.top_menu {
    position: absolute;
    width: 100%;
    height: 90px;
    height: 5vw;
    top: 0px;
    z-index: 1;
    color: #ffffff;
    background: linear-gradient(#ff0000,#cc0000);
    box-shadow:  0px 2px 2px rgba(0,0,0,0.3);
}

.deflated {
    height: 2.5vw;
}

.hide {
    visibility: hidden;
}

.logo {
    height: 60px;
    height: 3.4vw;
    float: left;
    margin-left: 40px;
    margin-left: 2vw;
    margin-top: 18px;
    margin-top: 0.9vw;
}

.deflated .logo {
    height: 30px;
    height: 1.7vw;
    margin-top: 0.45vw;
}

.logo_center {
    height: 60px;
    height: 3.4vw;
    display: block;
    margin: auto;
}

.titre {
    float: left;
    margin-left: 40px;
    margin-left: 1vw;
    margin-top: 16px;
    margin-top: 0.8vw;
    text-transform: uppercase;
    font-size: 32px;
    font-size: 1.7vw;
    font-weight: bold;
    line-height: 34px;
    line-height: 1.85vw;
    text-shadow: 0px 1px 3px rgba(0,0,0,0.3);
}

.deflated .titre {
    line-height: 0.9vw;
    font-size: 0.85vw;
    margin-top: 0.4vw;
}

#institutional {
    display: block;
    position: absolute;
    right: 12vw;
    height: 4vw;
    margin-right: 12vw;
    line-height: 5vw;
    margin-top: 0.5vw;
}

.deflated #institutional {
    display: none;
}

.logo_institutional {
    display: inline-block;
    height: 3vw;
    background: #ffffff;
    text-align: center;
    border-radius: 10px;
    padding-left: 0.5vw;
    padding-right: 0.5vw;
    line-height: 4vw;
    margin: auto 0.5vw;
}

.logo_institutional img {
    height: 2vw;
    margin-top: 0.5vw;
    vertical-align: baseline !important;
}

#menu {
    display: block;
    text-align: right;
    float: left;
}

.horiz_menu {
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 90px;
    line-height: 4.85vw;
    font-size: 1.2em;
    font-size: 1.2vw;
    list-style-position: inside;
}

.menu_item {
    display: inline-block;
    margin: auto 1.5em;
    margin: auto 1.5vw;
    border-bottom: solid 2px #cc0000;
}

.menu_item:hover {
    border-bottom: solid 2px #ffffff;
}

.sociallink_top {
    display: inline-block;
    float: right;
    line-height: 90px;
    line-height: 5vw;
    margin-right: 1em;
    margin-right: 1vw;
}

.deflated .sociallink_top {
    line-height: 2.5vw;
}

.sociallink_top a {
    font-family: fontello;
    color: #ffffff;
    font-size: 18px;
    font-size: 1.8vw;
    opacity: 1;
    margin-right: 1em;
    margin-right: 1vw;
}

.deflated .sociallink_top a {
    font-size: 1.0vw;
}

.sociallink_top a:hover {
    text-shadow: 0px 1px 2px rgba(0,0,0,0.6) !important;
}

#lang_switch {
    float: right;
    line-height: 90px;
    line-height: 5vw;
    font-size: 1em;
    font-size: 1.2vw;
    margin-right: 2em;
    margin-right: 2vw;
    font-weight: bold;
}

#lang_switch a {
    border-right: solid 1px #ffffff;
    padding-left: 0.5vw;
    padding-right: 0.5vw;
}

#lang_switch a:last-child {
    border: none;
}

.deflated #lang_switch {
    line-height: 2.5vw;
    font-size: 0.8vw;
}

.lang:hover {
    text-decoration: underline;
    text-shadow: 0px 0px 0px rgba(0,0,0,0.5);
}

.active_lang {
    text-decoration: underline;
}

#video_wrapper {
    overflow: hidden;
    z-index:0;
    text-align: center;
    box-shadow:  0px 2px 2px rgba(0,0,0,0.3);
}

#video_wrapper a {
    display: block;
}

#video {
    position: relative;
    top: -40%;
    width: 100%;
}

#slogan {
    position: absolute;
    top: 20%;
    width: 100%;
    font-size: 30px;
    font-size: 4vw;
    text-align: center;
    color: #ffffff;
    text-shadow: 0px 3px 10px rgba(0,0,0,0.4);
    font-weight: bold;
    font-family: 'Nothing You Could Do', cursive;
}

#video_menu {
    width: 100%;
    position: absolute;
    top: 60%;
    margin: auto;
    text-align: center;
}

#video_menu .video_menu_entry {
    display: inline-block;
    width: 100px;
    width: 9vw;
    height: 100px;
    height: 9vw;
    border-radius: 30px;
    border-radius: 3vw;
    border: solid 2px #ffffff;
    margin: auto 3vw;
    color: #ffffff;
    text-transform: uppercase;
    background: rgba(255,255,255,0.3);
    box-shadow:  0px 2px 2px rgba(0,0,0,0.6);
    font-weight: normal;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.6);
}

.menu_link {
    font-family: "fontello";
    font-size: 50px;
    font-size: 5vw;
    line-height: 100px;
    line-height: 9vw;
    text-shadow: none;
    font-weight: normal;
}

#link_presentation::before {
    content: "\e802";
}

#link_services::before {
    content: "\e81d";
}

#link_adherer::before {
    content: "\e807";
}

#link_evenements::before {
    content: "\e816";
}

#link_contact::before {
    content: "\e81a";
}

#link_business::before {
    content: "\f2b5";
}

#link_vip::before {
    content: "\e833";
}

#link_knowledge::before {
    content: "\e828";
}

.page_title {
    margin: 6vw 5vw 0vw 5vw;
    font-size: 2vw;
    border-bottom: solid 2px #c0c0c0;
}

.section {
    border-bottom: solid 1px #ce0000;
    padding: 0px 2em 2em 2em;
}

.section_title {
    font-size: 2.5em;
    color: #ce0000;
    margin: 1em;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}

.section_content {
    clear: both;
    font-size: 1.2em;
    margin: auto 2em;
    color: #606060;
}

.section_content p {
    margin-bottom: 1em;
    line-height: 1.5em;
    text-align: justify;
}

/* PRESENTATION */
#toggle_comite {
    display: inline-block;
    margin: auto;
    border-radius: 0.5em;
    color: #ffffff;
    padding: 0.5em 1em;
    font-size: 0.8em;
    background: linear-gradient(#ff0000,#cc0000);
    box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
    text-align: center;
}

#toggle_comite:hover {
    cursor: pointer;
}

#organigramme_wrapper {
    text-align: center;
    padding: 1em;
    display: none;
}

.organigramme {
    width: 35%;
    width: 35vw;
    color: #606060;
    border: solid 1px #c0c0c0;
    display: inline-block;
    margin: 1em;
    border-radius: 1em;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
    vertical-align: top;
}

#organigramme_comite .organigramme {
    width: 25%;
}

.fonction {
    border-radius: 1em 1em 0px 0px;
    font-size: 1.4vw;
    background: linear-gradient(#f0f0f0,#f0f0f0,#e9e9e9);
    padding: 1em;
    font-weight: bold;
}

.nom {
    padding: 1em;
    font-size: 1.2vw;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}

.curriculum {
    padding: 0px 1em 1em 1em;
    font-style: italic;
    font-size: 1vw;
}

/* SERVICES */
.services_rectangle {
    display: inline-block;
    width: 44%;
    width: 40vw;
    min-height: 160px;
    min-height: 20vh;
    border: solid 1px #ce0000;
    border-radius: 30px;
    border-radius: 1vw;
    background: #ffffff;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
    margin: 1em 1vw;
    background: linear-gradient(#ffffff,#ffffff,#ffffff,#f6f6f6);
    text-align: left;
    vertical-align: top;
}

.services_rectangle h1 {
    font-size: 1.2vw;
    color: #ffffff;
    background: linear-gradient(#df0000,#ce0000);
    padding: 0.1em;
    border-radius: 30px 30px 0px 0px;
    border-radius: 1vw 1vw 0px 0px;
}

h1#linguistique::before {
    font-family: fontello;
    content: "\e81b";
    margin: auto 0.5em;
    font-weight: normal;
}

h1#formations::before {
    font-family: fontello;
    content: "\e812";
    margin: auto 0.5em;
    font-weight: normal;
}

h1#digital::before {
    font-family: fontello;
    content: "\e80a";
    margin: auto 0.5em;
    font-weight: normal;
}

h1#juridique::before {
    font-family: fontello;
    content: "\f24e";
    margin: auto 0.5em;
    font-weight: normal;
}

h1#affaires::before {
    font-family: fontello;
    content: "\f2b5";
    margin: auto 0.5em;
    font-weight: normal;
}

h1#delegations::before {
    font-family: fontello;
    content: "\e807";
    margin: auto 0.5em;
    font-weight: normal;
}

/* ADHERER */

#avantages_list, #avantages_plus_list, .services_list {
    margin: 1em auto;
    text-align: left;
}

#avantages_list {
    display: block;
    width: 80%;
    border-radius: 1em;
    padding: 1em;
    margin: auto;
    border: solid 1px black;
}

#avantages_list li, .services_list li {
    margin: 0.6em auto;
    list-style: none;
}

#avantages_list li::before,
.services_list li::before {
    font-family: fontello;
    content: "\e81c";
    margin-right: 0.3em;
    color: #ce0000;
}

.avantages_plus {
    font-size: small;
    font-style: italic;
}

.button_more {
    display: inline-block;
    margin: 0.5em auto;
    border-radius: 0.5em;
    color: #ffffff !important;
    padding: 0.5em 1em;
    font-size: 0.8em;
    background: linear-gradient(#ff0000,#cc0000);
    box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
    text-align: center;
}

.button_more:hover {
    cursor: pointer;
}

#responsive_popup {
    display: none;
    opacity: 0;
    position: fixed;
    z-index: 2000;
    overflow-x:auto;
    padding: 2vw 2vw;
    background: #ffffff;
    border: solid 1px #c0c0c0;
    border-radius: 10px;
}

#popup_close_button {
    font-family: fontello;
    display: inline-block;
    float: right;
    font-size: 1.5em;
    text-shadow: 0px 0px 1px rgba(0,0,0,0.3);
}

#popup_close_button:hover {
    color: #ce0000;
    cursor: pointer;
    text-shadow: 0px 2px 2px rgba(0,0,0,0.7);
}

#responsive_popup .logo {
    margin-left: 0px;
}

#responsive_popup .titre {
    color: #ce0000;
    text-shadow: none;
    margin-bottom: 1em;
}

#formules_table {
    border: solid 2px #909090;
    width: 100%;
    margin: auto;
    margin-bottom: 1.5em;
    border-collapse: collapse;
    background: #ffffff;
    box-shadow:  0px 2px 2px rgba(0,0,0,0.3);
}

#formules_table th {
    width: 15%;
}

#formules_table th:first-child {
    width: auto;
}

#formules_table td {
    text-align: center;
    padding: 0.4em;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.1);
    border-bottom: solid 1px #e0e0e0;
}

#formules_table tr:nth-child(even) {
    background: #f5f5f5;
}

#formules_table tr td:first-child {				
    text-align: left;
    font-family: Lato;
    color: inherit;
    text-shadow: none;
}

#formules_table th {
    background: linear-gradient(#ff0000,#cc0000);
    color: #ffffff;
    text-align: center;
    padding: 0.9em;
}

#formules_table tr#price {
    border: solid 2px;
    background: #c0c0c0;
}

#formules_table tr#price td {
    color: #ffffff;
    font-weight: bold;
    font-family: Lato;
}

.not_included::after {
    color: #ff0000;
    font-family: fontello;
    content: "\e821";
}

.included::after {
    color: #ff0000;
    font-family: fontello;
    content: "\e81e";
    color: #008000;
}


#subscription_download {
}

ul#adhesion_list {
    margin: auto;
    text-align: center;
}

ul#adhesion_list li {
    margin-bottom: 1em;
}

ul#adhesion_list li a {
    color: #606060;
}

#adhesion_adresse {
    display: inline-block;
    text-align: left;
    margin: 0.5em auto;
    color: #606060;
}

#adhesion_statut, #adhesion_telechargement {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    width: 30vw;
    border-radius: 1em;
    padding: 1em;
    margin: 1em;
    min-height: 80px;
    min-height: 2vw;
    text-align: center;
    font-weight: bold;
    line-height: 1.5em;
}

#adhesion_link {
    color: #fe0000;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: underline;
}

#calendrier {
    list-style: none;
    list-style-position: inside;
    padding: 0px;
    margin: 1em 0px;
    background: #ffffff;
    border-radius: 10px;
    border: solid 1px #c0c0c0;
    padding: 1em;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.7);
    background: linear-gradient(to bottom,#ffffff,#f6f6f6);
}

li.cal_entry {
    margin: 1em auto;
    border: solid 2px #c0c0c0;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
    overflow: auto;
}

.cal_entry_title::before {
    font-family: fontello;
    content: "\f274";
    padding-right: 0.5em;
}

.cal_entry_title {
    border-bottom: solid 1px #c0c0c0;
    padding: 0.5em;
    background: linear-gradient(#f0f0f0,#e0e0e0);
}

.cal_entry_content {
    vertical-align: top;
    padding: 1em;
}

.cal_entry_thumbnail {
    float: left;
    margin: 0 0.5em 0.5em 0;
    padding: 0.5em;
    border: solid 1px #f0f0f0;
    border-radius: 5px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}

#avillez_more {
    font-style: italic;
    font-weight: bold;
}

#avillez_more:hover {
    cursor: pointer;
    text-decoration: underline;
}

.avillez_desc {
    display: none;
}

#adresse {
    text-align: center;
}

#coordonnees {
    margin-top: 1em;
}

#horaires {
    margin: 1.5vw auto;
}

#social {
    display: block;
    text-align: center;
    margin: 1em auto;
}

.sociallink {
    display: inline-block;
    margin: auto 0.5em;
}

.sociallink a {
    font-family: fontello;
    font-size: 1.5em;
    opacity: 0.5;
}

.sociallink a:hover {
    opacity: 1 !important;
}

.partner {
    display: inline-block;
}

footer {
    text-align: center;
}

#copyright {
    font-size: x-small;
    text-transform: uppercase;
    height: 3vh;
}

#top_button {
    bottom: -1000px;
    position: fixed;
    right: 50px;
    border: solid 2px #cc0000;
    border-radius: 5px 5px 0px 0px;
    padding: 0px 5px;
    color: #ffffff;
    background: linear-gradient(#ff0000,#cc0000);
    overflow: auto;
    text-align: center;
}

#top_arrow {
    font-weight: bold;
    font-size: 30px;
    padding-top: 15px;
    line-height: 5px;
}

#top_button:hover {
    cursor: pointer;
    background: linear-gradient(#ffffff,#cccccc);
    color: #cc0000;
    border-color: #999999;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    z-index: 1000;
}

.announcement {
    border: solid 1px #606060;
    padding: 1em;
    padding: 10vh;
    background: linear-gradient(#ffffff,#ffffff,#f0f0f0);
    border-radius: 1vw;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.5);
    font-size: 1.5vw;
    margin: 4vw;
    line-height: 2.5vw;
    text-align: center;
    color: #909090;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.5);
}

.modalimg {
    width: 100%;
    height: auto;
}