html {
	opacity: 0;
	margin: 0;
	cursor: url("../pics/cursor1.webp"), url("../pics/cursor1.cur"), auto;
}

header,
body {
	margin: 0;
}

a {
	cursor: url("../pics/cursor2.webp"), url("../pics/cursor2.cur"), pointer;
}

/*HEADER*/
#headC img,
#headS img {
	width: 100%;
	height: auto;
}

#headC,
#headS {
	opacity: 0;
}

#logoC {
	position: absolute;
	opacity: 0;
	padding: 10px;
	right: 0;
	width: 30%;
	height: auto;
}

#logoS {
	position: absolute;
	opacity: 0;
	padding: 25px;
	right: 0;
	width: 80%;
	height: auto;
}

#logoC img,
#logoS img {
	-webkit-filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, .5));
	filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, .5));
	width: 100%;
}

#fHC {
	position: absolute;
	left: -50vw;
 	border-top : 17.5vw solid transparent;
 	border-bottom : 17vw solid transparent;
 	border-left : 50vw solid rgba(15, 82, 111, 1);
}

#fHS {
	position: absolute;
	left: -50vw;
 	border-top : 72.5vw solid transparent;
 	border-bottom : 47vw solid transparent;
 	border-left : 75vw solid rgba(15, 82, 111, 1);
}

#fHClairC {
	position: absolute;
 	border-top : 17.5vw solid transparent;
 	border-bottom : 17vw solid transparent;
 	border-left : 5vw solid rgba(46, 206, 206, 1);
}

#fHClairS {
	position: absolute;
 	border-top : 66.5vw solid transparent;
 	border-bottom : 45.5vw solid transparent;
 	border-left : 11vw solid rgba(46, 206, 206, 1);
}

#fHBlancC {
	position: absolute;
 	border-top : 17.5vw solid transparent;
 	border-bottom : 17vw solid transparent;
 	border-left : 6vw solid rgba(255, 255, 255, 1);
}

#fHBlancS {
	position: absolute;
 	border-top : 66.5vw solid transparent;
 	border-bottom : 45.5vw solid transparent;
 	border-left : 13vw solid rgba(255, 255, 255, 1);
}

.remOpa {
	opacity: 0;
	transition: .8s;
  	-webkit-transition: .8s;
  	-o-transition: .8s;
}

.opaPag {
	opacity: 1;
	transition: .8s;
  	-webkit-transition: .8s;
  	-o-transition: .8s;
}
/*HEADER*/

/*MENU*/
#menuS,
#menuC {
	display: none;
	padding: 20px 0px;
	-webkit-filter: drop-shadow(-3px -3px 8px #fff );
  	filter: drop-shadow(-3px -3px 8px #fff);
	background: linear-gradient(to bottom right, rgba(15, 82, 111, 1), rgba(46, 206, 206, .9));
}

#menuC div:hover {
	cursor: url("../pics/cursor2.webp"), url("../pics/cursor1.cur"), auto;
}

#menuS a,
#menuC a {
	cursor: url("../pics/cursor2.webp"), url("../pics/cursor1.cur"), auto;
	text-decoration: none;
	color: white;
}

#menuC {
	width: 100%;
	font-family: Acumin;
	text-align: center;
	font-size: 26px;
}

#menuC div {
	opacity: 0;
	padding: 15px;
	margin-left: 10px;
	margin-right: 10px;
	display: inline-block;
	cursor: pointer;
	color: white;
	border: double 2px white;
	background: linear-gradient(to bottom right, rgba(15, 82, 111, 1), rgba(46, 206, 206, .9));
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

#menuC a:hover {
	color: black;
	text-shadow: 2px 2px 2px rgba(255, 255, 255, 1);
}

#menuC div:hover {
	color: black;
	transform: scale(1.2);
	transition: all 0.20s linear 0s;
	-o-transition: all 0.20s linear 0s;
	-ms-transition: all 0.20s linear 0s;
	-moz-transition: all 0.20s linear 0s;
	-webkit-transition: all 0.20s linear 0s;
	background: linear-gradient(to bottom right, rgba(46, 206, 206, .9), rgba(15, 82, 111, 1));
}

#menuS {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	border-top: double 5px white;
	border-bottom: double 5px white;
	background: linear-gradient(to top left, rgba(15, 82, 111, .8) 40%, rgba(46, 206, 206, .8));
	width: 100%;
	font-family: Acumin;
	text-align: center;
	z-index: 1;
}

#menuS div {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

