
body {
  background: black;
  color: #D3642F;
margin:0;
}

* {
  transition: all 0.65s ease;
  box-sizing: border-box;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  src: url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;500;700;800;900&display=swap');
}


marquee{
  margin: 0;
  width: 100%;
  height: 400px;
}

.content{
  background-color: white;
}
.contentnoit{
  background-color: black;
}
.container {
  max-width: 75em;
  margin: 0 auto;
}
.container .navbar{
  position: absolute;
}
.traitorange{
  width: 30%;
  height: 100%;
}
.valeurs{
  width: 75%;
  height: 100%;
}
.new-nav {
  position:absolute;
  width: 100%;
  margin-top: 45px;
}
.new-nav a {
  color: white;
  text-decoration: none;
}
.new-nav ul,
.new-nav li {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-right: 10px;
}
.new-nav ul {
  display: flex;
  justify-content: right;
  width: 100%;
}
.new-nav ul a {
  padding: 0.9375em 2.1875em;
  display: flex;
  text-transform: uppercase;
}
.new-nav ul a:hover, .new-nav ul a:focus {
  color: #D3642F;
}
@media (max-width: 700px) {
  .new-nav ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .new-nav ul.open li {
    width: 100%;
  }
  .new-nav a {
    width: 100%;
  }
}

.header {
  background: white;
  color: black;
  padding: 0;
}
.header .titre{
  margin-top: 10%;
  width: 100%;
}
.header .titretaille{
  font-size: 1vw;
}
.header .titre2{
  margin-top: 10%;
  width: 100%;
}
.header .imagestart{
  width: 100%;
}

.header .logo{
  position: absolute;
  width: 10%;
}

.header .logo2{
  position: absolute;
  width: 10%;
}
.header .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

@media (max-width: 700px) {
  .header .site-title,
  .header .site-tagline {
    width: 100%;
    text-align: center;
  }
  .header .site-title {
    margin: 0;
  }
}

h2{
  font-size: 2.625em;
  color: black;
  text-align: center;
  font-weight:900;
}
h5 {
  font-weight: 600;
  font-size: 1em;
  color: black;
  text-align: center;
}

h4{
  color:#DDDDDD;
  font-size: 12px;
}
h6 {
  font-weight: 300;
  font-size: 1em;
  color: black;
  text-align: center;
}
h1 {
  font-size: 2.625em;
  color: white;
  text-align: center;
  font-weight:900;
}
h3 {
  font-weight: 600;
  font-size: 2em;
  color: white;
  text-align: center;
}
h4{
  font-weight: 300;
  font-size: 1em;
  color: white;
  text-align: center;
}
header .titre
{
  position:absolute; 
}
header .titre2
{
  position:absolute; 
}
.site-title {
  color: white;
}

.site-tagline {
  font-size: 1.125em;
  font-style: italic;
}

.main-nav {
  background: #D3642F;
  color: white;
}
.main-nav a {
  color: white;
  text-decoration: none;
}
.main-nav ul,
.main-nav li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-nav ul {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}
.main-nav ul a {
  padding: 0.9375em 2.1875em;
  display: flex;
  text-transform: uppercase;
}
.main-nav ul a:hover, .main-nav ul a:focus {
  background: #3A3839;
  color: white;
}
.main-nav ul .mobile-button a {
  position: absolute;
  left: -99999em;
}
@media (max-width: 700px) {
  .main-nav ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .main-nav ul a {
    position: absolute;
    left: -99999em;
  }
  .main-nav ul.open li {
    width: 100%;
  }
  .main-nav ul.open li.mobile-button a {
    background: #D3642F;
    color: #0e3447;
  }
  .main-nav ul.open a {
    position: static;
  }
  .main-nav ul .mobile-button a {
    position: static;
  }
  .main-nav a {
    width: 100%;
  }
}

.full-bleed {
  background-size: cover;
  min-height: 300px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width: 700px) {
  .full-bleed {
    min-height: 175px;
  }
}

.post {
  padding: 1.875em;
}

