responsive.css 17.5 KB
Newer Older
imac's avatar
imac committed
1 2 3

/* ------------------------*/ /* ---------->>> 1280 <<<-----------*/ /* ------------------------*/
@media screen and (max-width: 1280px) {
4 5 6 7 8 9 10 11 12
	#slides{
		width: 416px;
	}
	.element-slider{
		height: 416px;
	}
	.product-slides{
		padding-left: 5%;
	}
imac's avatar
imac committed
13 14 15
}
/* ------------------------*/ /* ---------->>> 1200 <<<-----------*/ /* ------------------------*/
@media screen and (max-width: 1200px) {
16 17 18 19 20 21 22 23 24 25
	/*FONTS*/
	.product-info .info-content h3, 
	.product-info .info-content h2{
		letter-spacing: 1px;
	}
	/*BTN*/
	.circle-btn{
		height: 80px;
		width: 80px;
	}
26 27 28 29
	.news-btn{
		height: 93px;
		width: 93px;
	}
30 31
	/*Product*/
	#slides{
imac's avatar
imac committed
32
		width: 300px;
33 34
	}
	.element-slider{
imac's avatar
imac committed
35 36 37 38
		height: 300px;
	}
	.slides-wrapper{
		width: 78%;
39 40
	}
	.slides-wrapper .gallery-content{
imac's avatar
imac committed
41
		max-width: 360px;
42 43 44 45 46 47 48
	}
	.slick-prev {
		left: -35px;
	}
	.slick-next {
		right: -35px;
	}
imac's avatar
imac committed
49 50 51
	.product-details {
		width: calc(44.7% - 5px);
	}
52
	.product-details form {
imac's avatar
imac committed
53
		width: 44%;
54 55 56 57 58 59 60 61
	}
	.product-details .list {
		padding: 20px 7px;
	}
	.pa_format ul li{
		margin-bottom: 10px;
	}
	.color-list input[type='radio']:after{
imac's avatar
imac committed
62 63
		height: 33px;
		width: 33px;
64 65 66 67 68 69 70 71 72 73
	}
	.pa_couleur li {
		margin-bottom: 10px;
	}
	.pa_couleur li.selected >input:first-child::before, 
	.list li.selected >span:first-child::after {
		height: 14px;
		width: 18px;
		background-size: 17px;
	}
imac's avatar
imac committed
74 75 76
	label.chevron.bottom {
		width: 100%;
	}
77
	.product-info {
imac's avatar
imac committed
78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93
		width: 56%;
	}
	.product-info .info-content{
		padding: 100px 10px;
	}
	.list .product-header {
		padding: 100px 0px 33px;
	}
	.rounded{
		padding: 7px 15px;
	}
	.rounded.download-btn:before {
		margin-right: 7px;
	}
	.nav-slider ul li:hover{
		width: 111%;
94
	}
95 96 97 98
	/*Uniqpaper*/
	.form-wrapper {
		padding: 80px 20px 20px;
	}
imac's avatar
imac committed
99 100 101 102
	/* Stories */
	.section .bloc{
		max-width: 75%;
	}
imac's avatar
imac committed
103 104 105 106 107 108 109 110 111 112 113
	/* Contact */
	.contact-wrapper .left-panel{
		width: 32.5%;
	}
	.contact-form,
	.search-filter{
		width: 50%;  
	}
	.contact-wrapper .form-wrapper{
		padding: 73px 20px 35px;
	}
imac's avatar
imac committed
114 115 116 117
}
/* ------------------------*/ /* ---------->>> 1024 <<<-----------*/ /* ------------------------*/