#menuS a:hover {
	color: black;
	text-shadow: 1px 1px 2px rgba(255, 255, 255, 1);
}

#menuBt {
	-webkit-filter: drop-shadow(-3px -3px 8px #fff );
  	filter: drop-shadow(-3px -3px 8px #fff);
	text-align: center;
}

#btMenuOp {
	opacity: 0;
	filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 1));
	cursor: url("../pics/cursor2.webp"), url("../pics/cursor2.cur"), pointer;
	background: linear-gradient(to top left, #0f526f 40%, #2ecece);
	width: 100%;
	padding: 15px 0;
	z-index: 1;
}

#btMenuCl {
	position: relative;
	opacity: 0;
	left: 50%;
  	transform: translateX(-50%);
	filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 1));
	cursor: url("../pics/cursor2.webp"), url("../pics/cursor2.cur"), pointer;
}

/*MENU*/

/*SECTION*/
#pagAccCont {
	opacity: 0;
	background: linear-gradient(to bottom, rgba(15, 82, 111, 1), rgba(46, 206, 206, .6));
	-webkit-filter: drop-shadow(-3px -3px 8px #fff );
  	filter: drop-shadow(-3px -3px 8px #fff);
}

#pagAccCont p{
	font-family: NeueL;
	text-align: justify;
}

#pagAccCont table td {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#pagAcc1,
#pagAcc2,
#pagAcc3 {
	height: auto;
	border: solid 2px white;
	background: linear-gradient(to bottom right, rgba(255, 255, 255, 1) 50%, rgba(46, 206, 206, 1));
	box-shadow: 1px 1px 2px black, 1px -1px 2px rgba(0, 0, 0, .6);
}

.reveal {
  	position: relative;
  	transform: translateY(100px);
  	opacity: 0;
  	transition: 1s all ease;
}

.reveal.active {
  	transform: translateY(0);
  	opacity: 1;
}

.title {
	text-align: center;
	font-family: NeueM;
	color: rgba(46, 206, 206, 1);
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
}

.title1 {
	text-align: center;
	font-family: NeueM;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	text-shadow: 2px 2px 4px rgba(0, 0, 0, .8);
}

.picsShadow {
	-webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, .5));
	filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, .5));
	max-width: 100%;
	height: auto;
	z-index: -1;
}

.alignPics {
	text-align: center;
}

.colText {
	color: rgba(46, 206, 206, 1);
}

.formPics {
	vertical-align: middle;
	-webkit-filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, .5));
	filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, .5));
}
/*SECTION*/

/*FAQ*/
.faqMenu {
	max-width: 36rem;
  	margin-left: auto;
  	margin-right: auto;
	padding: 10px 10px;
}

*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  font-family: ui-sans-serif, system-ui, sans-serif, "Acumin", "NeueL", "NeueM", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/


/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.visible {
  visibility: visible;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-8 {
  margin-top: 2rem;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-0 {
  height: 0px;
}

.max-h-0 {
  max-height: 0px;
}

.w-5 {
  width: 1.25rem;
}

.w-full {
  width: 100%;
}

.w-6 {
  width: 1.5rem;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-7xl {
  max-width: 80rem;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-6 {
  gap: 1.5rem;
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity));
}

.overflow-hidden {
  overflow: hidden;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.border-b {
  border-bottom-width: 1px;
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

.p-6 {
  padding: 1.5rem;
}

.p-4 {
  padding: 1rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.font-extrabold {
  font-weight: 800;
}

.font-semibold {
  font-weight: 600;
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
/*FAQ*/

/*FOOTER*/
#footer {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100px;
	/*background: linear-gradient(to bottom right, rgba(46, 206, 206, .9), rgba(15, 82, 111, .6));*/
	/*background-color: rgba(15, 82, 111, 1);*/
	background: linear-gradient(to bottom right, rgba(15, 82, 111, 1), rgba(46, 206, 206, .9));
	-webkit-filter: drop-shadow(-3px -3px 8px #fff );
  	filter: drop-shadow(-3px -3px 8px #fff);
	text-align: center;
}

#footer div {
	display: inline-block;
	-webkit-filter: drop-shadow(1px 1px 1px #fff );
	filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 1));
}

.textPics .picsD1,
.textPics .picsD2 {
    float: right;
    margin: 10px 0 10px 10px;
	-webkit-filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, .5));
	filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, .5));
	border: solid 1px black;
}
/*FOOTER*/

/*RESPONSIVE*/
@media only screen and (max-width : 299.99px) {
	#menuS div {
		padding: 15px 0;
		font-size: 7vw;
	}
	.title {
		font-size: 18px;
	}
	.title1 {
		font-size: 40px;
	}
	#pagAccCont p{
		font-size: 14px;
	}
	#pagAcc1,
	#pagAcc2,
	#pagAcc3 {
		padding: 5px;
	}
	#pagAccCont table td {
		padding: 5px;
	}
	.picsC {
		display: none;
	}
	.textD {
		margin-left: 5px;
		margin-right: 5px;
	}
	.picsD1 {
		width: 80px;
		height: 80px;
	}
}

