img,
iframe {
    max-width: 100%;
}


/*****************  MENU  *******************/

.fond {
    background-color: black;
    min-height: 76px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

#conteneur {
    width: 1172px;
    margin: 0 auto;
}

#menu {
    position: relative;
    width: 1172px;
    margin: 0 auto;
    min-height: 76px;
}

#logo, #logo .logo, #page .logo {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    margin-left: 30px;
    color: white;
    font-family: 'McLaren', sans-serif;
    font-size: 36px;
}

#menu ul.menu1 {
    position: absolute;
    right: 10px;
    top: 15px;
    /*    margin-top: 28px;*/
    margin-right: 10px;
    /*    width: 100%;*/
}

#menu ul.menu1 li {
    display: inline-block;
    margin-left: 20px;
}

.menu2 li.open-hamburger {
    margin-left: 10px;
}

.menu2 {
    position: absolute;
    right: -23px;
    top: 50px
}
.menu2 li,.menu2 a {
    display: block;
}
.menu2 a{
    padding: 1em
}
li.hamburger {
    display: none;   
}

.hamburger i {
    transition: all 0.3s;
}

ul.menu2 {
    /*    position: absolute;*/
    background-color: rgba(0, 0, 0, 0.9);
/*        padding-right: 150px;:*/
    width: 160px;

}


/***************************/

/*.menu2,*/
/*li em {*/
    /* position du menu V fermé */
/*
    position: absolute;
    top: -955px;
    right: 50px;
}
*/

/*li:focus .menu2,*/
/*li:active ul {*/
/*     position du menu V ouvert */
/*    top: 55px;*/
/*    right: 90%;*/
/*}*/

/*li:focus em,*/
/*li:active em {*/
/*
     closes (li looses focus)
    right: 0em;
    left: auto;
}
*/

/*
li:active .fa-bars, li:focus .fa-bars {
    transform: rotate(-90deg);
    transition: all 0.5s ease;
}
*/

.rotation {
    transform: rotate(-90deg);
/*    transition: all 0.2s ease;*/
}
/***************************/


/*
.nav-button:focus ul.open-hamburger {
    display: block;
}

#cssmenu {
    display: none;
}

h2.bouton {
    display: none;
}*/

#menu a {
    color: #b4b9b9;
    text-decoration: none;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

#menu a:hover {
    color: white;
}

#menu #logo .menu1 a.highlight {
    color: white;
}


/*****************  ENTETE  *******************/

#entete {
    min-height: 400px;
    margin: 75px auto 0 auto;
    background-image: url(../img/inner_bg.jpg);
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    animation-name:
}

.contenu {
    width: 1172px;
    margin: 0 auto;
}

.contenu h1 {
    color: white;
    font-family: sans-serif;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 50px;
    text-align: center;
    padding-top: 80px;
    margin-bottom: 20px;
    text-shadow: 2px 2px 2px black;
}

.contenu h2 {
    color: white;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 27px;
    text-align: center;
}

.portfolio #entete {
    min-height: 200px;
    margin: 75px auto 0 auto;
    background-image: url(../img/mont_large.jpg);
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
}

.portfolio .contenu h1,
.contact .contenu h1 {
    padding-top: 40px;
    margin-bottom: 20px;
}

.contact #entete {
    min-height: 200px;
    margin: 75px auto 0 auto;
    background-image: url(../img/Happy-Hikers-at-Top-of-Mountain-Stock-Photo.jpg);
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
}


/*******************  SOLEIL *****************/

.sun {
    position: relative;
    z-index: 50;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: white;
    opacity: 0.9;
    box-shadow: 0px 0px 40px 15px white;
}

.ray_box {
    position: absolute;
    z-index: 50;
    margin: auto;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 70px;
    -webkit-animation: ray_anim 120s linear infinite;
    animation: ray_anim 120s linear infinite;
}

.ray {
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
    margin-left: 10px;
    border-radius: 80% 80% 0 0;
    position: absolute;
    opacity: 0.3;
    z-index: 50;
}

.ray1 {
    height: 170px;
    width: 30px;
    -webkit-transform: rotate(180deg);
    top: -175px;
    left: 15px;
    z-index: 50;
}

.ray2 {
    height: 100px;
    width: 8px;
    -webkit-transform: rotate(220deg);
    top: -90px;
    left: 75px;
    z-index: 50;
}

.ray3 {
    height: 170px;
    width: 50px;
    -webkit-transform: rotate(250deg);
    top: -80px;
    left: 100px;
    z-index: 50;
}

.ray4 {
    height: 120px;
    width: 14px;
    -webkit-transform: rotate(305deg);
    top: 30px;
    left: 100px;
    z-index: 50;
}