@media screen and (max-width: 1024px) {
imac's avatar
imac committed
118 119 120 121 122 123 124
	/* general */
	.half-col{
		width: 100%;
	}
	.rounded{
		min-width: 128px;
	}
125 126 127 128 129
	/*Home*/
	aside.news-wrapper{
		width: 40%;
		padding: 65px 20px;
	}
130 131 132 133 134 135 136 137 138 139 140 141 142 143 144
	/*Uniqpaper*/
	#uniqpaper .right-container .left-panel {
		width: 34%;
	}
	.floated-bloc{
		left: 20px;
		max-width: 80%;
	}
	.floated-bloc h2{
		font-size: 30px;
		line-height: 36px;
	}
	.floated-bloc .text-content{
		padding: 28px 16px;
	}
imac's avatar
imac committed
145 146 147 148
	/* Contact */
	.contact-form .footer{
		padding: 30px 22px 32px;
	}
imac's avatar
imac committed
149 150 151 152 153 154 155
	/* Catalogue */
	.right-container .left-panel{
		width: 37%;
	}
	.right-container .right-panel{
		padding: 0 27px;
	}
imac's avatar
imac committed
156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179
	/* Product */
	.slides-wrapper {
		width: 100%;
	}
	.product-images .close-panel{
		position: relative;
		left: inherit;
		float: left;
	}
	.product-images{
		padding: 39px 20px;
	}
	.product-slides {
		padding-left: 0px;
		width: 100%;
	}
	.product-slides .product-header{
		max-width: 300px;
		margin: 0 auto;
		padding-left: 0px;
	}
	.nav-slider ul{
		margin-left: 15px;
	}
imac's avatar
imac committed
180 181 182 183 184 185 186 187 188 189 190 191 192 193
	/* Phototheque */
	.phototheque-content .header h2{
		font-size: 30px;
		line-height: 36px;
	}
	.phototheque-content .nav-phototeque {
		padding: 40px 20px;
	}
	.phototheque-content nav{
		padding-left: 0px;
	}
	.nav-phototeque .nav-content{
		padding: 15px;
	}
imac's avatar
imac committed
194 195
}
/* ------------------------*/ /* ---------->>> 860 <<<-----------*/ /* ------------------------*/
196 197 198 199
@media screen and (min-width: 861px) {
	.nav-content{
		display: block !important;
	}
imac's avatar
imac committed
200 201 202
	.main-nav .footer{
		display: none;
	}
imac's avatar
imac committed
203 204 205 206 207 208
	.right-container{
		padding-top: 0 !important;
	}
	.filter-btn .btn-container{
		width: 30px !important;
	}
209 210 211
	#slides{
		height: auto !important;
	}
imac's avatar
imac committed
212 213 214
	.close-btn-mobile{
		display: none !important;
	}
imac's avatar
imac committed
215 216 217
	.right-panel-wrapper{
		top: 0px !important;
	}
218
}
imac's avatar
imac committed
219
@media screen and (max-width: 860px) {
220
	/* general */
imac's avatar
imac committed
221 222 223
	.container-bg{
		background-color: #071130;
	}
224 225 226
	.display--only-mobile{
		display: block;
	}
227 228 229 230
	.container-bg{
		left: 0;
		height: 100%;
		width: 100% !important;
imac's avatar
imac committed
231 232 233
		z-index: 9999999;
		position: fixed;
		top: 0 !important;
imac's avatar
imac committed
234 235
		bottom: auto;
		transform: translate3d(0,0,0);
236 237 238 239 240 241 242 243 244 245 246 247
	}
	.right-container{
		width: 100% !important;
	}
	.right-panel{
		width: 100% !important;
		float: none;
	}
	.rounded{
		padding: 8px 22px 11px;
	}
	/* Helper */
248 249 250 251 252 253 254 255 256 257 258 259
	.close-btn{
		top: 15px;
		width: 37px;
		height: 37px;
		right: 20px;
	}
	.close-btn:before, 
	.close-btn:after{
		left: 18px;
		height: 15px;
		top: 11px;
	}
260
	/* Header */
261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287
	.nav-content{
		display: none;
		padding-left:40px;
		height: calc (100vh + 200px) !important;
	}
	.nav-wrapper{
		height: auto;
		max-width: 100%;
		right: 0;
	}
	.nav-header{
		padding: 0 25px;
	}
	.header .logo{
		height: 50px;
		display: inline-block;
		background-size: 76px;
	}
	.pink-list:before{
		width: 52%;
	}
	.main-nav.slideInLeft {
		-webkit-animation-name: initial;
		-moz-animation-name: initial;
		-o-animation-name: initial;
		animation-name: initial;
	}
imac's avatar
imac committed
288 289 290
	.main-nav.nav-wrapper ul li ul{
		display: none !important;
	}
291 292 293 294 295 296 297 298 299 300
	/*Home*/
	.news-header{
		position: initial;
	}
	.news-btn{
		top: 120px;
		right: 34px;
	}
	aside.news-wrapper{
		width: 100%;
imac's avatar
imac committed
301
		z-index: 9999999;
302 303
		max-width: 100%;
		padding: 65px 10px;
imac's avatar
imac committed
304 305
		overflow: auto;
		position: fixed;
306 307 308 309 310 311 312
	}
	.news-header,
	.news-content{
		max-width: 430px;
		margin: 0 auto;
	}
	.news-header h2{
313 314 315 316 317 318 319 320 321 322
		font-size: 18px;
		line-height: 21px;
		letter-spacing: 0px;
	}
	/*Uniqpaper*/
	#uniqpaper .right-container .left-panel {
		position: relative;
		width: 100%;
		left: initial !important;
	}