@media screen and (min-width: 300px) and (max-width: 479.99px) {
	#menuS div {
		padding: 15px 0;
		font-size: 5vw;
	}
	.title {
		font-size: 20px;
	}
	.title1 {
		font-size: 48px;
	}
	#footer div {
		padding: 10px;
	}
	#pagAcc1,
	#pagAcc2,
	#pagAcc3 {
		padding: 10px;
	}
	#pagAccCont table td {
		padding: 10px;
	}
	.picsC {
		display: none;
	}
	.textD {
		margin-left: 15px;
		margin-right: 15px;
	}
	.picsD1 {
		width: 100px;
		height: 100px;
	}
}

@media screen and (min-width: 480px) and (max-width: 767.99px) {
	#menuS div {
		padding: 20px 0;
		font-size: 3.5vw;
	}
	.title {
		font-size: 22px;
	}
	.title1 {
		font-size: 52px;
	}
	#footer div {
		padding: 10px 15px;
	}
	#pagAccCont p{
		font-size: 18px;
	}
	#pagAcc1,
	#pagAcc2,
	#pagAcc3 {
		padding: 10px;
	}
	#pagAccCont table td {
		padding: 15px;
	}
	.picsC {
		display: none;
	}
	.textD {
		margin-left: 30px;
		margin-right: 30px;
	}
	.picsD1 {
		width: 110px;
		height: 110px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023.99px) {
	#menuS div {
		padding: 20px 0;
		font-size: 3vw;
	}
	.title {
		font-size: 24px;
	}
	.title1 {
		font-size: 52px;
	}
	#footer div {
		padding: 10px 20px;
	}
	#pagAccCont p{
		font-size: 20px;
	}
	#pagAcc1,
	#pagAcc2,
	#pagAcc3 {
		padding: 15px;
	}
	#pagAccCont table td {
		padding: 20px 40px;
	}
	.picsC {
		display: none;
	}
	.textD {
		margin-left: 50px;
		margin-right: 50px;
	}
	.picsD1 {
		width: 120px;
		height: 120px;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1279.99px) {
	.title {
		font-size: 24px;
	}
	.title1 {
		font-size: 52px;
	}
	#footer div {
		padding: 10px 20px;
	}
	#pagAccCont p{
		font-size: 20px;
	}
	#pagAcc1,
	#pagAcc2,
	#pagAcc3 {
		padding: 15px;
	}
	#pagAccCont table td {
		padding: 20px 80px;
	}
	.picsShadow {
		width: 360px;
		height: 270px;
		margin: 10px;
	}
	.textD {
		margin-left: 80px;
		margin-right: 80px;
	}
	.picsD1 {
		width: 120px;
		height: 120px;
	}
}

@media screen and (min-width: 1280px) and (max-width: 1499.99px) {
	.title {
		font-size: 24px;
	}
	.title1 {
		font-size: 52px;
	}
	#footer div {
		padding: 10px 30px;
	}
	#pagAccCont p{
		font-size: 20px;
	}
	#pagAcc1,
	#pagAcc2,
	#pagAcc3 {
		padding: 15px;
	}
	#pagAccCont table td {
		padding: 20px 100px;
	}
	.picsShadow {
		width: 450px;
		height: 338px;
		margin: 10px;
	}
	.textD {
		margin-left: 140px;
		margin-right: 140px;
	}
}

@media screen and (min-width: 1500px){
	.title {
		font-size: 24px;
	}
	.title1 {
		font-size: 52px;
	}
	#footer div {
		padding: 10px 30px;
	}
	#pagAccCont p{
		font-size: 20px;
	}
	#pagAcc1,
	#pagAcc2,
	#pagAcc3 {
		padding: 15px;
	}
	#pagAccCont table td {
		padding: 20px 150px;
	}
	.picsShadow {
		width: 500px;
		height: 375px;
		margin: 10px;
	}
	.textD {
		margin-left: 200px;
		margin-right: 200px;
	}
}
/*RESPONSIVE*/