.ray5 {
    height: 140px;
    width: 30px;
    -webkit-transform: rotate(-15deg);
    top: 60px;
    left: 40px;
    z-index: 50;
}

.ray6 {
    height: 90px;
    width: 50px;
    -webkit-transform: rotate(30deg);
    top: 60px;
    left: -40px;
    z-index: 50;
}

.ray7 {
    height: 180px;
    width: 10px;
    -webkit-transform: rotate(70deg);
    top: -35px;
    left: -40px;
}

.ray8 {
    height: 120px;
    width: 30px;
    -webkit-transform: rotate(100deg);
    top: -45px;
    left: -90px;
}

.ray9 {
    height: 80px;
    width: 10px;
    -webkit-transform: rotate(120deg);
    top: -65px;
    left: -60px;
}

.ray10 {
    height: 190px;
    width: 23px;
    -webkit-transform: rotate(150deg);
    top: -185px;
    left: -60px;
}

@-webkit-keyframes ray_anim {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/*****************  PAGE  *******************/

#page {
    width: 780px;
    min-height: 1320px;
    border-right: 1px solid grey;
    float: left;
    padding-bottom: 10px;
    padding-top: 40px;
    font-family: "Poppins";
    font-size: 16px;
}

#page img {
    /*    margin-left: 15px;*/
    padding-bottom: 0;
}

#page h3 {
    font-size: 20px;
    background-color: black;
    color: white;
    padding: 10px;
    text-transform: capitalize;
    font-family: "Poppins", Arial;
    margin-bottom: 10px;
    /*    margin-top: 40px;*/
    padding-left: 40px;
}

#page h3 i {
    display: none;
}
.rub2 {
    padding-top: 2em;
}

#page li:hover h3 {
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(73, 155, 234, 1) 100%);
}

#page li:hover h3 i {
    display: inline-block;
    animation-duration: 10s;
    animation-name: demo-animation;
}
#page p {
    margin-bottom: 10px;
}
@keyframes demo-animation {
    0% {
        transform: translateX(790px) rotate(1000deg);
    }
    20% {
        transform: translateX(10px) rotate(0deg);
    }
    70% {
        transform: translateX(10px) rotate(-360deg);
    }
    100% {
        transform: translateX(790px) rotate(1000deg);
    }
}

#page h1 {
    text-align: center;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 40px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
    
}

/*
#page h1:before,
#page h1:after {
    content: " --- "
}
*/

#page h2 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 15px;
}

.zone #page li {
    height: 42px;
    background-color: rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transition: all 1s ease 0.4s;
}

#page li:hover {
    height: 380px;
}

#page p {
    font-size: 18px;
}

body #page p.effet1 {
    display: inline-block;
    transition: transform 2s ease;
}

#page p.effet1:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    cursor: pointer;
}

#page .effet2 {
    display: inline-block;
    transition: transform 2s ease;
}

#page p.effet2:hover {
    -webkit-transform: scale(2.0) translate(15px);
    transform: scale(2.0) translate(15px);
    cursor: pointer;
}

.ballon {
    display: inline-block;
    /*    margin-top: 80px;*/
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: green;
    animation-name: ballon;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes ballon {
    0% {
        transform: translateY(0px);
    }
    25% {
        transform: translateY(200px) translateX(340px);
    }
    50% {
        transform: translateY(0px) translateX(680px);
        background-color: red;
    }
    75% {
        transform: translateY(200px) translateX(340px);
    }
    100% {
        transform: translateY(0px);
    }
}

.g-recaptcha {
    display: inline-block;
    position: relative;
}

.contact .valid {
    background-color: #1294b1;
    border: 0;
    color: white;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px;
    /*    margin-bottom: 40px;*/
    position: absolute;
    margin-left: 30px;
    margin-top: 33px;
}

.contact .valid:hover {
    border: 1px solid #1294b1;
    background-color: white;
    color: #1294b1;
    border-radius: 5px;
}

.contact fieldset {
    margin-bottom: 20px;
}

.contact .formulaire label {
    display: inline-block;
    width: 130px;
}

.contact #conteneur h3 {
    font-size: 24px;
    margin-bottom: 30px;
}

.contact #conteneur p {
    margin-bottom: 10px;
}

.contact a {
    color: #1294b1;
}

.portfolio #page li {
    /*    position: relative;*/
    width: 370px;
    height: 246px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
    overflow: hidden;
    filter: grayscale(70%);
    transition: filter 0.8s ease;
}

.portfolio #page li:hover {
    filter: grayscale(0%);
}

.portfolio #page li .agrandir {
    /*    top: 80%;*/
    /*    left: 44%;*/
    display: inline-block;
    background-color: #1294b1;
    color: white;
    font-family: "Poppins";
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px;
}

.titre-rubrique,
a {
    transition: all 0.3s ease;
}