imac's avatar
imac committed
323 324 325
	#uniqpaper .cover-wrapper{
		display: block;
	}
326 327 328 329 330 331 332 333 334 335 336
	.floated-bloc{
		position: relative !important;
		left: initial;
		top: initial;
		margin: 0 auto;
		padding: 51px 0px;
		max-width: 65%;
	}
	.floated-bloc .text-content{
		margin-top: 6px;
		padding: 20px 16px;
imac's avatar
imac committed
337 338 339 340
	}
	/* Stories */
	.section .bloc{
		max-height: 65%;
imac's avatar
imac committed
341
		bottom: calc(30% + 30px);
imac's avatar
imac committed
342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370
	}
	.bloc .desc-content{
		max-height: 50vh;
		overflow: auto;
	}
	.bloc h2{
		font-size: 30px;
		line-height: 36px;
	}
	.desc-content p,
	.desc-content h3{
		display: block;
		width: 100%;
	}
	.desc-content h3{
		margin-bottom: 15px;
	}
	#fullpage .chevron{
		left: 0 !important;
		height: 25px;
		width: 25px;
		bottom: 30px;
	}
	.chevron::after{
		height: 5px;
		width: 5px;
	}
	#fullpage .chevron.bottom::after {
		margin-top: 6px; 
371
	}
imac's avatar
imac committed
372 373 374 375 376 377
	/* Contact */
	.contact-wrapper .left-panel{
		position: relative;
		width: 100%;
		left: initial !important;
	}
imac's avatar
imac committed
378 379 380
	.contact-wrapper .right-panel{
		height: auto !important;
	}
imac's avatar
imac committed
381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402
	.left-panel .map{
		display: none;
	}
	.map{
		position: relative;
		top: initial;
		transform: none;
		-ms-transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
	}
	.filter, 
	.filter-wrapper .map, 
	.details, 
	.active-com{
		display: none;
	}
	.contact-form, .search-filter {
		width: 100%;
		height: auto !important;
	}
imac's avatar
imac committed
403
	.header-filter-contact .open-filter{
imac's avatar
imac committed
404 405
		cursor: pointer;
	}
406
	.header-filter-contact:after {
imac's avatar
imac committed
407 408 409 410 411
		content: '+';
		display: inline-block;
		font-size: 30px;
		line-height: 14px;
		display: inline-block;
412 413 414
		position: absolute;
		right: 22px;
		top: 3px;
imac's avatar
imac committed
415
	}
