/*   
Theme Name: MMDWC
Author: MATTIEU MOREAU DOMECQ WEB CONCEPTION
Author URI: http://www.mattieumoreaudomecq.com
*/

/* 
-------------------------------------------------------------------------------*/

html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/*-------------------------------------------------------------------------------*/

/* CSS
-------------------------------------------------------------------------------*/

html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  color: black;
}

body {
  overflow-x: hidden;
}

#wrapper {
  width: 100%;
  /*! height: 100%; */
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

* {
  -webkit-overflow-scrolling: touch;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3 {
  font-weight: normal;
  font-size: inherit;
  line-height: inherit;
}

.lapture-regular {
  font-family: jaf-lapture, serif;
  font-weight: 400;
  font-style: normal;
}
.lapture-semibold {
  font-family: jaf-lapture, serif;
  font-weight: 600;
  font-style: normal;
}
.lapture-bold {
  font-family: jaf-lapture, serif;
  font-weight: 700;
  font-style: normal;
}
.poppins-regular {
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.poppins-medium {
  font-family: poppins, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.poppins-bold {
  font-family: poppins, sans-serif;
  font-weight: 700;
  font-style: normal;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

header {
  width: calc(100vw / 6);
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  padding: 30px 15px 30px 30px;
}

header img {
  margin-bottom: 60px;
  padding-right: 30px;
}

#content {
  width: calc(100vw * 5 / 6);
  min-height: calc(100vh - 104px);
  margin-left: calc(100vw / 6);
  font-family: jaf-lapture, serif;
  padding-right: 30px;
}

#content p,
#content strong {
  font-size: 15px;
  line-height: 17px;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 15px;
}

#content strong,
#content em {
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.5px;
  font-size: 12px;
  line-height: 17px;
}

#content strong {
  font-weight: 700;
  margin-bottom: 0px;
}

#content p:last-child {
  margin-bottom: 0px;
}

#content p a {
  color: black;
  text-decoration: underline;
}
#content h1,
#content h2 {
  font-weight: 700;
  font-size: 19px;
  line-height: 24px;
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.menu,
.sub-menu,
.fixed-instagram {
  text-transform: uppercase;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal;
  list-style: none;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 1px;
}

.sub-menu {
  font-size: 11px;
  line-height: 15px;
}
.menu a,
.fixed-instagram {
  color: black;
  display: block;
  text-decoration: none !important;
  border-bottom: 1px solid;
  padding-bottom: 6px;
  margin-bottom: 10px;
}

.current-page-ancestor .sub-menu a {
  color: black;
}

.fixed-instagram:hover,
.current-page-ancestor a,
.current-page-ancestor .sub-menu .current-menu-item a,
.current-menu-item a,
.menu a:hover {
  color: #f28e75;
}

#menu-item-28 a {
  pointer-events: none;
}

#menu-item-28 .sub-menu a {
  pointer-events: all;
}

.fixed-instagram {
  position: fixed;
  width: calc(100vw / 6 - 45px);
  bottom: 120px;
  left: 30px;
}

/* FOOTER */

footer {
  background-color: #f28e75;
  color: white;
  display: flex;
  padding: 15px 30px 30px 30px;
  font-family: poppins, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 8px;
  line-height: 11px;
  z-index: 100;
  position: relative;
}

footer a:hover {
  color: white;
}

footer h2 {
  font-weight: 700;
}

footer a {
  color: white;
}

footer .logo-container {
  width: 30%;
}

footer .logo-container img {
  padding-right: 30%;
}

footer .menu-container {
  width: 70%;
}

footer .menu-container {
  display: flex;
  justify-content: space-between;
}

footer .menu-container .menu-container-item {
  width: 25%;
  padding: 15px 15px 0px 15px;
}

footer .menu-container .menu-container-item:nth-child(3) {
  font-weight: 700;
}

/* HOME */

.page-template-page-HOME #content {
  padding-right: 0px;
  min-height: 100vh;
}

.logo-fixed {
  position: fixed;
  z-index: 101;
  width: calc(100vw * 1 / 6);
  top: 100px;
  right: 100px;
}

.carousel-home {
  height: 100vh;
  position: fixed !important;
  width: calc(100vw * 5 / 6);
}

.carousel-home .slide {
  height: 100%;
  width: 100%;
}

.carousel-home .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* A PROPOS */

.page-template-page-A-PROPOS #content .content-inside {
  display: flex;
  padding: 0 calc(100vw * 0.5 / 6);
}