.portfolio #page li:hover p {
    margin-top: -40px;
}

.portfolio #page p {
    transition: 0.8s cubic-bezier(.49, 1.11, 1, 1);
}

.portfolio #page li .agrandir:hover {
    background-color: white;
    border: 1px solid #1294b1;
    color: #1294b1;
    font-family: "Poppins";
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px;
    border-radius: 5px 5px 0px 0px;
    cursor: pointer;
}

.index h2 a {
    font-size: 34px;
    font-family: "Poppins";
    font-weight: 700;
    text-decoration: none;
    color: #111;
    margin-left: 40px;
    display: inline-block;
    margin-top: 30px;
    padding-bottom: 15px;
}

.index h2 a:hover {
    color: #1294b1;
}

.index p {
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 40px;
    color: #666;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: "Poppins";
    padding-bottom: 30px
}

.plus {
    text-decoration: none;
    color: #666;
    font-weight: 700;
}

.cadre {
    margin: -4px 14px 0 15px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.08)
}

.contact #conteneur #page address p {
    margin-bottom: 20px;
}

.addresse {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    background-color: #eaeaea;
}

.addresse p {
    padding: 10px 20px 10px 20px;
}

#sociaux li {
    display: inline-block;
    margin-left: 50px;
}

#sociaux {
    text-align: center;
}

.col {
    column-count: 3;
    column-gap: normal;
}


/*****************  COLONNE  *******************/

#colonne {
    width: 390px;
    min-height: 500px;
    float: right;
    padding-top: 40px;
    padding-bottom: 10px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #666666
}

iframe {
/*    margin-left: 20px;*/
    margin-bottom: 40px;
}

.titre-bloc span {
    display: inline-block;
    text-transform: uppercase;
    padding: 12px 15px 10px 15px;
    background-color: black;
    color: white;
    margin-left: 20px;
}

.titre-bloc {
    border-bottom: 2px solid black;
    margin-bottom: 25px;
}

.bloc {
    margin-bottom: 40px;
}

p.rubrique {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-left: 20px
}

.lireplus {
    text-decoration: none;
    color: #1294b1;
    font-weight: bold;
    font-size: 18px;
    margin-left: 20px;
}

.lireplus:hover {
    text-decoration: underline;
}

.titre-rubrique {
    margin-left: 20px;
}

.titre-rubrique {
    color: #1294b1;
}

.titre-rubrique,
.infopopulaire a {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 700;
    text-decoration: none;
    color: #111;
}

.infos,
.infos a,
.lastinfo,
.lastinfo a {
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
    color: #777;
}

.infos {
    margin-left: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #777;
}

.lastinfo {
    margin-left: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.infos a:hover,
.lastinfo a:hover,
.titre-rubrique:hover {
    color: #1294b1;
}

#categories,
#tags {
    margin-bottom: 40px;
}

#categories ul {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 15px;
    margin-left: 20px;
    color: #111;
}

#categories li {
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px dotted #777;
}

#tags ul {
    margin-left: 20px;
}

#tags li {
    float: left;
    padding: 10px;
    margin: 2px;
    border: 1px dotted #777;
}

#newsletter {
    min-height: 50px;
}

#newsletter p {
    font-size: 16px;
    font-family: "Poppins";
    font-weight: 400;
    line-height: 26px;
}

#newsletter form {
    /*    width: 100%;*/
    margin-left: 20px;
}

#newsletter input {
    width: 350px;
    height: 50px;
/*    padding-left: 20px;*/
    font-size: 17px;
    border: 2px solid #5e5e5e;
    margin-bottom: 20px;
    color: #111;
}

input:focus {
    background: #cbefd2;
    color: black;
}

#newsletter p,
#newsletter form,
#newsletter a {
    margin-left: 20px;
    padding-bottom: 5px;
    display: inline-block;
}

#newsletter a {
    color: white;
    text-decoration: none;
    font-size: 17px;
    letter-spacing: 2px;
    padding: 10px 20px;
    background-color: #1294b1;
}

#newsletter a:hover {
    border-radius: 4px;
    background-color: #0b5e71;
}

#newsletter a:active {
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #1294b1;
    color: #1294b1;
}


/*****************  FOOTER  *******************/

#pied {
    min-height: 158px;
/*    border: 1px solid red;*/
    background-color: #000;
    text-align: center;
}

#pied p {
    color: white;
    font-family: "Poppins";
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 25px;
}

#pied ul {
    margin-top: 20px;
}

#pied li {
    display: inline-block;
    margin: 6px;
    padding-top: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    border: 2px solid white;
    border-radius: 50%;
    opacity: 0.6
}

#pied li:hover {
    opacity: 1;
}

#mentions a {
    font-family: "Poppins";
    color: #777;
    font-size: 12px;
}