416
	.header-filter-contact.on:after{
imac's avatar
imac committed
417 418 419 420
		content: '';
		height: 2px;
		width: 16px;
		background: #182566;
imac's avatar
imac committed
421 422 423 424 425 426
	}
	.left-panel .map{
		display: none !important;
	}
	.contact-form{
		background: #fff;
imac's avatar
imac committed
427
		float: none;
imac's avatar
imac committed
428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443
	}
	.map {
		text-align: center;
		background: #f4f5f9;
	}
	.map object{
		max-width: 100%;
	}
	.separation{
		display: none;
	}
	.contact-wrapper .form-wrapper{
		padding: 16px 0px 0px;
		height: auto !important;
	}
	.contact-wrapper .form-wrapper h2{
444
		padding-left: 25px;
imac's avatar
imac committed
445
		padding-right: 21px;
446
		width: calc(100% - 20px);
imac's avatar
imac committed
447 448 449 450 451 452 453 454 455 456 457 458 459 460 461
	}
	.form-wrapper h2{
		padding-bottom: 24px;
	}
	.filter-wrapper{
		border-bottom: 1px solid rgba(26,26,26,0.1);
	}
	.contact-wrapper textarea{
		width: 100%;
		margin-bottom: 26px;
	}
	.contact-form .footer{
		position: relative !important;
		margin-top: 38px;
	}
imac's avatar
imac committed
462 463 464 465
	.contact-form .footer.fixed{
		position: fixed !important;
		bottom: 0;
	}
imac's avatar
imac committed
466 467 468 469 470 471 472 473 474 475 476 477 478
	.contact-wrapper .details,
	.contact-wrapper form{
		text-align: center;
		padding: 0 34px;
	}
	.commercial-details{
		padding: 0 34px;
	}
	div.wpcf7 .ajax-loader{
		display: none;
	}
	.commercial-details figure{
		margin-right: auto;
479
		margin-left: 0px;
imac's avatar
imac committed
480
	}
imac's avatar
imac committed
481 482 483 484 485 486 487 488 489 490 491 492 493 494
	/* Catalogue */
	#catalogue .left-panel{
		width: 0;
	}
	.cover-wrapper{
		display: none;
	}
	.right-container .left-panel{
		z-index: 999999;
		left: 0 !important;
	}
	#catalogue .right-container .right-panel {
		padding: 0px;
	}
495 496 497
	#catalogue .right-container .right-panel .panel-content{
		padding-bottom: 55px;
	}
imac's avatar
imac committed
498 499 500 501
	.product-list ul{
		top: initial;
		bottom: 5px;
	}
imac's avatar
imac committed
502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560
	.filter-btn .btn-container{
		left: 0px;
		position: fixed;
		left: 0;
		right: 0;
		width: 100% !important;
		height: 38px;
		bottom: 0px;
		z-index: 99999999999999;
		opacity: 1;
		text-align: center;
	}
	.filter-btn span{
		display: inline-block;
		text-align: center;
		-webkit-transform: none; 
		-moz-transform: none; 
		filter: none;
		top: 0;
		line-height: 38px;
		bottom: 10px;
	}
	.filter-btn span:before{
		bottom: 9px;
	}
	.filter-wrapper .close-btn{
		top: 22px;
		width: 25px;
		height: 25px;
		right: 0px;
	}
	.filter-wrapper .close-btn:before, 
	.filter-wrapper .close-btn:after {
		left: 12px;
		height: 10px;
		top: 7px;
	}
	.filter-list{
		width: 100%;
		left: 0 !important;
		padding: 80px 26px 15px 35px;
		overflow: auto;
		margin-left: 0px;
	}
	.filter-list .top-header{
		position: fixed;
		left: 0;
		right: 0;
		background: #fff;
		z-index: 9999;
		padding-top: 27px;
		left: 20px;
		right: 18px;
		padding-bottom: 25px;
	}
	.top-header span{
		font-size: 14px;
		line-height: 16px;
	}
imac's avatar
imac committed
561 562
	.commercial-details.active-com figure{
		margin-left: 0;
imac's avatar
imac committed
563
	}
