@media screen and (max-width: 700px) {
	body {
		padding-top: 50px;
	}
}
body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
#control_wh {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  background: transparent;
}
a {
  color: #606c88;
}
a:hover {
  text-decoration: none;
}
/*HEADER*/
header {
}

/*FIN HEADER*/

/*CONTENU des PAGES*/
/* ENTETE DES PAGES */
h1.page-title {
  text-align: center;
  color: #fff;
  font-weight: 700;
}
a.btnRetour {
  color: #fff;
  font-size: 0.8rem;
}
.section-page-kit,
.section-page-kit a {
  color: #fff;
  font-size: 0.8rem;
}
.section-page {
  min-height: 600px;
}
.section-page-header {
  padding: 1rem;
  padding-top: 51px;
  background: #607d8b;
}
/* CONTENU TEXT */
.section-page-chapo {
  color: #fff;
  padding: 1em 1.3em;
  margin-top: 2rem;
  margin-bottom: 2rem;
  position: relative;
  overflow: visible;
  z-index: 1;
  border-radius: 3px;
  background-color: #607d8b;
  font-size: 1.1rem;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.section-page-chapo::before {
  position: absolute;
  content: "";
  bottom: 0;
  width: 30px;
  height: 30px;
  right: 0px;
  background-image: linear-gradient(314deg, #fff 49%, #4b626d 50%);
  z-index: 1;
}
.section-page-chapo::after {
  display: block;
  position: absolute;
  content: "";
  bottom: 0;
  width: 30px;
  height: 30px;
  right: 30px;
  background-image: linear-gradient(314deg, #36474f 49%, transparent 50%);
  z-index: 1;
}
.section-page-chapo a {
  color: #ffffff;
}
.section-page-chapo h1,
.section-page-chapo h2,
.section-page-chapo h3,
.section-page-chapo h4,
.section-page-chapo h5,
.section-page-chapo h6 {
  font-size: 1.5rem;
}
.section-page-chapo p,
.section-page-chapo div,
.section-page-chapo span {
  font-size: 1.1rem;
}
.section-page-text {
  padding-top: 10px;
  text-align: justify;
}
.section-page-img-block {
  text-align: center;
  float: right;
  max-width: 300px;
  margin: 5px 5px 10px 20px;
  overflow: hidden;
  text-align: center;
}
.section-page-img {
  margin: auto;
  max-width: 300px;
}
.section-page-infolist {
}
.section-page-infolist-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  min-height: 200px;
}
h3.section-page-infolist-title {
  font-size: 1.5rem;
}
.section-page-infolist-kit {
  font-size: 0.9rem;
  float: right;
}
.section-page-infolist-plus {
  font-size: 0.9rem;
}
/* BOX MEDIA ASSOCIE */
.box-m-ass-cadre {
  background-color: #c6d2d8;
  border-radius: 3px;
  -webkit-box-shadow: 3px 4px 5px 1px rgba(30, 30, 30, 0.5);
  box-shadow: 3px 4px 5px 1px rgba(30, 30, 30, 0.5);
  margin-bottom: 10px;
}
.box-m-ass-entete {
  background-color: #ff3636;
  color: #fff;
  text-align: center;
  border-radius: 3px 3px 0 0;
  padding: 5px;
}
.box-m-ass-content {
  padding: 5px;
}
.box-m-ass-content-img {
  max-height: 100px;
  margin-bottom: 5px;
}
/* CONTENU DOCUMENT VIDEO */
.doc-block {
  border: 1px solid #607d8b;
  cursor: pointer;
  padding: 20px;
  margin-bottom: 20px;
  -webkit-box-shadow: 2px 2px 2px 1px rgba(30, 30, 30, 0.5);
  box-shadow: 2px 2px 2px 1px rgba(30, 30, 30, 0.5);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.doc-block:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
a.doc-title {
  display: block;
  height: 52px;
  width: 100%;
  overflow: hidden;
  color: #1e1e1e;
  font-weight: 700;
  text-shadow: 1px 1px 2px #898989;
}
.doc-Gicon {
  color: #607d8b;
  font-size: 6em;
  display: block;
  text-align: center;
}
.doc-badge {
  background-color: transparent;
  border: 1px solid #607d8b;
  text-transform: uppercase;
  font-size: 12px;
  color: #607d8b;
}
.btn-doc {
  background-color: #fff;
  border: 1px solid #607d8b;
  text-transform: uppercase;
  font-size: 0.8rem;
  color: #607d8b;
  border-radius: 25px;
}
.btn-doc:hover {
  background-color: #607d8b;
  border: 1px solid #fff;
  color: #fff;
}
.doc-liste-block {
  width: 100%;
}
.doc-liste-title {
  font-size: 1.4rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.doc-liste-title:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  background-color: #e3e7f7;
}
.doc-liste-kit {
  text-align: right;
  font-size: 10px;
  color: #1e1e1e;
  margin-top: -5px;
}
.btn-group.btn-group-sm button {
  border-radius: 22px;
}
.btn.btn-outline-secondary.disabled {
  color: #1e1e1e;
}
.btn .btn-outline-secondary .disabled:hover {
  color: #1e1e1e;
}
/* CONTENU PHOTO */
.photo-block {
	cursor: pointer;
	margin-bottom: 20px;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-box-shadow: 2px 2px 2px 1px rgba(30, 30, 30, 0.5);
	box-shadow: 2px 2px 2px 1px rgba(30, 30, 30, 0.5);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.photo-block:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.photo-block-bg-color {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 20px;
}
.photo-block-bg-color:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.photo-title {
  display: block;
  height: 52px;
  width: 100%;
  overflow: hidden;
  color: #fff;
  text-align: center;
}
.photo-description {
  display: block;
  height: 70px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  color: #fff;
  font-weight: 300;
}
.photo-badge {
  border: 1px solid #fff;
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
}
/*FIN CONTENU PAGES*/
/* COTE DROITE - blockRight */
.blockRight {
  display: block;
  position: fixed;
  right: -270px;
  top: 0px;
  width: 270px;
  z-index: 100;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.blockRightAnimated {
  right: 0px;
  top: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-radius: 0 0 0 10px;
}
.blockRightContent {
  display: block;
  width: 270px;
  overflow-x: hidden;
  background: -owg-linear-gradient(#607d8b 9%, #1e1e1e 109%) !important;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(9%, #607d8b),
    color-stop(109%, #1e1e1e)
  ) !important;
  background: linear-gradient(#607d8b 9%, #1e1e1e 109%) !important;
  border-radius: 0 0 0 10px;
}
.blockRightBtn {
  position: absolute;
  top: 50%;
  left: -25px;
  display: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 101;
  text-align: center;
  cursor: pointer;
  color: #fff;
  -webkit-box-shadow: 2px 2px 2px 1px rgba(30, 30, 30, 0.5);
  box-shadow: 2px 2px 2px 1px rgba(30, 30, 30, 0.5);
  background-color: #ff3636;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.blockRightBtnIcon {
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  top: 20%;
  font-size: 30px;
  -webkit-animation-name: pushpull;
  -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-delay: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-name: pushpull;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-delay: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@-webkit-keyframes pushpull {
  0% {
    left: 0px;
  }
  50% {
    left: 5px;
  }
  100% {
    left: 0px;
  }
}
@keyframes pushpull {
  0% {
    left: 0px;
  }
  50% {
    left: 5px;
  }
  100% {
    left: 0px;
  }
}
.BRiconAnimated {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.BRiconAnimated2 {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-left: 5px;
}
/*FOOTER*/
.overlay {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 99;
}
footer {
  width: 100%;
  min-height: 60px;
  padding: 20px 10px;
  background-color: #1e1e1e;
}
.footer-menu-block {
  margin: 1rem auto;
}
.footer-menu-title {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 400;
  text-decoration: underline;
}
.footer-menu-item {
  display: block;
}
.footer-menu-item a:hover {
  color: #fff;
}
.footer-menu-block-sub {
  text-indent: 10px;
}

.footer-social-section {
  width: 100%;
  position: relative;
  z-index: 1;
}
.footer-social-section::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 10px;
  border-top: 1px solid #ccc;
  width: calc(100% - 20px);
}
.footer-btn-text {
  position: relative;
  text-align: center;
  color: #efefef;
  background-color: #1e1e1e;
  z-index: 2;
  font-size: 3rem;
  font-weight: 600;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.footer-btn-icon {
  position: relative;
  text-align: center;
  color: #efefef;
  background-color: #1e1e1e;
  z-index: 2;
  font-size: 3rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.text-copyright {
  width: 100%;
  color: #efefef;
  text-align: right;
  font-size: 0.8rem;
  border-top: 1px solid #fff;
  line-height: 1.5rem;
}
.btn-scroll-up,
.btn-scroll-down {
  display: none;
  position: fixed;
  z-index: 999;
  right: 30px;
}
.btn-scroll-up {
  bottom: 90px;
}
.btn-scroll-down {
  bottom: 30px;
}
.btn-scroll-up,
.btn-scroll-down {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-color: 1px solid #fff;
  background-color: #607d8b;
  text-align: center;
  vertical-align: center;
  font-size: 2.1rem;
  cursor: pointer;
  -webkit-box-shadow: 1px 2px 2px 2px rgba(30, 30, 30, 0.6);
  box-shadow: 1px 2px 2px 2px rgba(30, 30, 30, 0.6);
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.btn-scroll-up:hover,
.btn-scroll-down:hover {
  background-color: #efefef;
  opacity: 0.9;
  filter: alpha(opacity=90);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#btn-connecte {
  position: fixed;
  display: inline;
  right: -5px;
  top: 10%;
  z-index: 50;
  background-color: #1e1e1e;
  width: 38px;
  height: 224px;
  text-align: center;
  padding-top: 5px;
  border-radius: 20px 0 0 20px;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
#btn-connecte:hover {
  right: 0;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.btn_connecte {
  margin: 5px;
  font-size: 24px;
  color: #18ce0f;
}
/*FIN FOOTER*/

/* class titre / texte / paragraphe / image ########################*/
.text-small {
  font-size: 0.8rem;
}
.text-theme-color {
  color: #607d8b;
}
.bg-theme-color {
  background-color: #607d8b;
}
.btn-danger {
  background-color: #ff3636;
  color: #fff;
}
.btn-round {
  border-width: 1px;
  border-radius: 24px !important;
  padding: 8px 18px;
}
.btn-dailymotion {
  font-weight: 900;
  text-decoration: none;
}
.btn-dailymotion:hover {
  text-decoration: none;
  color: #4267b2!important;
}
.btn-dailymotion:before {
  content: "d";
  font-style: normal;
  font-weight: 700;
}
.btn-youtube:hover {
  text-decoration: none;
  color: #cc0000!important;
}
.btn-twitter:hover {
  text-decoration: none;
  color: #49c0f0!important;
}
.btn-facebook:hover {
  text-decoration: none;
  color: #2c539e!important;
}
.btn-instagram:hover {
  text-decoration: none;
  color: #2c539e!important;
}
.btn-site-frm {
  background-color: #607d8b;
  color: #fff;
}
.btn-site:hover {
  text-decoration: none;
  color: #ff3636;
}
.btn-hover {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.bg-default,
.navbar.style_sombre {
  background-color: #607d8b !important;
}
.bg-primary {
  background-color: #607d8b !important;
}
.bg-info {
  background-color: #2ca8ff !important;
}
.bg-success {
  background-color: #18ce0f !important;
}
.bg-danger {
  background-color: #ff3636 !important;
}
.bg-warning {
  background-color: #ffb236 !important;
}
.bg-white {
  background-color: #fff !important;
}
.alert {
  border: 0;
  border-radius: 0;
  color: #fff;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
  position: relative;
}
.alert.alert-success {
  background-color: rgba(24, 206, 15, 0.8);
}
.alert.alert-danger {
  background-color: rgba(255, 54, 54, 0.8);
}
.alert.alert-warning {
  background-color: rgba(255, 178, 54, 0.8);
}
.alert.alert-info {
  background-color: rgba(44, 168, 255, 0.8);
}
.alert.alert-primary {
  background-color: rgba(96, 125, 139, 0.8);
}
.alert .alert-icon {
  display: block;
  float: left;
  margin-right: 15px;
  margin-top: -1px;
}
.alert strong {
  text-transform: uppercase;
  font-size: 12px;
}
.alert i.fa,
.alert i.legion-ui-icons {
  font-size: 20px;
}
.alert .close {
  color: #fff;
  opacity: 0.9;
  text-shadow: none;
  line-height: 0;
  outline: 0;
}
.alert-container {
  position: absolute;
  width: 1000px;
  height: 100vh;
  top: 17px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  z-index: 200000000;
  pointer-events: none;
}
.alert-container .alert {
  pointer-events: all;
}
img {
  max-width: 100%;
  border-radius: 1px;
}

/* COMPTEUR PAGE */
.pagination .page-item .page-link {
  border: 0;
  border-radius: 30px !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0px 11px;
  margin: 0 3px;
  min-width: 30px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  color: #2c2c2c;
  cursor: pointer;
  font-size: 14px;
  text-transform: uppercase;
  background-color: rgba(222, 222, 222, 0.5);
}
.pagination .page-item .page-link:hover,
.pagination .page-item .page-link:focus {
  color: #2c2c2c;
  background-color: rgba(333, 333, 333, 0.5);
  border: none;
}
.pagination .arrow-margin-left,
.pagination .arrow-margin-right {
  position: absolute;
}
.pagination .arrow-margin-right {
  right: 0;
}
.pagination .arrow-margin-left {
  left: 0;
}
.pagination .page-item.active > .page-link {
  color: #e3e3e3;
  -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
}
.pagination .page-item.active > .page-link,
.pagination .page-item.active > .page-link:focus,
.pagination .page-item.active > .page-link:hover {
  background-color: #607d8b;
  border-color: #607d8b;
  color: #fff;
}
.pagination .page-item.disabled > .page-link {
  opacity: 0.5;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.pagination.pagination-info .page-item.active > .page-link,
.pagination.pagination-info .page-item.active > .page-link:focus,
.pagination.pagination-info .page-item.active > .page-link:hover {
  background-color: #2ca8ff;
  border-color: #2ca8ff;
}
.pagination.pagination-success .page-item.active > .page-link,
.pagination.pagination-success .page-item.active > .page-link:focus,
.pagination.pagination-success .page-item.active > .page-link:hover {
  background-color: #18ce0f;
  border-color: #18ce0f;
}
.pagination.pagination-primary .page-item.active > .page-link,
.pagination.pagination-primary .page-item.active > .page-link:focus,
.pagination.pagination-primary .page-item.active > .page-link:hover {
  background-color: #607d8b;
  border-color: #607d8b;
}
.pagination.pagination-warning .page-item.active > .page-link,
.pagination.pagination-warning .page-item.active > .page-link:focus,
.pagination.pagination-warning .page-item.active > .page-link:hover {
  background-color: #ffb236;
  border-color: #ffb236;
}
.pagination.pagination-danger .page-item.active > .page-link,
.pagination.pagination-danger .page-item.active > .page-link:focus,
.pagination.pagination-danger .page-item.active > .page-link:hover {
  background-color: #ff3636;
  border-color: #ff3636;
}
.pagination.pagination-neutral .page-item > .page-link {
  color: #fff;
}
.pagination.pagination-neutral .page-item > .page-link:focus,
.pagination.pagination-neutral .page-item > .page-link:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.pagination.pagination-neutral .page-item.active > .page-link,
.pagination.pagination-neutral .page-item.active > .page-link:focus,
.pagination.pagination-neutral .page-item.active > .page-link:hover {
  background-color: #fff;
  border-color: #fff;
  color: #607d8b;
}

/* FORMULAIRES */
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus,
.btn:active:hover,
.btn.active:focus,
.btn.active:hover,
.show > .btn.dropdown-toggle,
.show > .btn.dropdown-toggle:focus,
.show > .btn.dropdown-toggle:hover,
.navbar .navbar-nav > a.btn:hover,
.navbar .navbar-nav > a.btn:focus,
.navbar .navbar-nav > a.btn:active,
.navbar .navbar-nav > a.btn.active,
.navbar .navbar-nav > a.btn:active:focus,
.navbar .navbar-nav > a.btn:active:hover,
.navbar .navbar-nav > a.btn.active:focus,
.navbar .navbar-nav > a.btn.active:hover,
.show > .navbar .navbar-nav > a.btn.dropdown-toggle,
.show > .navbar .navbar-nav > a.btn.dropdown-toggle:focus,
.show > .navbar .navbar-nav > a.btn.dropdown-toggle:hover {
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.btn-icon:not(.btn-footer) i.legion-ui-icons,
.btn.btn-icon:not(.btn-footer) i.fa,
.navbar .navbar-nav > a.btn.btn-icon:not(.btn-footer) i.legion-ui-icons,
.navbar .navbar-nav > a.btn.btn-icon:not(.btn-footer) i.fa {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-12px, -12px);
  transform: translate(-12px, -12px);
  line-height: 1.5626rem;
  width: 25px;
}

/* image hover annimation */
.bloc-image-hover {
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.bloc-image-hover:hover {
  -webkit-transition: all 4s ease-in;
  transition: all 4s ease-in;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
/* MEDIA SCREEN ####################### */
@media screen and (max-width: 320px) {
  .list-group-item.doc-liste-title {
    font-size: 12px;
  }
}
@media screen and (max-width: 576px) {
  .section-dailymotion h2 {
    font-size: 1.2rem;
  }
  .section-page-img {
    height: auto;
  }
  img {
    max-width: 100%;
    height: auto;
    margin: auto;
    text-align: center;
  }
  h1.page-title {
    font-size: 1.3rem;
    font-weight: normal;
  }
  .btn-scroll-up,
  .btn-scroll-down {
    width: 40px;
    height: 40px;
    font-size: 1.5rem;
  }
  .btn-scroll-up {
    right: 10px;
    bottom: 60px;
  }
  .btn-scroll-down {
    right: 10px;
    bottom: 10px;
  }
  .section-page-infolist-text {
    display: none;
  }
  .section-page-infolist-kit {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  .section-page-img-block {
    float: none;
    width: 100%;
    margin: 10px auto;
  }
  .section-page-img {
    float: none;
    max-width: 100%;
    max-height: 400px;
    margin: auto;
  }
  h3.section-page-infolist-title {
    font-size: 1rem;
  }
  .text-copyright {
    text-align: center;
  }
  .box-m-ass-content-img {
    max-height: 50px;
  }
  .list-group-item.doc-liste-title {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 992px) {
  .footer-btn-text {
    font-size: 2rem;
  }
  .footer-btn-icon {
    font-size: 2rem;
  }
  .page-title {
    font-size: 1.5rem;
  }
  .section-page-chapo {
    padding: 0.5em 0.8em;
  }
  .section-page-chapo h1,
  .section-page-chapo h2,
  .section-page-chapo h3,
  .section-page-chapo h4,
  .section-page-chapo h5,
  .section-page-chapo h6 {
    font-size: 1.1rem;
  }
  .section-page-chapo,
  .section-page-chapo p,
  .section-page-chapo div,
  .section-page-chapo span {
    font-size: 0.8rem;
  }
  .section-dailymotion h2 {
    font-size: 1.5rem;
  }
  .section-page-img {
    float: none;
    width: auto;
    max-height: 400px;
    margin: 10px auto;
    text-align: center;
  }
  .section-page-infolist-img {
    margin-bottom: 10px;
  }
  .pagination-display {
    display: none;
  }
  .pagination-text-small {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 1200px) {
  img {
    max-width: 100%;
    height: auto;
  }
}

/* CHANGEMENT POUR MENU */
.wrapper {
  position: relative;
  min-height: 300px;
  -webkit-transition: margin 0.3s;
  transition: margin 0.3s;
}

@media screen and (min-width: 701px) {
  body:not(.index) .wrapper {
    margin: 0 0 0 300px;
  }
}
