@charset "utf-8";

html {
    min-height: 100%;
    overflow: auto;
}

body {
    min-height: 100vh;
    background: #88b4dc;
    overflow: auto;
}

#template_external {
    padding: 0;
    margin: 0;
    min-height: 100vh;
  background-image: url("https://addictovig2024.sciencesconf.org/data/biarritz_sunset.jpg");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.template_color {
    color: #303030;
}

.template_border_color {
    border-color: #666666;
}

.template_backgroundcolor {
    color: #88b4dc;
}

#template_wrapper {
    box-shadow: none;
}

/************* FONT ******************/

@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');

body {
    font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
    line-height: 1.5em;  
}
b, strong {
    font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: bold;
    line-height: 1.5em;  
}

h1, h2, h3, h4, h5, p {
    font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto; 
}

/************ HEADER *******************/

#template_header #header_title a {
    font-size: 34pt;
    color: #ffbf31 !important;
    filter: drop-shadow(2px 2px 2px #00000099);
}

#template_header #header_subtitle {
    font-size: 22pt;
    font-weight: bold;
    filter: drop-shadow(2px 2px 2px #00000099);
    padding-left: 20px;
}

#template_header #header_wheredate {
    padding: 5px 15px;
    font-size: 15pt;
    font-style: normal;
    border-radius: 5px;
    background: #ffffffe0;
    border: 1px solid #ffbf31;
}

/************* TIME TABLE **********/

.timetable {
    border-collapse: separate;
    border-spacing: 0px;
    border-top: 1px solid #dddddd;
   border-right: 1px solid #dddddd;
    color: #000000;
    margin-bottom: 30px;
    width: 99%;
    /*margin-left: auto;
    margin-right: auto;
;*/
}

.timetable tr {
    vertical-align: top;
}

.timetable td, .pricetable td {
    padding: 15px;
    border-bottom: 1px solid #dddddd;
}

.timetable td ul, .timetable td ol {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 0.95em;
}

.timetable tr td:first-child {
    width: 14%;
    font-size: 0.85em;
    border-left: 3px solid #77b5e1;
    text-align: left;
    color: #666666;
    padding-left: 15px;
}

.timetable tr td p:first-child, .timetable tr td.dpc p:first-child, .timetable tr td h3 {
    margin-top: 0;
    margin-bottom: 0;
}
.timetable tr td p, .timetable tr td.dpc p, .timetable tr td h3 {
    margin-bottom: 0;
    margin-top: 7px;
}

.timetable tr td.pause:first-child {
    border-left: 3px solid #dddddd;
    padding-bottom: 15px;
    color: #666666;
    background-color: #F9F9F9;
}
.timetable tr td.pause {
    padding-bottom: 15px;
    color: #666666;
    background-color: #F9F9F9;
}

.timetable tr td.dpc:first-child {
    border-left: 3px solid #22D0AF;
    color: #666666;
}
.timetable tr td.dpc {
    background-color: #edfcf9;
}

.timetable tr td.ronde:first-child {
    border-left: 3px solid #77b5e1;
    color: #666666;
}
.timetable tr td.ronde {
    background-color: #e8f3fa;
}

.timetable tr td.alerte:first-child {
    border-left: 3px solid #EB5A5E;
    color: #EB5A5E;
}
.timetable tr td.alerte {
    background-color: #FFF5F6;
}

/************* PRICE TABLE *************/

.pricetable {
    border-collapse: separate;
    border-spacing: 0px;
    color: #000000;
    margin-bottom: 30px;
    width: 99%;
}

.pricetable tr td:last-child {
    border-right: 1px solid #dddddd;
}


.pricetable tr td:first-child {
    text-align: left;
    color: #000;
}

.pricetable th {
    border-bottom: 1px solid #dddddd;
border-top: none;
border-right: none;
padding: 15px;
    background-color: #F9F9F9;
color: #000;
font-weight: normal;
}

.pricetable tr td {
    color: #000;
font-weight: bold;
}

.pricetable tr td.dpc:first-child {
    border-left: 3px solid #22D0AF;
color: #000;
text-align: left;
}
.pricetable tr td.dpc {
color: #22D0AF;
text-align: center;
    background-color: #edfcf9;
}