564
	.commercial-details,
imac's avatar
imac committed
565 566 567 568
	.filter-bloc{
		width: 82%;
		margin: 0 auto 9px;
	}
569 570 571 572 573 574
	.filter-bloc .commercial-details{
		width: 100%;
	}
	.filter-bloc  .commercial-details figure{
		margin-left: auto;
	}
imac's avatar
imac committed
575 576 577 578 579 580 581
	.panel section > h2{
		font-size: 25px;
		padding: 40px 35px 16px;
	}
	.panel .product-list{
		padding: 0 35px;
	}
imac's avatar
imac committed
582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703
	.cover-mobile .cover-desc-wrapper{
		width: 80%;
		max-width: 300px;
	}
	/* Product */
	.product-images{
		width: 100% !important;
		display: block;
		margin-bottom: 19px;
	}
	#slides {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
		z-index: 99999;
		padding-top: 0;
		height: 500px;
	}
	.slides-wrapper .row{
		display: block;
	}
	.slides-wrapper{
		width: 72%;
		margin: 0 auto;
		height: 100%;
	}
	.slides-wrapper .gallery{
		overflow: initial !important;
	}
	.element-slider{
		height: 100%;
		width: 100%;
	}
	.slick-track,
	.slick-list{
		height: 100% !important;
	}
	.product-details{
		height: 100% !important;
		position: relative;
		float: none;
	}
	.product-details form,
	.product-details .list,
	.product-details{
		width: 100%;
		max-width: 100%;
	}
	.product-details .list{
		border-top: 1px solid rgba(26,26,26,0.1);
		border-bottom: 1px solid rgba(26,26,26,0.1);
		padding: 26px 0px 19px;
		border-left: none;
	}
	.product-info.border-l:before,
	.list.border-l:before{
		display: none;
	}
	.product-details .list:last-child{
		border-top: 0px;
	}
	.list li{
		display: inline-block;
		margin-bottom: 0px;
	}
	.format-list input[type='radio'], 
	.color-list input[type='radio']{
		margin: 0 5px;
	}
	.list .product-header,
	.product-details .list ul{
		display: inline-block;
		vertical-align: top;
	}
	.list .product-header{
		padding: 0px;
		margin-right: 0px;
		vertical-align: top;
		width: 20%;
		padding-top: 11px;
	}
	.slides-wrapper .gallery-content {
		max-width: 80%;
	}
	.slides-wrapper .gallery-content .close-btn{
		right: -45px;
		display: none !important;
	}
	.product-details .list ul{
		width: 100%;
		text-align: left;
		padding-right: 10px;
		display: flex;
	}
	.nav-slider ul .icon{
		display: inline-block;
	}
	.product-slides .close-btn{
		display: none;
		position: relative;
		float: right;
		top: 0px;
	}
	.product-slides .product-header {
		max-width: 72%;
	}
	.product-header .chevron.bottom::after {
		transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
	}
	.product-header .chevron::after {
		height: 7px;
		width: 7px;
		display: inline-block;
		vertical-align: top;
		margin-top: 0;
		margin-left: 15px;
	}
	.product-info {
imac's avatar
imac committed
704
		width: 100% !important;
imac's avatar
imac committed
705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723
		padding-bottom: 43px;
		margin-bottom: 11px;
	}
	.product-info .info-content{
		padding: 50px 10px 27px;
	}
	#product .chevron:after{
		top: 7px;
	}
	.rotate.chevron.bottom::after{
		top: 10px !important;
	}
	.info-content .details{
		display: block;
	}
	.product-details{
		position: relative;
		display: block;
		right: initial !important;
imac's avatar
imac committed
724
		width: 100% !important;
imac's avatar
imac committed
725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768
	}
	.product-details .list-wrapper{
		width: 79%;
		display: inline-block;
	}
	.show-product{
		display: none;
	}
	.product-info .btn-list a{
		display: block;
		width: 200px;
		margin: 0 auto;
		padding: 9px 0px;
		margin-bottom: 10px;
	}
	.product-list .suggest-header .close-btn{
		display: none;
	}
	#product .product-list{
		position: relative;
		display: block;
		height: 0;
		left: initial;
		right: initial !important;
		width: 100%;
		opacity: 0;
		padding-top: 20px;
	}
	#product .product-list.open{
		height: auto;
	}
	#product .product-list-content{
		padding-bottom: 28px;
	}
	.suggest-header h2{
		margin-bottom: 18px;
	}
	#product .product-list article{
		display: inline-block;
		width: 150px;
		margin-bottom: 10px;
	}
	.product-list figure{		
		max-width: 146px;
769
		height: 154px !important;
imac's avatar
imac committed
770 771 772 773 774 775 776 777 778 779 780 781 782 783
	}
	.product-list figure img {
		height: 154px;
		object-fit: cover;
	}
	.product-list article h3{
		margin-top: 11px;
	}
	#product label.chevron.bottom:after{
		top: 2px;
	}
	.pa_format ul li img{
		margin-top: 0px;
	}
