/* EuDA */

body {
  font: 0.875em/1.4em Georgia, "Times New Roman", Times, serif;
  background: #f7fafb;
}

#header .columns {
  position: relative;
}

.euda_top {
  display: none;
}

.logo_euda {
  position: relative;
  bottom: 0;
  left: 0;
  width: 110px;
  height: 100px;
}

.baseline {
  position: relative;
  bottom: 0;
  /*left: 0.9375rem;*/
  /*top: 150px;*/
  /*width: 512px;*/
  /*width: 437px;*/
  /*width: 307px;*/
  width: auto;
  height: 30px;
  padding: 0;
  background-color: #FBFDFD;
  /*background: url(img/fond_centre.png) repeat-x 0 -150px;*/
  font: bold 16px Arial, sans-serif;
  color: #173486;
}

.bandeau {
  display: none;
  position: relative;
  right: 0.9375rem;
  bottom: 0;
}

.bandeau .ligne1, .bandeau .ligne2 {
  position: relative;
  width: auto;
  height: 30px;
  text-align: right;
  padding: 5px 15px 0 15px;
  background-color: #DAD2C9;
  font: bold 18px Arial, sans-serif;
  color: #A28E78;
}

.menu {
  padding-left: 0;
}

.menu>li {
  background: #D1D6E7;
  color: #173486;
  font-size: 14px;
  font-weight: bold;
}

.menu>li:hover,
.submenu>li:hover {
  background: #A2AECF;
}

#nav li a {
  /*padding: 6px 10px 0 10px;*/
  /*height: 24px;*/
  color: #173486;
  font-family: Arial, sans-serif;
  font-size: 1.13em;
  font-weight: bold;
  text-decoration: none;
  /*text-transform: uppercase;*/
  /*text-align: center;*/
}

#nav li a:hover {
  color: #173486;
}

.nav-background {
  background-color: #FBFDFD;
}

.top-bar, .top-bar ul {
  background-color: #FBFDFD;
}

.top-bar ul ul {
  background-color: #D1D6E7;
}

.top-bar {
  padding: 0;
}

.title-bar {
  background-color: #D1D6E7;
}

.menu-icon.dark::after {
  background: #173486;
  box-shadow: 0 7px 0 #173486, 0 14px 0 #173486;
}

.title-bar {
  color: #173486;
}

.dropdown.menu>li.is-dropdown-submenu-parent>a::after {
  border-color: #173486 transparent transparent;
}

.menu>li>a {
  padding: 0.5rem 0.5rem;
}

.menu ul {
  list-style-type: none;
  margin-left: 0;
}

.is-dropdown-submenu {
  background: #A2AECF;
  border: 0;
}

.is-dropdown-submenu li {
  padding-left: 0.5rem;
}

/* .is-dropdown-submenu li:hover { */
/*background: #D1D6E7;*/
/* } */

.dropdown.menu>li.is-dropdown-submenu-parent>a {
  padding-right: 1.25rem;
}

.js-drilldown-back>a::before {
  border-color: transparent #173486 transparent transparent;
}

.is-drilldown-submenu-parent>a::after {
  border-color: transparent transparent transparent #173486;
}

.submenu>li>a {
  padding: 0.5rem 0.5rem;
}

#content {
  background: #cedee9 url(../img/fond_centre.png) repeat-x 0 -150px;
}

.content-background {
  min-height: 400px;
  padding-top: 2rem;
  padding-bottom: 20px;
}

.content-background div div,
#events_list div div div div {
  margin-bottom: 0.5em;
}

#events_list div div {
  margin-bottom: 0;
}

#content .row, #footer .row {
  padding-left: 0;
}

#content .row .row {
  padding-left: 0;
}

a {
  color: #173486;
}

a:hover {
  color: #173486;
  text-decoration: underline;
}

h1 {
  font: bold 1.25em Arial, sans-serif;
  color: #173486;
  border-bottom: 1px solid #173486;
  padding-bottom: 8px;
}

h2 {
  font: bold 1.25em Arial, sans-serif;
  color: #173486;
  margin-bottom: .5em;
}