.columns {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.presentation
{
  justify-content: center;
}
.columns .item {
  border-radius: 20px;

  padding: 1.5625em;
  background: white;
  color: black;
  border-bottom: 5px solid #D3642F;
  margin-bottom: 2.1875em;
  position: relative;
  overflow: hidden;
}

.columns .imgpart{
  width: 15%;
  height:15%;
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: 50px;
}
.columns .item .p{
  max-width: 100%;
}

.columns .item .item-title {
  color: black;
  font-size: 24px;
  margin: 0 0 5px 0;
  text-align: center;
}
.columns .item .item-image {
  max-width: 100%;
}
.columns .item:hover, .columns .item:focus {
  background: rgb(107, 107, 107);
  border-bottom-color: #D3642F;
}
.columns .part:hover, .columns .part:focus {
  background: transparent;
  border-bottom-color: transparent;
}
.imgpart
{
align-items: center;
}
.columns .item:hover .social, .columns .item:focus .social {
  position: absolute;
  bottom: -21px;
  height: auto;
  z-index: 5;
  padding: 10px 0;
}
.columns .item:hover .social .fa, .columns .item:focus .social .fa {
  color: #D3642F;
  padding: 0 0.3125em;
}
.columns .item:hover .social .fa:hover, .columns .item:focus .social .fa:hover {
  color: #D3642F;
}
@media (max-width: 660px) {
  .columns .item {
    max-width: 100%;
    width: 100%;
  }
}
.columns.thirds .item {
  max-width: 31%;
}
@media (max-width: 770px) {
  .columns.thirds .item {
    max-width: 48%;
  }
}
@media (max-width: 770px) and (max-width: 660px) {
  .columns.thirds .item {
    max-width: 100%;
    width: 100%;
  }
}

.columns .social {
  position: absolute;
  bottom: -60px;
  height: 0;
  z-index: -1;
  font-size: 1.75em;
}

.footer {
  background: white;
  color: black;
  padding: 0;
  height: 20;
  position: absolute;
  width: 100%;
  padding-top: 20px;
}

.footer .container .item{
  vertical-align: center;
  background: transparent;
  color: black;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 0px;
  font-size: small;
} 
a{
  color: black;
} 
.footer .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
}
.footer .site-title,
.footer .site-tagline {
}
@media (max-width: 700px) {
  .footer .site-title,
  .footer .site-tagline {
    width: 100%;
    text-align: center;
  }
  .footer .site-title {
    margin: 0;
  }
}


/* ///// inputs /////*/

input:focus ~ label, textarea:focus ~ label, input:valid ~ label, textarea:valid ~ label {
  font-size: 0.75em;
  color: #999;
  top: -5px;
  -webkit-transition: all 0.225s ease;
  transition: all 0.225s ease;
}

.styled-input {
  float: left;
  width: 293px;
  margin: 1rem 0;
  position: relative;
  border-radius: 4px;
}

@media only screen and (max-width: 768px){
  .styled-input {
      width:100%;
  }
}

.styled-input label {
  color: black;
  padding: 1.3rem 30px 1rem 30px;
  position: absolute;
  top: 10px;
  left: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  pointer-events: none;
}

.styled-input.wide { 
  width: 650px;
  max-width: 100%;
}

input,
textarea {
  padding: 30px;
  border: 0;
  width: 100%;
  font-size: 1rem;
  background-color: white;
  color: black;
  border-radius: 4px;
}

input:focus,
textarea:focus { outline: 0; }

input:focus ~ span,
textarea:focus ~ span {
  width: 100%;
  -webkit-transition: all 0.075s ease;
  transition: all 0.075s ease;
}

textarea {
  width: 100%;
  min-height: 15em;
}

.input-container {
  width: 650px;
  max-width: 100%;
  margin: 20px auto 25px auto;
}

.submit-btn {
  padding: 7px 35px;
  border-radius: 60px;
  display: inline-block;
  background-color: #D3642F;
  color: white;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.06),
            0 2px 10px 0 rgba(0,0,0,0.07);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;

  text-align: center;
}

.submit-btn:hover {
  transform: translateY(1px);
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.10),
            0 1px 1px 0 rgba(0,0,0,0.09);
}

input[type=checkbox] + label {
color: #ccc;
font-style: italic;
} 

input[type=checkbox]:checked + label {
color: #f00;
font-style: normal;
}


.mySlides {
  display: none;
}
img {
  vertical-align: middle;
}
.slideshow-container {
  max-width: 2000px;
  max-height: 800px;
  position: relative;
  margin: auto;
}
/* Boutons next & previous */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
/* Position de "next button" à la droite */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
/* En survol, ajoutez la couleur noire de l'arrière-plan avec un peu see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
/* Caption */
.text {
  color: #ffffff;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
/* Number text (1/3 etc) */
.numbertext {
  color: #ffffff;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #999999;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active,
.dot:hover {
  background-color: #111111;
}
/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev,
  .next,
  .text {
    font-size: 11px;
  }
}


@media only screen and (max-width: 760px)
{
.navbar .new-nav
{
display: none;
}
.titre{
  display:none;
}
.logo{
    display:none;
}
}

@media only screen and (min-width: 760px)
{
.hamburger-menu
{
display: none;
}
.titre2{
  display:none;
}
.logo2{
    display:none;
}
}




#menu__toggle {
  opacity: 0;
}
#menu__toggle:checked + .menu__btn > span {
  transform: rotate(45deg);
}
#menu__toggle:checked + .menu__btn > span::before {
  top: 0;
  transform: rotate(0deg);
}
#menu__toggle:checked + .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
  right: 0 !important;
}
.menu__btn {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 3;
}
.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #D3642F;
  transition-duration: .25s;
}
.menu__btn > span::before {
  content: '';
  top: -8px;
}
.menu__btn > span::after {
  content: '';
  top: 8px;
}

.menu__box {
  display: block;
  position: fixed;
  top: 0;
  right: -100%;
  width: 300px;
  height: 100%;
  margin: 0;
  padding: 80px 0;
  list-style: none;
  background-color: white;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
  transition-duration: .25s;
  z-index: 2;
}
.menu__item {
  display: block;
  padding: 12px 24px;
  color: #333;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  transition-duration: .25s;
  z-index: 2;
}
.menu__item:hover {
  background-color: white;
}