784 785 786 787
	.pa_format ul li {
		max-width: 60px;
		margin: 0 10px;
	}
imac's avatar
imac committed
788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809
	/* Page CMS */
	.phototheque-content .nav-phototeque{
		width: 100%;
		position: relative;
		max-width: 100%;
		border-right: none;
	}
	.phototheque-content nav{
		width: 100%;
		padding-left: 0px;
	}
	.phototheque-content .header h2{
		max-width: 60%;
	}
	.gallery-wrapper{
		width: 100% !important;
		margin-left: 0px !important;
	}
	.legacy{
		padding-top: 10px;
		max-width: 80%;
	}
imac's avatar
imac committed
810 811 812 813 814 815 816 817
	/* Phototheque */
	.nav-phototeque .nav-content{
		display: block;
		height: auto !important;
	}
	.phototheque-content nav ul ul{
		display: none ;
	}
818 819 820 821 822
	/* form */
	.form-wrapper{
		padding: 23px 20px 20px;
	}
	.coord {
imac's avatar
imac committed
823
		width: 80%;
824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855
		margin: 0 auto;
		padding-bottom: 20px;
	}
	.files{
		width: 64%;
		margin-left: 7px;
	}
	.file-wrapper{
		margin-top: 24px;
	}
	.image-icon {
		height: 86px;
		width: 86px;
		background-size: 86px;
	}
	.form-wrapper h2{
		padding-bottom: 21px;
	}
	select, input[type ="text"], 
	input[type="email"], 
	input[type="tel"], 
	input[type="password"], 
	textarea{
		line-height: 25px;
		padding: 0 14px 3px;
	}
	textarea{
		width: 80%;
		display: block;
		margin: 0 auto;
		line-height: 13px;
		padding-top: 9px;
856 857
	}
	/*footer*/
imac's avatar
imac committed
858
	footer{
859
		display: none;
imac's avatar
imac committed
860
		height: 0;
861
	}