h3 {
  font: bold 1em Georgia, "Times New Roman", Times, serif;
  color: #173486;
  margin: 1em 0 0.5em 0;
}

#about_dredging_right h3, #about_dredging_top h3 {
  margin-top: 0;
}

#about_dredging_top {
  display: inline-block;
}

#about_dredging_right {
  display: none;
}

.txtb {
  font-weight: bold;
}

.txti {
  font-style: italic;
}

.txtc {
  color: #173486;
}

.txtu {
  text-decoration: underline;
}

.next {
  color: #b22e1e;
}

.future {
  color: #e99300;
}

.past {
  color: #0C1B46;
}

.content-background div div .flex-video {
  margin: 1rem 0;
}

.two-columns {
  -webkit-column-count: 2;
  -webkit-column-width: 300px;
  -webkit-column-gap: 35px;
  -webkit-column-rule: 1px solid #A2AECF;
  -moz-column-count: 2;
  -moz-column-width: 300px;
  -moz-column-gap: 35px;
  -moz-column-rule: 1px solid #173486;
  column-count: 2;
  column-width: 300px;
  column-gap: 35px;
  column-rule: 1px solid #173486;
}

.column-element {
  break-inside: avoid;
}

.two-columns div {
  margin-bottom: 10px;
}

.types_of_dredger {
  float: left;
  margin-right: 15px;
}

.ligne {
  border-bottom: 1px dotted #173486;
  padding-bottom: 8px;
}

table thead, table tbody, table tfoot {
  border: none;
  background-color: transparent;
}

table tbody tr:nth-child(2n) {
  background-color: transparent;
}

label {
  display: block;
  width: 100px;
}

input[type="text"], input[type="password"], input[type="file"] {
  padding: 3px 10px 4px 10px;
  border: 0;
  background-color: #D1D6E7;
  color: #173486;
  font-weight: bold;
  margin-bottom: 6px;

  display: inline-block;
  height: 1.5rem;
  width: auto;
}

.bg_euda_25_anniversary input[type="text"], .bg_euda_25_anniversary input[type="password"], .bg_euda_25_anniversary input[type="file"] {
  background-color: #fff;
  border: 1px solid #D1D6E7;
}

.bg_euda_agm input[type="text"], .bg_euda_agm input[type="password"], .bg_euda_agm input[type="file"] {
  background-color: #fff;
  border: 1px solid #D1D6E7;
}

.button {
  padding: 3px 10px 4px 10px;
  border: 0;
  background-color: #173486;
  color: #fff;
  font-weight: bold;
  cursor: hand;
  cursor: pointer;
  margin-top: 10px;
  margin-left: 100px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}

.button:hover {
  text-decoration: none;
}

.agm h2 {
  font-size: 1.4em;
}

.agm .intro div {
  margin-bottom: .75em;
  text-align: justify;
}

.text-justify {
  text-align: justify !important;
}

.agm table {
  width: auto;
}

.agm_title h1, .agm_title h2 {
  border: none;
  margin: 0;
  padding: 0;
}

.agm_title h1 {
  font-size: 16px;
  font-size: 20px;
  font-size: 30px;
}

.agm_title h2 {
  font-size: 25px;
  font-size: 33px;
  font-size: 48px;
  height: 110px;
  overflow: hidden;
}

.agm_title td {
  padding: 0 10px;
  vertical-align: top;
}

.agm_title .agm_td_border {
  border-right: 2px solid #173486;
  text-align: right;
  padding-left: 0;
}

.agm_title_border {
  border-left: 2px solid #173486;
}

.agm_title .agm_td_border span {
  display: block;
  width: 100%;
  text-align: justify;
  text-justify: distribute;
  /* 
	letter-spacing: 6px;
 */
}

.agm_title .agm_td_border span:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0;
}

.agm_title img {
  width: 100%;
}

.agm .programme_hour {
  display: inline-block;
  margin-bottom: 3px;
  width: 120px;
}

.agm h3 {
  border-bottom: 1px dotted #173486;
  font-size: 1.2em;
  padding-bottom: 5px;
}