#mentions a:hover {
    font-family: "Poppins";
    color: white;
    font-size: 12px;
}


/*****************  CLEARFIX  *******************/

.clear {
    clear: both;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}


/******************************BOUTON***********************/


/* Common button styles */

.nav-button {
    position: relative;
    height: 2.4rem;
    width: 2.8rem;
    background-color: transparent;
    background-image: linear-gradient(to right, currentColor, currentColor);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 5px;
    padding: 0;
    outline: 0;
    border: 0;
    color: #fff;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: .25s cubic-bezier(.17, .67, .89, 1.4);
    transition-property: transform;
    will-change: transform;
}

.nav-button::before,
.nav-button::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    height: 5px;
    background: currentColor;
    transition: .25s;
    transition-property: transform, top;
    will-change: transform, top;
}

.nav-button::before {
    top: 0;
}

.nav-button::after {
    top: calc(100% - 4px);
}


/* arrow button 3 */

.arrow-button-3:focus {
    transform: rotate(-90deg) translateZ(0);
}

.arrow-button-3:focus::before {
    width: 60%;
    transform: rotate(-45deg) translate3d(-48%, 0, 0);
}

.arrow-button-3:focus::after {
    width: 60%;
    transform: rotate(45deg) translate3d(-48%, 0, 0);
}


/* opened nav button */

.round-button:focus,
.round-button:focus::before {
    transform: rotate(90deg) translateZ(0);
}

Global deco *
/*
html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 2rem;
  background: #222;
  color: #fff;
  font-family: helvetica, arial, sans-serif;
  font-size: 1.4em;
  line-height: 1.5;
} */

.wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section#cssmenu {
    display: inline-block;
    border: .5rem solid #000;
    vertical-align: top;
    margin-bottom: .5rem;
    ;
    padding: 1rem 2rem 4rem;
    text-align: center;
    /*  background: #efefef;*/
    flex: 1 0 25%;
}


/*
h1,
h2 {
  margin-top: 0;
  margin-bottom: 1rem;
  
}

h1 {
  font-size: 2.8rem;
  color: #bbb;
}

h2 {
  margin-top: 2rem;
  color: #333;
}

a {
  color: #bbb
}
*/

/****************  CSS POUR TESTS JQUERY ***************/
.boite {
padding: 10px;
background-color: rgba(0,0,0,0.5);
border: 1px solid rgba(0,0,0,0.7);
font-style: italic;
font-size: 90%;
}
button:focus, button:hover{
opacity: 0.8;
}
button:focus{
cursor: default;
}

.red {
    color: red;
}
.bg-red{
    background: red;
}

#page .accordion h3 {
    color: red;
}

#tabs>ul {
    display: flex;
    justify-content: space-around;
}

#tabs a {
    text-decoration: none;
    color: white;
    font-size: 14px;
    display: block;
    padding: 10px 5px;
/*    background: black;*/
}
#tabs li {
    background: black;
    width: 30%;
}

#colonne #tabs .ui-state-active, #colonne #tabs .ui-state-focus {
    background: white;
}

#colonne #tabs .ui-state-active a, #colonne #tabs .ui-state-focus a {
color: black;
}

#tabs p {
    font-size: 14px;
    line-height: 16px;
}

#scrolltotop {
    position: fixed;
    right: 2%;
    top: 90%;
}

#scrolltotop a {
    color: #4a4a4a;
}

/*******************  AFFICHAGE MOBILE  ************/

@media screen and (max-width: 1172px) {
    #conteneur,
    .contenu,
    #menu,#page {
        width: 99%;
    }
    ul.menu1 {
        position: absolute;
        top: 15px;
        right: 0px;
    }
    #page {
        width: 70%;
        padding-right: 30px;
    }
    #colonne {
        width: 30%;
    }
    .cadre{
        width: 100%;
    }
    #page img{
        margin-left: 15px;
    }
    #newsletter input{
        width: 100%;
    }
}

@media screen and (max-width:750px) {
    #conteneur {
        width: 99%;
        padding: 0;
        margin: 0;
    }
    #page {
        width: 100%;
        border-right: 0;
        min-height: 0;
    }
    #colonne {
        width: 90%;
    }
    #page img {
        margin-left: 15px;
}
    .cadre {
        width: 100%;
    }
    #menu li.hamburger {
        /* Affichage et position de l'icone hamburger  */
        display: block;
        width: 32px;
        position: absolute;
        right: 20px;
        top: 20px;
        cursor: pointer;
    }
    .menu1 {
        display: none;
        /* Disparition du menu horizontal */
    }
    .menu2 {
        display: none;
        /* Affichage du menu vertical */
    }
}

/*
@media screen and (max-device-width:440px) {
    input.valid{
        display: inline-block;
    }
}
*/