imac's avatar
imac committed
862
}
863
/*END (max-width: 860px) */
imac's avatar
imac committed
864 865
/* ------------------------*/ /* ---------->>> 620 <<<-----------*/ /* ------------------------*/
@media screen and (max-width: 620px) {
866 867 868
	.floated-bloc{
		max-width: 85%;
	}
imac's avatar
imac committed
869 870 871 872 873 874 875 876
	/* Catalogue */
	.mobile-nav li.current ul li{
		width: 50%;
		padding-bottom: 3px;
	}
	.panel section > h2{
		font-size: 20px;
	}
imac's avatar
imac committed
877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939
	/* Product */
	.product-header .chevron::after{
		margin-left: 7px;
	}
	.product-details .list-wrapper{
		width: 78%;
	}
	.product-details .list{
		padding: 26px 0px 5px;
	}
	.product-slides .product-header{
		padding: 22px 0px 11px;
		max-width: 75%;
	}
	.product-images{
		padding: 39px 0px;
	}
	.chevron::after, 
	.slick-arrow::before{
		height: 7px;
		width: 7px;
	}
	.slides-wrapper{
		width: 75%;
	}
	.nav-slider ul {
		margin-left: 5px;
	}
	.slick-prev {
		left: -40px;
	}
	.product-images .btn-wrapper{
		display: block;
		width: 75%;
		float: none;
		margin: 0 auto;
	}
	.product-images .btn-wrapper .circle-btn{
		float: left;
		height: 70px;
		width: 70px;
	}
	.backlink{
		font-size: 8px;
	}
	.backlink:after{
		background-size: 17px;
		width: 18px;    
		height: 4px;
		margin-left: 24px;
	}
	.nav-slider ul li{
		margin-bottom: 7px;
	}
	#product .product-list article{
		width: 148px;
	}
	#product .product-list-content {
		padding: 0px 9px 20px;
	}
	.product-list .suggest-header {
		margin: 0px 9px;
	}
imac's avatar
imac committed
940 941 942 943 944 945 946 947 948 949 950
	/* CMS */
	.legacy{
		max-width: 100%;
	}
	.legacy h2 {
		font-size: 20px;
		line-height: 22px;
	}
	.phototheque-content .header h2{
		max-width: 100%;
	}
imac's avatar
imac committed
951 952 953
}
/* ------------------------*/ /* ---------->>> 420 <<<-----------*/ /* ------------------------*/
@media screen and (max-width: 420px) {
imac's avatar
imac committed
954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975
	/* Catalogue */
	.panel .product-list article{
		width: 145px;
	}
	.panel .product-list article figure{
		height: 145px;
		width: 145px;
	}
	.right-container .right-panel {
		padding: 0 10px;
	}
	.panel .product-list{
		padding: 0 10px;
	}
	.cover-mobile{
		height: 187px;
	}
	.panel section > h2 {
		line-height: 24px;
		padding: 40px 9px 16px;
		letter-spacing: 0px;
	}
imac's avatar
imac committed
976 977 978 979 980
	/* Product */
	.slides-wrapper .gallery article{
		margin-bottom: 10px;
	}
	.slides-wrapper .gallery-content {
981 982
		max-width: 90%;
	}
imac's avatar
imac committed
983 984 985 986 987 988 989 990 991 992 993
	/* Stories */
	.section .bloc{
		left: 0;
		right: 0;
		margin : 0 auto;
		bottom: 30%;
	}
	.bloc h2 {
		width: calc(90% - 45px);
		vertical-align: top;
	}
imac's avatar
imac committed
994 995 996 997 998
	/* ACCES PRO */
	.popup,
	.popup-first .inner {
		width: 90%;
	}
imac's avatar
imac committed
999 1000 1001
	/* CMS */
	.gallery-wrapper {
		padding: 0px 10px 40px;
imac's avatar
imac committed
1002
		/*padding: 0px;*/
imac's avatar
imac committed
1003 1004 1005 1006 1007 1008 1009 1010 1011
	}
	.legacy p {
		padding-bottom: 10px;
	}
	.legacy h2{
		font-size: 16px;
		line-height: 18px;
		padding-top: 15px;
	}
imac's avatar
imac committed
1012
}
1013 1014 1015
/* (landscape) ----------- */
@media screen and (max-height : 500px) {
	.news-btn {
imac's avatar
imac committed
1016
		top: 85px;
1017
	}
imac's avatar
imac committed
1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035
	/*stories*/
	.section .bloc {
		top: 10px;
		bottom: initial;
	}
	.bloc .desc-content {
		max-height: 40vh;
		padding: 20px;
	}
	#fullpage .chevron{
		bottom: 15px;
	}
}
@media screen and (max-height : 420px) {
	.contact-form .footer.fixed,
	.contact-form .footer{
		position: relative !important;
	}
imac's avatar
imac committed
1036
}