.agm .button {
  background-color: #c5d5e4;
  background-color: #F5F8FA;
  background-color: #DDE8F0;
  border: 1px solid #173486;
  border-radius: 6px;
  color: #173486;
  display: inline-block;
  font-weight: bold;
  margin: 0 3px;
  min-width: 160px;
  padding: 3px 6px;
  text-align: center;
}

.agm .button:hover {
  background-color: #173486;
  border: 1px solid #173486;
  color: #fff;
  text-decoration: none;
}

.bg_euda_25_anniversary .agm .button {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  color: #173486;
  padding: .3em .5em;
}

.bg_euda_25_anniversary .agm .button:hover {
  background-color: #173486;
  border: 1px solid #173486;
  color: #fff;
}

.bg_euda_25_anniversary .agm .button.anniversary2018 {
  background-color: #fff;
  border: none;
  border: 3px solid #fff;
  color: #173486;
  font-size: .9em;
  font-size: 1.05em;
  padding: .5em .75em;
  padding: .25em .5em;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: .75em;
  padding-right: 0;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.bg_euda_25_anniversary .agm .button.button_anniversary2018_left {
  padding-left: 0;
  padding-right: .75em;
}

.bg_euda_agm .agm .button {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  color: #173486;
  padding: .3em .5em;
}

.bg_euda_agm .agm .button:hover {
  background-color: #173486;
  border: 1px solid #173486;
  color: #fff;
}

.bg_euda_agm .agm .button.anniversary2018 {
  background-color: #fff;
  border: none;
  border: 3px solid #fff;
  color: #173486;
  font-size: .9em;
  font-size: 1.05em;
  padding: .5em .75em;
  padding: .25em .5em;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: .75em;
  padding-right: 0;
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.bg_euda_agm .agm .button.button_anniversary2018_left {
  padding-left: 0;
  padding-right: .75em;
}

.fa-chevron-circle-right, .fa-chevron-circle-left {
  font-size: 2em;
  font-size: 1.5em;
}

/* .bg_euda_25_anniversary .agm .button.anniversary2018:hover { */
/*border: 1px solid #173486;
	color: #173486;*/
/* } */

/* .bg_euda_agm .agm .button.anniversary2018:hover { */
/*border: 1px solid #173486;
	color: #173486;*/
/* } */

.content-background div div .speakers {
  margin-bottom: 1em;
}

#speakers li {
  margin-bottom: 5px;
}

#speakers .button {
  margin-top: -5px;
}

form#anniversary label {
  width: 100%;
}

form#anniversary #attend label {
  width: 210px;
}

form#anniversary input[type="text"] {
  font-size: inherit;
  width: 100%;
}

form#anniversary #address,
form#anniversary #organisation_company,
form#anniversary #position {
  width: 100%;
}

form#anniversary #postal_code {
  width: 100px;
}

form#anniversary #diet {
  width: 100%;
}

form#anniversary #family_name,
form#anniversary #country {
  text-transform: uppercase;
}

form#anniversary #first_name,
form#anniversary #organisation_company,
form#anniversary #position,
form#anniversary #city {
  text-transform: capitalize;
}

form#anniversary label.error,
form#anniversary #attend label.error {
  color: #b22e1e;
  font-style: italic;
  margin-left: 10px;
  width: auto;
}

form#anniversary #attend label.error {
  float: right;
  margin-right: 240px;
}

form#anniversary #hotel label.error {
  float: right;
  margin-right: -10px;
}

form#anniversary [type="radio"] {
  margin-bottom: 0;
}

form#anniversary select {
  background-color: #D1D6E7;
  height: auto;
  margin-bottom: 6px;
  padding-bottom: 2px;
  padding-top: 2px;
  width: auto;
}

.bg_euda_25_anniversary form#anniversary select {
  background-color: #fff;
}

.bg_euda_agm form#anniversary select {
  background-color: #fff;
}

form#anniversary select option {
  background-color: #fff;
}

#attend div {
  margin-bottom: 0;
}

#resultat a {
  word-wrap: break-word;
}