.pricetable tr td.ronde:first-child {
    border-left: 3px solid #77b5e1;
color: #000;
text-align: left;
}
.pricetable tr td.ronde {
color : #18539f;
text-align: center;
    background-color: #e8f3fa;

}

/************* TITLE ******************/

#page h1, .billboard h1 {
    font-size: 1.75em;
    line-height: 1em;
    display: inline-block;
    color: #fff;
    text-shadow: none;
    margin-top: 30px !important;
    margin-bottom: 10px !important;
/*background: linear-gradient(35deg, #22D0AF, #18539D);*/
    background-color: #1773B3;
    padding: 10px 15px 10px 15px;
}

/*#page h1::before {
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    background-image: url("https://psychotropic22.sciencesconf.org/data/title_background.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: cover;
}*/

#page h2, .home_wdg h2, .widget-content h2, #selecteur .titre {
    font-size: 1.45em;
    line-height: 1.2em;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #18539f;
border: none;
}
#page h4, .home_wdg h4 {
    font-size: 1.15em;
    line-height: 1em;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #18539f;
}

/*#page h2:before {
    content: url("https://psychotropic22.sciencesconf.org/data/Puce.png");
    padding-right: 15px;*/
}

#selecteur #deja_compte .titre {
    font-size: 1.45em;
    line-height: 1.2em;
border-bottom: 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #18539f;
}

.titre,
.titre a {
    color: #1773b3;
}

p {
}
p:first-child {
    margin-top: 0;
}
p.titre {
    color: #18539f;
    font-size: 1.45em;
    line-height: 1em;
    border: none;
}
/*
p.titre {
    display: none;
}*/

/***************** MENU **********************/

.menu_niveau_1 a {
    color: #2718a4;
}

.menu_niveau_1_on a {
    color: #2718a4;
}

.menu_niveau_2 {
    font-size: 80%;
}

.menu_niveau_2_on a {
    font-size: 80%;
    font-weight: bold;
    text-decoration: none;
}

#menu .menu_cartouche {
    background: linear-gradient(90deg, #0e69d1 0%, #449bd7 100%);
    color: white;
}

#menu .menu_niveau_1_on {
    background: linear-gradient(90deg, #8ebadd77 0%, #8ebadd33 100%);
}

#menu .menu_niveau_2_on a {
    background: linear-gradient(90deg, #cc3838 0%, #cc383855 100%);
    color: white;
}

#menu .menu_niveau_2_on a:hover {
    background: linear-gradient(90deg, #cc3838 0%, #cc383855 100%);
    color: #ffbf31;
}


/***************** Liste **********************/

#comite {
    columns: 20em;
    column-gap: 2em;
}
#comite p {
    margin: 10px 0;
    display: block;
}

/*ul {
    margin-top: 0;
}
ul li {
    margin-bottom: 5px;
}*/

ul li::marker, ol li::marker {
  color: #1673B2;
}

.billboard {
    padding: 15px 40px; 
    color: #fff; 
    background-image: linear-gradient(to bottom, #22D0AF, #18539D), url("https://addictovig2024.sciencesconf.org/data/css/fond_site_2.jpg");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

a.box {
border: 3px solid #1773B3; 
border-radius: 10px; 
padding: 15px 10px 20px 10px; 
display: inline-block; 
width: 19.5%; 
text-align: center; 
align-content: space-around; 
margin: 40px 10px;
color: #1773b3;
text-decoration: none;
}
a.box:hover {
background: #e8f3fa;
border: 3px solid #18539f;
color: #18539f;
}

/***************** Formulaire **********************/

input.buttonConnect {
    border: 3px solid #1773B3; 
    border-radius: 10px; 
    padding: 15px; 
    text-align: center; 
    color: #1773b3;
    background-color: #fff;
    text-decoration: none;
    font-family: "Quicksand", sans-serif;
    font-weight: 600;
    font-size: 1.15em;
    line-height: 1em;
    text-transform: uppercase;
    height: auto;
    width: auto;
    display: flex;
    align-content: center;
}

input.buttonConnect:hover {
color: #fff;
background-color: #1773b3;
}

#deja_compte .buttonConnect {
    align-content: center;
}