/* ---------- ---------- ---------- ---------- */
div.text.go {
  margin-top: .25rem;
}
div.text.go a {
  padding: .125rem .25rem;
  border-radius: 0.2rem;
  font-weight: bolder;
}
/* ---------- ---------- ---------- ---------- */
#content {
  padding-top: var(--nav-top-height);
  /* min-height: 100vh; */
}
#whats {
  display: none !important;
}
#whats>div>div {
  /* margin: 0 auto .5rem; */
  margin: .5rem auto;
  font-size: 12px;
  /* font-size: smaller; */
  text-align: center;
}
/* ---------- ---------- ---------- ---------- */
.logo.alias {
  padding: 0 2rem;
}
#logo-img {
  transition: all var(--transition-logos) ease-in-out;
}
#logo {
  text-align: center;
  /* min-height: var(--nav-top-height); */
  transition: all var(--transition-logos) ease-in-out;
}
#logo>img {
  height: var(--main-logo-height);
}
/* ---------- ---------- ---------- ---------- */
h1 {
  padding: 0.5rem 0;
  font-size: 2rem;
  font-weight: bolder;
  text-align: center;
  background-color: var(--h1-background);
  margin: 0;
}
h1.date {
  text-align: justify;
}
/* ---------- ---------- ---------- ---------- */
div.text.go a:hover {
  background-color: var(--green-background--darker);
  color: var(--green-color);
}
/* ---------- ---------- ---------- ---------- */
.gradient {
  background: rgb(236,220,219);
  background: linear-gradient(90deg, rgba(251,251,251,1) 3%, rgba(236,220,219,1) 45%, rgba(236,220,219,1) 55%, rgba(251,251,251,1) 97%);
  color: var(--light-background_main-color);
}
/* ---------- ---------- ---------- ---------- */
.accessibility {
  font-size: 1.2rem;
}
/* ---------- ---------- ---------- ---------- */
#intro {
  margin: 0 var(--lateral-margin);
  padding: calc(2 * var(--low-margin)) 0 0;
  display: flex;
  max-width: var(--general-max-width);
}
#portrait {
  min-width: 260px;
  max-width: 260px;
  height: 260px;
  background-image: url('logos/emmanuelle.png');
  background-size: cover;
  background-position: center;
  border-radius: 130px;
  /* border: 3px solid var(--light-background--darker); */
  box-shadow: 0 0 3px 1px var(--light-background--darker);
}
#qa {
  margin-left: 1rem;
  padding: 0.5rem;
  padding-bottom: 0;
  font-family: var(--qa-font);
}
/* ---------- ---------- ---------- ---------- */
#motivation {
  margin: var(--general-margin) var(--lateral-margin);
  font-family: var(--motivation-font);
}
.strong {
  font-weight: bolder;
}
/* ---------- ---------- ---------- ---------- */
#offers {
  background-color: var(--h2-background);
  text-align: center;
  font-size: x-large;
  font-weight: initial;
  padding: var(--low-margin) 0;
  margin: 0;
}
#offers>div {
  line-height: 150%;
}
/* ---------- ---------- ---------- ---------- */
#citation {
  margin: 0 var(--lateral-margin);
  /* padding: var(--low-margin) 0; */
  max-width: var(--general-max-width);
}
.citation-text {
  text-align: center;
}
.citation-author {
  text-align: right;
}
.citation_emmanuelle {
  font-family: var(--perso-font);
  font-size: larger;
  font-weight: bolder;
}
/* ---------- ---------- ---------- ---------- */
#about, #path {
  margin: 0 var(--lateral-margin);
  /* padding: var(--low-margin) 0; */
  max-width: var(--general-max-width);
}
/* ---------- ---------- ---------- ---------- */
#activities {
  max-width: var(--general-max-width);
  margin: calc( var(--general-margin) * .5 ) auto 0;
  display: flex;
}
.activity {
  margin: 0 var(--general-margin) 0 var(--general-margin);
  background-color: var(--activity-background);
  flex: 1;
}
.activity_filler {
  padding: .125rem;
}
.activity_header {
  min-height: 24rem;
  text-align: center;
}
.cap {
  height: 4rem;
}
.activity_title {
  background-color: var(--green-background--low_transparency);
  color: var(--green-color);
  margin: .5rem;
  padding: 0.25rem;
  border-radius: 0.2rem;
  font-size: 1.25rem;
}
.activity_description {
  background-color: var(--activity_description-background);
  padding: 1rem;
  line-height: 150%;
}
.activity_description>p:first-child {
  margin-top: 0;
}
.activity_description>p:last-child {
  margin-bottom: 0;
}
.activity_process {
  background-color: var(--activity_process-background);
  padding: 1rem 0;
}
.activity_process ul {
  margin: 0;
  padding-right: 1rem;
}
.activity_process li {
  padding: .5rem 0;
}
#students-header {
  background-image: url('unsplash/pejvak-samadani-aWW2UcfSCgE-unsplash.jpg');
  /* background-image: url('unsplash/becca-tapert-GnY_mW1Q6Xc-unsplash.jpg'); */
  background-size: cover;
  background-position: center;
  /* position: relative; */
}
#workers-header {
  background-image: url('unsplash/toa-heftiba-4xe-yVFJCvw-unsplash.jpg');
  /* background-image: url('unsplash/redd-PTRzqc_h1r4-unsplash.jpg'); */
  /* background-image: url('unsplash/leon-Oalh2MojUuk-unsplash.jpg'); */
  background-size: cover;
  background-position: center;
  /* position: relative; */
}
#seniors-header {
  background-size: cover;
  background-position: center;
  /* position: relative; */
}
#email-header {
  background-image: url('unsplash/christin-hume-hBuwVLcYTnA-unsplash.jpg');
  background-size: cover;
  background-position: center;
  position: relative;
}
#phonecall-header {
  background-image: url('unsplash/heather-mckean-kcH67yxwP4U-unsplash.jpg');
  background-size: cover;
  background-position: center;
  position: relative;
}
#phones, #emails {
  display: flex;
  align-items: center;
  gap: 2rem;
}
#phones {
  /* flex-direction: column; */
}
#phones>div, #emails>div {
  flex:1;
  display: flex;
  flex-direction: column;
  text-align: center;
}
/*#retirees {
  background-image: url('unsplash/milada-vigerova-sV8XOpKQWNc-unsplash.jpg');
  background-size: cover;
  background-position: center;
}*/
.activity_details {
  padding: 0.5rem;
  margin: 0.25rem;
  border-radius: 0.25rem;
  background-color: var(--activity_details-background--lighter);
  text-align: left;
}
/* ---------- ---------- ---------- ---------- */
article.news {
  margin: calc(var(--general-margin) / 2) 0;
  padding: calc(var(--general-margin) / 2) var(--lateral-margin);
  background-color: var(--article-background);
}
article.news.full {
  padding-left: calc(var(--general-margin) * 2);
  padding-right: calc(var(--general-margin) * 2);
}
article.news>.title, article.news>.date {
  margin: .5rem 0;
  font-weight: bold;
}
article.news>.title {
  font-size: 1.75rem;
}
article.news>.date {
  font-size: 1.25rem;
}
article.news>.flex {
  margin-top: 1.5rem;
}
article.news>.flex>.article-text>p:first-child {
  margin-top: 0;
}
.article-illustration {
  text-align: center;
}
.article-illustration>img {
  max-width: 50%;
}
.article-illustration.full>img {
  margin-left: 2rem;
  max-width: 80%;
}
/* .article-content {
  display: flex;
}
.article-content>div {
  flex: 1;
} */
/* ---------- ---------- ---------- ---------- */
#moto {
  text-align: center;
  font-style: italic;
  margin: 2rem auto;
}
/* ---------- ---------- ---------- ---------- */
#testimonials {
  margin: var(--general-margin) 0;
  background-color: var(--tesimonials-background);
  /* color: var(--green-color); */
  display: flex;
  align-items: center;
}
#testimonials, #testimonials>* {
  padding: 0 2rem;
  min-height: var(--testimony-height);
}
#left, #right {
  padding: 0 1rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#left {
  background-image: url(navigation/left.svg);
}
#left:hover {
  background-image: url(navigation/left-hover.svg);
  cursor: pointer;
}
#right {
  background-image: url(navigation/right.svg);
}
#right:hover {
  background-image: url(navigation/right-hover.svg);
  cursor: pointer;
}
#testimony {
  flex: 1;
  padding: 2rem 4rem;
}
#testimony>* {
  display: flex;
}
.tp {
  min-width: 180px;
  height: 180px;
  background-size: cover;
  background-position: center;
  border-radius: 90px;
  margin-right: 2rem;
}
.tt {
  font-family: var(--perso-font);
}
.tc {
  font-family: var(--motivation-font);
}
.th, .tt, .tc {
  margin-bottom: 0.5rem;
}
/* ---------- ---------- ---------- ---------- */
.connect {
  margin: var(--general-margin) 4rem;
  text-align: center;
}
button.mailto, button.callme {
  min-height: 2rem;
  padding: 0.25rem 1.5rem;
  border: 2px solid var(--dark-background);
  border-radius: 1.5rem;
  background-color: var(--dark-background);
  color: var(--dark-color);
  font-size: x-large;
  transition: all .2s;
  font-family: inherit !important;
}
button.mailto:hover, button.callme:hover {
  /* background-color: var(--navy-background); */
  background-color: var(--dark-background--darker);
  /* color: var(--navy-color); */
  cursor: pointer;
}
button.mailto:active, button.callme:active  {
  background-color: var(--dark-background);
  color: var(--navy-color);
}
button.mailme {
  font-family: var(--perso-font) !important;
}
/* button.mailme.accessible, button.callme.accessible {
  text-shadow: 0.5px 0.5px;
} */
/* ---------- */
button.mailto.mailme:not(.keep) { display: none }
/* ---------- */
button:disabled {
  pointer-events: none;
}
/* ---------- ---------- ---------- ---------- */
#details__ {
  position: fixed;
  z-index: 30;
  left: 10%;
  width: 80%;
  top: 15vh;
  height: 75vh;
  overflow-y: auto;
  border: 0.5rem solid var(--navy-background-low_transparency);
  border-radius: 1rem;
  color: var(--green-color);
}
#details__>* {
  width: 100%;
  height: 100%;
  background-color: var(--green-background);
}
.details_header {
  display: flex;
  align-items: center;
  padding: 1rem;
}
.details_title {
  flex: 1;
}
.details_close {
  width: 2rem;
  height: 2rem;
  background-image: url(navigation/close.svg);
  background-size: contain;
}
.details_close:hover {
  background-image: url(navigation/close-hover.svg);
  cursor: pointer;
}
/* ---------- ---------- ---------- ---------- */
#legals {
  position: relative;
  color: var(--green-color);
  overflow-x: scroll;
  background-color: var(--legals-background);
  margin-bottom: var(--footer-height);
  border-top: 1px solid var(--light-background--lighter);
}
#legals-content {
  padding: 0 16px 1rem;
  display: flex;
  width: max-content;
  max-width: var(--general-max-width);
  margin: 0 auto;
  font-size: smaller;
  gap: 16px;
}
#legals-content>* {
  flex: 1;
  text-align: center;
  position: relative;
  z-index: 10;
}
/* #legals::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.25;
  display: block;
  content: "";
} */
#legals .social.go {
  /* background-color: rgba(248, 248, 248, .75); */
  border-radius: .125rem;
  margin: .5px !important;
}
.legals-content {
  font-size: 1rem;
  margin: 1rem 0;
  font-weight: bolder;
}
span.email {
  background-color: var(--green-background);
  color: var(--green-color);
  padding: .25rem 1rem;
  border-radius: 1rem;
  border: 1px solid var(--green-background);
  transition: all .2s;
}
span.email:hover {
  /* background-color: var(--navy-background); */
  background-color: var(--green-background--darker);
  /* color: var(--navy-color); */
  /* border-color: var(--navy-color); */
}
/* ---------- ---------- ---------- ---------- */
#contacts {
  border-top: 1px solid var(--light-background--lighter);
  background-color: var(--contacts-background);
  padding: var(--low-margin) 0;
}
#contacts>div {
  display: flex;
  max-width: var(--general-max-width);
  margin: auto;
  align-items: center;
}
#contacts>div>div {
  flex: 1;
  display: flex;
  align-items: center;
}
#contacts button {
  margin: auto;
  display: flex;
  align-items: center;
}
/* ---------- */
#contacts button.mailto, #contacts button.callme {
  border-color: var(--dark-background--darker);
  background-color: var(--dark-background--darker);
}
#contacts button.mailto:hover, #contacts button.callme:hover {
  background-color: var(--dark-background);
}
/* ---------- */
svg { fill: var(--dark-color); }
/* ---------- ---------- ---------- ---------- */
footer {
  position: fixed;
  bottom: 0;
  height: var(--footer-height);
  width: 100%;
  z-index: 20;
  background-color: var(--green-background);
  color: var(--green-color);
  display: flex;
  align-items: center;
  border-top: 1px solid var(--light-background--lighter);
}
footer>* {
  flex: 1;
  padding: 0.5rem 2rem;
  text-align: center;
}
a[target] {
  text-decoration: underline;
}
#qsm {
  display: none;
}
/* ---------- ---------- ---------- ---------- */
.columns {
  /* column-count: 2;
  column-gap: 3em; */
}
.columns.accessible {
  column-count: 2;
  column-gap: 4rem;
}
/* ---------- ---------- ---------- ---------- */
.accessible {
  font-size: 1.5rem !important;
  font-family: inherit !important;
}
/* ---------- ---------- ---------- ---------- */
#toTop {
  position: fixed;
  right: 8px;
  bottom: 8px;
  width: 32px;
  height: 32px;
  border-radius: .25rem;
  background-color: rgba(245, 245, 245, 0.5);
  z-index: 80;
  display: none;
}
#toTop:hover {
  background-color: rgba(245, 245, 245, 0.75);
}
#toTop svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  stroke-width: 3px;
  stroke: var(--green-color);
}
#toTop svg:hover {
  cursor: pointer;
  stroke: var(--green-background);
}
/* ---------- ---------- ---------- ---------- */
.center {
  text-align: center;
}
.flex {
  display: flex
}
.flex-column {
  flex-direction: column;
}
.no-margin-top {
  margin-top: 0;
}
.shadow {
  border: 1px solid var(--shadow-border-color);
  box-shadow: 0 0 3px 2px var(--shadow-shadow-color);
  /* box-shadow: 1px 1px 5px 1px rgba(67,67,67,0.75);
  -webkit-box-shadow: 1px 1px 5px 1px rgba(67,67,67,0.75);
  -moz-box-shadow: 1px 1px 5px 1px rgba(67,67,67,0.75); */
}
.radius {
  border-radius: var(--radius);
}
.radius-top {
  border-top-left-radius: var(--radius);
  border-top-right-radius: var(--radius);
}
.radius-bottom {
  border-bottom-left-radius: var(--radius);
  border-bottom-right-radius: var(--radius);
}
.go:hover {
  cursor: pointer !important;
}
.noDisplay {
  display: none !important;
}