.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

#footer {
  background: #cedee9;
}

.footer-background {
  background: #cedee9;
  border-top: 1px solid #173486;
  padding-bottom: 20px;
  /*padding-top: 2rem;*/
}

.footer {
  color: #173486;
  margin-top: 12px;
  padding-top: 0;
}

.footer h5 {
  border-bottom: 1px dotted #173486;
  color: #173486;
  font: bold 1em Arial, sans-serif;
  padding-bottom: 8px;
}

.footer div {
  font-size: 1em;
  line-height: normal;
  margin-bottom: 10px;
}

.footer a {
  color: #173486;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

/* .footer_euda_25_anniversary { */
/*background: #34D8F3;*/
/* } */

/* margins */
m-0 {
  margin: 0 !important
}

.m-1 {
  margin: .25rem !important
}

.m-2 {
  margin: .5rem !important
}

.m-3 {
  margin: 1rem !important
}

.m-4 {
  margin: 1.5rem !important
}

.m-5 {
  margin: 3rem !important
}

.m-auto {
  margin: auto !important
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important
}

.mx-1 {
  margin-right: .25rem !important;
  margin-left: .25rem !important
}

.mx-2 {
  margin-right: .5rem !important;
  margin-left: .5rem !important
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important
}

.my-1 {
  margin-top: .25rem !important;
  margin-bottom: .25rem !important
}

.my-2 {
  margin-top: .5rem !important;
  margin-bottom: .5rem !important
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important
}

.mt-0 {
  margin-top: 0 !important
}

.mt-1 {
  margin-top: .25rem !important
}

.mt-2 {
  margin-top: .5rem !important
}

.mt-3 {
  margin-top: 1rem !important
}

.mt-4 {
  margin-top: 1.5rem !important
}

.mt-5 {
  margin-top: 3rem !important
}

.mt-auto {
  margin-top: auto !important
}

.me-0 {
  margin-right: 0 !important
}

.me-1 {
  margin-right: .25rem !important
}

.me-2 {
  margin-right: .5rem !important
}

.me-3 {
  margin-right: 1rem !important
}

.me-4 {
  margin-right: 1.5rem !important
}

.me-5 {
  margin-right: 3rem !important
}

.me-auto {
  margin-right: auto !important
}

.mb-0 {
  margin-bottom: 0 !important
}

.mb-1 {
  margin-bottom: .25rem !important
}

.mb-2 {
  margin-bottom: .5rem !important
}

.mb-3 {
  margin-bottom: 1rem !important
}

.mb-4 {
  margin-bottom: 1.5rem !important
}

.mb-5 {
  margin-bottom: 3rem !important
}

.mb-auto {
  margin-bottom: auto !important
}

.ms-0 {
  margin-left: 0 !important
}

.ms-1 {
  margin-left: .25rem !important
}

.ms-2 {
  margin-left: .5rem !important
}

.ms-3 {
  margin-left: 1rem !important
}

.ms-4 {
  margin-left: 1.5rem !important
}

.ms-5 {
  margin-left: 3rem !important
}

.ms-auto {
  margin-left: auto !important
}

.p-0 {
  padding: 0 !important
}

.p-1 {
  padding: .25rem !important
}

.p-2 {
  padding: .5rem !important
}

.p-3 {
  padding: 1rem !important
}

.p-4 {
  padding: 1.5rem !important
}

.p-5 {
  padding: 3rem !important
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important
}

.px-1 {
  padding-right: .25rem !important;
  padding-left: .25rem !important
}

.px-2 {
  padding-right: .5rem !important;
  padding-left: .5rem !important
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important
}

.py-1 {
  padding-top: .25rem !important;
  padding-bottom: .25rem !important
}

.py-2 {
  padding-top: .5rem !important;
  padding-bottom: .5rem !important
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important
}

.pt-0 {
  padding-top: 0 !important
}

.pt-1 {
  padding-top: .25rem !important
}

.pt-2 {
  padding-top: .5rem !important
}

.pt-3 {
  padding-top: 1rem !important
}

.pt-4 {
  padding-top: 1.5rem !important
}

.pt-5 {
  padding-top: 3rem !important
}

.pe-0 {
  padding-right: 0 !important
}

.pe-1 {
  padding-right: .25rem !important
}

.pe-2 {
  padding-right: .5rem !important
}

.pe-3 {
  padding-right: 1rem !important
}

.pe-4 {
  padding-right: 1.5rem !important
}

.pe-5 {
  padding-right: 3rem !important
}

.pb-0 {
  padding-bottom: 0 !important
}

.pb-1 {
  padding-bottom: .25rem !important
}

.pb-2 {
  padding-bottom: .5rem !important
}

.pb-3 {
  padding-bottom: 1rem !important
}

.pb-4 {
  padding-bottom: 1.5rem !important
}

.pb-5 {
  padding-bottom: 3rem !important
}

.ps-0 {
  padding-left: 0 !important
}

.ps-1 {
  padding-left: .25rem !important
}

.ps-2 {
  padding-left: .5rem !important
}

.ps-3 {
  padding-left: 1rem !important
}

.ps-4 {
  padding-left: 1.5rem !important
}

.ps-5 {
  padding-left: 3rem !important
}

@media screen and (min-width: 570px) {

  .euda_top {
    display: inline;
  }

  .logo_euda {
    position: absolute;
    bottom: 60px;
    left: .5rem;
  }

  .baseline {
    bottom: 30px;
    position: absolute;
    padding: 7px 5rem 0 .5rem;
  }

  .bandeau {
    display: inline;
    right: 0;
  }

  .is-dropdown-submenu li {
    padding-left: 0;
  }

  #content .row, #footer .row {
    padding-left: .5rem;
  }

  #content {
    background: #f7fafb;
  }

  .content-background {
    background: #cedee9 url(../img/fond_centre.png) repeat-x 0 -150px;
  }

  .content-background.bg_euda_25_anniversary {
    background: #FBFDFD url(../img/bg_euda_25_anniversary.jpg) no-repeat center bottom;
    padding-bottom: 0;
  }

  .content-background.bg_euda_agm {
    background: linear-gradient(0deg, rgba(80, 222, 244, 1) 0%, rgba(231, 255, 255, 0) 85%);
    padding-bottom: 0;
  }

  #about_dredging_top {
    display: none;
  }

  #about_dredging_right {
    display: inline-block;
  }

  label {
    display: inline-block;
  }

  form#anniversary label {
    width: 170px;
  }

  form#anniversary input[type="text"] {
    width: 200px;
  }

  form#anniversary #address,
  form#anniversary #organisation_company,
  form#anniversary #position {
    width: 400px;
  }

  form#anniversary #diet {
    width: 350px;
  }

  #footer {
    background: #f7fafb;
  }

  .footer div {
    float: left;
    font-size: 0.9em;
    margin-right: 18px;
  }

}

@media screen and (min-width: 1024px) {

  .logo_euda {
    bottom: 30px;
    left: 5rem;
  }

  .baseline {
    bottom: 0;
    padding: 7px 5rem 0 4.75rem;
  }

  .bandeau {
    position: absolute;
    right: 0.9375rem;
  }

  .menu {
    padding-left: 4rem;
  }

  #content .row, #footer .row {
    padding-left: 4.5rem;
  }

  #content .bg_euda_25_anniversary .row:last-child {
    padding-left: 0;
  }

  #content .bg_euda_25_anniversary .row:last-child .column {
    margin-bottom: 0;
  }

  .content-background.bg_euda_25_anniversary div.row:last-child div {
    margin-bottom: 0;
    margin-top: 1em;
  }

  #content .bg_euda_agm .row:last-child {
    padding-left: 0;
  }

  #content .bg_euda_agm .row:last-child .column {
    margin-bottom: 0;
  }

  .content-background.bg_euda_agm div.row:last-child div {
    margin-bottom: 0;
    margin-top: 1em;
  }

}

@media print {

  .print-2 {
    width: 16.66667%;
  }

  .print-6 {
    width: 50%;
  }

}