.sticky-content {
  position: sticky;
  top: 30px;
}

.page-template-page-A-PROPOS #content .content-inside .left {
  width: 50%;
  padding: 30px 15px;
}

.page-template-page-A-PROPOS #content .content-inside h2 {
  margin-bottom: 15px;
}

.page-template-page-A-PROPOS
  #content
  .content-inside
  .left
  .content-inside-item {
  margin-bottom: 30px;
}
.page-template-page-A-PROPOS #content .content-inside .right {
  width: 50%;
  padding: 30px 15px;
}

.page-template-page-A-PROPOS #content .content-inside .right img {
  margin-bottom: 30px;
  position: sticky;
  top: 30px;
}

/* TARIFS */

.page-template-page-TARIFS #content .content-inside .content-top {
  display: flex;
  padding-top: 30px;
  margin-bottom: 30px;
  justify-content: space-between;
}

.page-template-page-TARIFS #content .content-inside .content-top p {
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.5px;
  font-size: 12px;
  line-height: 19px;
}

.page-template-page-TARIFS #content .content-inside .content-top h2 {
  margin-bottom: 0px;
}

.page-template-page-TARIFS #content .content-inside .content-top p strong {
  font-family: poppins, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.page-template-page-TARIFS #content .content-inside .content-top p em {
  text-decoration: underline;
}

.page-template-page-TARIFS #content .content-inside .content-top-item {
  width: calc(100vw * 1.3 / 6);
}

.page-template-page-TARIFS #content .content-inside .content-bottom {
  margin-bottom: 30px;
}

/* COURS */

#content h1,
#content h2 {
  margin-bottom: 0px;
}

#content .content-inside--cours-et-stages {
  padding: 0 calc(100vw * 0.5 / 6);
  padding-top: 30px;
}

#content .content-inside--cours-et-stages .page-title {
  padding: 0px 15px 15px 0px;
  border-bottom: 1px solid #f28e75;
  margin-bottom: 30px;
}

#content .content-inside--cours-et-stages .sub-title p {
  font-size: 15px;
  line-height: 20px;
}

#content .content-inside--cours .content-cours-item {
  display: flex;
  border-bottom: 1px solid #f28e75;
  margin-bottom: 30px;
}

#content .content-inside--cours .content-cours-item .left {
  width: 60%;
  padding: 0px 15px 30px 0px;
}

#content .content-inside--cours .content-cours-item .right {
  width: 40%;
  padding: 0px 15px 30px 05px;
}

#content .content-inside--cours-et-stages .content-cours-item .sub-title {
  margin-bottom: 20px;
}

#content .content-inside--cours-et-stages .sub-sub-title {
  margin-bottom: 20px;
}

#content .content-inside--cours-et-stages .text-2 p,
#content .content-inside--cours-et-stages .sub-sub-title p {
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.5px;
}

#content .content-inside--cours-et-stages .sub-sub-title p {
  font-size: 12px;
  line-height: 19px;
}

#content .content-inside--cours-et-stages .text-2 p {
  font-size: 12px;
  line-height: 16px;
}

#content .content-inside--cours-et-stages .text-1 {
  margin-bottom: 20px;
}

#content .content-inside--cours-et-stages .button {
  text-transform: uppercase;
  font-family: poppins, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.5px;
  color: black;
  font-size: 12px;
  line-height: 12px;
  border: 1px solid;
  padding: 7px 60px 5px 10px;
}

#content .content-inside--cours-et-stages .button:hover {
  color: #f28e75;
  border-color: #f28e75;
  text-decoration: none;
}

.image-container {
  position: relative;
  margin-bottom: 30px;
  position: sticky;
  top: 30px;
}

.image-container:last-child {
  margin-bottom: 0px;
}

.image-container .image-caption {
  color: white;
  font-family: poppins, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.5px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  font-size: 8px;
  line-height: 10px;
}

#content .content-inside--cours-et-stages .text-2 {
  margin-top: 30px;
  margin-bottom: 30px;
}
#content .content-inside--cours-et-stages .text-2 p {
  font-family: jaf-lapture, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 17px;
}

#content .content-inside--cours-et-stages .text-2 p em {
}

#content .content-inside--stages {
  display: flex;
}

#content .content-inside--stages .left {
  width: 60%;
  padding: 30px 15px 30px 0px;
}

#content .content-inside--stages .right {
  width: 40%;
  padding: 30px 15px 30px 05px;
}
