123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724 |
- @media screen and (max-width: 1450px) {
- header{
- &> nav{
- width: 90%!important;
- }
- }
- }
- @media screen and (max-width: 1080px) {
- header{
- &> nav{
- width: 100%!important;
- }
- }
- }
- @media screen and (max-width: 1024px) {
- header nav{
- position: relative;
- width: 90%!important;
- .dropmenu{
- background: white;
- display: none;
- position: absolute;
- left: -6%;
- top: 100px;
- width: auto!important;
- height: auto;
- &>ul{
- -webkit-box-orient: vertical!important;
- -webkit-box-direction: normal!important;
- -ms-flex-direction: column!important;
- flex-direction: column!important;
- -webkit-box-align: start;
- -ms-flex-align: start;
- align-items: flex-start;
- &>li{
- text-align: left;
- padding: 0 20px;
- &>ul{
- margin: auto;
- position: relative;
- &>li{
- text-align: left;
- margin-left: 10px;
- a{
- font-family: $Regular;
- }
- }
- }
- &> a{
- border: none;
- line-height: 2rem;
- }
- }
- }
- &.active{
- display: block;
- }
- }
- .logo{
- margin: auto;
- }
- .navTrigger {
- cursor: pointer;
- width: 30px;
- height: 25px;
- margin: auto 0;
- left: 0;
- top: 0;
- bottom: 0;
- }
- .navTrigger i {
- background-color: $light-blue;
- border-radius: 2px;
- content: '';
- display: block;
- width: 100%;
- height: 4px;
- }
- .navTrigger i:nth-child(1) {
- -webkit-animation: outT 0.8s backwards;
- animation: outT 0.8s backwards;
- -webkit-animation-direction: reverse;
- animation-direction: reverse;
- }
- .navTrigger i:nth-child(2) {
- margin: 5px 0;
- -webkit-animation: outM 0.8s backwards;
- animation: outM 0.8s backwards;
- -webkit-animation-direction: reverse;
- animation-direction: reverse;
- }
- .navTrigger i:nth-child(3) {
- -webkit-animation: outBtm 0.8s backwards;
- animation: outBtm 0.8s backwards;
- -webkit-animation-direction: reverse;
- animation-direction: reverse;
- }
- .navTrigger.active i:nth-child(1) {
- -webkit-animation: inT 0.8s forwards;
- animation: inT 0.8s forwards;
- }
- .navTrigger.active i:nth-child(2) {
- -webkit-animation: inM 0.8s forwards;
- animation: inM 0.8s forwards;
- }
- .navTrigger.active i:nth-child(3) {
- -webkit-animation: inBtm 0.8s forwards;
- animation: inBtm 0.8s forwards;
- }
- @-webkit-keyframes inM {
- 50% {
- -webkit-transform: rotate(0deg);
- }
- 100% {
- -webkit-transform: rotate(45deg);
- }
- }
- @keyframes inM {
- 50% {
- -webkit-transform: rotate(0deg);
- transform: rotate(0deg);
- }
- 100% {
- -webkit-transform: rotate(45deg);
- transform: rotate(45deg);
- }
- }
- @-webkit-keyframes outM {
- 50% {
- -webkit-transform: rotate(0deg);
- }
- 100% {
- -webkit-transform: rotate(45deg);
- }
- }
- @keyframes outM {
- 50% {
- -webkit-transform: rotate(0deg);
- transform: rotate(0deg);
- }
- 100% {
- -webkit-transform: rotate(45deg);
- transform: rotate(45deg);
- }
- }
- @-webkit-keyframes inT {
- 0% {
- -webkit-transform: translateY(0px) rotate(0deg);
- }
- 50% {
- -webkit-transform: translateY(9px) rotate(0deg);
- }
- 100% {
- -webkit-transform: translateY(9px) rotate(135deg);
- }
- }
- @keyframes inT {
- 0% {
- -webkit-transform: translateY(0px) rotate(0deg);
- transform: translateY(0px) rotate(0deg);
- }
- 50% {
- -webkit-transform: translateY(9px) rotate(0deg);
- transform: translateY(9px) rotate(0deg);
- }
- 100% {
- -webkit-transform: translateY(9px) rotate(135deg);
- transform: translateY(9px) rotate(135deg);
- }
- }
- @-webkit-keyframes outT {
- 0% {
- -webkit-transform: translateY(0px) rotate(0deg);
- }
- 50% {
- -webkit-transform: translateY(9px) rotate(0deg);
- }
- 100% {
- -webkit-transform: translateY(9px) rotate(135deg);
- }
- }
- @keyframes outT {
- 0% {
- -webkit-transform: translateY(0px) rotate(0deg);
- transform: translateY(0px) rotate(0deg);
- }
- 50% {
- -webkit-transform: translateY(9px) rotate(0deg);
- transform: translateY(9px) rotate(0deg);
- }
- 100% {
- -webkit-transform: translateY(9px) rotate(135deg);
- transform: translateY(9px) rotate(135deg);
- }
- }
- @-webkit-keyframes inBtm {
- 0% {
- -webkit-transform: translateY(0px) rotate(0deg);
- }
- 50% {
- -webkit-transform: translateY(-9px) rotate(0deg);
- }
- 100% {
- -webkit-transform: translateY(-9px) rotate(135deg);
- }
- }
- @keyframes inBtm {
- 0% {
- -webkit-transform: translateY(0px) rotate(0deg);
- transform: translateY(0px) rotate(0deg);
- }
- 50% {
- -webkit-transform: translateY(-9px) rotate(0deg);
- transform: translateY(-9px) rotate(0deg);
- }
- 100% {
- -webkit-transform: translateY(-9px) rotate(135deg);
- transform: translateY(-9px) rotate(135deg);
- }
- }
- @-webkit-keyframes outBtm {
- 0% {
- -webkit-transform: translateY(0px) rotate(0deg);
- }
- 50% {
- -webkit-transform: translateY(-9px) rotate(0deg);
- }
- 100% {
- -webkit-transform: translateY(-9px) rotate(135deg);
- }
- }
- @keyframes outBtm {
- 0% {
- -webkit-transform: translateY(0px) rotate(0deg);
- transform: translateY(0px) rotate(0deg);
- }
- 50% {
- -webkit-transform: translateY(-9px) rotate(0deg);
- transform: translateY(-9px) rotate(0deg);
- }
- 100% {
- -webkit-transform: translateY(-9px) rotate(135deg);
- transform: translateY(-9px) rotate(135deg);
- }
- }
- }
- .gal{
- .title_gal{
- top: 15vw!important;
- max-width: 60%!important;
- }
- }
- #item{
- .content{
- .icones{
- -ms-flex-wrap: nowrap!important;
- flex-wrap: nowrap!important;
- }
- }
- }
- #item .demander-votre-devis,
- #sublog .demander-votre-devis{
- width: 300px!important;
- height: 110px!important;
- a{
- display: -webkit-inline-box!important;
- display: -ms-inline-flexbox!important;
- display: inline-flex!important;
- }
- p:nth-of-type(2){
- display: none!important;
- }
- img{
- margin-left: 20px!important;
- margin-top: 0px!important;
- }
- }
- #devis{
- .txt{
- width: 35%!important;
- }
- .demander-votre-devis{
- -webkit-transform: translate(0%, -125%)!important;
- transform: translate(0%, -125%)!important;
- }
- }
- #newsletter #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper.embedForm{
- width: 50%!important;
- }
- }
- @media screen and (max-width: 960px) {
- .gal{
- .title_gal{
- max-width: 80%!important;
- top: 15vw!important;
- }
- .content_gal{
- width: 2%!important;
- }
- }
- .bandeau{
- .img{
- width: 100%!important;
- }
- .title_gal{
- top:25vw!important;
- right: 5%!important;
- max-width: 70%!important;
- }
- }
- .entete .entete_c{
- width: 95%!important;
- margin: 30px auto!important;
- }
- .content{
- width: 80%!important;
- }
- .sidebar{
- position: relative!important;
- width: 350px!important;
- margin: 0 auto!important;
- }
- #devis{
- .title{
- width: 100%!important;
- height: auto!important;
- -webkit-transform: translateX(0px)!important;
- transform: translateX(0px)!important;
- border-radius: 0px!important;
- h4{
- font-size: 1.3rem!important;
- margin: 15px auto 0 auto!important;
- -webkit-transform: translateY(0%)!important;
- transform: translateY(0%)!important;
- }
- }
- .txt{
- width: 100%!important;
- height: auto!important;
- background: $red!important;
- margin: auto!important;
- p{
- color: white!important;
- padding: 15px 55px !important;
- strong{
- font-size: 1rem!important;
- }
- }
- }
- .img{
- width: auto!important;
- height: auto!important;
- min-height: 200px!important;
- }
- }
- #devis.item .title, #devis.sublog .title{
- border-radius: 30px!important;
- }
- #sublog{
- .txt{
- width:100%!important;
- .content_txt{
- width: 100%!important;
- }
- p{
- padding: 0!important;
- }
- }
- .content_salle{
- width: 70%!important;
- z-index: 2;
- left: 50%!important;
- -webkit-transform: translateX(-50%);
- transform: translateX(-50%);
- .header-salles{
- display: -webkit-inline-box;
- display: -ms-inline-flexbox;
- display: inline-flex;
- -webkit-box-pack: justify;
- -ms-flex-pack: justify;
- justify-content: space-between;
- img{
- display: block!important;
- margin: auto;
- width: 20px;
- height: 20px;
- cursor: pointer;
- }
- }
- }
- .mapsalles{
- width: 100%!important;
- }
- }
- #sublog .demander-votre-devis{
- width: 300px!important;
- height: 110px!important;
- a{
- display: -webkit-inline-box!important;
- display: -ms-inline-flexbox!important;
- display: inline-flex!important;
- }
- p:nth-of-type(2){
- display: none!important;
- }
- img{
- margin-left: 20px!important;
- margin-top: 0px!important;
- }
- }
- #item .demander-votre-devis{
- width: 300px!important;
- height: 110px!important;
- a{
- display: -webkit-inline-box!important;
- display: -ms-inline-flexbox!important;
- display: inline-flex!important;
- }
- p:nth-of-type(2){
- display: none!important;
- }
- img{
- margin-left: 20px!important;
- margin-top: 0px!important;
- }
- }
- .start:not(#form)#archive, .start:not(#form)#calendrier{
- width: 80%!important;
- }
- .start:not(#form) .body-wrapper .card{
- width: calc((100% / 2) - 20px)!important;
- }
- .start#form .body-wrapper form{
- width: 90%!important;
- }
- .start#form .body-wrapper form > div.button-wrapper button{
- margin-right: 5%!important;
- }
- .sidebar{
- width: 50%!important;
- padding: 20px 0;
- &::before{
- display: block;
- width: 100vw;
- height: 100%;
- content: '';
- background-image: url(/user/themes/lecampus/images/Trame-bleu2.svg);
- background-repeat: repeat;
- position: absolute;
- top: 0;
- margin-left: -27vw;
- z-index: -1;
- }
- }
- .start:not(#form) .body-wrapper .event{
- width: 90%!important;
- }
- .start:not(#form)#event .title{
- width: 90%!important;
- }
- #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper.embedForm{
- width: 70%!important;
- }
- }
- @media screen and (max-width: 768px) {
- #devis{
- .demander-votre-devis{
- -webkit-transform: translate(50%, -125%)!important;
- transform: translate(50%, -125%)!important;
- }
- }
- #newsletter #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper.embedForm{
- width: 80%!important;
- }
- }
- @media screen and (max-width: 750px) {
- .start{
- .demander-votre-devis{
- display: none;
- }
- }
- #item{
- .bandeau{
- .img{
- width: 100%;
- height: auto;
- }
- }
- .body-wrapper{
- .images_s{
- display: none;
- }
- .content_s{
- width: 90%!important;
- p{
- padding: 0!important;
- }
- }
- .icones{
- margin: 20px 0 0 0!important;
- .icon{
- height: auto!important;
- max-width: 100%!important;
- p{
- padding: 0!important;
- }
- }
- }
- }
- }
- .content{
- margin: 2rem auto!important;
- width: 90%!important;
- p{
- padding: 40px 20px!important;
- }
- }
- .gal .title_gal{
- display: none!important;
- }
- .entete{
- padding: 0!important;
- p{
- font-size: 1.1rem;
- line-height: 1.5rem;
- }
- }
- #home .content > p{
- width: 100%!important;
- &:not(:last-child){
- strong{
- font-size: 1.1rem;
- }
- }
- }
- #reco{
- .item{
- border: none!important;
- margin: 10px 0!important;
- padding-left: 0!important;
- }
- }
- .sidebar{
- width: 90%!important;;
- text-align: center;
- &:before{
- margin-left: -8vw;
- }
- h2{
- margin: auto;
- }
- h3{
- font-size: 1.1rem;
- }
- .side-all-agenda{
- margin: auto;
- float: none!important;
- }
- }
- #devis{
- .title, .txt{
- padding: 0 5%;
- p{
- padding: 15px 0!important;
- }
- }
- .demander-votre-devis{
- -webkit-transform: translate(0%,-120%)!important;
- transform: translate(0%,-120%)!important;
- }
- }
- #newsletter{
- #mc_embed_signup{
- border: none!important;
- width: 280px!important;
- padding: 0!important;
- #mc_embed_signup_scroll{
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -ms-flex-direction: column;
- flex-direction: column;
- input{
- width: 280px!important;
- }
- }
- #form{
- width: auto;
- }
- label{
- width: 280px!important;
- border: 2px solid white;
- border-radius: 20px;
- margin-bottom: 10px;
- }
- & > input{
- margin-top: 10px;
- }
- .clear{
- input{
- margin: 10px 0 0 0!important;
- }
- }
- }
- }
- #footer .block{
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -ms-flex-direction: column;
- flex-direction: column;
- p{
- margin-bottom: 10px;
- text-align: center;
- border: none!important;
- &:nth-of-type(1){
- img{
- float: none;
- }
- }
- }
- }
- #sublog {
- .bandeau{
- height: auto;
- .img{
- width: 100%;
- height: auto;
- }
- }
- .title_gal{
- display: none;
- }
- .content_salle{
- width: 90%!important;
- top: 200px!important;
- p{
- padding: 0px 10px!important;
- }
- }
- .mapsalles{
- width: 100%!important;
- }
- } .start:not(#form)#archive, .start:not(#form)#calendrier{
- width: 90%!important;
- .cat {
- height: auto!important;
- .btn-group{
- &:nth-child(1){
- width: 75%;
- }
- label{
- margin-bottom: 10px;
- }
- }
- }
- }
- .start:not(#form) .body-wrapper .card{
- width: 100%!important;
- }
- .start:not(#form) .body-wrapper .event .card-content{
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -ms-flex-direction: column;
- flex-direction: column;
- .reso{
- width: 100%!important;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -ms-flex-pack: distribute;
- justify-content: space-around;
- }
- .txt{
- width: 100%!important;
- }
- }
- #default{
- .header-wrapper{
- width: 100%!important;
- text-align: center;
- .title{
- width: 90%!important;
- }
- }
- }
- #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper.embedForm{
- width: 90%!important;
- }
- #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal{
- display: block!important;
- }
- #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent label{
- white-space: normal!important;
- }
- #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent{
- border: 1px solid white!important;
- border-radius: 30px;
- margin-bottom: 20px;
- }
- #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal {
- border:none!important;
- border-radius: 0px!important;
- }
- #mlb2-985974.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input{
- text-align: center;
- }
- #tarteaucitronRoot #tarteaucitronAlertBig{
- padding: 10px 0!important;
- }
- }
|